Skip to content

Commit

Permalink
Merge pull request #1791 from dev-launchers/design-team/update-color-…
Browse files Browse the repository at this point in the history
…tokens

fix(design): remove old color tokens
  • Loading branch information
Enjoy2Live authored Jun 15, 2024
2 parents 77cb3e8 + 93a4318 commit d118db7
Show file tree
Hide file tree
Showing 10 changed files with 10,104 additions and 2,759 deletions.
2 changes: 1 addition & 1 deletion packages/UI/src/components/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const paginationLinkStyles = tv({
variants: {
isActive: {
true: 'bg-grayscale-900 text-grayscale-50',
false: 'bg-grayscale-50 text-GreyScale-grey hover:bg-grayscale-100',
false: 'bg-grayscale-50 text-grayscale-500 hover:bg-grayscale-100',
},
},
});
Expand Down
2 changes: 1 addition & 1 deletion packages/UI/src/components/Switch/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Switch = React.forwardRef<
{...props}
ref={ref}
>
<SwitchPrimitives.Thumb className="pointer-events-none block h-6 w-6 rounded-2xl transition-transform ease-in data-checked:translate-x-6 data-checked:border data-checked:border-solid data-checked:border-black data-checked:bg-grayscale-50 data-unchecked:translate-x-0 data-unchecked:bg-grayscale-800 data-disabled:!bg-GreyScale-charcoal data-disabled:data-checked:!border-transparent" />
<SwitchPrimitives.Thumb className="pointer-events-none block h-6 w-6 rounded-2xl transition-transform ease-in data-checked:translate-x-6 data-checked:border data-checked:border-solid data-checked:border-black data-checked:bg-grayscale-50 data-unchecked:translate-x-0 data-unchecked:bg-grayscale-800 data-disabled:!bg-grayscale-500 data-disabled:data-checked:!border-transparent" />
</SwitchPrimitives.Root>
));

Expand Down
318 changes: 2 additions & 316 deletions packages/tailwind-constructor/output/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,70 +179,6 @@
--base-layer-styles-base-layer-light-off-white: #f0edee;
--base-layer-styles-base-layer-dark-off-black: #1c1c1c;
--base-layer-styles-base-layer-dark-black: #000000;
--grey-scale-white: #ffffff;
--grey-scale-off-white: #f0edee;
--grey-scale-grey: #7f7e7f;
--grey-scale-charcoal: #474747;
--grey-scale-off-black: #1c1c1c;
--grey-scale-black: #000000;
--blue-blue: #3a7ca5;
--blue-blue-100: #75a3c0;
--blue-blue-200: #9cbed2;
--blue-blue-300: #4f7d9a;
--blue-blue-400: #5c7d92;
--blue-blue-500: #347095;
--blue-blue-600: #295774;
--blue-blue-700: #173242;
--light-blue-lightblue: #81c3d7;
--light-blue-lightblue-100: #a7d5e3;
--light-blue-lightblue-200: #c0e1eb;
--light-blue-lightblue-300: #80aebd;
--light-blue-lightblue-400: #80a0ab;
--light-blue-lightblue-500: #74afc1;
--light-blue-lightblue-600: #5a8997;
--light-blue-lightblue-650: #3e5e65;
--light-blue-lightblue-700: #344e56;
--orange-orange: #ff7f0e;
--orange-orange-100: #ffa556;
--orange-orange-200: #ffbf86;
--orange-orange-300: #d97f30;
--orange-orange-400: #bf7e46;
--orange-orange-500: #e5720d;
--orange-orange-600: #b3590a;
--orange-orange-700: #663306;
--yellow-yellow: #ffab00;
--yellow-yellow-100: #ffc44c;
--yellow-yellow-200: #ffd580;
--yellow-yellow-300: #d99d26;
--yellow-yellow-400: #bf943f;
--yellow-yellow-500: #e59a00;
--yellow-yellow-600: #b37800;
--yellow-yellow-700: #664400;
--notification-notification: #3959ff;
--notification-notification-100: #748bff;
--notification-notification-200: #9cacff;
--notification-notification-300: #4e64d9;
--notification-notification-400: #5c6cbf;
--notification-notification-500: #3350e5;
--notification-notification-600: #283eb3;
--notification-notification-700: #172466;
--success-success-700: #24471f;
--success-success: #5bb14d;
--success-success-100: #8cc882;
--success-success-200: #add8a6;
--success-success-300: #66a25c;
--success-success-400: #6d9766;
--success-success-500: #529f45;
--success-success-600: #407c36;
--error-error: #f03d3e;
--error-error-100: #f57778;
--error-error-200: #f89e9e;
--error-error-250: #f9c8c8;
--error-error-300: #ce5151;
--error-error-400: #b85e5e;
--error-error-500: #d83738;
--error-error-600: #a82b2b;
--error-error-700: #601819;
--highlight-sm: 2px 2px 8px 0px #7f7e7f52;
--highlight: 2px 2px 8px 0px #7f7e7f7a;
--highlight-md: 2px 2px 8px 0px #7f7e7fb8;
Expand Down Expand Up @@ -280,256 +216,7 @@
--1-5: 0.375rem;
--2-5: 0.625rem;
--3-5: 0.875rem;
--width-0: 0px;
--width-1: 0.25rem;
--width-2: 0.5rem;
--width-3: 0.75rem;
--width-4: 1rem;
--width-5: 1.25rem;
--width-6: 1.5rem;
--width-7: 1.75rem;
--width-8: 2rem;
--width-9: 2.25rem;
--width-10: 2.5rem;
--width-11: 2.75rem;
--width-12: 3rem;
--width-14: 3.5rem;
--width-16: 4rem;
--width-20: 5rem;
--width-24: 6rem;
--width-28: 7rem;
--width-32: 8rem;
--width-36: 9rem;
--width-40: 10rem;
--width-44: 11rem;
--width-48: 12rem;
--width-52: 13rem;
--width-56: 14rem;
--width-60: 15rem;
--width-64: 16rem;
--width-72: 18rem;
--width-80: 20rem;
--width-96: 24rem;
--width-0-5: 0.125rem;
--width-px: 1px;
--width-1-5: 0.375rem;
--width-2-5: 0.625rem;
--width-3-5: 0.875rem;
--min-width-0: 0px;
--min-width-1: 0.25rem;
--min-width-2: 0.5rem;
--min-width-3: 0.75rem;
--min-width-4: 1rem;
--min-width-5: 1.25rem;
--min-width-6: 1.5rem;
--min-width-7: 1.75rem;
--min-width-8: 2rem;
--min-width-9: 2.25rem;
--min-width-10: 2.5rem;
--min-width-11: 2.75rem;
--min-width-12: 3rem;
--min-width-14: 3.5rem;
--min-width-16: 4rem;
--min-width-20: 5rem;
--min-width-24: 6rem;
--min-width-28: 7rem;
--min-width-32: 8rem;
--min-width-36: 9rem;
--min-width-40: 10rem;
--min-width-44: 11rem;
--min-width-48: 12rem;
--min-width-52: 13rem;
--min-width-56: 14rem;
--min-width-60: 15rem;
--min-width-64: 16rem;
--min-width-72: 18rem;
--min-width-80: 20rem;
--min-width-96: 24rem;
--min-width-0-5: 0.125rem;
--min-width-px: 1px;
--min-width-1-5: 0.375rem;
--min-width-2-5: 0.625rem;
--min-width-3-5: 0.875rem;
--max-width-0: 0px;
--max-width-1: 0.25rem;
--max-width-2: 0.5rem;
--max-width-3: 0.75rem;
--max-width-4: 1rem;
--max-width-5: 1.25rem;
--max-width-6: 1.5rem;
--max-width-7: 1.75rem;
--max-width-8: 2rem;
--max-width-9: 2.25rem;
--max-width-10: 2.5rem;
--max-width-11: 2.75rem;
--max-width-12: 3rem;
--max-width-14: 3.5rem;
--max-width-16: 4rem;
--max-width-20: 5rem;
--max-width-24: 6rem;
--max-width-28: 7rem;
--max-width-32: 8rem;
--max-width-36: 9rem;
--max-width-40: 10rem;
--max-width-44: 11rem;
--max-width-48: 12rem;
--max-width-52: 13rem;
--max-width-56: 14rem;
--max-width-60: 15rem;
--max-width-64: 16rem;
--max-width-72: 18rem;
--max-width-80: 20rem;
--max-width-96: 24rem;
--max-width-xs: 20rem;
--max-width-sm: 24rem;
--max-width-md: 28rem;
--max-width-lg: 32rem;
--max-width-xl: 36rem;
--max-width-0-5: 0.125rem;
--max-width-px: 1px;
--max-width-1-5: 0.375rem;
--max-width-2-5: 0.625rem;
--max-width-3-5: 0.875rem;
--height-0: 0px;
--height-1: 0.25rem;
--height-2: 0.5rem;
--height-3: 0.75rem;
--height-4: 1rem;
--height-5: 1.25rem;
--height-6: 1.5rem;
--height-7: 1.75rem;
--height-8: 2rem;
--height-9: 2.25rem;
--height-10: 2.5rem;
--height-11: 2.75rem;
--height-12: 3rem;
--height-14: 3.5rem;
--height-16: 4rem;
--height-20: 5rem;
--height-24: 6rem;
--height-28: 7rem;
--height-32: 8rem;
--height-36: 9rem;
--height-40: 10rem;
--height-44: 11rem;
--height-48: 12rem;
--height-52: 13rem;
--height-56: 14rem;
--height-60: 15rem;
--height-64: 16rem;
--height-72: 18rem;
--height-80: 20rem;
--height-96: 24rem;
--height-0-5: 0.125rem;
--height-px: 1px;
--height-1-5: 0.375rem;
--height-2-5: 0.625rem;
--height-3-5: 0.875rem;
--min-height-0: 0px;
--min-height-1: 0.25rem;
--min-height-2: 0.5rem;
--min-height-3: 0.75rem;
--min-height-4: 1rem;
--min-height-5: 1.25rem;
--min-height-6: 1.5rem;
--min-height-7: 1.75rem;
--min-height-8: 2rem;
--min-height-9: 2.25rem;
--min-height-10: 2.5rem;
--min-height-11: 2.75rem;
--min-height-12: 3rem;
--min-height-14: 3.5rem;
--min-height-16: 4rem;
--min-height-20: 5rem;
--min-height-24: 6rem;
--min-height-28: 7rem;
--min-height-32: 8rem;
--min-height-36: 9rem;
--min-height-40: 10rem;
--min-height-44: 11rem;
--min-height-48: 12rem;
--min-height-52: 13rem;
--min-height-56: 14rem;
--min-height-60: 15rem;
--min-height-64: 16rem;
--min-height-72: 18rem;
--min-height-80: 20rem;
--min-height-96: 24rem;
--min-height-0-5: 0.125rem;
--min-height-px: 1px;
--min-height-1-5: 0.375rem;
--min-height-2-5: 0.625rem;
--min-height-3-5: 0.875rem;
--max-height-0: 0px;
--max-height-1: 0.25rem;
--max-height-2: 0.5rem;
--max-height-3: 0.75rem;
--max-height-4: 1rem;
--max-height-5: 1.25rem;
--max-height-6: 1.5rem;
--max-height-7: 1.75rem;
--max-height-8: 2rem;
--max-height-9: 2.25rem;
--max-height-10: 2.5rem;
--max-height-11: 2.75rem;
--max-height-12: 3rem;
--max-height-14: 3.5rem;
--max-height-16: 4rem;
--max-height-20: 5rem;
--max-height-24: 6rem;
--max-height-28: 7rem;
--max-height-32: 8rem;
--max-height-36: 9rem;
--max-height-40: 10rem;
--max-height-44: 11rem;
--max-height-48: 12rem;
--max-height-52: 13rem;
--max-height-56: 14rem;
--max-height-60: 15rem;
--max-height-64: 16rem;
--max-height-72: 18rem;
--max-height-80: 20rem;
--max-height-96: 24rem;
--max-height-0-5: 0.125rem;
--max-height-px: 1px;
--max-height-1-5: 0.375rem;
--max-height-2-5: 0.625rem;
--max-height-3-5: 0.875rem;
--size-0: 0px;
--size-1: 0.25rem;
--size-2: 0.5rem;
--size-3: 0.75rem;
--size-4: 1rem;
--size-5: 1.25rem;
--size-6: 1.5rem;
--size-7: 1.75rem;
--size-8: 2rem;
--size-9: 2.25rem;
--size-10: 2.5rem;
--size-11: 2.75rem;
--size-12: 3rem;
--size-14: 3.5rem;
--size-16: 4rem;
--size-20: 5rem;
--size-24: 6rem;
--size-28: 7rem;
--size-32: 8rem;
--size-36: 9rem;
--size-40: 10rem;
--size-44: 11rem;
--size-48: 12rem;
--size-52: 13rem;
--size-56: 14rem;
--size-60: 15rem;
--size-64: 16rem;
--size-72: 18rem;
--size-80: 20rem;
--size-96: 24rem;
--size-0-5: 0.125rem;
--size-px: 1px;
--size-1-5: 0.375rem;
--size-2-5: 0.625rem;
--size-3-5: 0.875rem;
--rem: 16;
--font-size-0: 0.75rem;
--font-size-1: 0.875rem;
--font-size-2: 1rem;
Expand Down Expand Up @@ -674,7 +361,7 @@
--alert-warning-o-100-800: #807006;
--alert-warning-o-100-900: #625504;
}

.x-small-typecase {
font-family: Nunito Sans;
font-weight: Regular;
Expand Down Expand Up @@ -1115,4 +802,3 @@
text-transform: none;
text-decoration: none;
}

5,497 changes: 5,496 additions & 1 deletion packages/tailwind-constructor/output/core.json

Large diffs are not rendered by default.

Loading

0 comments on commit d118db7

Please sign in to comment.