diff --git a/packages/UI/src/components/Pagination/Pagination.tsx b/packages/UI/src/components/Pagination/Pagination.tsx
index ac7ad0248..285a30368 100644
--- a/packages/UI/src/components/Pagination/Pagination.tsx
+++ b/packages/UI/src/components/Pagination/Pagination.tsx
@@ -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',
},
},
});
diff --git a/packages/UI/src/components/Switch/Switch.tsx b/packages/UI/src/components/Switch/Switch.tsx
index 8fb00b0ab..f1b62444e 100644
--- a/packages/UI/src/components/Switch/Switch.tsx
+++ b/packages/UI/src/components/Switch/Switch.tsx
@@ -54,7 +54,7 @@ const Switch = React.forwardRef<
{...props}
ref={ref}
>
-
+
));
diff --git a/packages/tailwind-constructor/output/core.css b/packages/tailwind-constructor/output/core.css
index 12aa1668e..b542faba3 100644
--- a/packages/tailwind-constructor/output/core.css
+++ b/packages/tailwind-constructor/output/core.css
@@ -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;
@@ -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;
@@ -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;
@@ -1115,4 +802,3 @@
text-transform: none;
text-decoration: none;
}
-
\ No newline at end of file
diff --git a/packages/tailwind-constructor/output/core.json b/packages/tailwind-constructor/output/core.json
index 0f1249c6f..b940ef87b 100644
--- a/packages/tailwind-constructor/output/core.json
+++ b/packages/tailwind-constructor/output/core.json
@@ -1 +1,5496 @@
-[{"value":"0px","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"spacing"},"name":"0","attributes":{"category":"0"},"path":["0"]},{"value":"0.25rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"spacing"},"name":"1","attributes":{"category":"1"},"path":["1"]},{"value":"0.5rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"spacing"},"name":"2","attributes":{"category":"2"},"path":["2"]},{"value":"0.75rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"spacing"},"name":"3","attributes":{"category":"3"},"path":["3"]},{"value":"1rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"spacing"},"name":"4","attributes":{"category":"4"},"path":["4"]},{"value":"1.25rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"spacing"},"name":"5","attributes":{"category":"5"},"path":["5"]},{"value":"1.5rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"spacing"},"name":"6","attributes":{"category":"6"},"path":["6"]},{"value":"1.75rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"spacing"},"name":"7","attributes":{"category":"7"},"path":["7"]},{"value":"2rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"spacing"},"name":"8","attributes":{"category":"8"},"path":["8"]},{"value":"2.25rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"spacing"},"name":"9","attributes":{"category":"9"},"path":["9"]},{"value":"2.5rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"spacing"},"name":"10","attributes":{"category":"10"},"path":["10"]},{"value":"2.75rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"spacing"},"name":"11","attributes":{"category":"11"},"path":["11"]},{"value":"3rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"spacing"},"name":"12","attributes":{"category":"12"},"path":["12"]},{"value":"3.5rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"spacing"},"name":"14","attributes":{"category":"14"},"path":["14"]},{"value":"4rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"spacing"},"name":"16","attributes":{"category":"16"},"path":["16"]},{"value":"5rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"spacing"},"name":"20","attributes":{"category":"20"},"path":["20"]},{"value":"6rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"spacing"},"name":"24","attributes":{"category":"24"},"path":["24"]},{"value":"7rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"spacing"},"name":"28","attributes":{"category":"28"},"path":["28"]},{"value":"8rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"spacing"},"name":"32","attributes":{"category":"32"},"path":["32"]},{"value":"9rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"spacing"},"name":"36","attributes":{"category":"36"},"path":["36"]},{"value":"10rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"spacing"},"name":"40","attributes":{"category":"40"},"path":["40"]},{"value":"11rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"spacing"},"name":"44","attributes":{"category":"44"},"path":["44"]},{"value":"12rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"spacing"},"name":"48","attributes":{"category":"48"},"path":["48"]},{"value":"13rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"spacing"},"name":"52","attributes":{"category":"52"},"path":["52"]},{"value":"14rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"spacing"},"name":"56","attributes":{"category":"56"},"path":["56"]},{"value":"15rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"spacing"},"name":"60","attributes":{"category":"60"},"path":["60"]},{"value":"16rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"spacing"},"name":"64","attributes":{"category":"64"},"path":["64"]},{"value":"18rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"spacing"},"name":"72","attributes":{"category":"72"},"path":["72"]},{"value":"20rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"spacing"},"name":"80","attributes":{"category":"80"},"path":["80"]},{"value":"24rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"spacing"},"name":"96","attributes":{"category":"96"},"path":["96"]},{"value":"#000000","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000","type":"color"},"name":"black","attributes":{"category":"black"},"path":["black"]},{"value":"#ffffff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff","type":"color"},"name":"white","attributes":{"category":"white"},"path":["white"]},{"value":"#f7fafc","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f7fafc","type":"color"},"name":"gray-100","attributes":{"category":"gray","type":"100"},"path":["gray","100"]},{"value":"#edf2f7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#edf2f7","type":"color"},"name":"gray-200","attributes":{"category":"gray","type":"200"},"path":["gray","200"]},{"value":"#e2e8f0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e2e8f0","type":"color"},"name":"gray-300","attributes":{"category":"gray","type":"300"},"path":["gray","300"]},{"value":"#cbd5e0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#cbd5e0","type":"color"},"name":"gray-400","attributes":{"category":"gray","type":"400"},"path":["gray","400"]},{"value":"#a0aec0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a0aec0","type":"color"},"name":"gray-500","attributes":{"category":"gray","type":"500"},"path":["gray","500"]},{"value":"#718096","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#718096","type":"color"},"name":"gray-600","attributes":{"category":"gray","type":"600"},"path":["gray","600"]},{"value":"#4a5568","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4a5568","type":"color"},"name":"gray-700","attributes":{"category":"gray","type":"700"},"path":["gray","700"]},{"value":"#2d3748","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2d3748","type":"color"},"name":"gray-800","attributes":{"category":"gray","type":"800"},"path":["gray","800"]},{"value":"#1a202c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1a202c","type":"color"},"name":"gray-900","attributes":{"category":"gray","type":"900"},"path":["gray","900"]},{"value":"#fff5f5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fff5f5","type":"color"},"name":"red-100","attributes":{"category":"red","type":"100"},"path":["red","100"]},{"value":"#fed7d7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fed7d7","type":"color"},"name":"red-200","attributes":{"category":"red","type":"200"},"path":["red","200"]},{"value":"#feb2b2","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#feb2b2","type":"color"},"name":"red-300","attributes":{"category":"red","type":"300"},"path":["red","300"]},{"value":"#fc8181","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fc8181","type":"color"},"name":"red-400","attributes":{"category":"red","type":"400"},"path":["red","400"]},{"value":"#f56565","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f56565","type":"color"},"name":"red-500","attributes":{"category":"red","type":"500"},"path":["red","500"]},{"value":"#e53e3e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e53e3e","type":"color"},"name":"red-600","attributes":{"category":"red","type":"600"},"path":["red","600"]},{"value":"#c53030","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c53030","type":"color"},"name":"red-700","attributes":{"category":"red","type":"700"},"path":["red","700"]},{"value":"#9b2c2c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9b2c2c","type":"color"},"name":"red-800","attributes":{"category":"red","type":"800"},"path":["red","800"]},{"value":"#742a2a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#742a2a","type":"color"},"name":"red-900","attributes":{"category":"red","type":"900"},"path":["red","900"]},{"value":"#fffaf0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fffaf0","type":"color"},"name":"orange-100","attributes":{"category":"orange","type":"100"},"path":["orange","100"]},{"value":"#feebc8","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#feebc8","type":"color"},"name":"orange-200","attributes":{"category":"orange","type":"200"},"path":["orange","200"]},{"value":"#fbd38d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fbd38d","type":"color"},"name":"orange-300","attributes":{"category":"orange","type":"300"},"path":["orange","300"]},{"value":"#f6ad55","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f6ad55","type":"color"},"name":"orange-400","attributes":{"category":"orange","type":"400"},"path":["orange","400"]},{"value":"#ed8936","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ed8936","type":"color"},"name":"orange-500","attributes":{"category":"orange","type":"500"},"path":["orange","500"]},{"value":"#dd6b20","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#dd6b20","type":"color"},"name":"orange-600","attributes":{"category":"orange","type":"600"},"path":["orange","600"]},{"value":"#c05621","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c05621","type":"color"},"name":"orange-700","attributes":{"category":"orange","type":"700"},"path":["orange","700"]},{"value":"#9c4221","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9c4221","type":"color"},"name":"orange-800","attributes":{"category":"orange","type":"800"},"path":["orange","800"]},{"value":"#7b341e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7b341e","type":"color"},"name":"orange-900","attributes":{"category":"orange","type":"900"},"path":["orange","900"]},{"value":"#fffff0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fffff0","type":"color"},"name":"yellow-100","attributes":{"category":"yellow","type":"100"},"path":["yellow","100"]},{"value":"#fefcbf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fefcbf","type":"color"},"name":"yellow-200","attributes":{"category":"yellow","type":"200"},"path":["yellow","200"]},{"value":"#faf089","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#faf089","type":"color"},"name":"yellow-300","attributes":{"category":"yellow","type":"300"},"path":["yellow","300"]},{"value":"#f6e05e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f6e05e","type":"color"},"name":"yellow-400","attributes":{"category":"yellow","type":"400"},"path":["yellow","400"]},{"value":"#ecc94b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ecc94b","type":"color"},"name":"yellow-500","attributes":{"category":"yellow","type":"500"},"path":["yellow","500"]},{"value":"#d69e2e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d69e2e","type":"color"},"name":"yellow-600","attributes":{"category":"yellow","type":"600"},"path":["yellow","600"]},{"value":"#b7791f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b7791f","type":"color"},"name":"yellow-700","attributes":{"category":"yellow","type":"700"},"path":["yellow","700"]},{"value":"#975a16","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#975a16","type":"color"},"name":"yellow-800","attributes":{"category":"yellow","type":"800"},"path":["yellow","800"]},{"value":"#744210","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#744210","type":"color"},"name":"yellow-900","attributes":{"category":"yellow","type":"900"},"path":["yellow","900"]},{"value":"#f0fff4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0fff4","type":"color"},"name":"green-100","attributes":{"category":"green","type":"100"},"path":["green","100"]},{"value":"#c6f6d5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c6f6d5","type":"color"},"name":"green-200","attributes":{"category":"green","type":"200"},"path":["green","200"]},{"value":"#9ae6b4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9ae6b4","type":"color"},"name":"green-300","attributes":{"category":"green","type":"300"},"path":["green","300"]},{"value":"#68d391","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#68d391","type":"color"},"name":"green-400","attributes":{"category":"green","type":"400"},"path":["green","400"]},{"value":"#48bb78","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#48bb78","type":"color"},"name":"green-500","attributes":{"category":"green","type":"500"},"path":["green","500"]},{"value":"#38a169","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#38a169","type":"color"},"name":"green-600","attributes":{"category":"green","type":"600"},"path":["green","600"]},{"value":"#2f855a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2f855a","type":"color"},"name":"green-700","attributes":{"category":"green","type":"700"},"path":["green","700"]},{"value":"#276749","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#276749","type":"color"},"name":"green-800","attributes":{"category":"green","type":"800"},"path":["green","800"]},{"value":"#22543d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#22543d","type":"color"},"name":"green-900","attributes":{"category":"green","type":"900"},"path":["green","900"]},{"value":"#e6fffa","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e6fffa","type":"color"},"name":"teal-100","attributes":{"category":"teal","type":"100"},"path":["teal","100"]},{"value":"#b2f5ea","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b2f5ea","type":"color"},"name":"teal-200","attributes":{"category":"teal","type":"200"},"path":["teal","200"]},{"value":"#81e6d9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#81e6d9","type":"color"},"name":"teal-300","attributes":{"category":"teal","type":"300"},"path":["teal","300"]},{"value":"#4fd1c5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4fd1c5","type":"color"},"name":"teal-400","attributes":{"category":"teal","type":"400"},"path":["teal","400"]},{"value":"#38b2ac","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#38b2ac","type":"color"},"name":"teal-500","attributes":{"category":"teal","type":"500"},"path":["teal","500"]},{"value":"#319795","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#319795","type":"color"},"name":"teal-600","attributes":{"category":"teal","type":"600"},"path":["teal","600"]},{"value":"#2c7a7b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2c7a7b","type":"color"},"name":"teal-700","attributes":{"category":"teal","type":"700"},"path":["teal","700"]},{"value":"#285e61","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#285e61","type":"color"},"name":"teal-800","attributes":{"category":"teal","type":"800"},"path":["teal","800"]},{"value":"#234e52","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#234e52","type":"color"},"name":"teal-900","attributes":{"category":"teal","type":"900"},"path":["teal","900"]},{"value":"#ebf8ff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebf8ff","type":"color"},"name":"blue-100","attributes":{"category":"blue","type":"100"},"path":["blue","100"]},{"value":"#bee3f8","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bee3f8","type":"color"},"name":"blue-200","attributes":{"category":"blue","type":"200"},"path":["blue","200"]},{"value":"#90cdf4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#90cdf4","type":"color"},"name":"blue-300","attributes":{"category":"blue","type":"300"},"path":["blue","300"]},{"value":"#63b3ed","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#63b3ed","type":"color"},"name":"blue-400","attributes":{"category":"blue","type":"400"},"path":["blue","400"]},{"value":"#4299e1","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4299e1","type":"color"},"name":"blue-500","attributes":{"category":"blue","type":"500"},"path":["blue","500"]},{"value":"#3182ce","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3182ce","type":"color"},"name":"blue-600","attributes":{"category":"blue","type":"600"},"path":["blue","600"]},{"value":"#2b6cb0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2b6cb0","type":"color"},"name":"blue-700","attributes":{"category":"blue","type":"700"},"path":["blue","700"]},{"value":"#2c5282","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2c5282","type":"color"},"name":"blue-800","attributes":{"category":"blue","type":"800"},"path":["blue","800"]},{"value":"#2a4365","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2a4365","type":"color"},"name":"blue-900","attributes":{"category":"blue","type":"900"},"path":["blue","900"]},{"value":"#ebf4ff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebf4ff","type":"color"},"name":"indigo-100","attributes":{"category":"indigo","type":"100"},"path":["indigo","100"]},{"value":"#c3dafe","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c3dafe","type":"color"},"name":"indigo-200","attributes":{"category":"indigo","type":"200"},"path":["indigo","200"]},{"value":"#a3bffa","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a3bffa","type":"color"},"name":"indigo-300","attributes":{"category":"indigo","type":"300"},"path":["indigo","300"]},{"value":"#7f9cf5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f9cf5","type":"color"},"name":"indigo-400","attributes":{"category":"indigo","type":"400"},"path":["indigo","400"]},{"value":"#667eea","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#667eea","type":"color"},"name":"indigo-500","attributes":{"category":"indigo","type":"500"},"path":["indigo","500"]},{"value":"#5a67d8","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5a67d8","type":"color"},"name":"indigo-600","attributes":{"category":"indigo","type":"600"},"path":["indigo","600"]},{"value":"#4c51bf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4c51bf","type":"color"},"name":"indigo-700","attributes":{"category":"indigo","type":"700"},"path":["indigo","700"]},{"value":"#434190","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#434190","type":"color"},"name":"indigo-800","attributes":{"category":"indigo","type":"800"},"path":["indigo","800"]},{"value":"#3c366b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3c366b","type":"color"},"name":"indigo-900","attributes":{"category":"indigo","type":"900"},"path":["indigo","900"]},{"value":"#faf5ff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#faf5ff","type":"color"},"name":"purple-100","attributes":{"category":"purple","type":"100"},"path":["purple","100"]},{"value":"#e9d8fd","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e9d8fd","type":"color"},"name":"purple-200","attributes":{"category":"purple","type":"200"},"path":["purple","200"]},{"value":"#d6bcfa","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d6bcfa","type":"color"},"name":"purple-300","attributes":{"category":"purple","type":"300"},"path":["purple","300"]},{"value":"#b794f4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b794f4","type":"color"},"name":"purple-400","attributes":{"category":"purple","type":"400"},"path":["purple","400"]},{"value":"#9f7aea","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9f7aea","type":"color"},"name":"purple-500","attributes":{"category":"purple","type":"500"},"path":["purple","500"]},{"value":"#805ad5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#805ad5","type":"color"},"name":"purple-600","attributes":{"category":"purple","type":"600"},"path":["purple","600"]},{"value":"#6b46c1","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6b46c1","type":"color"},"name":"purple-700","attributes":{"category":"purple","type":"700"},"path":["purple","700"]},{"value":"#553c9a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#553c9a","type":"color"},"name":"purple-800","attributes":{"category":"purple","type":"800"},"path":["purple","800"]},{"value":"#44337a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#44337a","type":"color"},"name":"purple-900","attributes":{"category":"purple","type":"900"},"path":["purple","900"]},{"value":"#fff5f7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fff5f7","type":"color"},"name":"pink-100","attributes":{"category":"pink","type":"100"},"path":["pink","100"]},{"value":"#fed7e2","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fed7e2","type":"color"},"name":"pink-200","attributes":{"category":"pink","type":"200"},"path":["pink","200"]},{"value":"#fbb6ce","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fbb6ce","type":"color"},"name":"pink-300","attributes":{"category":"pink","type":"300"},"path":["pink","300"]},{"value":"#f687b3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f687b3","type":"color"},"name":"pink-400","attributes":{"category":"pink","type":"400"},"path":["pink","400"]},{"value":"#ed64a6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ed64a6","type":"color"},"name":"pink-500","attributes":{"category":"pink","type":"500"},"path":["pink","500"]},{"value":"#d53f8c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d53f8c","type":"color"},"name":"pink-600","attributes":{"category":"pink","type":"600"},"path":["pink","600"]},{"value":"#b83280","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b83280","type":"color"},"name":"pink-700","attributes":{"category":"pink","type":"700"},"path":["pink","700"]},{"value":"#97266d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#97266d","type":"color"},"name":"pink-800","attributes":{"category":"pink","type":"800"},"path":["pink","800"]},{"value":"#702459","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#702459","type":"color"},"name":"pink-900","attributes":{"category":"pink","type":"900"},"path":["pink","900"]},{"value":20,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":20,"type":"lineHeights"},"name":"line-heights-0","attributes":{"category":"lineHeights","type":"0"},"path":["lineHeights","0"]},{"value":"AUTO","type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"AUTO","type":"lineHeights"},"name":"line-heights-1","attributes":{"category":"lineHeights","type":"1"},"path":["lineHeights","1"]},{"value":16,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":16,"type":"lineHeights"},"name":"line-heights-2","attributes":{"category":"lineHeights","type":"2"},"path":["lineHeights","2"]},{"value":68,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":68,"type":"lineHeights"},"name":"line-heights-3","attributes":{"category":"lineHeights","type":"3"},"path":["lineHeights","3"]},{"value":52,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":52,"type":"lineHeights"},"name":"line-heights-4","attributes":{"category":"lineHeights","type":"4"},"path":["lineHeights","4"]},{"value":28,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":28,"type":"lineHeights"},"name":"line-heights-5","attributes":{"category":"lineHeights","type":"5"},"path":["lineHeights","5"]},{"value":24,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":24,"type":"lineHeights"},"name":"line-heights-6","attributes":{"category":"lineHeights","type":"6"},"path":["lineHeights","6"]},{"value":40,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":40,"type":"lineHeights"},"name":"line-heights-7","attributes":{"category":"lineHeights","type":"7"},"path":["lineHeights","7"]},{"value":48,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":48,"type":"lineHeights"},"name":"line-heights-8","attributes":{"category":"lineHeights","type":"8"},"path":["lineHeights","8"]},{"value":32,"type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":32,"type":"lineHeights"},"name":"line-heights-9","attributes":{"category":"lineHeights","type":"9"},"path":["lineHeights","9"]},{"value":"110%","type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"110%","type":"lineHeights"},"name":"line-heights-heading","attributes":{"category":"lineHeights","type":"heading"},"path":["lineHeights","heading"]},{"value":"140%","type":"lineHeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"140%","type":"lineHeights"},"name":"line-heights-body","attributes":{"category":"lineHeights","type":"body"},"path":["lineHeights","body"]},{"value":"0%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0%","type":"letterSpacing"},"name":"letter-spacing-0","attributes":{"category":"letterSpacing","type":"0"},"path":["letterSpacing","0"]},{"value":"8%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8%","type":"letterSpacing"},"name":"letter-spacing-1","attributes":{"category":"letterSpacing","type":"1"},"path":["letterSpacing","1"]},{"value":"4%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4%","type":"letterSpacing"},"name":"letter-spacing-2","attributes":{"category":"letterSpacing","type":"2"},"path":["letterSpacing","2"]},{"value":0,"type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":0,"type":"letterSpacing"},"name":"letter-spacing-3","attributes":{"category":"letterSpacing","type":"3"},"path":["letterSpacing","3"]},{"value":"-2%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"-2%","type":"letterSpacing"},"name":"letter-spacing-4","attributes":{"category":"letterSpacing","type":"4"},"path":["letterSpacing","4"]},{"value":"12%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12%","type":"letterSpacing"},"name":"letter-spacing-5","attributes":{"category":"letterSpacing","type":"5"},"path":["letterSpacing","5"]},{"value":0,"type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":0,"type":"letterSpacing"},"name":"letter-spacing-default","attributes":{"category":"letterSpacing","type":"default"},"path":["letterSpacing","default"]},{"value":"150%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"150%","type":"letterSpacing"},"name":"letter-spacing-increased","attributes":{"category":"letterSpacing","type":"increased"},"path":["letterSpacing","increased"]},{"value":"-5%","type":"letterSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"-5%","type":"letterSpacing"},"name":"letter-spacing-decreased","attributes":{"category":"letterSpacing","type":"decreased"},"path":["letterSpacing","decreased"]},{"value":0,"type":"paragraphSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":0,"type":"paragraphSpacing"},"name":"paragraph-spacing-0","attributes":{"category":"paragraphSpacing","type":"0"},"path":["paragraphSpacing","0"]},{"value":32,"type":"paragraphSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":32,"type":"paragraphSpacing"},"name":"paragraph-spacing-h1","attributes":{"category":"paragraphSpacing","type":"h1"},"path":["paragraphSpacing","h1"]},{"value":26,"type":"paragraphSpacing","filePath":"tokens/core.json","isSource":true,"original":{"value":26,"type":"paragraphSpacing"},"name":"paragraph-spacing-h2","attributes":{"category":"paragraphSpacing","type":"h2"},"path":["paragraphSpacing","h2"]},{"value":"#7f7e7f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f","type":"color"},"name":"box-shadow","attributes":{"category":"BoxShadow"},"path":["BoxShadow"]},{"value":"#f03d3e40","type":"color","description":"Layer Style Filter","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f03d3e40","type":"color","description":"Layer Style Filter"},"name":"error16","attributes":{"category":"Error16"},"path":["Error16"]},{"value":"#5bb14d40","type":"color","description":"Success Layer Styles","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5bb14d40","type":"color","description":"Success Layer Styles"},"name":"success16","attributes":{"category":"Success16"},"path":["Success16"]},{"value":"#3959ff40","type":"color","description":"Notification Layer Styles","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3959ff40","type":"color","description":"Notification Layer Styles"},"name":"notification16","attributes":{"category":"Notification16"},"path":["Notification16"]},{"value":"#f03d3e1a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f03d3e1a","type":"color"},"name":"error8","attributes":{"category":"Error8"},"path":["Error8"]},{"value":"#3959ff1a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3959ff1a","type":"color"},"name":"notification8","attributes":{"category":"Notification8"},"path":["Notification8"]},{"value":"#5bb14d1a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5bb14d1a","type":"color"},"name":"success8","attributes":{"category":"Success8"},"path":["Success8"]},{"value":"#f0edee66","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0edee66","type":"color"},"name":"light-overlay","attributes":{"category":"Light-Overlay"},"path":["Light-Overlay"]},{"value":"#7f7e7f66","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f66","type":"color"},"name":"dark-overlay","attributes":{"category":"Dark-Overlay"},"path":["Dark-Overlay"]},{"value":"#00000066","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#00000066","type":"color"},"name":"black-40","attributes":{"category":"black-40"},"path":["black-40"]},{"value":"#000000bf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000bf","type":"color"},"name":"black-75","attributes":{"category":"black-75"},"path":["black-75"]},{"value":"#00000099","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#00000099","type":"color"},"name":"black-60","attributes":{"category":"black-60"},"path":["black-60"]},{"value":"#00000080","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#00000080","type":"color"},"name":"black-50","attributes":{"category":"black-50"},"path":["black-50"]},{"value":"#00000040","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#00000040","type":"color"},"name":"black-25","attributes":{"category":"black-25"},"path":["black-25"]},{"value":"#0000001a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#0000001a","type":"color"},"name":"black-10","attributes":{"category":"black-10"},"path":["black-10"]},{"value":"#ffffff40","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff40","type":"color"},"name":"white-25","attributes":{"category":"white-25"},"path":["white-25"]},{"value":"#ffffff99","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff99","type":"color"},"name":"white-60","attributes":{"category":"white-60"},"path":["white-60"]},{"value":"#000000a3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000a3","type":"color"},"name":"black-64","attributes":{"category":"black-64"},"path":["black-64"]},{"value":"#7f7e7f","type":"color","description":"Elevations and Depth on Light Backgrounds","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f","type":"color","description":"Elevations and Depth on Light Backgrounds"},"name":"shadow-and-highlight-shadow","attributes":{"category":"ShadowAndHighlight","type":"Shadow"},"path":["ShadowAndHighlight","Shadow"]},{"value":"#474747","type":"color","description":"Elevations and Depth on Dark Backgrounds","filePath":"tokens/core.json","isSource":true,"original":{"value":"#474747","type":"color","description":"Elevations and Depth on Dark Backgrounds"},"name":"shadow-and-highlight-highlight","attributes":{"category":"ShadowAndHighlight","type":"Highlight"},"path":["ShadowAndHighlight","Highlight"]},{"value":"#474747bf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#474747bf","type":"color"},"name":"shadow-and-highlight-highlightone","attributes":{"category":"ShadowAndHighlight","type":"highlightone"},"path":["ShadowAndHighlight","highlightone"]},{"value":"#47474799","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#47474799","type":"color"},"name":"shadow-and-highlight-highlighttwo","attributes":{"category":"ShadowAndHighlight","type":"highlighttwo"},"path":["ShadowAndHighlight","highlighttwo"]},{"value":"#47474766","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#47474766","type":"color"},"name":"shadow-and-highlight-highlightthree","attributes":{"category":"ShadowAndHighlight","type":"highlightthree"},"path":["ShadowAndHighlight","highlightthree"]},{"value":"#4747471a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4747471a","type":"color"},"name":"shadow-and-highlight-highlightfive","attributes":{"category":"ShadowAndHighlight","type":"highlightfive"},"path":["ShadowAndHighlight","highlightfive"]},{"value":"#7f7e7fbf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7fbf","type":"color"},"name":"shadow-and-highlight-shadowone","attributes":{"category":"ShadowAndHighlight","type":"shadowone"},"path":["ShadowAndHighlight","shadowone"]},{"value":"#7f7e7f99","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f99","type":"color"},"name":"shadow-and-highlight-shadowtwo","attributes":{"category":"ShadowAndHighlight","type":"shadowtwo"},"path":["ShadowAndHighlight","shadowtwo"]},{"value":"#7f7e7f66","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f66","type":"color"},"name":"shadow-and-highlight-shadowthree","attributes":{"category":"ShadowAndHighlight","type":"shadowthree"},"path":["ShadowAndHighlight","shadowthree"]},{"value":"#7f7e7f40","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f40","type":"color"},"name":"shadow-and-highlight-shadowfour","attributes":{"category":"ShadowAndHighlight","type":"shadowfour"},"path":["ShadowAndHighlight","shadowfour"]},{"value":"#7f7e7f1a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f1a","type":"color"},"name":"shadow-and-highlight-shadowfive","attributes":{"category":"ShadowAndHighlight","type":"shadowfive"},"path":["ShadowAndHighlight","shadowfive"]},{"value":"#47474740","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#47474740","type":"color"},"name":"shadow-and-highlight-highlightfour","attributes":{"category":"ShadowAndHighlight","type":"highlightfour"},"path":["ShadowAndHighlight","highlightfour"]},{"value":"#ffffff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff","type":"color"},"name":"base-layer-styles-base-layer-light-white","attributes":{"category":"BaseLayerStyles","type":"BaseLayer-Light-White"},"path":["BaseLayerStyles","BaseLayer-Light-White"]},{"value":"#f0edee","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0edee","type":"color"},"name":"base-layer-styles-base-layer-light-off-white","attributes":{"category":"BaseLayerStyles","type":"BaseLayer-Light-OffWhite"},"path":["BaseLayerStyles","BaseLayer-Light-OffWhite"]},{"value":"#1c1c1c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1c1c1c","type":"color"},"name":"base-layer-styles-base-layer-dark-off-black","attributes":{"category":"BaseLayerStyles","type":"BaseLayer-Dark-OffBlack"},"path":["BaseLayerStyles","BaseLayer-Dark-OffBlack"]},{"value":"#000000","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000","type":"color"},"name":"base-layer-styles-base-layer-dark-black","attributes":{"category":"BaseLayerStyles","type":"BaseLayer-Dark-Black"},"path":["BaseLayerStyles","BaseLayer-Dark-Black"]},{"value":"#ffffff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff","type":"color"},"name":"grey-scale-white","attributes":{"category":"GreyScale","type":"white"},"path":["GreyScale","white"]},{"value":"#f0edee","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0edee","type":"color"},"name":"grey-scale-off-white","attributes":{"category":"GreyScale","type":"off-white"},"path":["GreyScale","off-white"]},{"value":"#7f7e7f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7f7e7f","type":"color"},"name":"grey-scale-grey","attributes":{"category":"GreyScale","type":"grey"},"path":["GreyScale","grey"]},{"value":"#474747","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#474747","type":"color"},"name":"grey-scale-charcoal","attributes":{"category":"GreyScale","type":"charcoal"},"path":["GreyScale","charcoal"]},{"value":"#1c1c1c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1c1c1c","type":"color"},"name":"grey-scale-off-black","attributes":{"category":"GreyScale","type":"off-black"},"path":["GreyScale","off-black"]},{"value":"#000000","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000","type":"color"},"name":"grey-scale-black","attributes":{"category":"GreyScale","type":"black"},"path":["GreyScale","black"]},{"value":"#3a7ca5","type":"color","description":"Primary Button Blue - Default","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3a7ca5","type":"color","description":"Primary Button Blue - Default"},"name":"blue-blue","attributes":{"category":"Blue","type":"blue"},"path":["Blue","blue"]},{"value":"#75a3c0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#75a3c0","type":"color"},"name":"blue-blue-100","attributes":{"category":"Blue","type":"blue-100"},"path":["Blue","blue-100"]},{"value":"#9cbed2","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9cbed2","type":"color"},"name":"blue-blue-200","attributes":{"category":"Blue","type":"blue-200"},"path":["Blue","blue-200"]},{"value":"#4f7d9a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4f7d9a","type":"color"},"name":"blue-blue-300","attributes":{"category":"Blue","type":"blue-300"},"path":["Blue","blue-300"]},{"value":"#5c7d92","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5c7d92","type":"color"},"name":"blue-blue-400","attributes":{"category":"Blue","type":"blue-400"},"path":["Blue","blue-400"]},{"value":"#347095","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#347095","type":"color"},"name":"blue-blue-500","attributes":{"category":"Blue","type":"blue-500"},"path":["Blue","blue-500"]},{"value":"#295774","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#295774","type":"color"},"name":"blue-blue-600","attributes":{"category":"Blue","type":"blue-600"},"path":["Blue","blue-600"]},{"value":"#173242","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#173242","type":"color"},"name":"blue-blue-700","attributes":{"category":"Blue","type":"blue-700"},"path":["Blue","blue-700"]},{"value":"#81c3d7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#81c3d7","type":"color"},"name":"light-blue-lightblue","attributes":{"category":"LightBlue","type":"lightblue"},"path":["LightBlue","lightblue"]},{"value":"#a7d5e3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a7d5e3","type":"color"},"name":"light-blue-lightblue-100","attributes":{"category":"LightBlue","type":"lightblue-100"},"path":["LightBlue","lightblue-100"]},{"value":"#c0e1eb","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c0e1eb","type":"color"},"name":"light-blue-lightblue-200","attributes":{"category":"LightBlue","type":"lightblue-200"},"path":["LightBlue","lightblue-200"]},{"value":"#80aebd","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#80aebd","type":"color"},"name":"light-blue-lightblue-300","attributes":{"category":"LightBlue","type":"lightblue-300"},"path":["LightBlue","lightblue-300"]},{"value":"#80a0ab","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#80a0ab","type":"color"},"name":"light-blue-lightblue-400","attributes":{"category":"LightBlue","type":"lightblue-400"},"path":["LightBlue","lightblue-400"]},{"value":"#74afc1","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#74afc1","type":"color"},"name":"light-blue-lightblue-500","attributes":{"category":"LightBlue","type":"lightblue-500"},"path":["LightBlue","lightblue-500"]},{"value":"#5a8997","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5a8997","type":"color"},"name":"light-blue-lightblue-600","attributes":{"category":"LightBlue","type":"lightblue-600"},"path":["LightBlue","lightblue-600"]},{"value":"#3e5e65","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3e5e65","type":"color"},"name":"light-blue-lightblue-650","attributes":{"category":"LightBlue","type":"lightblue-650"},"path":["LightBlue","lightblue-650"]},{"value":"#344e56","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#344e56","type":"color"},"name":"light-blue-lightblue-700","attributes":{"category":"LightBlue","type":"lightblue-700"},"path":["LightBlue","lightblue-700"]},{"value":"#ff7f0e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ff7f0e","type":"color"},"name":"orange-orange","attributes":{"category":"Orange","type":"orange"},"path":["Orange","orange"]},{"value":"#ffa556","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffa556","type":"color"},"name":"orange-orange-100","attributes":{"category":"Orange","type":"orange-100"},"path":["Orange","orange-100"]},{"value":"#ffbf86","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffbf86","type":"color"},"name":"orange-orange-200","attributes":{"category":"Orange","type":"orange-200"},"path":["Orange","orange-200"]},{"value":"#d97f30","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d97f30","type":"color"},"name":"orange-orange-300","attributes":{"category":"Orange","type":"orange-300"},"path":["Orange","orange-300"]},{"value":"#bf7e46","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bf7e46","type":"color"},"name":"orange-orange-400","attributes":{"category":"Orange","type":"orange-400"},"path":["Orange","orange-400"]},{"value":"#e5720d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e5720d","type":"color"},"name":"orange-orange-500","attributes":{"category":"Orange","type":"orange-500"},"path":["Orange","orange-500"]},{"value":"#b3590a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b3590a","type":"color"},"name":"orange-orange-600","attributes":{"category":"Orange","type":"orange-600"},"path":["Orange","orange-600"]},{"value":"#663306","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#663306","type":"color"},"name":"orange-orange-700","attributes":{"category":"Orange","type":"orange-700"},"path":["Orange","orange-700"]},{"value":"#ffab00","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffab00","type":"color"},"name":"yellow-yellow","attributes":{"category":"Yellow","type":"yellow"},"path":["Yellow","yellow"]},{"value":"#ffc44c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffc44c","type":"color"},"name":"yellow-yellow-100","attributes":{"category":"Yellow","type":"yellow-100"},"path":["Yellow","yellow-100"]},{"value":"#ffd580","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffd580","type":"color"},"name":"yellow-yellow-200","attributes":{"category":"Yellow","type":"yellow-200"},"path":["Yellow","yellow-200"]},{"value":"#d99d26","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d99d26","type":"color"},"name":"yellow-yellow-300","attributes":{"category":"Yellow","type":"yellow-300"},"path":["Yellow","yellow-300"]},{"value":"#bf943f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bf943f","type":"color"},"name":"yellow-yellow-400","attributes":{"category":"Yellow","type":"yellow-400"},"path":["Yellow","yellow-400"]},{"value":"#e59a00","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e59a00","type":"color"},"name":"yellow-yellow-500","attributes":{"category":"Yellow","type":"yellow-500"},"path":["Yellow","yellow-500"]},{"value":"#b37800","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b37800","type":"color"},"name":"yellow-yellow-600","attributes":{"category":"Yellow","type":"yellow-600"},"path":["Yellow","yellow-600"]},{"value":"#664400","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#664400","type":"color"},"name":"yellow-yellow-700","attributes":{"category":"Yellow","type":"yellow-700"},"path":["Yellow","yellow-700"]},{"value":"#3959ff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3959ff","type":"color"},"name":"notification-notification","attributes":{"category":"Notification","type":"notification"},"path":["Notification","notification"]},{"value":"#748bff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#748bff","type":"color"},"name":"notification-notification-100","attributes":{"category":"Notification","type":"notification-100"},"path":["Notification","notification-100"]},{"value":"#9cacff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9cacff","type":"color"},"name":"notification-notification-200","attributes":{"category":"Notification","type":"notification-200"},"path":["Notification","notification-200"]},{"value":"#4e64d9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#4e64d9","type":"color"},"name":"notification-notification-300","attributes":{"category":"Notification","type":"notification-300"},"path":["Notification","notification-300"]},{"value":"#5c6cbf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5c6cbf","type":"color"},"name":"notification-notification-400","attributes":{"category":"Notification","type":"notification-400"},"path":["Notification","notification-400"]},{"value":"#3350e5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3350e5","type":"color"},"name":"notification-notification-500","attributes":{"category":"Notification","type":"notification-500"},"path":["Notification","notification-500"]},{"value":"#283eb3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#283eb3","type":"color"},"name":"notification-notification-600","attributes":{"category":"Notification","type":"notification-600"},"path":["Notification","notification-600"]},{"value":"#172466","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#172466","type":"color"},"name":"notification-notification-700","attributes":{"category":"Notification","type":"notification-700"},"path":["Notification","notification-700"]},{"value":"#24471f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#24471f","type":"color"},"name":"success-success-700","attributes":{"category":"Success","type":"success-700"},"path":["Success","success-700"]},{"value":"#5bb14d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5bb14d","type":"color"},"name":"success-success","attributes":{"category":"Success","type":"success"},"path":["Success","success"]},{"value":"#8cc882","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#8cc882","type":"color"},"name":"success-success-100","attributes":{"category":"Success","type":"success-100"},"path":["Success","success-100"]},{"value":"#add8a6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#add8a6","type":"color"},"name":"success-success-200","attributes":{"category":"Success","type":"success-200"},"path":["Success","success-200"]},{"value":"#66a25c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#66a25c","type":"color"},"name":"success-success-300","attributes":{"category":"Success","type":"success-300"},"path":["Success","success-300"]},{"value":"#6d9766","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6d9766","type":"color"},"name":"success-success-400","attributes":{"category":"Success","type":"success-400"},"path":["Success","success-400"]},{"value":"#529f45","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#529f45","type":"color"},"name":"success-success-500","attributes":{"category":"Success","type":"success-500"},"path":["Success","success-500"]},{"value":"#407c36","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#407c36","type":"color"},"name":"success-success-600","attributes":{"category":"Success","type":"success-600"},"path":["Success","success-600"]},{"value":"#f03d3e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f03d3e","type":"color"},"name":"error-error","attributes":{"category":"Error","type":"error"},"path":["Error","error"]},{"value":"#f57778","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f57778","type":"color"},"name":"error-error-100","attributes":{"category":"Error","type":"error-100"},"path":["Error","error-100"]},{"value":"#f89e9e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f89e9e","type":"color"},"name":"error-error-200","attributes":{"category":"Error","type":"error-200"},"path":["Error","error-200"]},{"value":"#f9c8c8","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f9c8c8","type":"color"},"name":"error-error-250","attributes":{"category":"Error","type":"error-250"},"path":["Error","error-250"]},{"value":"#ce5151","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ce5151","type":"color"},"name":"error-error-300","attributes":{"category":"Error","type":"error-300"},"path":["Error","error-300"]},{"value":"#b85e5e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b85e5e","type":"color"},"name":"error-error-400","attributes":{"category":"Error","type":"error-400"},"path":["Error","error-400"]},{"value":"#d83738","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d83738","type":"color"},"name":"error-error-500","attributes":{"category":"Error","type":"error-500"},"path":["Error","error-500"]},{"value":"#a82b2b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a82b2b","type":"color"},"name":"error-error-600","attributes":{"category":"Error","type":"error-600"},"path":["Error","error-600"]},{"value":"#601819","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#601819","type":"color"},"name":"error-error-700","attributes":{"category":"Error","type":"error-700"},"path":["Error","error-700"]},{"value":"2px 2px 8px 0px #7f7e7f52","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f52","type":"dropShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"highlight-sm","attributes":{"category":"highlight-sm"},"path":["highlight-sm"]},{"value":"2px 2px 8px 0px #7f7e7f7a","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f7a","type":"dropShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"highlight","attributes":{"category":"highlight"},"path":["highlight"]},{"value":"2px 2px 8px 0px #7f7e7fb8","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fb8","type":"dropShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"highlight-md","attributes":{"category":"highlight-md"},"path":["highlight-md"]},{"value":"2px 2px 8px 0px #7f7e7fe0","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fe0","type":"dropShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"highlight-lg","attributes":{"category":"highlight-lg"},"path":["highlight-lg"]},{"value":"2px 2px 8px 0px #7f7e7f","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f","type":"dropShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"highlight-xl","attributes":{"category":"highlight-xl"},"path":["highlight-xl"]},{"value":"0px 4px 6px 3px #3333331a","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#3333331a","type":"dropShadow","x":0,"y":4,"blur":6,"spread":3},"type":"boxShadow"},"name":"shadow","attributes":{"category":"shadow"},"path":["shadow"]},{"value":"0px 2px 2px 2px #33333314","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#33333314","type":"dropShadow","x":0,"y":2,"blur":2,"spread":2},"type":"boxShadow"},"name":"shadow-sm","attributes":{"category":"shadow-sm"},"path":["shadow-sm"]},{"value":"0px 6px 10px 5px #3333331a","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#3333331a","type":"dropShadow","x":0,"y":6,"blur":10,"spread":5},"type":"boxShadow"},"name":"shadow-md","attributes":{"category":"shadow-md"},"path":["shadow-md"]},{"value":"0px 4px 4px 4px #7f7e7f40","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f40","type":"dropShadow","x":0,"y":4,"blur":4,"spread":4},"type":"boxShadow"},"name":"shadow-lg","attributes":{"category":"shadow-lg"},"path":["shadow-lg"]},{"value":"0px 10px 18px 10px #7f7e7f40","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f40","type":"dropShadow","x":0,"y":10,"blur":18,"spread":10},"type":"boxShadow"},"name":"shadow-xl","attributes":{"category":"shadow-xl"},"path":["shadow-xl"]},{"value":"inset 2px 2px 6px 0px #7f7e7f80","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f80","type":"innerShadow","x":2,"y":2,"blur":6,"spread":0},"type":"boxShadow"},"name":"shadow-inner","attributes":{"category":"shadow-inner"},"path":["shadow-inner"]},{"value":"Nunito Sans","type":"fontFamilies","filePath":"tokens/core.json","isSource":true,"original":{"value":"Nunito Sans","type":"fontFamilies"},"name":"nunito-sans","attributes":{"category":"nunito-sans"},"path":["nunito-sans"]},{"value":"Abel","type":"fontFamilies","filePath":"tokens/core.json","isSource":true,"original":{"value":"Abel","type":"fontFamilies"},"name":"abel","attributes":{"category":"abel"},"path":["abel"]},{"value":"Regular","type":"fontWeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"Regular","type":"fontWeights"},"name":"font-weights-nunito-sans-0","attributes":{"category":"fontWeights","type":"nunito-sans-0"},"path":["fontWeights","nunito-sans-0"]},{"value":"Regular","type":"fontWeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"Regular","type":"fontWeights"},"name":"font-weights-abel-1","attributes":{"category":"fontWeights","type":"abel-1"},"path":["fontWeights","abel-1"]},{"value":"Light Italic","type":"fontWeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"Light Italic","type":"fontWeights"},"name":"font-weights-nunito-sans-2","attributes":{"category":"fontWeights","type":"nunito-sans-2"},"path":["fontWeights","nunito-sans-2"]},{"value":"SemiBold","type":"fontWeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"SemiBold","type":"fontWeights"},"name":"font-weights-nunito-sans-3","attributes":{"category":"fontWeights","type":"nunito-sans-3"},"path":["fontWeights","nunito-sans-3"]},{"value":"Light","type":"fontWeights","filePath":"tokens/core.json","isSource":true,"original":{"value":"Light","type":"fontWeights"},"name":"font-weights-nunito-sans-4","attributes":{"category":"fontWeights","type":"nunito-sans-4"},"path":["fontWeights","nunito-sans-4"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","lineHeight":20,"fontSize":"0.75rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","lineHeight":20,"fontSize":"0.75rem"},"type":"typography"},"name":"x-small-typecase","attributes":{"category":"x-small-typecase"},"path":["x-small-typecase"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"1rem","lineHeight":"AUTO"},"type":"typography","description":"Subtitles on Cards","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"1rem","lineHeight":"AUTO"},"type":"typography","description":"Subtitles on Cards"},"name":"subtitle","attributes":{"category":"subtitle"},"path":["subtitle"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2.75rem"},"type":"typography","description":"Product Cards - Product Name","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2.75rem"},"type":"typography","description":"Product Cards - Product Name"},"name":"product-name","attributes":{"category":"product-name"},"path":["product-name"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"letterSpacing":"4%","paragraphSpacing":0,"textCase":"capitalize","textDecoration":"none","fontSize":"1rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"letterSpacing":"4%","paragraphSpacing":0,"textCase":"capitalize","textDecoration":"none","fontSize":"1rem"},"type":"typography"},"name":"dropdown-text","attributes":{"category":"dropdown-text"},"path":["dropdown-text"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link-m","attributes":{"category":"link-m"},"path":["link-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light Italic","lineHeight":20,"letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline","fontSize":"1rem"},"type":"typography","description":"Disabled links on Desktop","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light Italic","lineHeight":20,"letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline","fontSize":"1rem"},"type":"typography","description":"Disabled links on Desktop"},"name":"link-disabled","attributes":{"category":"link-disabled"},"path":["link-disabled"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light Italic","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on Mobile that are disabled","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light Italic","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on Mobile that are disabled"},"name":"link-m-disabled","attributes":{"category":"link-m-disabled"},"path":["link-m-disabled"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on desktops in Focus State","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on desktops in Focus State"},"name":"link-focus","attributes":{"category":"link-focus"},"path":["link-focus"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on mobile in focus state","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","description":"Links on mobile in focus state"},"name":"link-m-focus","attributes":{"category":"link-m-focus"},"path":["link-m-focus"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link","attributes":{"category":"link"},"path":["link"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link-visited","attributes":{"category":"link-visited"},"path":["link-visited"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":20,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":20,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link-hover","attributes":{"category":"link-hover"},"path":["link-hover"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"1rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"link-active","attributes":{"category":"link-active"},"path":["link-active"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link-m-visited","attributes":{"category":"link-m-visited"},"path":["link-m-visited"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"SemiBold","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"underline"},"type":"typography"},"name":"link-m-hover","attributes":{"category":"link-m-hover"},"path":["link-m-hover"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":16,"fontSize":"0.875rem","letterSpacing":0,"paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"link-m-active","attributes":{"category":"link-m-active"},"path":["link-m-active"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":68,"fontSize":"4rem","letterSpacing":"-2%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":68,"fontSize":"4rem","letterSpacing":"-2%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"display-lg","attributes":{"category":"display-lg"},"path":["display-lg"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":52,"fontSize":"3rem","letterSpacing":"-2%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":52,"fontSize":"3rem","letterSpacing":"-2%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"display-sm","attributes":{"category":"display-sm"},"path":["display-sm"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"1.625rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"1.625rem"},"type":"typography"},"name":"logo-text","attributes":{"category":"logo-text"},"path":["logo-text"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":20,"letterSpacing":"4%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"1rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":20,"letterSpacing":"4%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"1rem"},"type":"typography"},"name":"nav-items","attributes":{"category":"nav-items"},"path":["nav-items"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"tool-tip","attributes":{"category":"tool-tip"},"path":["tool-tip"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"0.75rem"},"type":"typography","description":"Small Labels \n\n-Slider Tool Tip","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none","fontSize":"0.75rem"},"type":"typography","description":"Small Labels \n\n-Slider Tool Tip"},"name":"x-small","attributes":{"category":"x-small"},"path":["x-small"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2.75rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2.75rem"},"type":"typography"},"name":"h1","attributes":{"category":"h1"},"path":["h1"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","textCase":"none","textDecoration":"none","paragraphSpacing":0,"fontSize":"2.5rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","textCase":"none","textDecoration":"none","paragraphSpacing":0,"fontSize":"2.5rem"},"type":"typography"},"name":"h2","attributes":{"category":"h2"},"path":["h2"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2rem"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":"AUTO","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none","fontSize":"2rem"},"type":"typography"},"name":"h3","attributes":{"category":"h3"},"path":["h3"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1.75rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1.75rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"h4","attributes":{"category":"h4"},"path":["h4"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"h5","attributes":{"category":"h5"},"path":["h5"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph - Large - Default \n","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph - Large - Default \n"},"name":"p-l-d","attributes":{"category":"p-l-d"},"path":["p-l-d"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"p-d-d","attributes":{"category":"p-d-d"},"path":["p-d-d"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"p-s-d","attributes":{"category":"p-s-d"},"path":["p-s-d"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"placeholder","attributes":{"category":"placeholder"},"path":["placeholder"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"0.875rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"0.875rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"button","attributes":{"category":"button"},"path":["button"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"label","attributes":{"category":"label"},"path":["label"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":40,"fontSize":"2.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":40,"fontSize":"2.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"h1-m","attributes":{"category":"h1-m"},"path":["h1-m"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":48,"fontSize":"2.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":48,"fontSize":"2.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"h2-m","attributes":{"category":"h2-m"},"path":["h2-m"]},{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":32,"fontSize":"1.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Abel","fontWeight":"Regular","lineHeight":32,"fontSize":"1.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"h3-m","attributes":{"category":"h3-m"},"path":["h3-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":"AUTO","fontSize":"1.5rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"h4-m","attributes":{"category":"h4-m"},"path":["h4-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"8%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"h5-m","attributes":{"category":"h5-m"},"path":["h5-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph Large Mobile","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":28,"fontSize":"1.25rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph Large Mobile"},"name":"p-l-m","attributes":{"category":"p-l-m"},"path":["p-l-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph - Body - Mobile","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","description":"Paragraph - Body - Mobile"},"name":"p-d-m","attributes":{"category":"p-d-m"},"path":["p-d-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":20,"fontSize":"0.875rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"p-s-m","attributes":{"category":"p-s-m"},"path":["p-s-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"label-m","attributes":{"category":"label-m"},"path":["label-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"0.875rem","letterSpacing":"12%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Regular","lineHeight":24,"fontSize":"0.875rem","letterSpacing":"12%","paragraphSpacing":0,"textCase":"uppercase","textDecoration":"none"},"type":"typography"},"name":"button-m","attributes":{"category":"button-m"},"path":["button-m"]},{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography","filePath":"tokens/core.json","isSource":true,"original":{"value":{"fontFamily":"Nunito Sans","fontWeight":"Light","lineHeight":24,"fontSize":"1rem","letterSpacing":"0%","paragraphSpacing":0,"textCase":"none","textDecoration":"none"},"type":"typography"},"name":"placeholder-m","attributes":{"category":"placeholder-m"},"path":["placeholder-m"]},{"value":"none","type":"textCase","filePath":"tokens/core.json","isSource":true,"original":{"value":"none","type":"textCase"},"name":"text-case-normal-case","attributes":{"category":"textCase","type":"normal-case"},"path":["textCase","normal-case"]},{"value":"uppercase","type":"textCase","filePath":"tokens/core.json","isSource":true,"original":{"value":"uppercase","type":"textCase"},"name":"text-case-uppercase","attributes":{"category":"textCase","type":"uppercase"},"path":["textCase","uppercase"]},{"value":"capitalize","type":"textCase","filePath":"tokens/core.json","isSource":true,"original":{"value":"capitalize","type":"textCase"},"name":"text-case-capitalize","attributes":{"category":"textCase","type":"capitalize"},"path":["textCase","capitalize"]},{"value":"lowercase","type":"textCase","filePath":"tokens/core.json","isSource":true,"original":{"value":"lowercase","type":"textCase"},"name":"text-case-lowercase","attributes":{"category":"textCase","type":"lowercase"},"path":["textCase","lowercase"]},{"value":"none","type":"textDecoration","filePath":"tokens/core.json","isSource":true,"original":{"value":"none","type":"textDecoration"},"name":"text-decoration-none","attributes":{"category":"textDecoration","type":"none"},"path":["textDecoration","none"]},{"value":"underline","type":"textDecoration","filePath":"tokens/core.json","isSource":true,"original":{"value":"underline","type":"textDecoration"},"name":"text-decoration-underline","attributes":{"category":"textDecoration","type":"underline"},"path":["textDecoration","underline"]},{"value":"0.25rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"borderRadius"},"name":"rounded-sm","attributes":{"category":"rounded-sm"},"path":["rounded-sm"]},{"value":"0.5rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"borderRadius"},"name":"rounded","attributes":{"category":"rounded"},"path":["rounded"]},{"value":"1rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"borderRadius"},"name":"rounded-md","attributes":{"category":"rounded-md"},"path":["rounded-md"]},{"value":"1.5rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"borderRadius"},"name":"rounded-lg","attributes":{"category":"rounded-lg"},"path":["rounded-lg"]},{"value":"2rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"borderRadius"},"name":"rounded-xl","attributes":{"category":"rounded-xl"},"path":["rounded-xl"]},{"value":"3rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"borderRadius"},"name":"rounded-2xl","attributes":{"category":"rounded-2xl"},"path":["rounded-2xl"]},{"value":"4rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"borderRadius"},"name":"rounded-3xl","attributes":{"category":"rounded-3xl"},"path":["rounded-3xl"]},{"value":"6rem","type":"borderRadius","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"borderRadius"},"name":"rounded-4xl","attributes":{"category":"rounded-4xl"},"path":["rounded-4xl"]},{"value":"0.125rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"spacing"},"name":"0-5","attributes":{"category":"0,5"},"path":["0,5"]},{"value":"1px","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"spacing"},"name":"px","attributes":{"category":"px"},"path":["px"]},{"value":"0.375rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"spacing"},"name":"1-5","attributes":{"category":"1,5"},"path":["1,5"]},{"value":"0.625rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"spacing"},"name":"2-5","attributes":{"category":"2,5"},"path":["2,5"]},{"value":"0.875rem","type":"spacing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"spacing"},"name":"3-5","attributes":{"category":"3,5"},"path":["3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"width-0","attributes":{"category":"Width","type":"0"},"path":["Width","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"width-1","attributes":{"category":"Width","type":"1"},"path":["Width","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"width-2","attributes":{"category":"Width","type":"2"},"path":["Width","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"width-3","attributes":{"category":"Width","type":"3"},"path":["Width","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"width-4","attributes":{"category":"Width","type":"4"},"path":["Width","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"width-5","attributes":{"category":"Width","type":"5"},"path":["Width","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"width-6","attributes":{"category":"Width","type":"6"},"path":["Width","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"width-7","attributes":{"category":"Width","type":"7"},"path":["Width","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"width-8","attributes":{"category":"Width","type":"8"},"path":["Width","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"width-9","attributes":{"category":"Width","type":"9"},"path":["Width","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"width-10","attributes":{"category":"Width","type":"10"},"path":["Width","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"width-11","attributes":{"category":"Width","type":"11"},"path":["Width","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"width-12","attributes":{"category":"Width","type":"12"},"path":["Width","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"width-14","attributes":{"category":"Width","type":"14"},"path":["Width","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"width-16","attributes":{"category":"Width","type":"16"},"path":["Width","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"width-20","attributes":{"category":"Width","type":"20"},"path":["Width","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"width-24","attributes":{"category":"Width","type":"24"},"path":["Width","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"width-28","attributes":{"category":"Width","type":"28"},"path":["Width","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"width-32","attributes":{"category":"Width","type":"32"},"path":["Width","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"width-36","attributes":{"category":"Width","type":"36"},"path":["Width","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"width-40","attributes":{"category":"Width","type":"40"},"path":["Width","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"width-44","attributes":{"category":"Width","type":"44"},"path":["Width","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"width-48","attributes":{"category":"Width","type":"48"},"path":["Width","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"width-52","attributes":{"category":"Width","type":"52"},"path":["Width","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"width-56","attributes":{"category":"Width","type":"56"},"path":["Width","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"width-60","attributes":{"category":"Width","type":"60"},"path":["Width","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"width-64","attributes":{"category":"Width","type":"64"},"path":["Width","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"width-72","attributes":{"category":"Width","type":"72"},"path":["Width","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"width-80","attributes":{"category":"Width","type":"80"},"path":["Width","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"width-96","attributes":{"category":"Width","type":"96"},"path":["Width","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"width-0-5","attributes":{"category":"Width","type":"0,5"},"path":["Width","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"width-px","attributes":{"category":"Width","type":"px"},"path":["Width","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"width-1-5","attributes":{"category":"Width","type":"1,5"},"path":["Width","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"width-2-5","attributes":{"category":"Width","type":"2,5"},"path":["Width","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"width-3-5","attributes":{"category":"Width","type":"3,5"},"path":["Width","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"min-width-0","attributes":{"category":"Min-Width","type":"0"},"path":["Min-Width","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"min-width-1","attributes":{"category":"Min-Width","type":"1"},"path":["Min-Width","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"min-width-2","attributes":{"category":"Min-Width","type":"2"},"path":["Min-Width","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"min-width-3","attributes":{"category":"Min-Width","type":"3"},"path":["Min-Width","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"min-width-4","attributes":{"category":"Min-Width","type":"4"},"path":["Min-Width","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"min-width-5","attributes":{"category":"Min-Width","type":"5"},"path":["Min-Width","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"min-width-6","attributes":{"category":"Min-Width","type":"6"},"path":["Min-Width","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"min-width-7","attributes":{"category":"Min-Width","type":"7"},"path":["Min-Width","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"min-width-8","attributes":{"category":"Min-Width","type":"8"},"path":["Min-Width","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"min-width-9","attributes":{"category":"Min-Width","type":"9"},"path":["Min-Width","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"min-width-10","attributes":{"category":"Min-Width","type":"10"},"path":["Min-Width","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"min-width-11","attributes":{"category":"Min-Width","type":"11"},"path":["Min-Width","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"min-width-12","attributes":{"category":"Min-Width","type":"12"},"path":["Min-Width","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"min-width-14","attributes":{"category":"Min-Width","type":"14"},"path":["Min-Width","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"min-width-16","attributes":{"category":"Min-Width","type":"16"},"path":["Min-Width","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"min-width-20","attributes":{"category":"Min-Width","type":"20"},"path":["Min-Width","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"min-width-24","attributes":{"category":"Min-Width","type":"24"},"path":["Min-Width","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"min-width-28","attributes":{"category":"Min-Width","type":"28"},"path":["Min-Width","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"min-width-32","attributes":{"category":"Min-Width","type":"32"},"path":["Min-Width","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"min-width-36","attributes":{"category":"Min-Width","type":"36"},"path":["Min-Width","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"min-width-40","attributes":{"category":"Min-Width","type":"40"},"path":["Min-Width","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"min-width-44","attributes":{"category":"Min-Width","type":"44"},"path":["Min-Width","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"min-width-48","attributes":{"category":"Min-Width","type":"48"},"path":["Min-Width","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"min-width-52","attributes":{"category":"Min-Width","type":"52"},"path":["Min-Width","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"min-width-56","attributes":{"category":"Min-Width","type":"56"},"path":["Min-Width","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"min-width-60","attributes":{"category":"Min-Width","type":"60"},"path":["Min-Width","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"min-width-64","attributes":{"category":"Min-Width","type":"64"},"path":["Min-Width","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"min-width-72","attributes":{"category":"Min-Width","type":"72"},"path":["Min-Width","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"min-width-80","attributes":{"category":"Min-Width","type":"80"},"path":["Min-Width","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"min-width-96","attributes":{"category":"Min-Width","type":"96"},"path":["Min-Width","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"min-width-0-5","attributes":{"category":"Min-Width","type":"0,5"},"path":["Min-Width","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"min-width-px","attributes":{"category":"Min-Width","type":"px"},"path":["Min-Width","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"min-width-1-5","attributes":{"category":"Min-Width","type":"1,5"},"path":["Min-Width","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"min-width-2-5","attributes":{"category":"Min-Width","type":"2,5"},"path":["Min-Width","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"min-width-3-5","attributes":{"category":"Min-Width","type":"3,5"},"path":["Min-Width","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"max-width-0","attributes":{"category":"Max-Width","type":"0"},"path":["Max-Width","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"max-width-1","attributes":{"category":"Max-Width","type":"1"},"path":["Max-Width","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"max-width-2","attributes":{"category":"Max-Width","type":"2"},"path":["Max-Width","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"max-width-3","attributes":{"category":"Max-Width","type":"3"},"path":["Max-Width","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"max-width-4","attributes":{"category":"Max-Width","type":"4"},"path":["Max-Width","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"max-width-5","attributes":{"category":"Max-Width","type":"5"},"path":["Max-Width","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"max-width-6","attributes":{"category":"Max-Width","type":"6"},"path":["Max-Width","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"max-width-7","attributes":{"category":"Max-Width","type":"7"},"path":["Max-Width","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"max-width-8","attributes":{"category":"Max-Width","type":"8"},"path":["Max-Width","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"max-width-9","attributes":{"category":"Max-Width","type":"9"},"path":["Max-Width","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"max-width-10","attributes":{"category":"Max-Width","type":"10"},"path":["Max-Width","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"max-width-11","attributes":{"category":"Max-Width","type":"11"},"path":["Max-Width","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"max-width-12","attributes":{"category":"Max-Width","type":"12"},"path":["Max-Width","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"max-width-14","attributes":{"category":"Max-Width","type":"14"},"path":["Max-Width","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"max-width-16","attributes":{"category":"Max-Width","type":"16"},"path":["Max-Width","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"max-width-20","attributes":{"category":"Max-Width","type":"20"},"path":["Max-Width","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"max-width-24","attributes":{"category":"Max-Width","type":"24"},"path":["Max-Width","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"max-width-28","attributes":{"category":"Max-Width","type":"28"},"path":["Max-Width","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"max-width-32","attributes":{"category":"Max-Width","type":"32"},"path":["Max-Width","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"max-width-36","attributes":{"category":"Max-Width","type":"36"},"path":["Max-Width","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"max-width-40","attributes":{"category":"Max-Width","type":"40"},"path":["Max-Width","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"max-width-44","attributes":{"category":"Max-Width","type":"44"},"path":["Max-Width","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"max-width-48","attributes":{"category":"Max-Width","type":"48"},"path":["Max-Width","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"max-width-52","attributes":{"category":"Max-Width","type":"52"},"path":["Max-Width","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"max-width-56","attributes":{"category":"Max-Width","type":"56"},"path":["Max-Width","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"max-width-60","attributes":{"category":"Max-Width","type":"60"},"path":["Max-Width","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"max-width-64","attributes":{"category":"Max-Width","type":"64"},"path":["Max-Width","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"max-width-72","attributes":{"category":"Max-Width","type":"72"},"path":["Max-Width","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"max-width-80","attributes":{"category":"Max-Width","type":"80"},"path":["Max-Width","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"max-width-96","attributes":{"category":"Max-Width","type":"96"},"path":["Max-Width","96"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"max-width-xs","attributes":{"category":"Max-Width","type":"xs"},"path":["Max-Width","xs"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"max-width-sm","attributes":{"category":"Max-Width","type":"sm"},"path":["Max-Width","sm"]},{"value":"28rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"28rem","type":"sizing"},"name":"max-width-md","attributes":{"category":"Max-Width","type":"md"},"path":["Max-Width","md"]},{"value":"32rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"32rem","type":"sizing"},"name":"max-width-lg","attributes":{"category":"Max-Width","type":"lg"},"path":["Max-Width","lg"]},{"value":"36rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"36rem","type":"sizing"},"name":"max-width-xl","attributes":{"category":"Max-Width","type":"xl"},"path":["Max-Width","xl"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"max-width-0-5","attributes":{"category":"Max-Width","type":"0,5"},"path":["Max-Width","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"max-width-px","attributes":{"category":"Max-Width","type":"px"},"path":["Max-Width","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"max-width-1-5","attributes":{"category":"Max-Width","type":"1,5"},"path":["Max-Width","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"max-width-2-5","attributes":{"category":"Max-Width","type":"2,5"},"path":["Max-Width","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"max-width-3-5","attributes":{"category":"Max-Width","type":"3,5"},"path":["Max-Width","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"height-0","attributes":{"category":"Height","type":"0"},"path":["Height","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"height-1","attributes":{"category":"Height","type":"1"},"path":["Height","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"height-2","attributes":{"category":"Height","type":"2"},"path":["Height","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"height-3","attributes":{"category":"Height","type":"3"},"path":["Height","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"height-4","attributes":{"category":"Height","type":"4"},"path":["Height","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"height-5","attributes":{"category":"Height","type":"5"},"path":["Height","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"height-6","attributes":{"category":"Height","type":"6"},"path":["Height","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"height-7","attributes":{"category":"Height","type":"7"},"path":["Height","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"height-8","attributes":{"category":"Height","type":"8"},"path":["Height","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"height-9","attributes":{"category":"Height","type":"9"},"path":["Height","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"height-10","attributes":{"category":"Height","type":"10"},"path":["Height","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"height-11","attributes":{"category":"Height","type":"11"},"path":["Height","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"height-12","attributes":{"category":"Height","type":"12"},"path":["Height","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"height-14","attributes":{"category":"Height","type":"14"},"path":["Height","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"height-16","attributes":{"category":"Height","type":"16"},"path":["Height","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"height-20","attributes":{"category":"Height","type":"20"},"path":["Height","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"height-24","attributes":{"category":"Height","type":"24"},"path":["Height","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"height-28","attributes":{"category":"Height","type":"28"},"path":["Height","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"height-32","attributes":{"category":"Height","type":"32"},"path":["Height","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"height-36","attributes":{"category":"Height","type":"36"},"path":["Height","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"height-40","attributes":{"category":"Height","type":"40"},"path":["Height","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"height-44","attributes":{"category":"Height","type":"44"},"path":["Height","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"height-48","attributes":{"category":"Height","type":"48"},"path":["Height","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"height-52","attributes":{"category":"Height","type":"52"},"path":["Height","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"height-56","attributes":{"category":"Height","type":"56"},"path":["Height","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"height-60","attributes":{"category":"Height","type":"60"},"path":["Height","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"height-64","attributes":{"category":"Height","type":"64"},"path":["Height","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"height-72","attributes":{"category":"Height","type":"72"},"path":["Height","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"height-80","attributes":{"category":"Height","type":"80"},"path":["Height","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"height-96","attributes":{"category":"Height","type":"96"},"path":["Height","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"height-0-5","attributes":{"category":"Height","type":"0,5"},"path":["Height","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"height-px","attributes":{"category":"Height","type":"px"},"path":["Height","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"height-1-5","attributes":{"category":"Height","type":"1,5"},"path":["Height","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"height-2-5","attributes":{"category":"Height","type":"2,5"},"path":["Height","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"height-3-5","attributes":{"category":"Height","type":"3,5"},"path":["Height","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"min-height-0","attributes":{"category":"Min-Height","type":"0"},"path":["Min-Height","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"min-height-1","attributes":{"category":"Min-Height","type":"1"},"path":["Min-Height","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"min-height-2","attributes":{"category":"Min-Height","type":"2"},"path":["Min-Height","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"min-height-3","attributes":{"category":"Min-Height","type":"3"},"path":["Min-Height","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"min-height-4","attributes":{"category":"Min-Height","type":"4"},"path":["Min-Height","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"min-height-5","attributes":{"category":"Min-Height","type":"5"},"path":["Min-Height","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"min-height-6","attributes":{"category":"Min-Height","type":"6"},"path":["Min-Height","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"min-height-7","attributes":{"category":"Min-Height","type":"7"},"path":["Min-Height","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"min-height-8","attributes":{"category":"Min-Height","type":"8"},"path":["Min-Height","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"min-height-9","attributes":{"category":"Min-Height","type":"9"},"path":["Min-Height","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"min-height-10","attributes":{"category":"Min-Height","type":"10"},"path":["Min-Height","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"min-height-11","attributes":{"category":"Min-Height","type":"11"},"path":["Min-Height","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"min-height-12","attributes":{"category":"Min-Height","type":"12"},"path":["Min-Height","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"min-height-14","attributes":{"category":"Min-Height","type":"14"},"path":["Min-Height","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"min-height-16","attributes":{"category":"Min-Height","type":"16"},"path":["Min-Height","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"min-height-20","attributes":{"category":"Min-Height","type":"20"},"path":["Min-Height","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"min-height-24","attributes":{"category":"Min-Height","type":"24"},"path":["Min-Height","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"min-height-28","attributes":{"category":"Min-Height","type":"28"},"path":["Min-Height","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"min-height-32","attributes":{"category":"Min-Height","type":"32"},"path":["Min-Height","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"min-height-36","attributes":{"category":"Min-Height","type":"36"},"path":["Min-Height","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"min-height-40","attributes":{"category":"Min-Height","type":"40"},"path":["Min-Height","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"min-height-44","attributes":{"category":"Min-Height","type":"44"},"path":["Min-Height","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"min-height-48","attributes":{"category":"Min-Height","type":"48"},"path":["Min-Height","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"min-height-52","attributes":{"category":"Min-Height","type":"52"},"path":["Min-Height","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"min-height-56","attributes":{"category":"Min-Height","type":"56"},"path":["Min-Height","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"min-height-60","attributes":{"category":"Min-Height","type":"60"},"path":["Min-Height","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"min-height-64","attributes":{"category":"Min-Height","type":"64"},"path":["Min-Height","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"min-height-72","attributes":{"category":"Min-Height","type":"72"},"path":["Min-Height","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"min-height-80","attributes":{"category":"Min-Height","type":"80"},"path":["Min-Height","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"min-height-96","attributes":{"category":"Min-Height","type":"96"},"path":["Min-Height","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"min-height-0-5","attributes":{"category":"Min-Height","type":"0,5"},"path":["Min-Height","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"min-height-px","attributes":{"category":"Min-Height","type":"px"},"path":["Min-Height","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"min-height-1-5","attributes":{"category":"Min-Height","type":"1,5"},"path":["Min-Height","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"min-height-2-5","attributes":{"category":"Min-Height","type":"2,5"},"path":["Min-Height","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"min-height-3-5","attributes":{"category":"Min-Height","type":"3,5"},"path":["Min-Height","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"max-height-0","attributes":{"category":"Max-Height","type":"0"},"path":["Max-Height","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"max-height-1","attributes":{"category":"Max-Height","type":"1"},"path":["Max-Height","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"max-height-2","attributes":{"category":"Max-Height","type":"2"},"path":["Max-Height","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"max-height-3","attributes":{"category":"Max-Height","type":"3"},"path":["Max-Height","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"max-height-4","attributes":{"category":"Max-Height","type":"4"},"path":["Max-Height","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"max-height-5","attributes":{"category":"Max-Height","type":"5"},"path":["Max-Height","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"max-height-6","attributes":{"category":"Max-Height","type":"6"},"path":["Max-Height","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"max-height-7","attributes":{"category":"Max-Height","type":"7"},"path":["Max-Height","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"max-height-8","attributes":{"category":"Max-Height","type":"8"},"path":["Max-Height","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"max-height-9","attributes":{"category":"Max-Height","type":"9"},"path":["Max-Height","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"max-height-10","attributes":{"category":"Max-Height","type":"10"},"path":["Max-Height","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"max-height-11","attributes":{"category":"Max-Height","type":"11"},"path":["Max-Height","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"max-height-12","attributes":{"category":"Max-Height","type":"12"},"path":["Max-Height","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"max-height-14","attributes":{"category":"Max-Height","type":"14"},"path":["Max-Height","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"max-height-16","attributes":{"category":"Max-Height","type":"16"},"path":["Max-Height","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"max-height-20","attributes":{"category":"Max-Height","type":"20"},"path":["Max-Height","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"max-height-24","attributes":{"category":"Max-Height","type":"24"},"path":["Max-Height","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"max-height-28","attributes":{"category":"Max-Height","type":"28"},"path":["Max-Height","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"max-height-32","attributes":{"category":"Max-Height","type":"32"},"path":["Max-Height","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"max-height-36","attributes":{"category":"Max-Height","type":"36"},"path":["Max-Height","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"max-height-40","attributes":{"category":"Max-Height","type":"40"},"path":["Max-Height","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"max-height-44","attributes":{"category":"Max-Height","type":"44"},"path":["Max-Height","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"max-height-48","attributes":{"category":"Max-Height","type":"48"},"path":["Max-Height","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"max-height-52","attributes":{"category":"Max-Height","type":"52"},"path":["Max-Height","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"max-height-56","attributes":{"category":"Max-Height","type":"56"},"path":["Max-Height","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"max-height-60","attributes":{"category":"Max-Height","type":"60"},"path":["Max-Height","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"max-height-64","attributes":{"category":"Max-Height","type":"64"},"path":["Max-Height","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"max-height-72","attributes":{"category":"Max-Height","type":"72"},"path":["Max-Height","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"max-height-80","attributes":{"category":"Max-Height","type":"80"},"path":["Max-Height","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"max-height-96","attributes":{"category":"Max-Height","type":"96"},"path":["Max-Height","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"max-height-0-5","attributes":{"category":"Max-Height","type":"0,5"},"path":["Max-Height","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"max-height-px","attributes":{"category":"Max-Height","type":"px"},"path":["Max-Height","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"max-height-1-5","attributes":{"category":"Max-Height","type":"1,5"},"path":["Max-Height","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"max-height-2-5","attributes":{"category":"Max-Height","type":"2,5"},"path":["Max-Height","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"max-height-3-5","attributes":{"category":"Max-Height","type":"3,5"},"path":["Max-Height","3,5"]},{"value":"0px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0px","type":"sizing"},"name":"size-0","attributes":{"category":"Size","type":"0"},"path":["Size","0"]},{"value":"0.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.25rem","type":"sizing"},"name":"size-1","attributes":{"category":"Size","type":"1"},"path":["Size","1"]},{"value":"0.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.5rem","type":"sizing"},"name":"size-2","attributes":{"category":"Size","type":"2"},"path":["Size","2"]},{"value":"0.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"sizing"},"name":"size-3","attributes":{"category":"Size","type":"3"},"path":["Size","3"]},{"value":"1rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"sizing"},"name":"size-4","attributes":{"category":"Size","type":"4"},"path":["Size","4"]},{"value":"1.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"sizing"},"name":"size-5","attributes":{"category":"Size","type":"5"},"path":["Size","5"]},{"value":"1.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"sizing"},"name":"size-6","attributes":{"category":"Size","type":"6"},"path":["Size","6"]},{"value":"1.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"sizing"},"name":"size-7","attributes":{"category":"Size","type":"7"},"path":["Size","7"]},{"value":"2rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"sizing"},"name":"size-8","attributes":{"category":"Size","type":"8"},"path":["Size","8"]},{"value":"2.25rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"sizing"},"name":"size-9","attributes":{"category":"Size","type":"9"},"path":["Size","9"]},{"value":"2.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"sizing"},"name":"size-10","attributes":{"category":"Size","type":"10"},"path":["Size","10"]},{"value":"2.75rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"sizing"},"name":"size-11","attributes":{"category":"Size","type":"11"},"path":["Size","11"]},{"value":"3rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"sizing"},"name":"size-12","attributes":{"category":"Size","type":"12"},"path":["Size","12"]},{"value":"3.5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"3.5rem","type":"sizing"},"name":"size-14","attributes":{"category":"Size","type":"14"},"path":["Size","14"]},{"value":"4rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"sizing"},"name":"size-16","attributes":{"category":"Size","type":"16"},"path":["Size","16"]},{"value":"5rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"5rem","type":"sizing"},"name":"size-20","attributes":{"category":"Size","type":"20"},"path":["Size","20"]},{"value":"6rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"6rem","type":"sizing"},"name":"size-24","attributes":{"category":"Size","type":"24"},"path":["Size","24"]},{"value":"7rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"7rem","type":"sizing"},"name":"size-28","attributes":{"category":"Size","type":"28"},"path":["Size","28"]},{"value":"8rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"8rem","type":"sizing"},"name":"size-32","attributes":{"category":"Size","type":"32"},"path":["Size","32"]},{"value":"9rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"9rem","type":"sizing"},"name":"size-36","attributes":{"category":"Size","type":"36"},"path":["Size","36"]},{"value":"10rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"10rem","type":"sizing"},"name":"size-40","attributes":{"category":"Size","type":"40"},"path":["Size","40"]},{"value":"11rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"11rem","type":"sizing"},"name":"size-44","attributes":{"category":"Size","type":"44"},"path":["Size","44"]},{"value":"12rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"12rem","type":"sizing"},"name":"size-48","attributes":{"category":"Size","type":"48"},"path":["Size","48"]},{"value":"13rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"13rem","type":"sizing"},"name":"size-52","attributes":{"category":"Size","type":"52"},"path":["Size","52"]},{"value":"14rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"14rem","type":"sizing"},"name":"size-56","attributes":{"category":"Size","type":"56"},"path":["Size","56"]},{"value":"15rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"15rem","type":"sizing"},"name":"size-60","attributes":{"category":"Size","type":"60"},"path":["Size","60"]},{"value":"16rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"16rem","type":"sizing"},"name":"size-64","attributes":{"category":"Size","type":"64"},"path":["Size","64"]},{"value":"18rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"18rem","type":"sizing"},"name":"size-72","attributes":{"category":"Size","type":"72"},"path":["Size","72"]},{"value":"20rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"20rem","type":"sizing"},"name":"size-80","attributes":{"category":"Size","type":"80"},"path":["Size","80"]},{"value":"24rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"24rem","type":"sizing"},"name":"size-96","attributes":{"category":"Size","type":"96"},"path":["Size","96"]},{"value":"0.125rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.125rem","type":"sizing"},"name":"size-0-5","attributes":{"category":"Size","type":"0,5"},"path":["Size","0,5"]},{"value":"1px","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"1px","type":"sizing"},"name":"size-px","attributes":{"category":"Size","type":"px"},"path":["Size","px"]},{"value":"0.375rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.375rem","type":"sizing"},"name":"size-1-5","attributes":{"category":"Size","type":"1,5"},"path":["Size","1,5"]},{"value":"0.625rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.625rem","type":"sizing"},"name":"size-2-5","attributes":{"category":"Size","type":"2,5"},"path":["Size","2,5"]},{"value":"0.875rem","type":"sizing","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"sizing"},"name":"size-3-5","attributes":{"category":"Size","type":"3,5"},"path":["Size","3,5"]},{"value":"0.75rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.75rem","type":"fontSizes"},"name":"font-size-0","attributes":{"category":"fontSize","type":"0"},"path":["fontSize","0"]},{"value":"0.875rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"0.875rem","type":"fontSizes"},"name":"font-size-1","attributes":{"category":"fontSize","type":"1"},"path":["fontSize","1"]},{"value":"1rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"1rem","type":"fontSizes"},"name":"font-size-2","attributes":{"category":"fontSize","type":"2"},"path":["fontSize","2"]},{"value":"1.25rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.25rem","type":"fontSizes"},"name":"font-size-3","attributes":{"category":"fontSize","type":"3"},"path":["fontSize","3"]},{"value":"1.5rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.5rem","type":"fontSizes"},"name":"font-size-4","attributes":{"category":"fontSize","type":"4"},"path":["fontSize","4"]},{"value":"1.625rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.625rem","type":"fontSizes"},"name":"font-size-5","attributes":{"category":"fontSize","type":"5"},"path":["fontSize","5"]},{"value":"1.75rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"1.75rem","type":"fontSizes"},"name":"font-size-6","attributes":{"category":"fontSize","type":"6"},"path":["fontSize","6"]},{"value":"2rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"2rem","type":"fontSizes"},"name":"font-size-7","attributes":{"category":"fontSize","type":"7"},"path":["fontSize","7"]},{"value":"2.25rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.25rem","type":"fontSizes"},"name":"font-size-8","attributes":{"category":"fontSize","type":"8"},"path":["fontSize","8"]},{"value":"2.5rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.5rem","type":"fontSizes"},"name":"font-size-9","attributes":{"category":"fontSize","type":"9"},"path":["fontSize","9"]},{"value":"2.75rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"2.75rem","type":"fontSizes"},"name":"font-size-10","attributes":{"category":"fontSize","type":"10"},"path":["fontSize","10"]},{"value":"3rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"3rem","type":"fontSizes"},"name":"font-size-11","attributes":{"category":"fontSize","type":"11"},"path":["fontSize","11"]},{"value":"4rem","type":"fontSizes","filePath":"tokens/core.json","isSource":true,"original":{"value":"4rem","type":"fontSizes"},"name":"font-size-12","attributes":{"category":"fontSize","type":"12"},"path":["fontSize","12"]},{"value":"inset 2px 2px 6px 0px #7f7e7f80","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f80","type":"innerShadow","x":2,"y":2,"blur":6,"spread":0},"type":"boxShadow"},"name":"inner-shadow-sm","attributes":{"category":"inner-shadow-sm"},"path":["inner-shadow-sm"]},{"value":"inset 2px 2px 8px 0px #7f7e7f7a","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f7a","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-shadow","attributes":{"category":"inner-shadow"},"path":["inner-shadow"]},{"value":"inset 2px 2px 8px 0px #7f7e7fb8","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fb8","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-shadow-md","attributes":{"category":"inner-shadow-md"},"path":["inner-shadow-md"]},{"value":"inset 2px 2px 8px 0px #7f7e7fe0","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fe0","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-shadow-lg","attributes":{"category":"inner-shadow-lg"},"path":["inner-shadow-lg"]},{"value":"inset 2px 2px 8px 0px #7f7e7f","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-shadow-xl","attributes":{"category":"inner-shadow-xl"},"path":["inner-shadow-xl"]},{"value":"inset 2px 2px 8px 0px #7f7e7f52","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f52","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-highlight-sm","attributes":{"category":"inner-highlight-sm"},"path":["inner-highlight-sm"]},{"value":"inset 2px 2px 8px 0px #7f7e7f7a","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f7a","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-highlight","attributes":{"category":"inner-highlight"},"path":["inner-highlight"]},{"value":"inset 2px 2px 8px 0px #7f7e7fb8","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fb8","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-highlight-md","attributes":{"category":"inner-highlight-md"},"path":["inner-highlight-md"]},{"value":"inset 2px 2px 8px 0px #7f7e7fe0","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7fe0","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-highlight-lg","attributes":{"category":"inner-highlight-lg"},"path":["inner-highlight-lg"]},{"value":"inset 2px 2px 8px 0px #7f7e7f","type":"boxShadow","filePath":"tokens/core.json","isSource":true,"original":{"value":{"color":"#7f7e7f","type":"innerShadow","x":2,"y":2,"blur":8,"spread":0},"type":"boxShadow"},"name":"inner-highlight-xl","attributes":{"category":"inner-highlight-xl"},"path":["inner-highlight-xl"]},{"value":"#ffffff","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffffff","type":"color"},"name":"grayscale-50","attributes":{"category":"grayscale","type":"50"},"path":["grayscale","50"]},{"value":"#f0edee","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0edee","type":"color"},"name":"grayscale-100","attributes":{"category":"grayscale","type":"100"},"path":["grayscale","100"]},{"value":"#dad8d9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#dad8d9","type":"color"},"name":"grayscale-200","attributes":{"category":"grayscale","type":"200"},"path":["grayscale","200"]},{"value":"#b9b9b9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b9b9b9","type":"color"},"name":"grayscale-300","attributes":{"category":"grayscale","type":"300"},"path":["grayscale","300"]},{"value":"#979797","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#979797","type":"color"},"name":"grayscale-400","attributes":{"category":"grayscale","type":"400"},"path":["grayscale","400"]},{"value":"#676767","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#676767","type":"color"},"name":"grayscale-500","attributes":{"category":"grayscale","type":"500"},"path":["grayscale","500"]},{"value":"#494949","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#494949","type":"color"},"name":"grayscale-600","attributes":{"category":"grayscale","type":"600"},"path":["grayscale","600"]},{"value":"#303030","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#303030","type":"color"},"name":"grayscale-700","attributes":{"category":"grayscale","type":"700"},"path":["grayscale","700"]},{"value":"#1c1c1c","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1c1c1c","type":"color"},"name":"grayscale-800","attributes":{"category":"grayscale","type":"800"},"path":["grayscale","800"]},{"value":"#000000","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#000000","type":"color"},"name":"grayscale-900","attributes":{"category":"grayscale","type":"900"},"path":["grayscale","900"]},{"value":"#f2f9fb","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f2f9fb","type":"color"},"name":"uranus-50","attributes":{"category":"uranus","type":"50"},"path":["uranus","50"]},{"value":"#d8ecf3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d8ecf3","type":"color"},"name":"uranus-100","attributes":{"category":"uranus","type":"100"},"path":["uranus","100"]},{"value":"#c5e3ed","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c5e3ed","type":"color"},"name":"uranus-200","attributes":{"category":"uranus","type":"200"},"path":["uranus","200"]},{"value":"#abd7e4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#abd7e4","type":"color"},"name":"uranus-300","attributes":{"category":"uranus","type":"300"},"path":["uranus","300"]},{"value":"#9acfdf","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9acfdf","type":"color"},"name":"uranus-400","attributes":{"category":"uranus","type":"400"},"path":["uranus","400"]},{"value":"#81c3d7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#81c3d7","type":"color"},"name":"uranus-500","attributes":{"category":"uranus","type":"500"},"path":["uranus","500"]},{"value":"#75b1c4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#75b1c4","type":"color"},"name":"uranus-600","attributes":{"category":"uranus","type":"600"},"path":["uranus","600"]},{"value":"#5c8a99","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#5c8a99","type":"color"},"name":"uranus-700","attributes":{"category":"uranus","type":"700"},"path":["uranus","700"]},{"value":"#476b76","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#476b76","type":"color"},"name":"uranus-800","attributes":{"category":"uranus","type":"800"},"path":["uranus","800"]},{"value":"#36525a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#36525a","type":"color"},"name":"uranus-900","attributes":{"category":"uranus","type":"900"},"path":["uranus","900"]},{"value":"#fff2e7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fff2e7","type":"color"},"name":"jupiter-50","attributes":{"category":"jupiter","type":"50"},"path":["jupiter","50"]},{"value":"#ffd7b4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffd7b4","type":"color"},"name":"jupiter-100","attributes":{"category":"jupiter","type":"100"},"path":["jupiter","100"]},{"value":"#ffc490","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffc490","type":"color"},"name":"jupiter-200","attributes":{"category":"jupiter","type":"200"},"path":["jupiter","200"]},{"value":"#ffa95e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffa95e","type":"color"},"name":"jupiter-300","attributes":{"category":"jupiter","type":"300"},"path":["jupiter","300"]},{"value":"#ff993e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ff993e","type":"color"},"name":"jupiter-400","attributes":{"category":"jupiter","type":"400"},"path":["jupiter","400"]},{"value":"#ff7f0e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ff7f0e","type":"color"},"name":"jupiter-500","attributes":{"category":"jupiter","type":"500"},"path":["jupiter","500"]},{"value":"#e8740d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e8740d","type":"color"},"name":"jupiter-600","attributes":{"category":"jupiter","type":"600"},"path":["jupiter","600"]},{"value":"#b55a0a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b55a0a","type":"color"},"name":"jupiter-700","attributes":{"category":"jupiter","type":"700"},"path":["jupiter","700"]},{"value":"#8c4608","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#8c4608","type":"color"},"name":"jupiter-800","attributes":{"category":"jupiter","type":"800"},"path":["jupiter","800"]},{"value":"#6b3506","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6b3506","type":"color"},"name":"jupiter-900","attributes":{"category":"jupiter","type":"900"},"path":["jupiter","900"]},{"value":"#ebf2f6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebf2f6","type":"color"},"name":"neptune-50","attributes":{"category":"neptune","type":"50"},"path":["neptune","50"]},{"value":"#c2d6e3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c2d6e3","type":"color"},"name":"neptune-100","attributes":{"category":"neptune","type":"100"},"path":["neptune","100"]},{"value":"#a4c3d6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a4c3d6","type":"color"},"name":"neptune-200","attributes":{"category":"neptune","type":"200"},"path":["neptune","200"]},{"value":"#7ba7c3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7ba7c3","type":"color"},"name":"neptune-300","attributes":{"category":"neptune","type":"300"},"path":["neptune","300"]},{"value":"#6196b7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6196b7","type":"color"},"name":"neptune-400","attributes":{"category":"neptune","type":"400"},"path":["neptune","400"]},{"value":"#3a7ca5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3a7ca5","type":"color"},"name":"neptune-500","attributes":{"category":"neptune","type":"500"},"path":["neptune","500"]},{"value":"#357196","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#357196","type":"color"},"name":"neptune-600","attributes":{"category":"neptune","type":"600"},"path":["neptune","600"]},{"value":"#295875","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#295875","type":"color"},"name":"neptune-700","attributes":{"category":"neptune","type":"700"},"path":["neptune","700"]},{"value":"#20445b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#20445b","type":"color"},"name":"neptune-800","attributes":{"category":"neptune","type":"800"},"path":["neptune","800"]},{"value":"#183445","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#183445","type":"color"},"name":"neptune-900","attributes":{"category":"neptune","type":"900"},"path":["neptune","900"]},{"value":"#fff7e6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fff7e6","type":"color"},"name":"saturn-50","attributes":{"category":"saturn","type":"50"},"path":["saturn","50"]},{"value":"#ffe5b0","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffe5b0","type":"color"},"name":"saturn-100","attributes":{"category":"saturn","type":"100"},"path":["saturn","100"]},{"value":"#ffd88a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffd88a","type":"color"},"name":"saturn-200","attributes":{"category":"saturn","type":"200"},"path":["saturn","200"]},{"value":"#ffc754","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffc754","type":"color"},"name":"saturn-300","attributes":{"category":"saturn","type":"300"},"path":["saturn","300"]},{"value":"#ffbc33","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffbc33","type":"color"},"name":"saturn-400","attributes":{"category":"saturn","type":"400"},"path":["saturn","400"]},{"value":"#ffab00","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ffab00","type":"color"},"name":"saturn-500","attributes":{"category":"saturn","type":"500"},"path":["saturn","500"]},{"value":"#e89c00","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e89c00","type":"color"},"name":"saturn-600","attributes":{"category":"saturn","type":"600"},"path":["saturn","600"]},{"value":"#b57900","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#b57900","type":"color"},"name":"saturn-700","attributes":{"category":"saturn","type":"700"},"path":["saturn","700"]},{"value":"#8c5e00","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#8c5e00","type":"color"},"name":"saturn-800","attributes":{"category":"saturn","type":"800"},"path":["saturn","800"]},{"value":"#6b4800","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6b4800","type":"color"},"name":"saturn-900","attributes":{"category":"saturn","type":"900"},"path":["saturn","900"]},{"value":"#ebedf7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebedf7","type":"color"},"name":"brand-alt-cosmic-50","attributes":{"category":"brand-alt","type":"cosmic","item":"50"},"path":["brand-alt","cosmic","50"]},{"value":"#c2c8e5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c2c8e5","type":"color"},"name":"brand-alt-cosmic-100","attributes":{"category":"brand-alt","type":"cosmic","item":"100"},"path":["brand-alt","cosmic","100"]},{"value":"#a4add9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a4add9","type":"color"},"name":"brand-alt-cosmic-200","attributes":{"category":"brand-alt","type":"cosmic","item":"200"},"path":["brand-alt","cosmic","200"]},{"value":"#7a87c7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7a87c7","type":"color"},"name":"brand-alt-cosmic-300","attributes":{"category":"brand-alt","type":"cosmic","item":"300"},"path":["brand-alt","cosmic","300"]},{"value":"#6170bd","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#6170bd","type":"color"},"name":"brand-alt-cosmic-400","attributes":{"category":"brand-alt","type":"cosmic","item":"400"},"path":["brand-alt","cosmic","400"]},{"value":"#394cac","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#394cac","type":"color"},"name":"brand-alt-cosmic-500","attributes":{"category":"brand-alt","type":"cosmic","item":"500"},"path":["brand-alt","cosmic","500"]},{"value":"#34459d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#34459d","type":"color"},"name":"brand-alt-cosmic-600","attributes":{"category":"brand-alt","type":"cosmic","item":"600"},"path":["brand-alt","cosmic","600"]},{"value":"#28367a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#28367a","type":"color"},"name":"brand-alt-cosmic-700","attributes":{"category":"brand-alt","type":"cosmic","item":"700"},"path":["brand-alt","cosmic","700"]},{"value":"#1f2a5f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1f2a5f","type":"color"},"name":"brand-alt-cosmic-800","attributes":{"category":"brand-alt","type":"cosmic","item":"800"},"path":["brand-alt","cosmic","800"]},{"value":"#182048","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#182048","type":"color"},"name":"brand-alt-cosmic-900","attributes":{"category":"brand-alt","type":"cosmic","item":"900"},"path":["brand-alt","cosmic","900"]},{"value":"#f1ebf7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f1ebf7","type":"color"},"name":"brand-alt-nebula-50","attributes":{"category":"brand-alt","type":"nebula","item":"50"},"path":["brand-alt","nebula","50"]},{"value":"#d4c2e5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d4c2e5","type":"color"},"name":"brand-alt-nebula-100","attributes":{"category":"brand-alt","type":"nebula","item":"100"},"path":["brand-alt","nebula","100"]},{"value":"#bfa4d9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bfa4d9","type":"color"},"name":"brand-alt-nebula-200","attributes":{"category":"brand-alt","type":"nebula","item":"200"},"path":["brand-alt","nebula","200"]},{"value":"#a17ac7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a17ac7","type":"color"},"name":"brand-alt-nebula-300","attributes":{"category":"brand-alt","type":"nebula","item":"300"},"path":["brand-alt","nebula","300"]},{"value":"#8f61bd","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#8f61bd","type":"color"},"name":"brand-alt-nebula-400","attributes":{"category":"brand-alt","type":"nebula","item":"400"},"path":["brand-alt","nebula","400"]},{"value":"#7339ac","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7339ac","type":"color"},"name":"brand-alt-nebula-500","attributes":{"category":"brand-alt","type":"nebula","item":"500"},"path":["brand-alt","nebula","500"]},{"value":"#69349d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#69349d","type":"color"},"name":"brand-alt-nebula-600","attributes":{"category":"brand-alt","type":"nebula","item":"600"},"path":["brand-alt","nebula","600"]},{"value":"#52287a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#52287a","type":"color"},"name":"brand-alt-nebula-700","attributes":{"category":"brand-alt","type":"nebula","item":"700"},"path":["brand-alt","nebula","700"]},{"value":"#3f1f5f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3f1f5f","type":"color"},"name":"brand-alt-nebula-800","attributes":{"category":"brand-alt","type":"nebula","item":"800"},"path":["brand-alt","nebula","800"]},{"value":"#301848","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#301848","type":"color"},"name":"brand-alt-nebula-900","attributes":{"category":"brand-alt","type":"nebula","item":"900"},"path":["brand-alt","nebula","900"]},{"value":"#f9ecec80","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f9ecec80","type":"color"},"name":"alert-error-o-50-50","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"50"},"path":["alert","error","o-50","50"]},{"value":"#ebc4c480","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebc4c480","type":"color"},"name":"alert-error-o-50-100","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"100"},"path":["alert","error","o-50","100"]},{"value":"#e2a7a780","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e2a7a780","type":"color"},"name":"alert-error-o-50-200","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"200"},"path":["alert","error","o-50","200"]},{"value":"#d47f7f80","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d47f7f80","type":"color"},"name":"alert-error-o-50-300","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"300"},"path":["alert","error","o-50","300"]},{"value":"#cc666680","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#cc666680","type":"color"},"name":"alert-error-o-50-400","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"400"},"path":["alert","error","o-50","400"]},{"value":"#bf404080","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bf404080","type":"color"},"name":"alert-error-o-50-500","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"500"},"path":["alert","error","o-50","500"]},{"value":"#ae3a3a80","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ae3a3a80","type":"color"},"name":"alert-error-o-50-600","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"600"},"path":["alert","error","o-50","600"]},{"value":"#882d2d80","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#882d2d80","type":"color"},"name":"alert-error-o-50-700","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"700"},"path":["alert","error","o-50","700"]},{"value":"#69232380","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#69232380","type":"color"},"name":"alert-error-o-50-800","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"800"},"path":["alert","error","o-50","800"]},{"value":"#371c1c80","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#371c1c80","type":"color"},"name":"alert-error-o-50-900","attributes":{"category":"alert","type":"error","item":"o-50","subitem":"900"},"path":["alert","error","o-50","900"]},{"value":"#f9ecec","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f9ecec","type":"color"},"name":"alert-error-o-100-50","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"50"},"path":["alert","error","o-100","50"]},{"value":"#ebc4c4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ebc4c4","type":"color"},"name":"alert-error-o-100-100","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"100"},"path":["alert","error","o-100","100"]},{"value":"#e2a7a7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e2a7a7","type":"color"},"name":"alert-error-o-100-200","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"200"},"path":["alert","error","o-100","200"]},{"value":"#d47f7f","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d47f7f","type":"color"},"name":"alert-error-o-100-300","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"300"},"path":["alert","error","o-100","300"]},{"value":"#cc6666","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#cc6666","type":"color"},"name":"alert-error-o-100-400","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"400"},"path":["alert","error","o-100","400"]},{"value":"#bf4040","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bf4040","type":"color"},"name":"alert-error-o-100-500","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"500"},"path":["alert","error","o-100","500"]},{"value":"#ae3a3a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ae3a3a","type":"color"},"name":"alert-error-o-100-600","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"600"},"path":["alert","error","o-100","600"]},{"value":"#882d2d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#882d2d","type":"color"},"name":"alert-error-o-100-700","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"700"},"path":["alert","error","o-100","700"]},{"value":"#692323","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#692323","type":"color"},"name":"alert-error-o-100-800","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"800"},"path":["alert","error","o-100","800"]},{"value":"#501b1b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#501b1b","type":"color"},"name":"alert-error-o-100-900","attributes":{"category":"alert","type":"error","item":"o-100","subitem":"900"},"path":["alert","error","o-100","900"]},{"value":"#eaf8f6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#eaf8f6","type":"color"},"name":"alert-notification-o-100-50","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"50"},"path":["alert","notification","o-100","50"]},{"value":"#bee8e4","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#bee8e4","type":"color"},"name":"alert-notification-o-100-100","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"100"},"path":["alert","notification","o-100","100"]},{"value":"#9fddd7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#9fddd7","type":"color"},"name":"alert-notification-o-100-200","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"200"},"path":["alert","notification","o-100","200"]},{"value":"#73cec5","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#73cec5","type":"color"},"name":"alert-notification-o-100-300","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"300"},"path":["alert","notification","o-100","300"]},{"value":"#58c5ba","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#58c5ba","type":"color"},"name":"alert-notification-o-100-400","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"400"},"path":["alert","notification","o-100","400"]},{"value":"#2eb6a9","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2eb6a9","type":"color"},"name":"alert-notification-o-100-500","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"500"},"path":["alert","notification","o-100","500"]},{"value":"#2aa69a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2aa69a","type":"color"},"name":"alert-notification-o-100-600","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"600"},"path":["alert","notification","o-100","600"]},{"value":"#218178","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#218178","type":"color"},"name":"alert-notification-o-100-700","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"700"},"path":["alert","notification","o-100","700"]},{"value":"#19645d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#19645d","type":"color"},"name":"alert-notification-o-100-800","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"800"},"path":["alert","notification","o-100","800"]},{"value":"#134c47","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#134c47","type":"color"},"name":"alert-notification-o-100-900","attributes":{"category":"alert","type":"notification","item":"o-100","subitem":"900"},"path":["alert","notification","o-100","900"]},{"value":"#ecf9ed","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#ecf9ed","type":"color"},"name":"alert-success-o-100-50","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"50"},"path":["alert","success","o-100","50"]},{"value":"#c4ebc6","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#c4ebc6","type":"color"},"name":"alert-success-o-100-100","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"100"},"path":["alert","success","o-100","100"]},{"value":"#a7e2aa","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a7e2aa","type":"color"},"name":"alert-success-o-100-200","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"200"},"path":["alert","success","o-100","200"]},{"value":"#7fd483","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#7fd483","type":"color"},"name":"alert-success-o-100-300","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"300"},"path":["alert","success","o-100","300"]},{"value":"#66cc6b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#66cc6b","type":"color"},"name":"alert-success-o-100-400","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"400"},"path":["alert","success","o-100","400"]},{"value":"#40bf46","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#40bf46","type":"color"},"name":"alert-success-o-100-500","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"500"},"path":["alert","success","o-100","500"]},{"value":"#3aae40","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#3aae40","type":"color"},"name":"alert-success-o-100-600","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"600"},"path":["alert","success","o-100","600"]},{"value":"#2d8832","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#2d8832","type":"color"},"name":"alert-success-o-100-700","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"700"},"path":["alert","success","o-100","700"]},{"value":"#236927","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#236927","type":"color"},"name":"alert-success-o-100-800","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"800"},"path":["alert","success","o-100","800"]},{"value":"#1b501d","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#1b501d","type":"color"},"name":"alert-success-o-100-900","attributes":{"category":"alert","type":"success","item":"o-100","subitem":"900"},"path":["alert","success","o-100","900"]},{"value":"#fdfae7","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#fdfae7","type":"color"},"name":"alert-warning-o-100-50","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"50"},"path":["alert","warning","o-100","50"]},{"value":"#f8efb3","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f8efb3","type":"color"},"name":"alert-warning-o-100-100","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"100"},"path":["alert","warning","o-100","100"]},{"value":"#f5e78e","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f5e78e","type":"color"},"name":"alert-warning-o-100-200","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"200"},"path":["alert","warning","o-100","200"]},{"value":"#f0dc5b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#f0dc5b","type":"color"},"name":"alert-warning-o-100-300","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"300"},"path":["alert","warning","o-100","300"]},{"value":"#edd53b","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#edd53b","type":"color"},"name":"alert-warning-o-100-400","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"400"},"path":["alert","warning","o-100","400"]},{"value":"#e9cb0a","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#e9cb0a","type":"color"},"name":"alert-warning-o-100-500","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"500"},"path":["alert","warning","o-100","500"]},{"value":"#d4b909","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#d4b909","type":"color"},"name":"alert-warning-o-100-600","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"600"},"path":["alert","warning","o-100","600"]},{"value":"#a59007","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#a59007","type":"color"},"name":"alert-warning-o-100-700","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"700"},"path":["alert","warning","o-100","700"]},{"value":"#807006","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#807006","type":"color"},"name":"alert-warning-o-100-800","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"800"},"path":["alert","warning","o-100","800"]},{"value":"#625504","type":"color","filePath":"tokens/core.json","isSource":true,"original":{"value":"#625504","type":"color"},"name":"alert-warning-o-100-900","attributes":{"category":"alert","type":"warning","item":"o-100","subitem":"900"},"path":["alert","warning","o-100","900"]}]
\ No newline at end of file
+[
+ {
+ "value": "0px",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0px", "type": "spacing" },
+ "name": "0",
+ "attributes": { "category": "0" },
+ "path": ["0"]
+ },
+ {
+ "value": "0.25rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.25rem", "type": "spacing" },
+ "name": "1",
+ "attributes": { "category": "1" },
+ "path": ["1"]
+ },
+ {
+ "value": "0.5rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.5rem", "type": "spacing" },
+ "name": "2",
+ "attributes": { "category": "2" },
+ "path": ["2"]
+ },
+ {
+ "value": "0.75rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.75rem", "type": "spacing" },
+ "name": "3",
+ "attributes": { "category": "3" },
+ "path": ["3"]
+ },
+ {
+ "value": "1rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1rem", "type": "spacing" },
+ "name": "4",
+ "attributes": { "category": "4" },
+ "path": ["4"]
+ },
+ {
+ "value": "1.25rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.25rem", "type": "spacing" },
+ "name": "5",
+ "attributes": { "category": "5" },
+ "path": ["5"]
+ },
+ {
+ "value": "1.5rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.5rem", "type": "spacing" },
+ "name": "6",
+ "attributes": { "category": "6" },
+ "path": ["6"]
+ },
+ {
+ "value": "1.75rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.75rem", "type": "spacing" },
+ "name": "7",
+ "attributes": { "category": "7" },
+ "path": ["7"]
+ },
+ {
+ "value": "2rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2rem", "type": "spacing" },
+ "name": "8",
+ "attributes": { "category": "8" },
+ "path": ["8"]
+ },
+ {
+ "value": "2.25rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.25rem", "type": "spacing" },
+ "name": "9",
+ "attributes": { "category": "9" },
+ "path": ["9"]
+ },
+ {
+ "value": "2.5rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.5rem", "type": "spacing" },
+ "name": "10",
+ "attributes": { "category": "10" },
+ "path": ["10"]
+ },
+ {
+ "value": "2.75rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.75rem", "type": "spacing" },
+ "name": "11",
+ "attributes": { "category": "11" },
+ "path": ["11"]
+ },
+ {
+ "value": "3rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "3rem", "type": "spacing" },
+ "name": "12",
+ "attributes": { "category": "12" },
+ "path": ["12"]
+ },
+ {
+ "value": "3.5rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "3.5rem", "type": "spacing" },
+ "name": "14",
+ "attributes": { "category": "14" },
+ "path": ["14"]
+ },
+ {
+ "value": "4rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "4rem", "type": "spacing" },
+ "name": "16",
+ "attributes": { "category": "16" },
+ "path": ["16"]
+ },
+ {
+ "value": "5rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "5rem", "type": "spacing" },
+ "name": "20",
+ "attributes": { "category": "20" },
+ "path": ["20"]
+ },
+ {
+ "value": "6rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "6rem", "type": "spacing" },
+ "name": "24",
+ "attributes": { "category": "24" },
+ "path": ["24"]
+ },
+ {
+ "value": "7rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "7rem", "type": "spacing" },
+ "name": "28",
+ "attributes": { "category": "28" },
+ "path": ["28"]
+ },
+ {
+ "value": "8rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "8rem", "type": "spacing" },
+ "name": "32",
+ "attributes": { "category": "32" },
+ "path": ["32"]
+ },
+ {
+ "value": "9rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "9rem", "type": "spacing" },
+ "name": "36",
+ "attributes": { "category": "36" },
+ "path": ["36"]
+ },
+ {
+ "value": "10rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "10rem", "type": "spacing" },
+ "name": "40",
+ "attributes": { "category": "40" },
+ "path": ["40"]
+ },
+ {
+ "value": "11rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "11rem", "type": "spacing" },
+ "name": "44",
+ "attributes": { "category": "44" },
+ "path": ["44"]
+ },
+ {
+ "value": "12rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "12rem", "type": "spacing" },
+ "name": "48",
+ "attributes": { "category": "48" },
+ "path": ["48"]
+ },
+ {
+ "value": "13rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "13rem", "type": "spacing" },
+ "name": "52",
+ "attributes": { "category": "52" },
+ "path": ["52"]
+ },
+ {
+ "value": "14rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "14rem", "type": "spacing" },
+ "name": "56",
+ "attributes": { "category": "56" },
+ "path": ["56"]
+ },
+ {
+ "value": "15rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "15rem", "type": "spacing" },
+ "name": "60",
+ "attributes": { "category": "60" },
+ "path": ["60"]
+ },
+ {
+ "value": "16rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "16rem", "type": "spacing" },
+ "name": "64",
+ "attributes": { "category": "64" },
+ "path": ["64"]
+ },
+ {
+ "value": "18rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "18rem", "type": "spacing" },
+ "name": "72",
+ "attributes": { "category": "72" },
+ "path": ["72"]
+ },
+ {
+ "value": "20rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "20rem", "type": "spacing" },
+ "name": "80",
+ "attributes": { "category": "80" },
+ "path": ["80"]
+ },
+ {
+ "value": "24rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "24rem", "type": "spacing" },
+ "name": "96",
+ "attributes": { "category": "96" },
+ "path": ["96"]
+ },
+ {
+ "value": "#000000",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#000000", "type": "color" },
+ "name": "black",
+ "attributes": { "category": "black" },
+ "path": ["black"]
+ },
+ {
+ "value": "#ffffff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffffff", "type": "color" },
+ "name": "white",
+ "attributes": { "category": "white" },
+ "path": ["white"]
+ },
+ {
+ "value": "#f7fafc",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f7fafc", "type": "color" },
+ "name": "gray-100",
+ "attributes": { "category": "gray", "type": "100" },
+ "path": ["gray", "100"]
+ },
+ {
+ "value": "#edf2f7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#edf2f7", "type": "color" },
+ "name": "gray-200",
+ "attributes": { "category": "gray", "type": "200" },
+ "path": ["gray", "200"]
+ },
+ {
+ "value": "#e2e8f0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e2e8f0", "type": "color" },
+ "name": "gray-300",
+ "attributes": { "category": "gray", "type": "300" },
+ "path": ["gray", "300"]
+ },
+ {
+ "value": "#cbd5e0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#cbd5e0", "type": "color" },
+ "name": "gray-400",
+ "attributes": { "category": "gray", "type": "400" },
+ "path": ["gray", "400"]
+ },
+ {
+ "value": "#a0aec0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a0aec0", "type": "color" },
+ "name": "gray-500",
+ "attributes": { "category": "gray", "type": "500" },
+ "path": ["gray", "500"]
+ },
+ {
+ "value": "#718096",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#718096", "type": "color" },
+ "name": "gray-600",
+ "attributes": { "category": "gray", "type": "600" },
+ "path": ["gray", "600"]
+ },
+ {
+ "value": "#4a5568",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#4a5568", "type": "color" },
+ "name": "gray-700",
+ "attributes": { "category": "gray", "type": "700" },
+ "path": ["gray", "700"]
+ },
+ {
+ "value": "#2d3748",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2d3748", "type": "color" },
+ "name": "gray-800",
+ "attributes": { "category": "gray", "type": "800" },
+ "path": ["gray", "800"]
+ },
+ {
+ "value": "#1a202c",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#1a202c", "type": "color" },
+ "name": "gray-900",
+ "attributes": { "category": "gray", "type": "900" },
+ "path": ["gray", "900"]
+ },
+ {
+ "value": "#fff5f5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fff5f5", "type": "color" },
+ "name": "red-100",
+ "attributes": { "category": "red", "type": "100" },
+ "path": ["red", "100"]
+ },
+ {
+ "value": "#fed7d7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fed7d7", "type": "color" },
+ "name": "red-200",
+ "attributes": { "category": "red", "type": "200" },
+ "path": ["red", "200"]
+ },
+ {
+ "value": "#feb2b2",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#feb2b2", "type": "color" },
+ "name": "red-300",
+ "attributes": { "category": "red", "type": "300" },
+ "path": ["red", "300"]
+ },
+ {
+ "value": "#fc8181",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fc8181", "type": "color" },
+ "name": "red-400",
+ "attributes": { "category": "red", "type": "400" },
+ "path": ["red", "400"]
+ },
+ {
+ "value": "#f56565",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f56565", "type": "color" },
+ "name": "red-500",
+ "attributes": { "category": "red", "type": "500" },
+ "path": ["red", "500"]
+ },
+ {
+ "value": "#e53e3e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e53e3e", "type": "color" },
+ "name": "red-600",
+ "attributes": { "category": "red", "type": "600" },
+ "path": ["red", "600"]
+ },
+ {
+ "value": "#c53030",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c53030", "type": "color" },
+ "name": "red-700",
+ "attributes": { "category": "red", "type": "700" },
+ "path": ["red", "700"]
+ },
+ {
+ "value": "#9b2c2c",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9b2c2c", "type": "color" },
+ "name": "red-800",
+ "attributes": { "category": "red", "type": "800" },
+ "path": ["red", "800"]
+ },
+ {
+ "value": "#742a2a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#742a2a", "type": "color" },
+ "name": "red-900",
+ "attributes": { "category": "red", "type": "900" },
+ "path": ["red", "900"]
+ },
+ {
+ "value": "#fffaf0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fffaf0", "type": "color" },
+ "name": "orange-100",
+ "attributes": { "category": "orange", "type": "100" },
+ "path": ["orange", "100"]
+ },
+ {
+ "value": "#feebc8",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#feebc8", "type": "color" },
+ "name": "orange-200",
+ "attributes": { "category": "orange", "type": "200" },
+ "path": ["orange", "200"]
+ },
+ {
+ "value": "#fbd38d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fbd38d", "type": "color" },
+ "name": "orange-300",
+ "attributes": { "category": "orange", "type": "300" },
+ "path": ["orange", "300"]
+ },
+ {
+ "value": "#f6ad55",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f6ad55", "type": "color" },
+ "name": "orange-400",
+ "attributes": { "category": "orange", "type": "400" },
+ "path": ["orange", "400"]
+ },
+ {
+ "value": "#ed8936",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ed8936", "type": "color" },
+ "name": "orange-500",
+ "attributes": { "category": "orange", "type": "500" },
+ "path": ["orange", "500"]
+ },
+ {
+ "value": "#dd6b20",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#dd6b20", "type": "color" },
+ "name": "orange-600",
+ "attributes": { "category": "orange", "type": "600" },
+ "path": ["orange", "600"]
+ },
+ {
+ "value": "#c05621",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c05621", "type": "color" },
+ "name": "orange-700",
+ "attributes": { "category": "orange", "type": "700" },
+ "path": ["orange", "700"]
+ },
+ {
+ "value": "#9c4221",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9c4221", "type": "color" },
+ "name": "orange-800",
+ "attributes": { "category": "orange", "type": "800" },
+ "path": ["orange", "800"]
+ },
+ {
+ "value": "#7b341e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7b341e", "type": "color" },
+ "name": "orange-900",
+ "attributes": { "category": "orange", "type": "900" },
+ "path": ["orange", "900"]
+ },
+ {
+ "value": "#fffff0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fffff0", "type": "color" },
+ "name": "yellow-100",
+ "attributes": { "category": "yellow", "type": "100" },
+ "path": ["yellow", "100"]
+ },
+ {
+ "value": "#fefcbf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fefcbf", "type": "color" },
+ "name": "yellow-200",
+ "attributes": { "category": "yellow", "type": "200" },
+ "path": ["yellow", "200"]
+ },
+ {
+ "value": "#faf089",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#faf089", "type": "color" },
+ "name": "yellow-300",
+ "attributes": { "category": "yellow", "type": "300" },
+ "path": ["yellow", "300"]
+ },
+ {
+ "value": "#f6e05e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f6e05e", "type": "color" },
+ "name": "yellow-400",
+ "attributes": { "category": "yellow", "type": "400" },
+ "path": ["yellow", "400"]
+ },
+ {
+ "value": "#ecc94b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ecc94b", "type": "color" },
+ "name": "yellow-500",
+ "attributes": { "category": "yellow", "type": "500" },
+ "path": ["yellow", "500"]
+ },
+ {
+ "value": "#d69e2e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d69e2e", "type": "color" },
+ "name": "yellow-600",
+ "attributes": { "category": "yellow", "type": "600" },
+ "path": ["yellow", "600"]
+ },
+ {
+ "value": "#b7791f",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b7791f", "type": "color" },
+ "name": "yellow-700",
+ "attributes": { "category": "yellow", "type": "700" },
+ "path": ["yellow", "700"]
+ },
+ {
+ "value": "#975a16",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#975a16", "type": "color" },
+ "name": "yellow-800",
+ "attributes": { "category": "yellow", "type": "800" },
+ "path": ["yellow", "800"]
+ },
+ {
+ "value": "#744210",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#744210", "type": "color" },
+ "name": "yellow-900",
+ "attributes": { "category": "yellow", "type": "900" },
+ "path": ["yellow", "900"]
+ },
+ {
+ "value": "#f0fff4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f0fff4", "type": "color" },
+ "name": "green-100",
+ "attributes": { "category": "green", "type": "100" },
+ "path": ["green", "100"]
+ },
+ {
+ "value": "#c6f6d5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c6f6d5", "type": "color" },
+ "name": "green-200",
+ "attributes": { "category": "green", "type": "200" },
+ "path": ["green", "200"]
+ },
+ {
+ "value": "#9ae6b4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9ae6b4", "type": "color" },
+ "name": "green-300",
+ "attributes": { "category": "green", "type": "300" },
+ "path": ["green", "300"]
+ },
+ {
+ "value": "#68d391",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#68d391", "type": "color" },
+ "name": "green-400",
+ "attributes": { "category": "green", "type": "400" },
+ "path": ["green", "400"]
+ },
+ {
+ "value": "#48bb78",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#48bb78", "type": "color" },
+ "name": "green-500",
+ "attributes": { "category": "green", "type": "500" },
+ "path": ["green", "500"]
+ },
+ {
+ "value": "#38a169",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#38a169", "type": "color" },
+ "name": "green-600",
+ "attributes": { "category": "green", "type": "600" },
+ "path": ["green", "600"]
+ },
+ {
+ "value": "#2f855a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2f855a", "type": "color" },
+ "name": "green-700",
+ "attributes": { "category": "green", "type": "700" },
+ "path": ["green", "700"]
+ },
+ {
+ "value": "#276749",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#276749", "type": "color" },
+ "name": "green-800",
+ "attributes": { "category": "green", "type": "800" },
+ "path": ["green", "800"]
+ },
+ {
+ "value": "#22543d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#22543d", "type": "color" },
+ "name": "green-900",
+ "attributes": { "category": "green", "type": "900" },
+ "path": ["green", "900"]
+ },
+ {
+ "value": "#e6fffa",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e6fffa", "type": "color" },
+ "name": "teal-100",
+ "attributes": { "category": "teal", "type": "100" },
+ "path": ["teal", "100"]
+ },
+ {
+ "value": "#b2f5ea",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b2f5ea", "type": "color" },
+ "name": "teal-200",
+ "attributes": { "category": "teal", "type": "200" },
+ "path": ["teal", "200"]
+ },
+ {
+ "value": "#81e6d9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#81e6d9", "type": "color" },
+ "name": "teal-300",
+ "attributes": { "category": "teal", "type": "300" },
+ "path": ["teal", "300"]
+ },
+ {
+ "value": "#4fd1c5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#4fd1c5", "type": "color" },
+ "name": "teal-400",
+ "attributes": { "category": "teal", "type": "400" },
+ "path": ["teal", "400"]
+ },
+ {
+ "value": "#38b2ac",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#38b2ac", "type": "color" },
+ "name": "teal-500",
+ "attributes": { "category": "teal", "type": "500" },
+ "path": ["teal", "500"]
+ },
+ {
+ "value": "#319795",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#319795", "type": "color" },
+ "name": "teal-600",
+ "attributes": { "category": "teal", "type": "600" },
+ "path": ["teal", "600"]
+ },
+ {
+ "value": "#2c7a7b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2c7a7b", "type": "color" },
+ "name": "teal-700",
+ "attributes": { "category": "teal", "type": "700" },
+ "path": ["teal", "700"]
+ },
+ {
+ "value": "#285e61",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#285e61", "type": "color" },
+ "name": "teal-800",
+ "attributes": { "category": "teal", "type": "800" },
+ "path": ["teal", "800"]
+ },
+ {
+ "value": "#234e52",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#234e52", "type": "color" },
+ "name": "teal-900",
+ "attributes": { "category": "teal", "type": "900" },
+ "path": ["teal", "900"]
+ },
+ {
+ "value": "#ebf8ff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebf8ff", "type": "color" },
+ "name": "blue-100",
+ "attributes": { "category": "blue", "type": "100" },
+ "path": ["blue", "100"]
+ },
+ {
+ "value": "#bee3f8",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#bee3f8", "type": "color" },
+ "name": "blue-200",
+ "attributes": { "category": "blue", "type": "200" },
+ "path": ["blue", "200"]
+ },
+ {
+ "value": "#90cdf4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#90cdf4", "type": "color" },
+ "name": "blue-300",
+ "attributes": { "category": "blue", "type": "300" },
+ "path": ["blue", "300"]
+ },
+ {
+ "value": "#63b3ed",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#63b3ed", "type": "color" },
+ "name": "blue-400",
+ "attributes": { "category": "blue", "type": "400" },
+ "path": ["blue", "400"]
+ },
+ {
+ "value": "#4299e1",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#4299e1", "type": "color" },
+ "name": "blue-500",
+ "attributes": { "category": "blue", "type": "500" },
+ "path": ["blue", "500"]
+ },
+ {
+ "value": "#3182ce",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3182ce", "type": "color" },
+ "name": "blue-600",
+ "attributes": { "category": "blue", "type": "600" },
+ "path": ["blue", "600"]
+ },
+ {
+ "value": "#2b6cb0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2b6cb0", "type": "color" },
+ "name": "blue-700",
+ "attributes": { "category": "blue", "type": "700" },
+ "path": ["blue", "700"]
+ },
+ {
+ "value": "#2c5282",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2c5282", "type": "color" },
+ "name": "blue-800",
+ "attributes": { "category": "blue", "type": "800" },
+ "path": ["blue", "800"]
+ },
+ {
+ "value": "#2a4365",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2a4365", "type": "color" },
+ "name": "blue-900",
+ "attributes": { "category": "blue", "type": "900" },
+ "path": ["blue", "900"]
+ },
+ {
+ "value": "#ebf4ff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebf4ff", "type": "color" },
+ "name": "indigo-100",
+ "attributes": { "category": "indigo", "type": "100" },
+ "path": ["indigo", "100"]
+ },
+ {
+ "value": "#c3dafe",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c3dafe", "type": "color" },
+ "name": "indigo-200",
+ "attributes": { "category": "indigo", "type": "200" },
+ "path": ["indigo", "200"]
+ },
+ {
+ "value": "#a3bffa",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a3bffa", "type": "color" },
+ "name": "indigo-300",
+ "attributes": { "category": "indigo", "type": "300" },
+ "path": ["indigo", "300"]
+ },
+ {
+ "value": "#7f9cf5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f9cf5", "type": "color" },
+ "name": "indigo-400",
+ "attributes": { "category": "indigo", "type": "400" },
+ "path": ["indigo", "400"]
+ },
+ {
+ "value": "#667eea",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#667eea", "type": "color" },
+ "name": "indigo-500",
+ "attributes": { "category": "indigo", "type": "500" },
+ "path": ["indigo", "500"]
+ },
+ {
+ "value": "#5a67d8",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#5a67d8", "type": "color" },
+ "name": "indigo-600",
+ "attributes": { "category": "indigo", "type": "600" },
+ "path": ["indigo", "600"]
+ },
+ {
+ "value": "#4c51bf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#4c51bf", "type": "color" },
+ "name": "indigo-700",
+ "attributes": { "category": "indigo", "type": "700" },
+ "path": ["indigo", "700"]
+ },
+ {
+ "value": "#434190",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#434190", "type": "color" },
+ "name": "indigo-800",
+ "attributes": { "category": "indigo", "type": "800" },
+ "path": ["indigo", "800"]
+ },
+ {
+ "value": "#3c366b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3c366b", "type": "color" },
+ "name": "indigo-900",
+ "attributes": { "category": "indigo", "type": "900" },
+ "path": ["indigo", "900"]
+ },
+ {
+ "value": "#faf5ff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#faf5ff", "type": "color" },
+ "name": "purple-100",
+ "attributes": { "category": "purple", "type": "100" },
+ "path": ["purple", "100"]
+ },
+ {
+ "value": "#e9d8fd",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e9d8fd", "type": "color" },
+ "name": "purple-200",
+ "attributes": { "category": "purple", "type": "200" },
+ "path": ["purple", "200"]
+ },
+ {
+ "value": "#d6bcfa",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d6bcfa", "type": "color" },
+ "name": "purple-300",
+ "attributes": { "category": "purple", "type": "300" },
+ "path": ["purple", "300"]
+ },
+ {
+ "value": "#b794f4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b794f4", "type": "color" },
+ "name": "purple-400",
+ "attributes": { "category": "purple", "type": "400" },
+ "path": ["purple", "400"]
+ },
+ {
+ "value": "#9f7aea",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9f7aea", "type": "color" },
+ "name": "purple-500",
+ "attributes": { "category": "purple", "type": "500" },
+ "path": ["purple", "500"]
+ },
+ {
+ "value": "#805ad5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#805ad5", "type": "color" },
+ "name": "purple-600",
+ "attributes": { "category": "purple", "type": "600" },
+ "path": ["purple", "600"]
+ },
+ {
+ "value": "#6b46c1",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#6b46c1", "type": "color" },
+ "name": "purple-700",
+ "attributes": { "category": "purple", "type": "700" },
+ "path": ["purple", "700"]
+ },
+ {
+ "value": "#553c9a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#553c9a", "type": "color" },
+ "name": "purple-800",
+ "attributes": { "category": "purple", "type": "800" },
+ "path": ["purple", "800"]
+ },
+ {
+ "value": "#44337a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#44337a", "type": "color" },
+ "name": "purple-900",
+ "attributes": { "category": "purple", "type": "900" },
+ "path": ["purple", "900"]
+ },
+ {
+ "value": "#fff5f7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fff5f7", "type": "color" },
+ "name": "pink-100",
+ "attributes": { "category": "pink", "type": "100" },
+ "path": ["pink", "100"]
+ },
+ {
+ "value": "#fed7e2",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fed7e2", "type": "color" },
+ "name": "pink-200",
+ "attributes": { "category": "pink", "type": "200" },
+ "path": ["pink", "200"]
+ },
+ {
+ "value": "#fbb6ce",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fbb6ce", "type": "color" },
+ "name": "pink-300",
+ "attributes": { "category": "pink", "type": "300" },
+ "path": ["pink", "300"]
+ },
+ {
+ "value": "#f687b3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f687b3", "type": "color" },
+ "name": "pink-400",
+ "attributes": { "category": "pink", "type": "400" },
+ "path": ["pink", "400"]
+ },
+ {
+ "value": "#ed64a6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ed64a6", "type": "color" },
+ "name": "pink-500",
+ "attributes": { "category": "pink", "type": "500" },
+ "path": ["pink", "500"]
+ },
+ {
+ "value": "#d53f8c",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d53f8c", "type": "color" },
+ "name": "pink-600",
+ "attributes": { "category": "pink", "type": "600" },
+ "path": ["pink", "600"]
+ },
+ {
+ "value": "#b83280",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b83280", "type": "color" },
+ "name": "pink-700",
+ "attributes": { "category": "pink", "type": "700" },
+ "path": ["pink", "700"]
+ },
+ {
+ "value": "#97266d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#97266d", "type": "color" },
+ "name": "pink-800",
+ "attributes": { "category": "pink", "type": "800" },
+ "path": ["pink", "800"]
+ },
+ {
+ "value": "#702459",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#702459", "type": "color" },
+ "name": "pink-900",
+ "attributes": { "category": "pink", "type": "900" },
+ "path": ["pink", "900"]
+ },
+ {
+ "value": 20,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 20, "type": "lineHeights" },
+ "name": "line-heights-0",
+ "attributes": { "category": "lineHeights", "type": "0" },
+ "path": ["lineHeights", "0"]
+ },
+ {
+ "value": "AUTO",
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "AUTO", "type": "lineHeights" },
+ "name": "line-heights-1",
+ "attributes": { "category": "lineHeights", "type": "1" },
+ "path": ["lineHeights", "1"]
+ },
+ {
+ "value": 16,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 16, "type": "lineHeights" },
+ "name": "line-heights-2",
+ "attributes": { "category": "lineHeights", "type": "2" },
+ "path": ["lineHeights", "2"]
+ },
+ {
+ "value": 68,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 68, "type": "lineHeights" },
+ "name": "line-heights-3",
+ "attributes": { "category": "lineHeights", "type": "3" },
+ "path": ["lineHeights", "3"]
+ },
+ {
+ "value": 52,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 52, "type": "lineHeights" },
+ "name": "line-heights-4",
+ "attributes": { "category": "lineHeights", "type": "4" },
+ "path": ["lineHeights", "4"]
+ },
+ {
+ "value": 28,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 28, "type": "lineHeights" },
+ "name": "line-heights-5",
+ "attributes": { "category": "lineHeights", "type": "5" },
+ "path": ["lineHeights", "5"]
+ },
+ {
+ "value": 24,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 24, "type": "lineHeights" },
+ "name": "line-heights-6",
+ "attributes": { "category": "lineHeights", "type": "6" },
+ "path": ["lineHeights", "6"]
+ },
+ {
+ "value": 40,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 40, "type": "lineHeights" },
+ "name": "line-heights-7",
+ "attributes": { "category": "lineHeights", "type": "7" },
+ "path": ["lineHeights", "7"]
+ },
+ {
+ "value": 48,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 48, "type": "lineHeights" },
+ "name": "line-heights-8",
+ "attributes": { "category": "lineHeights", "type": "8" },
+ "path": ["lineHeights", "8"]
+ },
+ {
+ "value": 32,
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 32, "type": "lineHeights" },
+ "name": "line-heights-9",
+ "attributes": { "category": "lineHeights", "type": "9" },
+ "path": ["lineHeights", "9"]
+ },
+ {
+ "value": "110%",
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "110%", "type": "lineHeights" },
+ "name": "line-heights-heading",
+ "attributes": { "category": "lineHeights", "type": "heading" },
+ "path": ["lineHeights", "heading"]
+ },
+ {
+ "value": "140%",
+ "type": "lineHeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "140%", "type": "lineHeights" },
+ "name": "line-heights-body",
+ "attributes": { "category": "lineHeights", "type": "body" },
+ "path": ["lineHeights", "body"]
+ },
+ {
+ "value": "0%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0%", "type": "letterSpacing" },
+ "name": "letter-spacing-0",
+ "attributes": { "category": "letterSpacing", "type": "0" },
+ "path": ["letterSpacing", "0"]
+ },
+ {
+ "value": "8%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "8%", "type": "letterSpacing" },
+ "name": "letter-spacing-1",
+ "attributes": { "category": "letterSpacing", "type": "1" },
+ "path": ["letterSpacing", "1"]
+ },
+ {
+ "value": "4%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "4%", "type": "letterSpacing" },
+ "name": "letter-spacing-2",
+ "attributes": { "category": "letterSpacing", "type": "2" },
+ "path": ["letterSpacing", "2"]
+ },
+ {
+ "value": 0,
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 0, "type": "letterSpacing" },
+ "name": "letter-spacing-3",
+ "attributes": { "category": "letterSpacing", "type": "3" },
+ "path": ["letterSpacing", "3"]
+ },
+ {
+ "value": "-2%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "-2%", "type": "letterSpacing" },
+ "name": "letter-spacing-4",
+ "attributes": { "category": "letterSpacing", "type": "4" },
+ "path": ["letterSpacing", "4"]
+ },
+ {
+ "value": "12%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "12%", "type": "letterSpacing" },
+ "name": "letter-spacing-5",
+ "attributes": { "category": "letterSpacing", "type": "5" },
+ "path": ["letterSpacing", "5"]
+ },
+ {
+ "value": 0,
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 0, "type": "letterSpacing" },
+ "name": "letter-spacing-default",
+ "attributes": { "category": "letterSpacing", "type": "default" },
+ "path": ["letterSpacing", "default"]
+ },
+ {
+ "value": "150%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "150%", "type": "letterSpacing" },
+ "name": "letter-spacing-increased",
+ "attributes": { "category": "letterSpacing", "type": "increased" },
+ "path": ["letterSpacing", "increased"]
+ },
+ {
+ "value": "-5%",
+ "type": "letterSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "-5%", "type": "letterSpacing" },
+ "name": "letter-spacing-decreased",
+ "attributes": { "category": "letterSpacing", "type": "decreased" },
+ "path": ["letterSpacing", "decreased"]
+ },
+ {
+ "value": 0,
+ "type": "paragraphSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 0, "type": "paragraphSpacing" },
+ "name": "paragraph-spacing-0",
+ "attributes": { "category": "paragraphSpacing", "type": "0" },
+ "path": ["paragraphSpacing", "0"]
+ },
+ {
+ "value": 32,
+ "type": "paragraphSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 32, "type": "paragraphSpacing" },
+ "name": "paragraph-spacing-h1",
+ "attributes": { "category": "paragraphSpacing", "type": "h1" },
+ "path": ["paragraphSpacing", "h1"]
+ },
+ {
+ "value": 26,
+ "type": "paragraphSpacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 26, "type": "paragraphSpacing" },
+ "name": "paragraph-spacing-h2",
+ "attributes": { "category": "paragraphSpacing", "type": "h2" },
+ "path": ["paragraphSpacing", "h2"]
+ },
+ {
+ "value": "#7f7e7f",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f", "type": "color" },
+ "name": "box-shadow",
+ "attributes": { "category": "BoxShadow" },
+ "path": ["BoxShadow"]
+ },
+ {
+ "value": "#f03d3e40",
+ "type": "color",
+ "description": "Layer Style Filter",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": "#f03d3e40",
+ "type": "color",
+ "description": "Layer Style Filter"
+ },
+ "name": "error16",
+ "attributes": { "category": "Error16" },
+ "path": ["Error16"]
+ },
+ {
+ "value": "#5bb14d40",
+ "type": "color",
+ "description": "Success Layer Styles",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": "#5bb14d40",
+ "type": "color",
+ "description": "Success Layer Styles"
+ },
+ "name": "success16",
+ "attributes": { "category": "Success16" },
+ "path": ["Success16"]
+ },
+ {
+ "value": "#3959ff40",
+ "type": "color",
+ "description": "Notification Layer Styles",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": "#3959ff40",
+ "type": "color",
+ "description": "Notification Layer Styles"
+ },
+ "name": "notification16",
+ "attributes": { "category": "Notification16" },
+ "path": ["Notification16"]
+ },
+ {
+ "value": "#f03d3e1a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f03d3e1a", "type": "color" },
+ "name": "error8",
+ "attributes": { "category": "Error8" },
+ "path": ["Error8"]
+ },
+ {
+ "value": "#3959ff1a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3959ff1a", "type": "color" },
+ "name": "notification8",
+ "attributes": { "category": "Notification8" },
+ "path": ["Notification8"]
+ },
+ {
+ "value": "#5bb14d1a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#5bb14d1a", "type": "color" },
+ "name": "success8",
+ "attributes": { "category": "Success8" },
+ "path": ["Success8"]
+ },
+ {
+ "value": "#f0edee66",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f0edee66", "type": "color" },
+ "name": "light-overlay",
+ "attributes": { "category": "Light-Overlay" },
+ "path": ["Light-Overlay"]
+ },
+ {
+ "value": "#7f7e7f66",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f66", "type": "color" },
+ "name": "dark-overlay",
+ "attributes": { "category": "Dark-Overlay" },
+ "path": ["Dark-Overlay"]
+ },
+ {
+ "value": "#00000066",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#00000066", "type": "color" },
+ "name": "black-40",
+ "attributes": { "category": "black-40" },
+ "path": ["black-40"]
+ },
+ {
+ "value": "#000000bf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#000000bf", "type": "color" },
+ "name": "black-75",
+ "attributes": { "category": "black-75" },
+ "path": ["black-75"]
+ },
+ {
+ "value": "#00000099",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#00000099", "type": "color" },
+ "name": "black-60",
+ "attributes": { "category": "black-60" },
+ "path": ["black-60"]
+ },
+ {
+ "value": "#00000080",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#00000080", "type": "color" },
+ "name": "black-50",
+ "attributes": { "category": "black-50" },
+ "path": ["black-50"]
+ },
+ {
+ "value": "#00000040",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#00000040", "type": "color" },
+ "name": "black-25",
+ "attributes": { "category": "black-25" },
+ "path": ["black-25"]
+ },
+ {
+ "value": "#0000001a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#0000001a", "type": "color" },
+ "name": "black-10",
+ "attributes": { "category": "black-10" },
+ "path": ["black-10"]
+ },
+ {
+ "value": "#ffffff40",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffffff40", "type": "color" },
+ "name": "white-25",
+ "attributes": { "category": "white-25" },
+ "path": ["white-25"]
+ },
+ {
+ "value": "#ffffff99",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffffff99", "type": "color" },
+ "name": "white-60",
+ "attributes": { "category": "white-60" },
+ "path": ["white-60"]
+ },
+ {
+ "value": "#000000a3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#000000a3", "type": "color" },
+ "name": "black-64",
+ "attributes": { "category": "black-64" },
+ "path": ["black-64"]
+ },
+ {
+ "value": "#7f7e7f",
+ "type": "color",
+ "description": "Elevations and Depth on Light Backgrounds",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": "#7f7e7f",
+ "type": "color",
+ "description": "Elevations and Depth on Light Backgrounds"
+ },
+ "name": "shadow-and-highlight-shadow",
+ "attributes": { "category": "ShadowAndHighlight", "type": "Shadow" },
+ "path": ["ShadowAndHighlight", "Shadow"]
+ },
+ {
+ "value": "#474747",
+ "type": "color",
+ "description": "Elevations and Depth on Dark Backgrounds",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": "#474747",
+ "type": "color",
+ "description": "Elevations and Depth on Dark Backgrounds"
+ },
+ "name": "shadow-and-highlight-highlight",
+ "attributes": { "category": "ShadowAndHighlight", "type": "Highlight" },
+ "path": ["ShadowAndHighlight", "Highlight"]
+ },
+ {
+ "value": "#474747bf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#474747bf", "type": "color" },
+ "name": "shadow-and-highlight-highlightone",
+ "attributes": { "category": "ShadowAndHighlight", "type": "highlightone" },
+ "path": ["ShadowAndHighlight", "highlightone"]
+ },
+ {
+ "value": "#47474799",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#47474799", "type": "color" },
+ "name": "shadow-and-highlight-highlighttwo",
+ "attributes": { "category": "ShadowAndHighlight", "type": "highlighttwo" },
+ "path": ["ShadowAndHighlight", "highlighttwo"]
+ },
+ {
+ "value": "#47474766",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#47474766", "type": "color" },
+ "name": "shadow-and-highlight-highlightthree",
+ "attributes": {
+ "category": "ShadowAndHighlight",
+ "type": "highlightthree"
+ },
+ "path": ["ShadowAndHighlight", "highlightthree"]
+ },
+ {
+ "value": "#4747471a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#4747471a", "type": "color" },
+ "name": "shadow-and-highlight-highlightfive",
+ "attributes": { "category": "ShadowAndHighlight", "type": "highlightfive" },
+ "path": ["ShadowAndHighlight", "highlightfive"]
+ },
+ {
+ "value": "#7f7e7fbf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7fbf", "type": "color" },
+ "name": "shadow-and-highlight-shadowone",
+ "attributes": { "category": "ShadowAndHighlight", "type": "shadowone" },
+ "path": ["ShadowAndHighlight", "shadowone"]
+ },
+ {
+ "value": "#7f7e7f99",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f99", "type": "color" },
+ "name": "shadow-and-highlight-shadowtwo",
+ "attributes": { "category": "ShadowAndHighlight", "type": "shadowtwo" },
+ "path": ["ShadowAndHighlight", "shadowtwo"]
+ },
+ {
+ "value": "#7f7e7f66",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f66", "type": "color" },
+ "name": "shadow-and-highlight-shadowthree",
+ "attributes": { "category": "ShadowAndHighlight", "type": "shadowthree" },
+ "path": ["ShadowAndHighlight", "shadowthree"]
+ },
+ {
+ "value": "#7f7e7f40",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f40", "type": "color" },
+ "name": "shadow-and-highlight-shadowfour",
+ "attributes": { "category": "ShadowAndHighlight", "type": "shadowfour" },
+ "path": ["ShadowAndHighlight", "shadowfour"]
+ },
+ {
+ "value": "#7f7e7f1a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7f7e7f1a", "type": "color" },
+ "name": "shadow-and-highlight-shadowfive",
+ "attributes": { "category": "ShadowAndHighlight", "type": "shadowfive" },
+ "path": ["ShadowAndHighlight", "shadowfive"]
+ },
+ {
+ "value": "#47474740",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#47474740", "type": "color" },
+ "name": "shadow-and-highlight-highlightfour",
+ "attributes": { "category": "ShadowAndHighlight", "type": "highlightfour" },
+ "path": ["ShadowAndHighlight", "highlightfour"]
+ },
+ {
+ "value": "#ffffff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffffff", "type": "color" },
+ "name": "base-layer-styles-base-layer-light-white",
+ "attributes": {
+ "category": "BaseLayerStyles",
+ "type": "BaseLayer-Light-White"
+ },
+ "path": ["BaseLayerStyles", "BaseLayer-Light-White"]
+ },
+ {
+ "value": "#f0edee",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f0edee", "type": "color" },
+ "name": "base-layer-styles-base-layer-light-off-white",
+ "attributes": {
+ "category": "BaseLayerStyles",
+ "type": "BaseLayer-Light-OffWhite"
+ },
+ "path": ["BaseLayerStyles", "BaseLayer-Light-OffWhite"]
+ },
+ {
+ "value": "#1c1c1c",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#1c1c1c", "type": "color" },
+ "name": "base-layer-styles-base-layer-dark-off-black",
+ "attributes": {
+ "category": "BaseLayerStyles",
+ "type": "BaseLayer-Dark-OffBlack"
+ },
+ "path": ["BaseLayerStyles", "BaseLayer-Dark-OffBlack"]
+ },
+ {
+ "value": "#000000",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#000000", "type": "color" },
+ "name": "base-layer-styles-base-layer-dark-black",
+ "attributes": {
+ "category": "BaseLayerStyles",
+ "type": "BaseLayer-Dark-Black"
+ },
+ "path": ["BaseLayerStyles", "BaseLayer-Dark-Black"]
+ },
+ {
+ "value": "2px 2px 8px 0px #7f7e7f52",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "highlight-sm",
+ "attributes": { "category": "highlight-sm" },
+ "path": ["highlight-sm"]
+ },
+ {
+ "value": "2px 2px 8px 0px #7f7e7f7a",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "highlight",
+ "attributes": { "category": "highlight" },
+ "path": ["highlight"]
+ },
+ {
+ "value": "2px 2px 8px 0px #7f7e7fb8",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "highlight-md",
+ "attributes": { "category": "highlight-md" },
+ "path": ["highlight-md"]
+ },
+ {
+ "value": "2px 2px 8px 0px #7f7e7fe0",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "highlight-lg",
+ "attributes": { "category": "highlight-lg" },
+ "path": ["highlight-lg"]
+ },
+ {
+ "value": "2px 2px 8px 0px #7f7e7f",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "highlight-xl",
+ "attributes": { "category": "highlight-xl" },
+ "path": ["highlight-xl"]
+ },
+ {
+ "value": "0px 4px 6px 3px #3333331a",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 6,
+ "spread": 3
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow",
+ "attributes": { "category": "shadow" },
+ "path": ["shadow"]
+ },
+ {
+ "value": "0px 2px 2px 2px #33333314",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#33333314",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 2,
+ "blur": 2,
+ "spread": 2
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow-sm",
+ "attributes": { "category": "shadow-sm" },
+ "path": ["shadow-sm"]
+ },
+ {
+ "value": "0px 6px 10px 5px #3333331a",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 6,
+ "blur": 10,
+ "spread": 5
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow-md",
+ "attributes": { "category": "shadow-md" },
+ "path": ["shadow-md"]
+ },
+ {
+ "value": "0px 4px 4px 4px #7f7e7f40",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 4,
+ "spread": 4
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow-lg",
+ "attributes": { "category": "shadow-lg" },
+ "path": ["shadow-lg"]
+ },
+ {
+ "value": "0px 10px 18px 10px #7f7e7f40",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 10,
+ "blur": 18,
+ "spread": 10
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow-xl",
+ "attributes": { "category": "shadow-xl" },
+ "path": ["shadow-xl"]
+ },
+ {
+ "value": "inset 2px 2px 6px 0px #7f7e7f80",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 6,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "shadow-inner",
+ "attributes": { "category": "shadow-inner" },
+ "path": ["shadow-inner"]
+ },
+ {
+ "value": "Nunito Sans",
+ "type": "fontFamilies",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Nunito Sans", "type": "fontFamilies" },
+ "name": "nunito-sans",
+ "attributes": { "category": "nunito-sans" },
+ "path": ["nunito-sans"]
+ },
+ {
+ "value": "Abel",
+ "type": "fontFamilies",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Abel", "type": "fontFamilies" },
+ "name": "abel",
+ "attributes": { "category": "abel" },
+ "path": ["abel"]
+ },
+ {
+ "value": "Regular",
+ "type": "fontWeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Regular", "type": "fontWeights" },
+ "name": "font-weights-nunito-sans-0",
+ "attributes": { "category": "fontWeights", "type": "nunito-sans-0" },
+ "path": ["fontWeights", "nunito-sans-0"]
+ },
+ {
+ "value": "Regular",
+ "type": "fontWeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Regular", "type": "fontWeights" },
+ "name": "font-weights-abel-1",
+ "attributes": { "category": "fontWeights", "type": "abel-1" },
+ "path": ["fontWeights", "abel-1"]
+ },
+ {
+ "value": "Light Italic",
+ "type": "fontWeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Light Italic", "type": "fontWeights" },
+ "name": "font-weights-nunito-sans-2",
+ "attributes": { "category": "fontWeights", "type": "nunito-sans-2" },
+ "path": ["fontWeights", "nunito-sans-2"]
+ },
+ {
+ "value": "SemiBold",
+ "type": "fontWeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "SemiBold", "type": "fontWeights" },
+ "name": "font-weights-nunito-sans-3",
+ "attributes": { "category": "fontWeights", "type": "nunito-sans-3" },
+ "path": ["fontWeights", "nunito-sans-3"]
+ },
+ {
+ "value": "Light",
+ "type": "fontWeights",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "Light", "type": "fontWeights" },
+ "name": "font-weights-nunito-sans-4",
+ "attributes": { "category": "fontWeights", "type": "nunito-sans-4" },
+ "path": ["fontWeights", "nunito-sans-4"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "lineHeight": 20,
+ "fontSize": "0.75rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "lineHeight": 20,
+ "fontSize": "0.75rem"
+ },
+ "type": "typography"
+ },
+ "name": "x-small-typecase",
+ "attributes": { "category": "x-small-typecase" },
+ "path": ["x-small-typecase"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem",
+ "lineHeight": "AUTO"
+ },
+ "type": "typography",
+ "description": "Subtitles on Cards",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem",
+ "lineHeight": "AUTO"
+ },
+ "type": "typography",
+ "description": "Subtitles on Cards"
+ },
+ "name": "subtitle",
+ "attributes": { "category": "subtitle" },
+ "path": ["subtitle"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography",
+ "description": "Product Cards - Product Name",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography",
+ "description": "Product Cards - Product Name"
+ },
+ "name": "product-name",
+ "attributes": { "category": "product-name" },
+ "path": ["product-name"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "capitalize",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "capitalize",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography"
+ },
+ "name": "dropdown-text",
+ "attributes": { "category": "dropdown-text" },
+ "path": ["dropdown-text"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link-m",
+ "attributes": { "category": "link-m" },
+ "path": ["link-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 20,
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline",
+ "fontSize": "1rem"
+ },
+ "type": "typography",
+ "description": "Disabled links on Desktop",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 20,
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline",
+ "fontSize": "1rem"
+ },
+ "type": "typography",
+ "description": "Disabled links on Desktop"
+ },
+ "name": "link-disabled",
+ "attributes": { "category": "link-disabled" },
+ "path": ["link-disabled"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on Mobile that are disabled",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on Mobile that are disabled"
+ },
+ "name": "link-m-disabled",
+ "attributes": { "category": "link-m-disabled" },
+ "path": ["link-m-disabled"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on desktops in Focus State",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on desktops in Focus State"
+ },
+ "name": "link-focus",
+ "attributes": { "category": "link-focus" },
+ "path": ["link-focus"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on mobile in focus state",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on mobile in focus state"
+ },
+ "name": "link-m-focus",
+ "attributes": { "category": "link-m-focus" },
+ "path": ["link-m-focus"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link",
+ "attributes": { "category": "link" },
+ "path": ["link"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link-visited",
+ "attributes": { "category": "link-visited" },
+ "path": ["link-visited"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link-hover",
+ "attributes": { "category": "link-hover" },
+ "path": ["link-hover"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "link-active",
+ "attributes": { "category": "link-active" },
+ "path": ["link-active"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link-m-visited",
+ "attributes": { "category": "link-m-visited" },
+ "path": ["link-m-visited"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "name": "link-m-hover",
+ "attributes": { "category": "link-m-hover" },
+ "path": ["link-m-hover"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "link-m-active",
+ "attributes": { "category": "link-m-active" },
+ "path": ["link-m-active"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 68,
+ "fontSize": "4rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 68,
+ "fontSize": "4rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "display-lg",
+ "attributes": { "category": "display-lg" },
+ "path": ["display-lg"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 52,
+ "fontSize": "3rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 52,
+ "fontSize": "3rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "display-sm",
+ "attributes": { "category": "display-sm" },
+ "path": ["display-sm"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "1.625rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "1.625rem"
+ },
+ "type": "typography"
+ },
+ "name": "logo-text",
+ "attributes": { "category": "logo-text" },
+ "path": ["logo-text"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography"
+ },
+ "name": "nav-items",
+ "attributes": { "category": "nav-items" },
+ "path": ["nav-items"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "tool-tip",
+ "attributes": { "category": "tool-tip" },
+ "path": ["tool-tip"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "0.75rem"
+ },
+ "type": "typography",
+ "description": "Small Labels \n\n-Slider Tool Tip",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "0.75rem"
+ },
+ "type": "typography",
+ "description": "Small Labels \n\n-Slider Tool Tip"
+ },
+ "name": "x-small",
+ "attributes": { "category": "x-small" },
+ "path": ["x-small"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography"
+ },
+ "name": "h1",
+ "attributes": { "category": "h1" },
+ "path": ["h1"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "textCase": "none",
+ "textDecoration": "none",
+ "paragraphSpacing": 0,
+ "fontSize": "2.5rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "textCase": "none",
+ "textDecoration": "none",
+ "paragraphSpacing": 0,
+ "fontSize": "2.5rem"
+ },
+ "type": "typography"
+ },
+ "name": "h2",
+ "attributes": { "category": "h2" },
+ "path": ["h2"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2rem"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2rem"
+ },
+ "type": "typography"
+ },
+ "name": "h3",
+ "attributes": { "category": "h3" },
+ "path": ["h3"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.75rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.75rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h4",
+ "attributes": { "category": "h4" },
+ "path": ["h4"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h5",
+ "attributes": { "category": "h5" },
+ "path": ["h5"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Large - Default \n",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Large - Default \n"
+ },
+ "name": "p-l-d",
+ "attributes": { "category": "p-l-d" },
+ "path": ["p-l-d"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "p-d-d",
+ "attributes": { "category": "p-d-d" },
+ "path": ["p-d-d"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "p-s-d",
+ "attributes": { "category": "p-s-d" },
+ "path": ["p-s-d"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "placeholder",
+ "attributes": { "category": "placeholder" },
+ "path": ["placeholder"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "button",
+ "attributes": { "category": "button" },
+ "path": ["button"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "label",
+ "attributes": { "category": "label" },
+ "path": ["label"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 40,
+ "fontSize": "2.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 40,
+ "fontSize": "2.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h1-m",
+ "attributes": { "category": "h1-m" },
+ "path": ["h1-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 48,
+ "fontSize": "2.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 48,
+ "fontSize": "2.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h2-m",
+ "attributes": { "category": "h2-m" },
+ "path": ["h2-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 32,
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 32,
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h3-m",
+ "attributes": { "category": "h3-m" },
+ "path": ["h3-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h4-m",
+ "attributes": { "category": "h4-m" },
+ "path": ["h4-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "h5-m",
+ "attributes": { "category": "h5-m" },
+ "path": ["h5-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph Large Mobile",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph Large Mobile"
+ },
+ "name": "p-l-m",
+ "attributes": { "category": "p-l-m" },
+ "path": ["p-l-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Body - Mobile",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Body - Mobile"
+ },
+ "name": "p-d-m",
+ "attributes": { "category": "p-d-m" },
+ "path": ["p-d-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "p-s-m",
+ "attributes": { "category": "p-s-m" },
+ "path": ["p-s-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "label-m",
+ "attributes": { "category": "label-m" },
+ "path": ["label-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "12%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "12%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "button-m",
+ "attributes": { "category": "button-m" },
+ "path": ["button-m"]
+ },
+ {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "name": "placeholder-m",
+ "attributes": { "category": "placeholder-m" },
+ "path": ["placeholder-m"]
+ },
+ {
+ "value": "none",
+ "type": "textCase",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "none", "type": "textCase" },
+ "name": "text-case-normal-case",
+ "attributes": { "category": "textCase", "type": "normal-case" },
+ "path": ["textCase", "normal-case"]
+ },
+ {
+ "value": "uppercase",
+ "type": "textCase",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "uppercase", "type": "textCase" },
+ "name": "text-case-uppercase",
+ "attributes": { "category": "textCase", "type": "uppercase" },
+ "path": ["textCase", "uppercase"]
+ },
+ {
+ "value": "capitalize",
+ "type": "textCase",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "capitalize", "type": "textCase" },
+ "name": "text-case-capitalize",
+ "attributes": { "category": "textCase", "type": "capitalize" },
+ "path": ["textCase", "capitalize"]
+ },
+ {
+ "value": "lowercase",
+ "type": "textCase",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "lowercase", "type": "textCase" },
+ "name": "text-case-lowercase",
+ "attributes": { "category": "textCase", "type": "lowercase" },
+ "path": ["textCase", "lowercase"]
+ },
+ {
+ "value": "none",
+ "type": "textDecoration",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "none", "type": "textDecoration" },
+ "name": "text-decoration-none",
+ "attributes": { "category": "textDecoration", "type": "none" },
+ "path": ["textDecoration", "none"]
+ },
+ {
+ "value": "underline",
+ "type": "textDecoration",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "underline", "type": "textDecoration" },
+ "name": "text-decoration-underline",
+ "attributes": { "category": "textDecoration", "type": "underline" },
+ "path": ["textDecoration", "underline"]
+ },
+ {
+ "value": "0.25rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.25rem", "type": "borderRadius" },
+ "name": "rounded-sm",
+ "attributes": { "category": "rounded-sm" },
+ "path": ["rounded-sm"]
+ },
+ {
+ "value": "0.5rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.5rem", "type": "borderRadius" },
+ "name": "rounded",
+ "attributes": { "category": "rounded" },
+ "path": ["rounded"]
+ },
+ {
+ "value": "1rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1rem", "type": "borderRadius" },
+ "name": "rounded-md",
+ "attributes": { "category": "rounded-md" },
+ "path": ["rounded-md"]
+ },
+ {
+ "value": "1.5rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.5rem", "type": "borderRadius" },
+ "name": "rounded-lg",
+ "attributes": { "category": "rounded-lg" },
+ "path": ["rounded-lg"]
+ },
+ {
+ "value": "2rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2rem", "type": "borderRadius" },
+ "name": "rounded-xl",
+ "attributes": { "category": "rounded-xl" },
+ "path": ["rounded-xl"]
+ },
+ {
+ "value": "3rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "3rem", "type": "borderRadius" },
+ "name": "rounded-2xl",
+ "attributes": { "category": "rounded-2xl" },
+ "path": ["rounded-2xl"]
+ },
+ {
+ "value": "4rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "4rem", "type": "borderRadius" },
+ "name": "rounded-3xl",
+ "attributes": { "category": "rounded-3xl" },
+ "path": ["rounded-3xl"]
+ },
+ {
+ "value": "6rem",
+ "type": "borderRadius",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "6rem", "type": "borderRadius" },
+ "name": "rounded-4xl",
+ "attributes": { "category": "rounded-4xl" },
+ "path": ["rounded-4xl"]
+ },
+ {
+ "value": "0.125rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.125rem", "type": "spacing" },
+ "name": "0-5",
+ "attributes": { "category": "0,5" },
+ "path": ["0,5"]
+ },
+ {
+ "value": "1px",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1px", "type": "spacing" },
+ "name": "px",
+ "attributes": { "category": "px" },
+ "path": ["px"]
+ },
+ {
+ "value": "0.375rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.375rem", "type": "spacing" },
+ "name": "1-5",
+ "attributes": { "category": "1,5" },
+ "path": ["1,5"]
+ },
+ {
+ "value": "0.625rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.625rem", "type": "spacing" },
+ "name": "2-5",
+ "attributes": { "category": "2,5" },
+ "path": ["2,5"]
+ },
+ {
+ "value": "0.875rem",
+ "type": "spacing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.875rem", "type": "spacing" },
+ "name": "3-5",
+ "attributes": { "category": "3,5" },
+ "path": ["3,5"]
+ },
+ {
+ "value": 16,
+ "type": "sizing",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": 16, "type": "sizing" },
+ "name": "rem",
+ "attributes": { "category": "rem" },
+ "path": ["rem"]
+ },
+ {
+ "value": "0.75rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.75rem", "type": "fontSizes" },
+ "name": "font-size-0",
+ "attributes": { "category": "fontSize", "type": "0" },
+ "path": ["fontSize", "0"]
+ },
+ {
+ "value": "0.875rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "0.875rem", "type": "fontSizes" },
+ "name": "font-size-1",
+ "attributes": { "category": "fontSize", "type": "1" },
+ "path": ["fontSize", "1"]
+ },
+ {
+ "value": "1rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1rem", "type": "fontSizes" },
+ "name": "font-size-2",
+ "attributes": { "category": "fontSize", "type": "2" },
+ "path": ["fontSize", "2"]
+ },
+ {
+ "value": "1.25rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.25rem", "type": "fontSizes" },
+ "name": "font-size-3",
+ "attributes": { "category": "fontSize", "type": "3" },
+ "path": ["fontSize", "3"]
+ },
+ {
+ "value": "1.5rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.5rem", "type": "fontSizes" },
+ "name": "font-size-4",
+ "attributes": { "category": "fontSize", "type": "4" },
+ "path": ["fontSize", "4"]
+ },
+ {
+ "value": "1.625rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.625rem", "type": "fontSizes" },
+ "name": "font-size-5",
+ "attributes": { "category": "fontSize", "type": "5" },
+ "path": ["fontSize", "5"]
+ },
+ {
+ "value": "1.75rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "1.75rem", "type": "fontSizes" },
+ "name": "font-size-6",
+ "attributes": { "category": "fontSize", "type": "6" },
+ "path": ["fontSize", "6"]
+ },
+ {
+ "value": "2rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2rem", "type": "fontSizes" },
+ "name": "font-size-7",
+ "attributes": { "category": "fontSize", "type": "7" },
+ "path": ["fontSize", "7"]
+ },
+ {
+ "value": "2.25rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.25rem", "type": "fontSizes" },
+ "name": "font-size-8",
+ "attributes": { "category": "fontSize", "type": "8" },
+ "path": ["fontSize", "8"]
+ },
+ {
+ "value": "2.5rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.5rem", "type": "fontSizes" },
+ "name": "font-size-9",
+ "attributes": { "category": "fontSize", "type": "9" },
+ "path": ["fontSize", "9"]
+ },
+ {
+ "value": "2.75rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "2.75rem", "type": "fontSizes" },
+ "name": "font-size-10",
+ "attributes": { "category": "fontSize", "type": "10" },
+ "path": ["fontSize", "10"]
+ },
+ {
+ "value": "3rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "3rem", "type": "fontSizes" },
+ "name": "font-size-11",
+ "attributes": { "category": "fontSize", "type": "11" },
+ "path": ["fontSize", "11"]
+ },
+ {
+ "value": "4rem",
+ "type": "fontSizes",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "4rem", "type": "fontSizes" },
+ "name": "font-size-12",
+ "attributes": { "category": "fontSize", "type": "12" },
+ "path": ["fontSize", "12"]
+ },
+ {
+ "value": "inset 2px 2px 6px 0px #7f7e7f80",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 6,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-shadow-sm",
+ "attributes": { "category": "inner-shadow-sm" },
+ "path": ["inner-shadow-sm"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7f7a",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-shadow",
+ "attributes": { "category": "inner-shadow" },
+ "path": ["inner-shadow"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7fb8",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-shadow-md",
+ "attributes": { "category": "inner-shadow-md" },
+ "path": ["inner-shadow-md"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7fe0",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-shadow-lg",
+ "attributes": { "category": "inner-shadow-lg" },
+ "path": ["inner-shadow-lg"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7f",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-shadow-xl",
+ "attributes": { "category": "inner-shadow-xl" },
+ "path": ["inner-shadow-xl"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7f52",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-highlight-sm",
+ "attributes": { "category": "inner-highlight-sm" },
+ "path": ["inner-highlight-sm"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7f7a",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-highlight",
+ "attributes": { "category": "inner-highlight" },
+ "path": ["inner-highlight"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7fb8",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-highlight-md",
+ "attributes": { "category": "inner-highlight-md" },
+ "path": ["inner-highlight-md"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7fe0",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-highlight-lg",
+ "attributes": { "category": "inner-highlight-lg" },
+ "path": ["inner-highlight-lg"]
+ },
+ {
+ "value": "inset 2px 2px 8px 0px #7f7e7f",
+ "type": "boxShadow",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "name": "inner-highlight-xl",
+ "attributes": { "category": "inner-highlight-xl" },
+ "path": ["inner-highlight-xl"]
+ },
+ {
+ "value": "#ffffff",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffffff", "type": "color" },
+ "name": "grayscale-50",
+ "attributes": { "category": "grayscale", "type": "50" },
+ "path": ["grayscale", "50"]
+ },
+ {
+ "value": "#f0edee",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f0edee", "type": "color" },
+ "name": "grayscale-100",
+ "attributes": { "category": "grayscale", "type": "100" },
+ "path": ["grayscale", "100"]
+ },
+ {
+ "value": "#dad8d9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#dad8d9", "type": "color" },
+ "name": "grayscale-200",
+ "attributes": { "category": "grayscale", "type": "200" },
+ "path": ["grayscale", "200"]
+ },
+ {
+ "value": "#b9b9b9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b9b9b9", "type": "color" },
+ "name": "grayscale-300",
+ "attributes": { "category": "grayscale", "type": "300" },
+ "path": ["grayscale", "300"]
+ },
+ {
+ "value": "#979797",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#979797", "type": "color" },
+ "name": "grayscale-400",
+ "attributes": { "category": "grayscale", "type": "400" },
+ "path": ["grayscale", "400"]
+ },
+ {
+ "value": "#676767",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#676767", "type": "color" },
+ "name": "grayscale-500",
+ "attributes": { "category": "grayscale", "type": "500" },
+ "path": ["grayscale", "500"]
+ },
+ {
+ "value": "#494949",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#494949", "type": "color" },
+ "name": "grayscale-600",
+ "attributes": { "category": "grayscale", "type": "600" },
+ "path": ["grayscale", "600"]
+ },
+ {
+ "value": "#303030",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#303030", "type": "color" },
+ "name": "grayscale-700",
+ "attributes": { "category": "grayscale", "type": "700" },
+ "path": ["grayscale", "700"]
+ },
+ {
+ "value": "#1c1c1c",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#1c1c1c", "type": "color" },
+ "name": "grayscale-800",
+ "attributes": { "category": "grayscale", "type": "800" },
+ "path": ["grayscale", "800"]
+ },
+ {
+ "value": "#000000",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#000000", "type": "color" },
+ "name": "grayscale-900",
+ "attributes": { "category": "grayscale", "type": "900" },
+ "path": ["grayscale", "900"]
+ },
+ {
+ "value": "#f2f9fb",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f2f9fb", "type": "color" },
+ "name": "uranus-50",
+ "attributes": { "category": "uranus", "type": "50" },
+ "path": ["uranus", "50"]
+ },
+ {
+ "value": "#d8ecf3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d8ecf3", "type": "color" },
+ "name": "uranus-100",
+ "attributes": { "category": "uranus", "type": "100" },
+ "path": ["uranus", "100"]
+ },
+ {
+ "value": "#c5e3ed",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c5e3ed", "type": "color" },
+ "name": "uranus-200",
+ "attributes": { "category": "uranus", "type": "200" },
+ "path": ["uranus", "200"]
+ },
+ {
+ "value": "#abd7e4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#abd7e4", "type": "color" },
+ "name": "uranus-300",
+ "attributes": { "category": "uranus", "type": "300" },
+ "path": ["uranus", "300"]
+ },
+ {
+ "value": "#9acfdf",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9acfdf", "type": "color" },
+ "name": "uranus-400",
+ "attributes": { "category": "uranus", "type": "400" },
+ "path": ["uranus", "400"]
+ },
+ {
+ "value": "#81c3d7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#81c3d7", "type": "color" },
+ "name": "uranus-500",
+ "attributes": { "category": "uranus", "type": "500" },
+ "path": ["uranus", "500"]
+ },
+ {
+ "value": "#75b1c4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#75b1c4", "type": "color" },
+ "name": "uranus-600",
+ "attributes": { "category": "uranus", "type": "600" },
+ "path": ["uranus", "600"]
+ },
+ {
+ "value": "#5c8a99",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#5c8a99", "type": "color" },
+ "name": "uranus-700",
+ "attributes": { "category": "uranus", "type": "700" },
+ "path": ["uranus", "700"]
+ },
+ {
+ "value": "#476b76",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#476b76", "type": "color" },
+ "name": "uranus-800",
+ "attributes": { "category": "uranus", "type": "800" },
+ "path": ["uranus", "800"]
+ },
+ {
+ "value": "#36525a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#36525a", "type": "color" },
+ "name": "uranus-900",
+ "attributes": { "category": "uranus", "type": "900" },
+ "path": ["uranus", "900"]
+ },
+ {
+ "value": "#fff2e7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fff2e7", "type": "color" },
+ "name": "jupiter-50",
+ "attributes": { "category": "jupiter", "type": "50" },
+ "path": ["jupiter", "50"]
+ },
+ {
+ "value": "#ffd7b4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffd7b4", "type": "color" },
+ "name": "jupiter-100",
+ "attributes": { "category": "jupiter", "type": "100" },
+ "path": ["jupiter", "100"]
+ },
+ {
+ "value": "#ffc490",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffc490", "type": "color" },
+ "name": "jupiter-200",
+ "attributes": { "category": "jupiter", "type": "200" },
+ "path": ["jupiter", "200"]
+ },
+ {
+ "value": "#ffa95e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffa95e", "type": "color" },
+ "name": "jupiter-300",
+ "attributes": { "category": "jupiter", "type": "300" },
+ "path": ["jupiter", "300"]
+ },
+ {
+ "value": "#ff993e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ff993e", "type": "color" },
+ "name": "jupiter-400",
+ "attributes": { "category": "jupiter", "type": "400" },
+ "path": ["jupiter", "400"]
+ },
+ {
+ "value": "#ff7f0e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ff7f0e", "type": "color" },
+ "name": "jupiter-500",
+ "attributes": { "category": "jupiter", "type": "500" },
+ "path": ["jupiter", "500"]
+ },
+ {
+ "value": "#e8740d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e8740d", "type": "color" },
+ "name": "jupiter-600",
+ "attributes": { "category": "jupiter", "type": "600" },
+ "path": ["jupiter", "600"]
+ },
+ {
+ "value": "#b55a0a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b55a0a", "type": "color" },
+ "name": "jupiter-700",
+ "attributes": { "category": "jupiter", "type": "700" },
+ "path": ["jupiter", "700"]
+ },
+ {
+ "value": "#8c4608",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#8c4608", "type": "color" },
+ "name": "jupiter-800",
+ "attributes": { "category": "jupiter", "type": "800" },
+ "path": ["jupiter", "800"]
+ },
+ {
+ "value": "#6b3506",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#6b3506", "type": "color" },
+ "name": "jupiter-900",
+ "attributes": { "category": "jupiter", "type": "900" },
+ "path": ["jupiter", "900"]
+ },
+ {
+ "value": "#ebf2f6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebf2f6", "type": "color" },
+ "name": "neptune-50",
+ "attributes": { "category": "neptune", "type": "50" },
+ "path": ["neptune", "50"]
+ },
+ {
+ "value": "#c2d6e3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c2d6e3", "type": "color" },
+ "name": "neptune-100",
+ "attributes": { "category": "neptune", "type": "100" },
+ "path": ["neptune", "100"]
+ },
+ {
+ "value": "#a4c3d6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a4c3d6", "type": "color" },
+ "name": "neptune-200",
+ "attributes": { "category": "neptune", "type": "200" },
+ "path": ["neptune", "200"]
+ },
+ {
+ "value": "#7ba7c3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7ba7c3", "type": "color" },
+ "name": "neptune-300",
+ "attributes": { "category": "neptune", "type": "300" },
+ "path": ["neptune", "300"]
+ },
+ {
+ "value": "#6196b7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#6196b7", "type": "color" },
+ "name": "neptune-400",
+ "attributes": { "category": "neptune", "type": "400" },
+ "path": ["neptune", "400"]
+ },
+ {
+ "value": "#3a7ca5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3a7ca5", "type": "color" },
+ "name": "neptune-500",
+ "attributes": { "category": "neptune", "type": "500" },
+ "path": ["neptune", "500"]
+ },
+ {
+ "value": "#357196",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#357196", "type": "color" },
+ "name": "neptune-600",
+ "attributes": { "category": "neptune", "type": "600" },
+ "path": ["neptune", "600"]
+ },
+ {
+ "value": "#295875",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#295875", "type": "color" },
+ "name": "neptune-700",
+ "attributes": { "category": "neptune", "type": "700" },
+ "path": ["neptune", "700"]
+ },
+ {
+ "value": "#20445b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#20445b", "type": "color" },
+ "name": "neptune-800",
+ "attributes": { "category": "neptune", "type": "800" },
+ "path": ["neptune", "800"]
+ },
+ {
+ "value": "#183445",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#183445", "type": "color" },
+ "name": "neptune-900",
+ "attributes": { "category": "neptune", "type": "900" },
+ "path": ["neptune", "900"]
+ },
+ {
+ "value": "#fff7e6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fff7e6", "type": "color" },
+ "name": "saturn-50",
+ "attributes": { "category": "saturn", "type": "50" },
+ "path": ["saturn", "50"]
+ },
+ {
+ "value": "#ffe5b0",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffe5b0", "type": "color" },
+ "name": "saturn-100",
+ "attributes": { "category": "saturn", "type": "100" },
+ "path": ["saturn", "100"]
+ },
+ {
+ "value": "#ffd88a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffd88a", "type": "color" },
+ "name": "saturn-200",
+ "attributes": { "category": "saturn", "type": "200" },
+ "path": ["saturn", "200"]
+ },
+ {
+ "value": "#ffc754",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffc754", "type": "color" },
+ "name": "saturn-300",
+ "attributes": { "category": "saturn", "type": "300" },
+ "path": ["saturn", "300"]
+ },
+ {
+ "value": "#ffbc33",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffbc33", "type": "color" },
+ "name": "saturn-400",
+ "attributes": { "category": "saturn", "type": "400" },
+ "path": ["saturn", "400"]
+ },
+ {
+ "value": "#ffab00",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ffab00", "type": "color" },
+ "name": "saturn-500",
+ "attributes": { "category": "saturn", "type": "500" },
+ "path": ["saturn", "500"]
+ },
+ {
+ "value": "#e89c00",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e89c00", "type": "color" },
+ "name": "saturn-600",
+ "attributes": { "category": "saturn", "type": "600" },
+ "path": ["saturn", "600"]
+ },
+ {
+ "value": "#b57900",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#b57900", "type": "color" },
+ "name": "saturn-700",
+ "attributes": { "category": "saturn", "type": "700" },
+ "path": ["saturn", "700"]
+ },
+ {
+ "value": "#8c5e00",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#8c5e00", "type": "color" },
+ "name": "saturn-800",
+ "attributes": { "category": "saturn", "type": "800" },
+ "path": ["saturn", "800"]
+ },
+ {
+ "value": "#6b4800",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#6b4800", "type": "color" },
+ "name": "saturn-900",
+ "attributes": { "category": "saturn", "type": "900" },
+ "path": ["saturn", "900"]
+ },
+ {
+ "value": "#ebedf7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebedf7", "type": "color" },
+ "name": "brand-alt-cosmic-50",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "50" },
+ "path": ["brand-alt", "cosmic", "50"]
+ },
+ {
+ "value": "#c2c8e5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c2c8e5", "type": "color" },
+ "name": "brand-alt-cosmic-100",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "100" },
+ "path": ["brand-alt", "cosmic", "100"]
+ },
+ {
+ "value": "#a4add9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a4add9", "type": "color" },
+ "name": "brand-alt-cosmic-200",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "200" },
+ "path": ["brand-alt", "cosmic", "200"]
+ },
+ {
+ "value": "#7a87c7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7a87c7", "type": "color" },
+ "name": "brand-alt-cosmic-300",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "300" },
+ "path": ["brand-alt", "cosmic", "300"]
+ },
+ {
+ "value": "#6170bd",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#6170bd", "type": "color" },
+ "name": "brand-alt-cosmic-400",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "400" },
+ "path": ["brand-alt", "cosmic", "400"]
+ },
+ {
+ "value": "#394cac",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#394cac", "type": "color" },
+ "name": "brand-alt-cosmic-500",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "500" },
+ "path": ["brand-alt", "cosmic", "500"]
+ },
+ {
+ "value": "#34459d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#34459d", "type": "color" },
+ "name": "brand-alt-cosmic-600",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "600" },
+ "path": ["brand-alt", "cosmic", "600"]
+ },
+ {
+ "value": "#28367a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#28367a", "type": "color" },
+ "name": "brand-alt-cosmic-700",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "700" },
+ "path": ["brand-alt", "cosmic", "700"]
+ },
+ {
+ "value": "#1f2a5f",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#1f2a5f", "type": "color" },
+ "name": "brand-alt-cosmic-800",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "800" },
+ "path": ["brand-alt", "cosmic", "800"]
+ },
+ {
+ "value": "#182048",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#182048", "type": "color" },
+ "name": "brand-alt-cosmic-900",
+ "attributes": { "category": "brand-alt", "type": "cosmic", "item": "900" },
+ "path": ["brand-alt", "cosmic", "900"]
+ },
+ {
+ "value": "#f1ebf7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f1ebf7", "type": "color" },
+ "name": "brand-alt-nebula-50",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "50" },
+ "path": ["brand-alt", "nebula", "50"]
+ },
+ {
+ "value": "#d4c2e5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d4c2e5", "type": "color" },
+ "name": "brand-alt-nebula-100",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "100" },
+ "path": ["brand-alt", "nebula", "100"]
+ },
+ {
+ "value": "#bfa4d9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#bfa4d9", "type": "color" },
+ "name": "brand-alt-nebula-200",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "200" },
+ "path": ["brand-alt", "nebula", "200"]
+ },
+ {
+ "value": "#a17ac7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a17ac7", "type": "color" },
+ "name": "brand-alt-nebula-300",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "300" },
+ "path": ["brand-alt", "nebula", "300"]
+ },
+ {
+ "value": "#8f61bd",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#8f61bd", "type": "color" },
+ "name": "brand-alt-nebula-400",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "400" },
+ "path": ["brand-alt", "nebula", "400"]
+ },
+ {
+ "value": "#7339ac",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7339ac", "type": "color" },
+ "name": "brand-alt-nebula-500",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "500" },
+ "path": ["brand-alt", "nebula", "500"]
+ },
+ {
+ "value": "#69349d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#69349d", "type": "color" },
+ "name": "brand-alt-nebula-600",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "600" },
+ "path": ["brand-alt", "nebula", "600"]
+ },
+ {
+ "value": "#52287a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#52287a", "type": "color" },
+ "name": "brand-alt-nebula-700",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "700" },
+ "path": ["brand-alt", "nebula", "700"]
+ },
+ {
+ "value": "#3f1f5f",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3f1f5f", "type": "color" },
+ "name": "brand-alt-nebula-800",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "800" },
+ "path": ["brand-alt", "nebula", "800"]
+ },
+ {
+ "value": "#301848",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#301848", "type": "color" },
+ "name": "brand-alt-nebula-900",
+ "attributes": { "category": "brand-alt", "type": "nebula", "item": "900" },
+ "path": ["brand-alt", "nebula", "900"]
+ },
+ {
+ "value": "#f9ecec80",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f9ecec80", "type": "color" },
+ "name": "alert-error-o-50-50",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "50"
+ },
+ "path": ["alert", "error", "o-50", "50"]
+ },
+ {
+ "value": "#ebc4c480",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebc4c480", "type": "color" },
+ "name": "alert-error-o-50-100",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "100"
+ },
+ "path": ["alert", "error", "o-50", "100"]
+ },
+ {
+ "value": "#e2a7a780",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e2a7a780", "type": "color" },
+ "name": "alert-error-o-50-200",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "200"
+ },
+ "path": ["alert", "error", "o-50", "200"]
+ },
+ {
+ "value": "#d47f7f80",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d47f7f80", "type": "color" },
+ "name": "alert-error-o-50-300",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "300"
+ },
+ "path": ["alert", "error", "o-50", "300"]
+ },
+ {
+ "value": "#cc666680",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#cc666680", "type": "color" },
+ "name": "alert-error-o-50-400",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "400"
+ },
+ "path": ["alert", "error", "o-50", "400"]
+ },
+ {
+ "value": "#bf404080",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#bf404080", "type": "color" },
+ "name": "alert-error-o-50-500",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "500"
+ },
+ "path": ["alert", "error", "o-50", "500"]
+ },
+ {
+ "value": "#ae3a3a80",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ae3a3a80", "type": "color" },
+ "name": "alert-error-o-50-600",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "600"
+ },
+ "path": ["alert", "error", "o-50", "600"]
+ },
+ {
+ "value": "#882d2d80",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#882d2d80", "type": "color" },
+ "name": "alert-error-o-50-700",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "700"
+ },
+ "path": ["alert", "error", "o-50", "700"]
+ },
+ {
+ "value": "#69232380",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#69232380", "type": "color" },
+ "name": "alert-error-o-50-800",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "800"
+ },
+ "path": ["alert", "error", "o-50", "800"]
+ },
+ {
+ "value": "#371c1c80",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#371c1c80", "type": "color" },
+ "name": "alert-error-o-50-900",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-50",
+ "subitem": "900"
+ },
+ "path": ["alert", "error", "o-50", "900"]
+ },
+ {
+ "value": "#f9ecec",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f9ecec", "type": "color" },
+ "name": "alert-error-o-100-50",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "50"
+ },
+ "path": ["alert", "error", "o-100", "50"]
+ },
+ {
+ "value": "#ebc4c4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ebc4c4", "type": "color" },
+ "name": "alert-error-o-100-100",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "100"
+ },
+ "path": ["alert", "error", "o-100", "100"]
+ },
+ {
+ "value": "#e2a7a7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e2a7a7", "type": "color" },
+ "name": "alert-error-o-100-200",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "200"
+ },
+ "path": ["alert", "error", "o-100", "200"]
+ },
+ {
+ "value": "#d47f7f",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d47f7f", "type": "color" },
+ "name": "alert-error-o-100-300",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "300"
+ },
+ "path": ["alert", "error", "o-100", "300"]
+ },
+ {
+ "value": "#cc6666",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#cc6666", "type": "color" },
+ "name": "alert-error-o-100-400",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "400"
+ },
+ "path": ["alert", "error", "o-100", "400"]
+ },
+ {
+ "value": "#bf4040",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#bf4040", "type": "color" },
+ "name": "alert-error-o-100-500",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "500"
+ },
+ "path": ["alert", "error", "o-100", "500"]
+ },
+ {
+ "value": "#ae3a3a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ae3a3a", "type": "color" },
+ "name": "alert-error-o-100-600",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "600"
+ },
+ "path": ["alert", "error", "o-100", "600"]
+ },
+ {
+ "value": "#882d2d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#882d2d", "type": "color" },
+ "name": "alert-error-o-100-700",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "700"
+ },
+ "path": ["alert", "error", "o-100", "700"]
+ },
+ {
+ "value": "#692323",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#692323", "type": "color" },
+ "name": "alert-error-o-100-800",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "800"
+ },
+ "path": ["alert", "error", "o-100", "800"]
+ },
+ {
+ "value": "#501b1b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#501b1b", "type": "color" },
+ "name": "alert-error-o-100-900",
+ "attributes": {
+ "category": "alert",
+ "type": "error",
+ "item": "o-100",
+ "subitem": "900"
+ },
+ "path": ["alert", "error", "o-100", "900"]
+ },
+ {
+ "value": "#eaf8f6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#eaf8f6", "type": "color" },
+ "name": "alert-notification-o-100-50",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "50"
+ },
+ "path": ["alert", "notification", "o-100", "50"]
+ },
+ {
+ "value": "#bee8e4",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#bee8e4", "type": "color" },
+ "name": "alert-notification-o-100-100",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "100"
+ },
+ "path": ["alert", "notification", "o-100", "100"]
+ },
+ {
+ "value": "#9fddd7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#9fddd7", "type": "color" },
+ "name": "alert-notification-o-100-200",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "200"
+ },
+ "path": ["alert", "notification", "o-100", "200"]
+ },
+ {
+ "value": "#73cec5",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#73cec5", "type": "color" },
+ "name": "alert-notification-o-100-300",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "300"
+ },
+ "path": ["alert", "notification", "o-100", "300"]
+ },
+ {
+ "value": "#58c5ba",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#58c5ba", "type": "color" },
+ "name": "alert-notification-o-100-400",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "400"
+ },
+ "path": ["alert", "notification", "o-100", "400"]
+ },
+ {
+ "value": "#2eb6a9",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2eb6a9", "type": "color" },
+ "name": "alert-notification-o-100-500",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "500"
+ },
+ "path": ["alert", "notification", "o-100", "500"]
+ },
+ {
+ "value": "#2aa69a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2aa69a", "type": "color" },
+ "name": "alert-notification-o-100-600",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "600"
+ },
+ "path": ["alert", "notification", "o-100", "600"]
+ },
+ {
+ "value": "#218178",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#218178", "type": "color" },
+ "name": "alert-notification-o-100-700",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "700"
+ },
+ "path": ["alert", "notification", "o-100", "700"]
+ },
+ {
+ "value": "#19645d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#19645d", "type": "color" },
+ "name": "alert-notification-o-100-800",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "800"
+ },
+ "path": ["alert", "notification", "o-100", "800"]
+ },
+ {
+ "value": "#134c47",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#134c47", "type": "color" },
+ "name": "alert-notification-o-100-900",
+ "attributes": {
+ "category": "alert",
+ "type": "notification",
+ "item": "o-100",
+ "subitem": "900"
+ },
+ "path": ["alert", "notification", "o-100", "900"]
+ },
+ {
+ "value": "#ecf9ed",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#ecf9ed", "type": "color" },
+ "name": "alert-success-o-100-50",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "50"
+ },
+ "path": ["alert", "success", "o-100", "50"]
+ },
+ {
+ "value": "#c4ebc6",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#c4ebc6", "type": "color" },
+ "name": "alert-success-o-100-100",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "100"
+ },
+ "path": ["alert", "success", "o-100", "100"]
+ },
+ {
+ "value": "#a7e2aa",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a7e2aa", "type": "color" },
+ "name": "alert-success-o-100-200",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "200"
+ },
+ "path": ["alert", "success", "o-100", "200"]
+ },
+ {
+ "value": "#7fd483",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#7fd483", "type": "color" },
+ "name": "alert-success-o-100-300",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "300"
+ },
+ "path": ["alert", "success", "o-100", "300"]
+ },
+ {
+ "value": "#66cc6b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#66cc6b", "type": "color" },
+ "name": "alert-success-o-100-400",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "400"
+ },
+ "path": ["alert", "success", "o-100", "400"]
+ },
+ {
+ "value": "#40bf46",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#40bf46", "type": "color" },
+ "name": "alert-success-o-100-500",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "500"
+ },
+ "path": ["alert", "success", "o-100", "500"]
+ },
+ {
+ "value": "#3aae40",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#3aae40", "type": "color" },
+ "name": "alert-success-o-100-600",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "600"
+ },
+ "path": ["alert", "success", "o-100", "600"]
+ },
+ {
+ "value": "#2d8832",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#2d8832", "type": "color" },
+ "name": "alert-success-o-100-700",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "700"
+ },
+ "path": ["alert", "success", "o-100", "700"]
+ },
+ {
+ "value": "#236927",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#236927", "type": "color" },
+ "name": "alert-success-o-100-800",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "800"
+ },
+ "path": ["alert", "success", "o-100", "800"]
+ },
+ {
+ "value": "#1b501d",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#1b501d", "type": "color" },
+ "name": "alert-success-o-100-900",
+ "attributes": {
+ "category": "alert",
+ "type": "success",
+ "item": "o-100",
+ "subitem": "900"
+ },
+ "path": ["alert", "success", "o-100", "900"]
+ },
+ {
+ "value": "#fdfae7",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#fdfae7", "type": "color" },
+ "name": "alert-warning-o-100-50",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "50"
+ },
+ "path": ["alert", "warning", "o-100", "50"]
+ },
+ {
+ "value": "#f8efb3",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f8efb3", "type": "color" },
+ "name": "alert-warning-o-100-100",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "100"
+ },
+ "path": ["alert", "warning", "o-100", "100"]
+ },
+ {
+ "value": "#f5e78e",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f5e78e", "type": "color" },
+ "name": "alert-warning-o-100-200",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "200"
+ },
+ "path": ["alert", "warning", "o-100", "200"]
+ },
+ {
+ "value": "#f0dc5b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#f0dc5b", "type": "color" },
+ "name": "alert-warning-o-100-300",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "300"
+ },
+ "path": ["alert", "warning", "o-100", "300"]
+ },
+ {
+ "value": "#edd53b",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#edd53b", "type": "color" },
+ "name": "alert-warning-o-100-400",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "400"
+ },
+ "path": ["alert", "warning", "o-100", "400"]
+ },
+ {
+ "value": "#e9cb0a",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#e9cb0a", "type": "color" },
+ "name": "alert-warning-o-100-500",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "500"
+ },
+ "path": ["alert", "warning", "o-100", "500"]
+ },
+ {
+ "value": "#d4b909",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#d4b909", "type": "color" },
+ "name": "alert-warning-o-100-600",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "600"
+ },
+ "path": ["alert", "warning", "o-100", "600"]
+ },
+ {
+ "value": "#a59007",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#a59007", "type": "color" },
+ "name": "alert-warning-o-100-700",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "700"
+ },
+ "path": ["alert", "warning", "o-100", "700"]
+ },
+ {
+ "value": "#807006",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#807006", "type": "color" },
+ "name": "alert-warning-o-100-800",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "800"
+ },
+ "path": ["alert", "warning", "o-100", "800"]
+ },
+ {
+ "value": "#625504",
+ "type": "color",
+ "filePath": "tokens/core.json",
+ "isSource": true,
+ "original": { "value": "#625504", "type": "color" },
+ "name": "alert-warning-o-100-900",
+ "attributes": {
+ "category": "alert",
+ "type": "warning",
+ "item": "o-100",
+ "subitem": "900"
+ },
+ "path": ["alert", "warning", "o-100", "900"]
+ }
+]
diff --git a/packages/tailwind-constructor/package.json b/packages/tailwind-constructor/package.json
index 2878e0243..d54fb375a 100644
--- a/packages/tailwind-constructor/package.json
+++ b/packages/tailwind-constructor/package.json
@@ -1,27 +1,27 @@
{
- "name": "@devlaunchers/tailwind",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "build-transform-core": "npx token-transformer tokens.json tokens/core.json core",
- "build-transform-light": "npx token-transformer tokens.json tokens/light.json core,light,theme core",
- "build-transform-dark": "npx token-transformer tokens.json tokens/dark.json core,dark,theme core",
- "build-transform": "npm run build-transform-core && npm run build-transform-light && npm run build-transform-dark",
- "build-sd": "node build.js",
- "build-tw": "postcss ./styles.css -o ./tailwind.css",
- "build": "npm run build-transform && npm run build-sd && npm run build-tw",
- "dev": "tailwindcss -c ./tailwind.config.js -i ./styles.css -o ./tailwind.css --watch"
- },
- "dependencies": {
- "postcss-cli": "^9.0.1",
- "style-dictionary": "^3.0.2",
- "tailwind-hamburgers": "1.3.5",
- "tailwind-variants": "0.1.14"
- },
- "devDependencies": {
- "autoprefixer": "10.4.14",
- "postcss": "8.4.27",
- "postcss-import": "^14.0.2",
- "tailwindcss": "3.3.3"
- }
+ "name": "@devlaunchers/tailwind",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "build-transform-core": "npx token-transformer tokens.json tokens/core.json core",
+ "build-transform-light": "npx token-transformer tokens.json tokens/light.json core,light,theme core",
+ "build-transform-dark": "npx token-transformer tokens.json tokens/dark.json core,dark,theme core",
+ "build-transform": "npm run build-transform-core && npm run build-transform-light && npm run build-transform-dark",
+ "build-sd": "node build.js",
+ "build-tw": "postcss ./styles.css -o ./tailwind.css",
+ "build": "npm run build-transform && npm run build-sd && npm run build-tw",
+ "dev": "tailwindcss -c ./tailwind.config.js -i ./styles.css -o ./tailwind.css --watch"
+ },
+ "dependencies": {
+ "postcss-cli": "^9.0.1",
+ "style-dictionary": "^3.0.2",
+ "tailwind-hamburgers": "1.3.5",
+ "tailwind-variants": "0.1.14"
+ },
+ "devDependencies": {
+ "autoprefixer": "10.4.14",
+ "postcss": "8.4.27",
+ "postcss-import": "^14.0.2",
+ "tailwindcss": "3.4.3"
+ }
}
diff --git a/packages/tailwind-constructor/tokens.json b/packages/tailwind-constructor/tokens.json
index eaf67b3ca..486856d55 100644
--- a/packages/tailwind-constructor/tokens.json
+++ b/packages/tailwind-constructor/tokens.json
@@ -1,2652 +1,2364 @@
{
- "0": {
- "value": " 0px",
- "type": "spacing"
- },
- "1": {
- "value": " 0.25rem",
- "type": "spacing"
- },
- "2": {
- "value": " 0.5rem",
- "type": "spacing"
- },
- "3": {
- "value": " 0.75rem",
- "type": "spacing"
- },
- "4": {
- "value": " 1rem",
- "type": "spacing"
- },
- "5": {
- "value": " 1.25rem",
- "type": "spacing"
- },
- "6": {
- "value": " 1.5rem",
- "type": "spacing"
- },
- "7": {
- "value": " 1.75rem",
- "type": "spacing"
- },
- "8": {
- "value": " 2rem",
- "type": "spacing"
- },
- "9": {
- "value": " 2.25rem",
- "type": "spacing"
- },
- "10": {
- "value": " 2.5rem",
- "type": "spacing"
- },
- "11": {
- "value": " 2.75rem",
- "type": "spacing"
- },
- "12": {
- "value": " 3rem",
- "type": "spacing"
- },
- "14": {
- "value": " 3.5rem",
- "type": "spacing"
- },
- "16": {
- "value": " 4rem",
- "type": "spacing"
- },
- "20": {
- "value": " 5rem",
- "type": "spacing"
- },
- "24": {
- "value": " 6rem",
- "type": "spacing"
- },
- "28": {
- "value": " 7rem",
- "type": "spacing"
- },
- "32": {
- "value": " 8rem",
- "type": "spacing"
- },
- "36": {
- "value": " 9rem",
- "type": "spacing"
- },
- "40": {
- "value": " 10rem",
- "type": "spacing"
- },
- "44": {
- "value": " 11rem",
- "type": "spacing"
- },
- "48": {
- "value": " 12rem",
- "type": "spacing"
- },
- "52": {
- "value": " 13rem",
- "type": "spacing"
- },
- "56": {
- "value": " 14rem",
- "type": "spacing"
- },
- "60": {
- "value": " 15rem",
- "type": "spacing"
- },
- "64": {
- "value": " 16rem",
- "type": "spacing"
- },
- "72": {
- "value": " 18rem",
- "type": "spacing"
- },
- "80": {
- "value": " 20rem",
- "type": "spacing"
- },
- "96": {
- "value": " 24rem",
- "type": "spacing"
- },
- "black": {
- "value": "#000000",
- "type": "color"
- },
- "white": {
- "value": "#ffffff",
- "type": "color"
- },
- "gray": {
- "100": {
- "value": "#f7fafc",
- "type": "color"
- },
- "200": {
- "value": "#edf2f7",
- "type": "color"
- },
- "300": {
- "value": "#e2e8f0",
- "type": "color"
- },
- "400": {
- "value": "#cbd5e0",
- "type": "color"
- },
- "500": {
- "value": "#a0aec0",
- "type": "color"
- },
- "600": {
- "value": "#718096",
- "type": "color"
- },
- "700": {
- "value": "#4a5568",
- "type": "color"
- },
- "800": {
- "value": "#2d3748",
- "type": "color"
- },
- "900": {
- "value": "#1a202c",
- "type": "color"
- }
- },
- "red": {
- "100": {
- "value": "#fff5f5",
- "type": "color"
- },
- "200": {
- "value": "#fed7d7",
- "type": "color"
- },
- "300": {
- "value": "#feb2b2",
- "type": "color"
- },
- "400": {
- "value": "#fc8181",
- "type": "color"
+ "core": {
+ "0": {
+ "value": " 0px",
+ "type": "spacing"
},
- "500": {
- "value": "#f56565",
- "type": "color"
+ "1": {
+ "value": " 0.25rem",
+ "type": "spacing"
},
- "600": {
- "value": "#e53e3e",
- "type": "color"
+ "2": {
+ "value": " 0.5rem",
+ "type": "spacing"
},
- "700": {
- "value": "#c53030",
- "type": "color"
+ "3": {
+ "value": " 0.75rem",
+ "type": "spacing"
},
- "800": {
- "value": "#9b2c2c",
- "type": "color"
+ "4": {
+ "value": " 1rem",
+ "type": "spacing"
},
- "900": {
- "value": "#742a2a",
- "type": "color"
- }
- },
- "orange": {
- "100": {
- "value": "#fffaf0",
- "type": "color"
+ "5": {
+ "value": " 1.25rem",
+ "type": "spacing"
},
- "200": {
- "value": "#feebc8",
- "type": "color"
+ "6": {
+ "value": " 1.5rem",
+ "type": "spacing"
},
- "300": {
- "value": "#fbd38d",
- "type": "color"
+ "7": {
+ "value": " 1.75rem",
+ "type": "spacing"
},
- "400": {
- "value": "#f6ad55",
- "type": "color"
+ "8": {
+ "value": " 2rem",
+ "type": "spacing"
},
- "500": {
- "value": "#ed8936",
- "type": "color"
+ "9": {
+ "value": " 2.25rem",
+ "type": "spacing"
},
- "600": {
- "value": "#dd6b20",
- "type": "color"
+ "10": {
+ "value": " 2.5rem",
+ "type": "spacing"
},
- "700": {
- "value": "#c05621",
- "type": "color"
+ "11": {
+ "value": " 2.75rem",
+ "type": "spacing"
},
- "800": {
- "value": "#9c4221",
- "type": "color"
+ "12": {
+ "value": " 3rem",
+ "type": "spacing"
},
- "900": {
- "value": "#7b341e",
- "type": "color"
- }
- },
- "yellow": {
- "100": {
- "value": "#fffff0",
- "type": "color"
+ "14": {
+ "value": " 3.5rem",
+ "type": "spacing"
},
- "200": {
- "value": "#fefcbf",
- "type": "color"
+ "16": {
+ "value": " 4rem",
+ "type": "spacing"
},
- "300": {
- "value": "#faf089",
- "type": "color"
+ "20": {
+ "value": " 5rem",
+ "type": "spacing"
},
- "400": {
- "value": "#f6e05e",
- "type": "color"
+ "24": {
+ "value": " 6rem",
+ "type": "spacing"
},
- "500": {
- "value": "#ecc94b",
- "type": "color"
+ "28": {
+ "value": " 7rem",
+ "type": "spacing"
},
- "600": {
- "value": "#d69e2e",
- "type": "color"
+ "32": {
+ "value": " 8rem",
+ "type": "spacing"
},
- "700": {
- "value": "#b7791f",
- "type": "color"
+ "36": {
+ "value": " 9rem",
+ "type": "spacing"
},
- "800": {
- "value": "#975a16",
- "type": "color"
+ "40": {
+ "value": " 10rem",
+ "type": "spacing"
},
- "900": {
- "value": "#744210",
- "type": "color"
- }
- },
- "green": {
- "100": {
- "value": "#f0fff4",
- "type": "color"
+ "44": {
+ "value": " 11rem",
+ "type": "spacing"
},
- "200": {
- "value": "#c6f6d5",
- "type": "color"
+ "48": {
+ "value": " 12rem",
+ "type": "spacing"
},
- "300": {
- "value": "#9ae6b4",
- "type": "color"
+ "52": {
+ "value": " 13rem",
+ "type": "spacing"
},
- "400": {
- "value": "#68d391",
- "type": "color"
+ "56": {
+ "value": " 14rem",
+ "type": "spacing"
},
- "500": {
- "value": "#48bb78",
- "type": "color"
+ "60": {
+ "value": " 15rem",
+ "type": "spacing"
},
- "600": {
- "value": "#38a169",
- "type": "color"
+ "64": {
+ "value": " 16rem",
+ "type": "spacing"
},
- "700": {
- "value": "#2f855a",
- "type": "color"
+ "72": {
+ "value": " 18rem",
+ "type": "spacing"
},
- "800": {
- "value": "#276749",
- "type": "color"
+ "80": {
+ "value": " 20rem",
+ "type": "spacing"
},
- "900": {
- "value": "#22543d",
- "type": "color"
- }
- },
- "teal": {
- "100": {
- "value": "#e6fffa",
- "type": "color"
+ "96": {
+ "value": " 24rem",
+ "type": "spacing"
},
- "200": {
- "value": "#b2f5ea",
+ "black": {
+ "value": "#000000",
"type": "color"
},
- "300": {
- "value": "#81e6d9",
+ "white": {
+ "value": "#ffffff",
"type": "color"
},
- "400": {
- "value": "#4fd1c5",
- "type": "color"
+ "gray": {
+ "100": {
+ "value": "#f7fafc",
+ "type": "color"
+ },
+ "200": {
+ "value": "#edf2f7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#e2e8f0",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cbd5e0",
+ "type": "color"
+ },
+ "500": {
+ "value": "#a0aec0",
+ "type": "color"
+ },
+ "600": {
+ "value": "#718096",
+ "type": "color"
+ },
+ "700": {
+ "value": "#4a5568",
+ "type": "color"
+ },
+ "800": {
+ "value": "#2d3748",
+ "type": "color"
+ },
+ "900": {
+ "value": "#1a202c",
+ "type": "color"
+ }
},
- "500": {
- "value": "#38b2ac",
- "type": "color"
+ "red": {
+ "100": {
+ "value": "#fff5f5",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fed7d7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#feb2b2",
+ "type": "color"
+ },
+ "400": {
+ "value": "#fc8181",
+ "type": "color"
+ },
+ "500": {
+ "value": "#f56565",
+ "type": "color"
+ },
+ "600": {
+ "value": "#e53e3e",
+ "type": "color"
+ },
+ "700": {
+ "value": "#c53030",
+ "type": "color"
+ },
+ "800": {
+ "value": "#9b2c2c",
+ "type": "color"
+ },
+ "900": {
+ "value": "#742a2a",
+ "type": "color"
+ }
},
- "600": {
- "value": "#319795",
- "type": "color"
+ "orange": {
+ "100": {
+ "value": "#fffaf0",
+ "type": "color"
+ },
+ "200": {
+ "value": "#feebc8",
+ "type": "color"
+ },
+ "300": {
+ "value": "#fbd38d",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f6ad55",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ed8936",
+ "type": "color"
+ },
+ "600": {
+ "value": "#dd6b20",
+ "type": "color"
+ },
+ "700": {
+ "value": "#c05621",
+ "type": "color"
+ },
+ "800": {
+ "value": "#9c4221",
+ "type": "color"
+ },
+ "900": {
+ "value": "#7b341e",
+ "type": "color"
+ }
},
- "700": {
- "value": "#2c7a7b",
- "type": "color"
+ "yellow": {
+ "100": {
+ "value": "#fffff0",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fefcbf",
+ "type": "color"
+ },
+ "300": {
+ "value": "#faf089",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f6e05e",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ecc94b",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d69e2e",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b7791f",
+ "type": "color"
+ },
+ "800": {
+ "value": "#975a16",
+ "type": "color"
+ },
+ "900": {
+ "value": "#744210",
+ "type": "color"
+ }
},
- "800": {
- "value": "#285e61",
- "type": "color"
+ "green": {
+ "100": {
+ "value": "#f0fff4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c6f6d5",
+ "type": "color"
+ },
+ "300": {
+ "value": "#9ae6b4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#68d391",
+ "type": "color"
+ },
+ "500": {
+ "value": "#48bb78",
+ "type": "color"
+ },
+ "600": {
+ "value": "#38a169",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2f855a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#276749",
+ "type": "color"
+ },
+ "900": {
+ "value": "#22543d",
+ "type": "color"
+ }
},
- "900": {
- "value": "#234e52",
- "type": "color"
- }
- },
- "blue": {
- "100": {
- "value": "#ebf8ff",
- "type": "color"
- },
- "200": {
- "value": "#bee3f8",
- "type": "color"
- },
- "300": {
- "value": "#90cdf4",
- "type": "color"
- },
- "400": {
- "value": "#63b3ed",
- "type": "color"
- },
- "500": {
- "value": "#4299e1",
- "type": "color"
- },
- "600": {
- "value": "#3182ce",
- "type": "color"
- },
- "700": {
- "value": "#2b6cb0",
- "type": "color"
- },
- "800": {
- "value": "#2c5282",
- "type": "color"
- },
- "900": {
- "value": "#2a4365",
- "type": "color"
- }
- },
- "indigo": {
- "100": {
- "value": "#ebf4ff",
- "type": "color"
- },
- "200": {
- "value": "#c3dafe",
- "type": "color"
- },
- "300": {
- "value": "#a3bffa",
- "type": "color"
- },
- "400": {
- "value": "#7f9cf5",
- "type": "color"
- },
- "500": {
- "value": "#667eea",
- "type": "color"
- },
- "600": {
- "value": "#5a67d8",
- "type": "color"
- },
- "700": {
- "value": "#4c51bf",
- "type": "color"
- },
- "800": {
- "value": "#434190",
- "type": "color"
- },
- "900": {
- "value": "#3c366b",
- "type": "color"
- }
- },
- "purple": {
- "100": {
- "value": "#faf5ff",
- "type": "color"
- },
- "200": {
- "value": "#e9d8fd",
- "type": "color"
- },
- "300": {
- "value": "#d6bcfa",
- "type": "color"
- },
- "400": {
- "value": "#b794f4",
- "type": "color"
- },
- "500": {
- "value": "#9f7aea",
- "type": "color"
- },
- "600": {
- "value": "#805ad5",
- "type": "color"
- },
- "700": {
- "value": "#6b46c1",
- "type": "color"
- },
- "800": {
- "value": "#553c9a",
- "type": "color"
- },
- "900": {
- "value": "#44337a",
- "type": "color"
- }
- },
- "pink": {
- "100": {
- "value": "#fff5f7",
- "type": "color"
- },
- "200": {
- "value": "#fed7e2",
- "type": "color"
- },
- "300": {
- "value": "#fbb6ce",
- "type": "color"
- },
- "400": {
- "value": "#f687b3",
- "type": "color"
- },
- "500": {
- "value": "#ed64a6",
- "type": "color"
- },
- "600": {
- "value": "#d53f8c",
- "type": "color"
- },
- "700": {
- "value": "#b83280",
- "type": "color"
- },
- "800": {
- "value": "#97266d",
- "type": "color"
- },
- "900": {
- "value": "#702459",
- "type": "color"
- }
- },
- "lineHeights": {
- "0": {
- "value": "120%",
- "type": "lineHeights"
- },
- "1": {
- "value": "150%",
- "type": "lineHeights"
- },
- "2": {
- "value": "28",
- "type": "lineHeights"
- },
- "3": {
- "value": "24",
- "type": "lineHeights"
- },
- "4": {
- "value": "20",
- "type": "lineHeights"
- },
- "5": {
- "value": "100%",
- "type": "lineHeights"
- },
- "6": {
- "value": "AUTO",
- "type": "lineHeights"
- },
- "7": {
- "value": "16",
- "type": "lineHeights"
- },
- "8": {
- "value": "68",
- "type": "lineHeights"
- },
- "9": {
- "value": "52",
- "type": "lineHeights"
- },
- "heading": {
- "value": "110%",
- "type": "lineHeights"
- },
- "body": {
- "value": "140%",
- "type": "lineHeights"
- }
- },
- "letterSpacing": {
- "0": {
- "value": "4%",
- "type": "letterSpacing"
- },
- "1": {
- "value": "0%",
- "type": "letterSpacing"
- },
- "2": {
- "value": "8%",
- "type": "letterSpacing"
- },
- "3": {
- "value": "12%",
- "type": "letterSpacing"
- },
- "4": {
- "value": "0",
- "type": "letterSpacing"
- },
- "5": {
- "value": "-2%",
- "type": "letterSpacing"
- },
- "default": {
- "value": "0",
- "type": "letterSpacing"
- },
- "increased": {
- "value": "150%",
- "type": "letterSpacing"
- },
- "decreased": {
- "value": "-5%",
- "type": "letterSpacing"
- }
- },
- "paragraphSpacing": {
- "0": {
- "value": "0",
- "type": "paragraphSpacing"
- },
- "h1": {
- "value": "32",
- "type": "paragraphSpacing"
- },
- "h2": {
- "value": "26",
- "type": "paragraphSpacing"
- }
- },
- "BoxShadow": {
- "value": "#7f7e7f",
- "type": "color"
- },
- "Error16": {
- "value": "#f03d3e40",
- "type": "color",
- "description": "Layer Style Filter"
- },
- "Success16": {
- "value": "#5bb14d40",
- "type": "color",
- "description": "Success Layer Styles"
- },
- "Notification16": {
- "value": "#3959ff40",
- "type": "color",
- "description": "Notification Layer Styles"
- },
- "Error8": {
- "value": "#f03d3e1a",
- "type": "color"
- },
- "Notification8": {
- "value": "#3959ff1a",
- "type": "color"
- },
- "Success8": {
- "value": "#5bb14d1a",
- "type": "color"
- },
- "Light-Overlay": {
- "value": "#f0edee66",
- "type": "color"
- },
- "Dark-Overlay": {
- "value": "#7f7e7f66",
- "type": "color"
- },
- "black-40": {
- "value": "#00000066",
- "type": "color"
- },
- "black-75": {
- "value": "#000000bf",
- "type": "color"
- },
- "black-60": {
- "value": "#00000099",
- "type": "color"
- },
- "black-50": {
- "value": "#00000080",
- "type": "color"
- },
- "black-25": {
- "value": "#00000040",
- "type": "color"
- },
- "black-10": {
- "value": "#0000001a",
- "type": "color"
- },
- "white-25": {
- "value": "#ffffff40",
- "type": "color"
- },
- "white-60": {
- "value": "#ffffff99",
- "type": "color"
- },
- "black-64": {
- "value": "#000000a3",
- "type": "color"
- },
- "ShadowAndHighlight": {
- "Shadow": {
- "value": "#7f7e7f",
- "type": "color",
- "description": "Elevations and Depth on Light Backgrounds"
- },
- "Highlight": {
- "value": "#474747",
- "type": "color",
- "description": "Elevations and Depth on Dark Backgrounds"
- },
- "highlightone": {
- "value": "#474747bf",
- "type": "color"
- },
- "highlighttwo": {
- "value": "#47474799",
- "type": "color"
- },
- "highlightthree": {
- "value": "#47474766",
- "type": "color"
- },
- "highlightfive": {
- "value": "#4747471a",
- "type": "color"
- },
- "shadowone": {
- "value": "#7f7e7fbf",
- "type": "color"
- },
- "shadowtwo": {
- "value": "#7f7e7f99",
- "type": "color"
- },
- "shadowthree": {
- "value": "#7f7e7f66",
- "type": "color"
- },
- "shadowfour": {
- "value": "#7f7e7f40",
- "type": "color"
- },
- "shadowfive": {
- "value": "#7f7e7f1a",
- "type": "color"
- },
- "highlightfour": {
- "value": "#47474740",
- "type": "color"
- }
- },
- "BaseLayerStyles": {
- "BaseLayer-Light-White": {
- "value": "#ffffff",
- "type": "color"
- },
- "BaseLayer-Light-OffWhite": {
- "value": "#f0edee",
- "type": "color"
- },
- "BaseLayer-Dark-OffBlack": {
- "value": "#1c1c1c",
- "type": "color"
- },
- "BaseLayer-Dark-Black": {
- "value": "#000000",
- "type": "color"
- }
- },
- "GreyScale": {
- "white": {
- "value": "#ffffff",
- "type": "color"
- },
- "off-white": {
- "value": "#f0edee",
- "type": "color"
- },
- "grey": {
- "value": "#7f7e7f",
- "type": "color"
- },
- "charcoal": {
- "value": "#474747",
- "type": "color"
- },
- "off-black": {
- "value": "#1c1c1c",
- "type": "color"
+ "teal": {
+ "100": {
+ "value": "#e6fffa",
+ "type": "color"
+ },
+ "200": {
+ "value": "#b2f5ea",
+ "type": "color"
+ },
+ "300": {
+ "value": "#81e6d9",
+ "type": "color"
+ },
+ "400": {
+ "value": "#4fd1c5",
+ "type": "color"
+ },
+ "500": {
+ "value": "#38b2ac",
+ "type": "color"
+ },
+ "600": {
+ "value": "#319795",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2c7a7b",
+ "type": "color"
+ },
+ "800": {
+ "value": "#285e61",
+ "type": "color"
+ },
+ "900": {
+ "value": "#234e52",
+ "type": "color"
+ }
},
- "black": {
- "value": "#000000",
- "type": "color"
- }
- },
- "Blue": {
"blue": {
- "value": "#3a7ca5",
- "type": "color",
- "description": "Primary Button Blue - Default"
- },
- "blue-100": {
- "value": "#75a3c0",
- "type": "color"
- },
- "blue-200": {
- "value": "#9cbed2",
- "type": "color"
- },
- "blue-300": {
- "value": "#4f7d9a",
- "type": "color"
- },
- "blue-400": {
- "value": "#5c7d92",
- "type": "color"
- },
- "blue-500": {
- "value": "#347095",
- "type": "color"
- },
- "blue-600": {
- "value": "#295774",
- "type": "color"
- },
- "blue-700": {
- "value": "#173242",
- "type": "color"
- }
- },
- "LightBlue": {
- "lightblue": {
- "value": "#81c3d7",
- "type": "color"
- },
- "lightblue-100": {
- "value": "#a7d5e3",
- "type": "color"
- },
- "lightblue-200": {
- "value": "#c0e1eb",
- "type": "color"
- },
- "lightblue-300": {
- "value": "#80aebd",
- "type": "color"
- },
- "lightblue-400": {
- "value": "#80a0ab",
- "type": "color"
- },
- "lightblue-500": {
- "value": "#74afc1",
- "type": "color"
- },
- "lightblue-600": {
- "value": "#5a8997",
- "type": "color"
- },
- "lightblue-650": {
- "value": "#3e5e65",
- "type": "color"
- },
- "lightblue-700": {
- "value": "#344e56",
- "type": "color"
- }
- },
- "Orange": {
- "orange": {
- "value": "#ff7f0e",
- "type": "color"
- },
- "orange-100": {
- "value": "#ffa556",
- "type": "color"
- },
- "orange-200": {
- "value": "#ffbf86",
- "type": "color"
- },
- "orange-300": {
- "value": "#d97f30",
- "type": "color"
- },
- "orange-400": {
- "value": "#bf7e46",
- "type": "color"
- },
- "orange-500": {
- "value": "#e5720d",
- "type": "color"
- },
- "orange-600": {
- "value": "#b3590a",
- "type": "color"
- },
- "orange-700": {
- "value": "#663306",
- "type": "color"
- }
- },
- "Yellow": {
- "yellow": {
- "value": "#ffab00",
- "type": "color"
- },
- "yellow-100": {
- "value": "#ffc44c",
- "type": "color"
- },
- "yellow-200": {
- "value": "#ffd580",
- "type": "color"
- },
- "yellow-300": {
- "value": "#d99d26",
- "type": "color"
- },
- "yellow-400": {
- "value": "#bf943f",
- "type": "color"
- },
- "yellow-500": {
- "value": "#e59a00",
- "type": "color"
- },
- "yellow-600": {
- "value": "#b37800",
- "type": "color"
- },
- "yellow-700": {
- "value": "#664400",
- "type": "color"
- }
- },
- "Notification": {
- "notification": {
- "value": "#3959ff",
- "type": "color"
- },
- "notification-100": {
- "value": "#748bff",
- "type": "color"
- },
- "notification-200": {
- "value": "#9cacff",
- "type": "color"
- },
- "notification-300": {
- "value": "#4e64d9",
- "type": "color"
- },
- "notification-400": {
- "value": "#5c6cbf",
- "type": "color"
- },
- "notification-500": {
- "value": "#3350e5",
- "type": "color"
- },
- "notification-600": {
- "value": "#283eb3",
- "type": "color"
- },
- "notification-700": {
- "value": "#172466",
- "type": "color"
- }
- },
- "Success": {
- "success-700": {
- "value": "#24471f",
- "type": "color"
- },
- "success": {
- "value": "#5bb14d",
- "type": "color"
- },
- "success-100": {
- "value": "#8cc882",
- "type": "color"
- },
- "success-200": {
- "value": "#add8a6",
- "type": "color"
- },
- "success-300": {
- "value": "#66a25c",
- "type": "color"
- },
- "success-400": {
- "value": "#6d9766",
- "type": "color"
- },
- "success-500": {
- "value": "#529f45",
- "type": "color"
- },
- "success-600": {
- "value": "#407c36",
- "type": "color"
- }
- },
- "Error": {
- "error": {
- "value": "#f03d3e",
- "type": "color"
- },
- "error-100": {
- "value": "#f57778",
- "type": "color"
- },
- "error-200": {
- "value": "#f89e9e",
- "type": "color"
- },
- "error-250": {
- "value": "#f9c8c8",
- "type": "color"
- },
- "error-300": {
- "value": "#ce5151",
- "type": "color"
- },
- "error-400": {
- "value": "#b85e5e",
- "type": "color"
- },
- "error-500": {
- "value": "#d83738",
- "type": "color"
- },
- "error-600": {
- "value": "#a82b2b",
- "type": "color"
- },
- "error-700": {
- "value": "#601819",
- "type": "color"
- }
- },
- "highlight-sm": {
- "value": {
- "color": "#7f7e7f52",
- "type": "dropShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "highlight": {
- "value": {
- "color": "#7f7e7f7a",
- "type": "dropShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "highlight-md": {
- "value": {
- "color": "#7f7e7fb8",
- "type": "dropShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "highlight-lg": {
- "value": {
- "color": "#7f7e7fe0",
- "type": "dropShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "highlight-xl": {
- "value": {
- "color": "#7f7e7f",
- "type": "dropShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "shadow": {
- "value": {
- "color": "#3333331a",
- "type": "dropShadow",
- "x": 0,
- "y": 4,
- "blur": 6,
- "spread": 3
- },
- "type": "boxShadow"
- },
- "shadow-sm": {
- "value": {
- "color": "#33333314",
- "type": "dropShadow",
- "x": 0,
- "y": 2,
- "blur": 2,
- "spread": 2
- },
- "type": "boxShadow"
- },
- "shadow-md": {
- "value": {
- "color": "#3333331a",
- "type": "dropShadow",
- "x": 0,
- "y": 6,
- "blur": 10,
- "spread": 5
- },
- "type": "boxShadow"
- },
- "shadow-lg": {
- "value": {
- "color": "#7f7e7f40",
- "type": "dropShadow",
- "x": 0,
- "y": 4,
- "blur": 4,
- "spread": 4
- },
- "type": "boxShadow"
- },
- "shadow-xl": {
- "value": {
- "color": "#7f7e7f40",
- "type": "dropShadow",
- "x": 0,
- "y": 10,
- "blur": 18,
- "spread": 10
- },
- "type": "boxShadow"
- },
- "shadow-inner": {
- "value": {
- "color": "#7f7e7f80",
- "type": "innerShadow",
- "x": "2",
- "y": "2",
- "blur": "6",
- "spread": "0"
- },
- "type": "boxShadow"
- },
- "nunito-sans": {
- "value": "Nunito Sans",
- "type": "fontFamilies"
- },
- "fontWeights": {
- "nunito-sans-0": {
- "value": "Regular",
- "type": "fontWeights"
- },
- "nunito-sans-2": {
- "value": "Light Italic",
- "type": "fontWeights"
- },
- "nunito-sans-3": {
- "value": "Regular",
- "type": "fontWeights"
- },
- "nunito-sans-4": {
- "value": "Light",
- "type": "fontWeights"
- },
- "oswald-0": {
- "value": "ExtraLight",
- "type": "fontWeights"
- },
- "oswald-1": {
- "value": "Light",
- "type": "fontWeights"
- },
- "oswald-2": {
- "value": "Regular",
- "type": "fontWeights"
- },
- "oswald-5": {
- "value": "Bold",
- "type": "fontWeights"
- },
- "nunito-sans-6": {
- "value": "Light Italic",
- "type": "fontWeights"
- },
- "nunito-sans-7": {
- "value": "SemiBold",
- "type": "fontWeights"
- }
- },
- "x-small-typecase": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.0}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "subtitle": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.6}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.2}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Subtitles on Cards"
- },
- "product-name": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.6}",
- "fontSize": "{fontSize.8}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Product Cards - Product Name"
- },
- "dropdown-text": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.capitalize}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "link-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-disabled": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-6}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography",
- "description": "Disabled links on Desktop"
- },
- "link-m-disabled": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-6}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography",
- "description": "Links on Mobile that are disabled"
- },
- "link-focus": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "link-m-focus": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "link": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-7}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-visited": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-hover": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-7}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-active": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "link-m-visited": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-m-hover": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-7}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "link-m-active": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "display-lg": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.8}",
- "fontSize": "{fontSize.10}",
- "letterSpacing": "{letterSpacing.5}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "display-sm": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.9}",
- "fontSize": "{fontSize.9}",
- "letterSpacing": "{letterSpacing.5}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "logo-text": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.6}",
- "fontSize": "{fontSize.5}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "nav-items": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-1}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "tool-tip": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-4}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "x-small": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.0}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Small Labels \n\n-Slider Tool Tip"
- },
- "h1": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-0}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.9}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h2": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-0}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.7}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h3": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-1}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.6}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h4": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.1}",
- "fontSize": "{fontSize.4}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h5": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.3}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "p-l-d": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.2}",
- "fontSize": "{fontSize.3}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Paragraph - Large - Default"
- },
- "p-d-d": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.3}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "p-s-d": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "placeholder": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-4}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "button": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.1}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.capitalize}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "label": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h1-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-0}",
- "lineHeight": "{lineHeights.1}",
- "fontSize": "{fontSize.7}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h2-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-0}",
- "lineHeight": "{lineHeights.1}",
- "fontSize": "{fontSize.6}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h3-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-1}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.4}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h4-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.3}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h5-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.5}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "p-l-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.2}",
- "fontSize": "{fontSize.3}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Paragraph Large Mobile"
- },
- "p-d-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.3}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography",
- "description": "Paragraph - Body - Mobile"
- },
- "p-s-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.4}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "label-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.3}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "button-m": {
- "value": {
- "fontFamily": "{nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-0}",
- "lineHeight": "{lineHeights.6}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.5}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "placeholder-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-4}",
- "lineHeight": "{lineHeights.3}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.1}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "textCase": {
- "normal-case": {
- "value": "none",
- "type": "textCase"
- },
- "uppercase": {
- "value": "uppercase",
- "type": "textCase"
- },
- "capitalize": {
- "value": "capitalize",
- "type": "textCase"
- },
- "lowercase": {
- "value": "lowercase",
- "type": "textCase"
- },
- "none": {
- "value": "none",
- "type": "textCase"
- }
- },
- "textDecoration": {
- "none": {
- "value": "none",
- "type": "textDecoration"
- },
- "underline": {
- "value": "underline",
- "type": "textDecoration"
- }
- },
- "rounded-sm": {
- "value": "0.25rem",
- "type": "borderRadius"
- },
- "rounded": {
- "value": "0.5rem",
- "type": "borderRadius"
- },
- "rounded-md": {
- "value": "1rem",
- "type": "borderRadius"
- },
- "rounded-lg": {
- "value": "1.5rem",
- "type": "borderRadius"
- },
- "rounded-xl": {
- "value": "2rem",
- "type": "borderRadius"
- },
- "rounded-2xl": {
- "value": "3rem",
- "type": "borderRadius"
- },
- "rounded-3xl": {
- "value": "4rem",
- "type": "borderRadius"
- },
- "rounded-4xl": {
- "value": "6rem",
- "type": "borderRadius"
- },
- "0,5": {
- "value": " 0.125rem",
- "type": "spacing"
- },
- "px": {
- "value": " 1px",
- "type": "spacing"
- },
- "1,5": {
- "value": " 0.375rem",
- "type": "spacing"
- },
- "2,5": {
- "value": " 0.625rem",
- "type": "spacing"
- },
- "3,5": {
- "value": " 0.875rem",
- "type": "spacing"
- },
- "rem": {
- "value": "16",
- "type": "sizing"
- },
- "fontSize": {
- "0": {
- "value": "0.75rem",
- "type": "fontSizes"
+ "100": {
+ "value": "#ebf8ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#bee3f8",
+ "type": "color"
+ },
+ "300": {
+ "value": "#90cdf4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#63b3ed",
+ "type": "color"
+ },
+ "500": {
+ "value": "#4299e1",
+ "type": "color"
+ },
+ "600": {
+ "value": "#3182ce",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2b6cb0",
+ "type": "color"
+ },
+ "800": {
+ "value": "#2c5282",
+ "type": "color"
+ },
+ "900": {
+ "value": "#2a4365",
+ "type": "color"
+ }
},
- "1": {
- "value": "0.875rem",
- "type": "fontSizes"
+ "indigo": {
+ "100": {
+ "value": "#ebf4ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c3dafe",
+ "type": "color"
+ },
+ "300": {
+ "value": "#a3bffa",
+ "type": "color"
+ },
+ "400": {
+ "value": "#7f9cf5",
+ "type": "color"
+ },
+ "500": {
+ "value": "#667eea",
+ "type": "color"
+ },
+ "600": {
+ "value": "#5a67d8",
+ "type": "color"
+ },
+ "700": {
+ "value": "#4c51bf",
+ "type": "color"
+ },
+ "800": {
+ "value": "#434190",
+ "type": "color"
+ },
+ "900": {
+ "value": "#3c366b",
+ "type": "color"
+ }
},
- "2": {
- "value": "1rem",
- "type": "fontSizes"
+ "purple": {
+ "100": {
+ "value": "#faf5ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e9d8fd",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d6bcfa",
+ "type": "color"
+ },
+ "400": {
+ "value": "#b794f4",
+ "type": "color"
+ },
+ "500": {
+ "value": "#9f7aea",
+ "type": "color"
+ },
+ "600": {
+ "value": "#805ad5",
+ "type": "color"
+ },
+ "700": {
+ "value": "#6b46c1",
+ "type": "color"
+ },
+ "800": {
+ "value": "#553c9a",
+ "type": "color"
+ },
+ "900": {
+ "value": "#44337a",
+ "type": "color"
+ }
},
- "3": {
- "value": "1.25rem",
- "type": "fontSizes"
+ "pink": {
+ "100": {
+ "value": "#fff5f7",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fed7e2",
+ "type": "color"
+ },
+ "300": {
+ "value": "#fbb6ce",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f687b3",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ed64a6",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d53f8c",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b83280",
+ "type": "color"
+ },
+ "800": {
+ "value": "#97266d",
+ "type": "color"
+ },
+ "900": {
+ "value": "#702459",
+ "type": "color"
+ }
},
- "4": {
- "value": "1.5rem",
- "type": "fontSizes"
+ "lineHeights": {
+ "0": {
+ "value": "20",
+ "type": "lineHeights"
+ },
+ "1": {
+ "value": "AUTO",
+ "type": "lineHeights"
+ },
+ "2": {
+ "value": "16",
+ "type": "lineHeights"
+ },
+ "3": {
+ "value": "68",
+ "type": "lineHeights"
+ },
+ "4": {
+ "value": "52",
+ "type": "lineHeights"
+ },
+ "5": {
+ "value": "28",
+ "type": "lineHeights"
+ },
+ "6": {
+ "value": "24",
+ "type": "lineHeights"
+ },
+ "7": {
+ "value": "40",
+ "type": "lineHeights"
+ },
+ "8": {
+ "value": "48",
+ "type": "lineHeights"
+ },
+ "9": {
+ "value": "32",
+ "type": "lineHeights"
+ },
+ "heading": {
+ "value": "110%",
+ "type": "lineHeights"
+ },
+ "body": {
+ "value": "140%",
+ "type": "lineHeights"
+ }
},
- "5": {
- "value": "1.625rem",
- "type": "fontSizes"
+ "letterSpacing": {
+ "0": {
+ "value": "0%",
+ "type": "letterSpacing"
+ },
+ "1": {
+ "value": "8%",
+ "type": "letterSpacing"
+ },
+ "2": {
+ "value": "4%",
+ "type": "letterSpacing"
+ },
+ "3": {
+ "value": "0",
+ "type": "letterSpacing"
+ },
+ "4": {
+ "value": "-2%",
+ "type": "letterSpacing"
+ },
+ "5": {
+ "value": "12%",
+ "type": "letterSpacing"
+ },
+ "default": {
+ "value": "0",
+ "type": "letterSpacing"
+ },
+ "increased": {
+ "value": "150%",
+ "type": "letterSpacing"
+ },
+ "decreased": {
+ "value": "-5%",
+ "type": "letterSpacing"
+ }
},
- "6": {
- "value": "2rem",
- "type": "fontSizes"
+ "paragraphSpacing": {
+ "0": {
+ "value": "0",
+ "type": "paragraphSpacing"
+ },
+ "h1": {
+ "value": "32",
+ "type": "paragraphSpacing"
+ },
+ "h2": {
+ "value": "26",
+ "type": "paragraphSpacing"
+ }
},
- "7": {
- "value": "2.5rem",
- "type": "fontSizes"
+ "BoxShadow": {
+ "value": "#7f7e7f",
+ "type": "color"
},
- "8": {
- "value": "2.75rem",
- "type": "fontSizes"
+ "Error16": {
+ "value": "#f03d3e40",
+ "type": "color",
+ "description": "Layer Style Filter"
},
- "9": {
- "value": "3rem",
- "type": "fontSizes"
+ "Success16": {
+ "value": "#5bb14d40",
+ "type": "color",
+ "description": "Success Layer Styles"
},
- "10": {
- "value": "4rem",
- "type": "fontSizes"
- }
- },
- "inner-shadow-sm": {
- "value": {
- "color": "#7f7e7f80",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 6,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-shadow": {
- "value": {
- "color": "#7f7e7f7a",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-shadow-md": {
- "value": {
- "color": "#7f7e7fb8",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-shadow-lg": {
- "value": {
- "color": "#7f7e7fe0",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-shadow-xl": {
- "value": {
- "color": "#7f7e7f",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-highlight-sm": {
- "value": {
- "color": "#7f7e7f52",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-highlight": {
- "value": {
- "color": "#7f7e7f7a",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-highlight-md": {
- "value": {
- "color": "#7f7e7fb8",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-highlight-lg": {
- "value": {
- "color": "#7f7e7fe0",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "inner-highlight-xl": {
- "value": {
- "color": "#7f7e7f",
- "type": "innerShadow",
- "x": 2,
- "y": 2,
- "blur": 8,
- "spread": 0
- },
- "type": "boxShadow"
- },
- "grayscale": {
- "50": {
- "value": "#ffffff",
- "type": "color"
+ "Notification16": {
+ "value": "#3959ff40",
+ "type": "color",
+ "description": "Notification Layer Styles"
},
- "100": {
- "value": "#f0edee",
+ "Error8": {
+ "value": "#f03d3e1a",
"type": "color"
},
- "200": {
- "value": "#dad8d9",
+ "Notification8": {
+ "value": "#3959ff1a",
"type": "color"
},
- "300": {
- "value": "#b9b9b9",
+ "Success8": {
+ "value": "#5bb14d1a",
"type": "color"
},
- "400": {
- "value": "#979797",
+ "Light-Overlay": {
+ "value": "#f0edee66",
"type": "color"
},
- "500": {
- "value": "#676767",
+ "Dark-Overlay": {
+ "value": "#7f7e7f66",
"type": "color"
},
- "600": {
- "value": "#494949",
+ "black-40": {
+ "value": "#00000066",
"type": "color"
},
- "700": {
- "value": "#303030",
+ "black-75": {
+ "value": "#000000bf",
"type": "color"
},
- "800": {
- "value": "#1c1c1c",
+ "black-60": {
+ "value": "#00000099",
"type": "color"
},
- "900": {
- "value": "#000000",
- "type": "color"
- }
- },
- "uranus": {
- "50": {
- "value": "#f2f9fb",
+ "black-50": {
+ "value": "#00000080",
"type": "color"
},
- "100": {
- "value": "#d8ecf3",
+ "black-25": {
+ "value": "#00000040",
"type": "color"
},
- "200": {
- "value": "#c5e3ed",
+ "black-10": {
+ "value": "#0000001a",
"type": "color"
},
- "300": {
- "value": "#abd7e4",
+ "white-25": {
+ "value": "#ffffff40",
"type": "color"
},
- "400": {
- "value": "#9acfdf",
+ "white-60": {
+ "value": "#ffffff99",
"type": "color"
},
- "500": {
- "value": "#81c3d7",
+ "black-64": {
+ "value": "#000000a3",
"type": "color"
},
- "600": {
- "value": "#75b1c4",
- "type": "color"
+ "ShadowAndHighlight": {
+ "Shadow": {
+ "value": "#7f7e7f",
+ "type": "color",
+ "description": "Elevations and Depth on Light Backgrounds"
+ },
+ "Highlight": {
+ "value": "#474747",
+ "type": "color",
+ "description": "Elevations and Depth on Dark Backgrounds"
+ },
+ "highlightone": {
+ "value": "#474747bf",
+ "type": "color"
+ },
+ "highlighttwo": {
+ "value": "#47474799",
+ "type": "color"
+ },
+ "highlightthree": {
+ "value": "#47474766",
+ "type": "color"
+ },
+ "highlightfive": {
+ "value": "#4747471a",
+ "type": "color"
+ },
+ "shadowone": {
+ "value": "#7f7e7fbf",
+ "type": "color"
+ },
+ "shadowtwo": {
+ "value": "#7f7e7f99",
+ "type": "color"
+ },
+ "shadowthree": {
+ "value": "#7f7e7f66",
+ "type": "color"
+ },
+ "shadowfour": {
+ "value": "#7f7e7f40",
+ "type": "color"
+ },
+ "shadowfive": {
+ "value": "#7f7e7f1a",
+ "type": "color"
+ },
+ "highlightfour": {
+ "value": "#47474740",
+ "type": "color"
+ }
},
- "700": {
- "value": "#5c8a99",
- "type": "color"
+ "BaseLayerStyles": {
+ "BaseLayer-Light-White": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "BaseLayer-Light-OffWhite": {
+ "value": "#f0edee",
+ "type": "color"
+ },
+ "BaseLayer-Dark-OffBlack": {
+ "value": "#1c1c1c",
+ "type": "color"
+ },
+ "BaseLayer-Dark-Black": {
+ "value": "#000000",
+ "type": "color"
+ }
},
- "800": {
- "value": "#476b76",
- "type": "color"
+ "highlight-sm": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "shadow": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 6,
+ "spread": 3
+ },
+ "type": "boxShadow"
+ },
+ "shadow-sm": {
+ "value": {
+ "color": "#33333314",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 2,
+ "blur": 2,
+ "spread": 2
+ },
+ "type": "boxShadow"
+ },
+ "shadow-md": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 6,
+ "blur": 10,
+ "spread": 5
+ },
+ "type": "boxShadow"
+ },
+ "shadow-lg": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 4,
+ "spread": 4
+ },
+ "type": "boxShadow"
+ },
+ "shadow-xl": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 10,
+ "blur": 18,
+ "spread": 10
+ },
+ "type": "boxShadow"
+ },
+ "shadow-inner": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": "2",
+ "y": "2",
+ "blur": "6",
+ "spread": "0"
+ },
+ "type": "boxShadow"
},
- "900": {
- "value": "#36525a",
- "type": "color"
- }
- },
- "jupiter": {
- "50": {
- "value": "#fff2e7",
- "type": "color"
+ "nunito-sans": {
+ "value": "Nunito Sans",
+ "type": "fontFamilies"
},
- "100": {
- "value": "#ffd7b4",
- "type": "color"
+ "abel": {
+ "value": "Abel",
+ "type": "fontFamilies"
},
- "200": {
- "value": "#ffc490",
- "type": "color"
+ "fontWeights": {
+ "nunito-sans-0": {
+ "value": "Regular",
+ "type": "fontWeights"
+ },
+ "abel-1": {
+ "value": "Regular",
+ "type": "fontWeights"
+ },
+ "nunito-sans-2": {
+ "value": "Light Italic",
+ "type": "fontWeights"
+ },
+ "nunito-sans-3": {
+ "value": "SemiBold",
+ "type": "fontWeights"
+ },
+ "nunito-sans-4": {
+ "value": "Light",
+ "type": "fontWeights"
+ }
},
- "300": {
- "value": "#ffa95e",
- "type": "color"
+ "x-small-typecase": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.0}"
+ },
+ "type": "typography"
+ },
+ "subtitle": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "letterSpacing": "{letterSpacing.1}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.2}",
+ "lineHeight": "{lineHeights.1}"
+ },
+ "type": "typography",
+ "description": "Subtitles on Cards"
+ },
+ "product-name": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.10}"
+ },
+ "type": "typography",
+ "description": "Product Cards - Product Name"
+ },
+ "dropdown-text": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "letterSpacing": "{letterSpacing.2}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.capitalize}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.2}"
+ },
+ "type": "typography"
+ },
+ "link-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-disabled": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-2}",
+ "lineHeight": "{lineHeights.0}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}",
+ "fontSize": "{fontSize.2}"
+ },
+ "type": "typography",
+ "description": "Disabled links on Desktop"
+ },
+ "link-m-disabled": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-2}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography",
+ "description": "Links on Mobile that are disabled"
+ },
+ "link-focus": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography",
+ "description": "Links on desktops in Focus State"
+ },
+ "link-m-focus": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography",
+ "description": "Links on mobile in focus state"
+ },
+ "link": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-3}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-visited": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-hover": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-3}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-active": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "link-m-visited": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-m-hover": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-3}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.underline}"
+ },
+ "type": "typography"
+ },
+ "link-m-active": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.2}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.3}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "display-lg": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.3}",
+ "fontSize": "{fontSize.12}",
+ "letterSpacing": "{letterSpacing.4}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "display-sm": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.4}",
+ "fontSize": "{fontSize.11}",
+ "letterSpacing": "{letterSpacing.4}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "logo-text": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.5}"
+ },
+ "type": "typography"
+ },
+ "nav-items": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.0}",
+ "letterSpacing": "{letterSpacing.2}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.2}"
+ },
+ "type": "typography"
+ },
+ "tool-tip": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-4}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "x-small": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.0}"
+ },
+ "type": "typography",
+ "description": "Small Labels \n\n-Slider Tool Tip"
},
- "400": {
- "value": "#ff993e",
- "type": "color"
+ "h1": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.10}"
+ },
+ "type": "typography"
},
- "500": {
- "value": "#ff7f0e",
- "type": "color"
+ "h2": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "fontSize": "{fontSize.9}"
+ },
+ "type": "typography"
+ },
+ "h3": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}",
+ "fontSize": "{fontSize.7}"
+ },
+ "type": "typography"
+ },
+ "h4": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.1}",
+ "fontSize": "{fontSize.6}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h5": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.1}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.1}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "p-l-d": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.5}",
+ "fontSize": "{fontSize.3}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography",
+ "description": "Paragraph - Large - Default \n"
+ },
+ "p-d-d": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "p-s-d": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "placeholder": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-4}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "button": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.1}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "label": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h1-m": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.7}",
+ "fontSize": "{fontSize.9}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h2-m": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.8}",
+ "fontSize": "{fontSize.8}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h3-m": {
+ "value": {
+ "fontFamily": "{abel}",
+ "fontWeight": "{fontWeights.abel-1}",
+ "lineHeight": "{lineHeights.9}",
+ "fontSize": "{fontSize.4}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h4-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.1}",
+ "fontSize": "{fontSize.4}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "h5-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.5}",
+ "fontSize": "{fontSize.3}",
+ "letterSpacing": "{letterSpacing.1}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "p-l-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.5}",
+ "fontSize": "{fontSize.3}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography",
+ "description": "Paragraph Large Mobile"
+ },
+ "p-d-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography",
+ "description": "Paragraph - Body - Mobile"
+ },
+ "p-s-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.0}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "label-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "button-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-0}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.1}",
+ "letterSpacing": "{letterSpacing.5}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.uppercase}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
+ },
+ "placeholder-m": {
+ "value": {
+ "fontFamily": "{nunito-sans}",
+ "fontWeight": "{fontWeights.nunito-sans-4}",
+ "lineHeight": "{lineHeights.6}",
+ "fontSize": "{fontSize.2}",
+ "letterSpacing": "{letterSpacing.0}",
+ "paragraphSpacing": "{paragraphSpacing.0}",
+ "textCase": "{textCase.normal-case}",
+ "textDecoration": "{textDecoration.none}"
+ },
+ "type": "typography"
},
- "600": {
- "value": "#e8740d",
- "type": "color"
+ "textCase": {
+ "normal-case": {
+ "value": "none",
+ "type": "textCase"
+ },
+ "uppercase": {
+ "value": "uppercase",
+ "type": "textCase"
+ },
+ "capitalize": {
+ "value": "capitalize",
+ "type": "textCase"
+ },
+ "lowercase": {
+ "value": "lowercase",
+ "type": "textCase"
+ }
},
- "700": {
- "value": "#b55a0a",
- "type": "color"
+ "textDecoration": {
+ "none": {
+ "value": "none",
+ "type": "textDecoration"
+ },
+ "underline": {
+ "value": "underline",
+ "type": "textDecoration"
+ }
},
- "800": {
- "value": "#8c4608",
- "type": "color"
+ "rounded-sm": {
+ "value": "0.25rem",
+ "type": "borderRadius"
},
- "900": {
- "value": "#6b3506",
- "type": "color"
- }
- },
- "neptune": {
- "50": {
- "value": "#ebf2f6",
- "type": "color"
+ "rounded": {
+ "value": "0.5rem",
+ "type": "borderRadius"
},
- "100": {
- "value": "#c2d6e3",
- "type": "color"
+ "rounded-md": {
+ "value": "1rem",
+ "type": "borderRadius"
},
- "200": {
- "value": "#a4c3d6",
- "type": "color"
+ "rounded-lg": {
+ "value": "1.5rem",
+ "type": "borderRadius"
},
- "300": {
- "value": "#7ba7c3",
- "type": "color"
+ "rounded-xl": {
+ "value": "2rem",
+ "type": "borderRadius"
},
- "400": {
- "value": "#6196b7",
- "type": "color"
+ "rounded-2xl": {
+ "value": "3rem",
+ "type": "borderRadius"
},
- "500": {
- "value": "#3a7ca5",
- "type": "color"
+ "rounded-3xl": {
+ "value": "4rem",
+ "type": "borderRadius"
},
- "600": {
- "value": "#357196",
- "type": "color"
+ "rounded-4xl": {
+ "value": "6rem",
+ "type": "borderRadius"
},
- "700": {
- "value": "#295875",
- "type": "color"
+ "0,5": {
+ "value": " 0.125rem",
+ "type": "spacing"
},
- "800": {
- "value": "#20445b",
- "type": "color"
+ "px": {
+ "value": " 1px",
+ "type": "spacing"
},
- "900": {
- "value": "#183445",
- "type": "color"
- }
- },
- "saturn": {
- "50": {
- "value": "#fff7e6",
- "type": "color"
+ "1,5": {
+ "value": " 0.375rem",
+ "type": "spacing"
},
- "100": {
- "value": "#ffe5b0",
- "type": "color"
+ "2,5": {
+ "value": " 0.625rem",
+ "type": "spacing"
},
- "200": {
- "value": "#ffd88a",
- "type": "color"
+ "3,5": {
+ "value": " 0.875rem",
+ "type": "spacing"
},
- "300": {
- "value": "#ffc754",
- "type": "color"
+ "rem": {
+ "value": "16",
+ "type": "sizing"
},
- "400": {
- "value": "#ffbc33",
- "type": "color"
+ "fontSize": {
+ "0": {
+ "value": "0.75rem",
+ "type": "fontSizes"
+ },
+ "1": {
+ "value": "0.875rem",
+ "type": "fontSizes"
+ },
+ "2": {
+ "value": "1rem",
+ "type": "fontSizes"
+ },
+ "3": {
+ "value": "1.25rem",
+ "type": "fontSizes"
+ },
+ "4": {
+ "value": "1.5rem",
+ "type": "fontSizes"
+ },
+ "5": {
+ "value": "1.625rem",
+ "type": "fontSizes"
+ },
+ "6": {
+ "value": "1.75rem",
+ "type": "fontSizes"
+ },
+ "7": {
+ "value": "2rem",
+ "type": "fontSizes"
+ },
+ "8": {
+ "value": "2.25rem",
+ "type": "fontSizes"
+ },
+ "9": {
+ "value": "2.5rem",
+ "type": "fontSizes"
+ },
+ "10": {
+ "value": "2.75rem",
+ "type": "fontSizes"
+ },
+ "11": {
+ "value": "3rem",
+ "type": "fontSizes"
+ },
+ "12": {
+ "value": "4rem",
+ "type": "fontSizes"
+ }
},
- "500": {
- "value": "#ffab00",
- "type": "color"
+ "inner-shadow-sm": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 6,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-sm": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
},
- "600": {
- "value": "#e89c00",
- "type": "color"
+ "grayscale": {
+ "50": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "100": {
+ "value": "#f0edee",
+ "type": "color"
+ },
+ "200": {
+ "value": "#dad8d9",
+ "type": "color"
+ },
+ "300": {
+ "value": "#b9b9b9",
+ "type": "color"
+ },
+ "400": {
+ "value": "#979797",
+ "type": "color"
+ },
+ "500": {
+ "value": "#676767",
+ "type": "color"
+ },
+ "600": {
+ "value": "#494949",
+ "type": "color"
+ },
+ "700": {
+ "value": "#303030",
+ "type": "color"
+ },
+ "800": {
+ "value": "#1c1c1c",
+ "type": "color"
+ },
+ "900": {
+ "value": "#000000",
+ "type": "color"
+ }
},
- "700": {
- "value": "#b57900",
- "type": "color"
+ "uranus": {
+ "50": {
+ "value": "#f2f9fb",
+ "type": "color"
+ },
+ "100": {
+ "value": "#d8ecf3",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c5e3ed",
+ "type": "color"
+ },
+ "300": {
+ "value": "#abd7e4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#9acfdf",
+ "type": "color"
+ },
+ "500": {
+ "value": "#81c3d7",
+ "type": "color"
+ },
+ "600": {
+ "value": "#75b1c4",
+ "type": "color"
+ },
+ "700": {
+ "value": "#5c8a99",
+ "type": "color"
+ },
+ "800": {
+ "value": "#476b76",
+ "type": "color"
+ },
+ "900": {
+ "value": "#36525a",
+ "type": "color"
+ }
},
- "800": {
- "value": "#8c5e00",
- "type": "color"
+ "jupiter": {
+ "50": {
+ "value": "#fff2e7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ffd7b4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#ffc490",
+ "type": "color"
+ },
+ "300": {
+ "value": "#ffa95e",
+ "type": "color"
+ },
+ "400": {
+ "value": "#ff993e",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ff7f0e",
+ "type": "color"
+ },
+ "600": {
+ "value": "#e8740d",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b55a0a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#8c4608",
+ "type": "color"
+ },
+ "900": {
+ "value": "#6b3506",
+ "type": "color"
+ }
},
- "900": {
- "value": "#6b4800",
- "type": "color"
- }
- },
- "brand-alt": {
- "cosmic": {
+ "neptune": {
"50": {
- "value": "#ebedf7",
+ "value": "#ebf2f6",
"type": "color"
},
"100": {
- "value": "#c2c8e5",
+ "value": "#c2d6e3",
"type": "color"
},
"200": {
- "value": "#a4add9",
+ "value": "#a4c3d6",
"type": "color"
},
"300": {
- "value": "#7a87c7",
+ "value": "#7ba7c3",
"type": "color"
},
"400": {
- "value": "#6170bd",
+ "value": "#6196b7",
"type": "color"
},
"500": {
- "value": "#394cac",
+ "value": "#3a7ca5",
"type": "color"
},
"600": {
- "value": "#34459d",
+ "value": "#357196",
"type": "color"
},
"700": {
- "value": "#28367a",
+ "value": "#295875",
"type": "color"
},
"800": {
- "value": "#1f2a5f",
+ "value": "#20445b",
"type": "color"
},
"900": {
- "value": "#182048",
+ "value": "#183445",
"type": "color"
}
},
- "nebula": {
+ "saturn": {
"50": {
- "value": "#f1ebf7",
+ "value": "#fff7e6",
"type": "color"
},
"100": {
- "value": "#d4c2e5",
+ "value": "#ffe5b0",
"type": "color"
},
"200": {
- "value": "#bfa4d9",
+ "value": "#ffd88a",
"type": "color"
},
"300": {
- "value": "#a17ac7",
+ "value": "#ffc754",
"type": "color"
},
"400": {
- "value": "#8f61bd",
+ "value": "#ffbc33",
"type": "color"
},
"500": {
- "value": "#7339ac",
+ "value": "#ffab00",
"type": "color"
},
"600": {
- "value": "#69349d",
+ "value": "#e89c00",
"type": "color"
},
"700": {
- "value": "#52287a",
+ "value": "#b57900",
"type": "color"
},
"800": {
- "value": "#3f1f5f",
+ "value": "#8c5e00",
"type": "color"
},
"900": {
- "value": "#301848",
+ "value": "#6b4800",
"type": "color"
}
- }
- },
- "alert": {
- "error": {
- "o-50": {
+ },
+ "brand-alt": {
+ "cosmic": {
"50": {
- "value": "#f9ecec80",
+ "value": "#ebedf7",
"type": "color"
},
"100": {
- "value": "#ebc4c480",
+ "value": "#c2c8e5",
"type": "color"
},
"200": {
- "value": "#e2a7a780",
+ "value": "#a4add9",
"type": "color"
},
"300": {
- "value": "#d47f7f80",
+ "value": "#7a87c7",
"type": "color"
},
"400": {
- "value": "#cc666680",
+ "value": "#6170bd",
"type": "color"
},
"500": {
- "value": "#bf404080",
+ "value": "#394cac",
"type": "color"
},
"600": {
- "value": "#ae3a3a80",
+ "value": "#34459d",
"type": "color"
},
"700": {
- "value": "#882d2d80",
+ "value": "#28367a",
"type": "color"
},
"800": {
- "value": "#69232380",
+ "value": "#1f2a5f",
"type": "color"
},
"900": {
- "value": "#371c1c80",
+ "value": "#182048",
"type": "color"
}
},
- "o-100": {
+ "nebula": {
"50": {
- "value": "#f9ecec",
+ "value": "#f1ebf7",
"type": "color"
},
"100": {
- "value": "#ebc4c4",
+ "value": "#d4c2e5",
"type": "color"
},
"200": {
- "value": "#e2a7a7",
+ "value": "#bfa4d9",
"type": "color"
},
"300": {
- "value": "#d47f7f",
+ "value": "#a17ac7",
"type": "color"
},
"400": {
- "value": "#cc6666",
+ "value": "#8f61bd",
"type": "color"
},
"500": {
- "value": "#bf4040",
+ "value": "#7339ac",
"type": "color"
},
"600": {
- "value": "#ae3a3a",
+ "value": "#69349d",
"type": "color"
},
"700": {
- "value": "#882d2d",
+ "value": "#52287a",
"type": "color"
},
"800": {
- "value": "#692323",
+ "value": "#3f1f5f",
"type": "color"
},
"900": {
- "value": "#501b1b",
+ "value": "#301848",
"type": "color"
}
}
},
- "notification": {
- "o-100": {
- "50": {
- "value": "#eaf8f6",
- "type": "color"
- },
- "100": {
- "value": "#bee8e4",
- "type": "color"
- },
- "200": {
- "value": "#9fddd7",
- "type": "color"
- },
- "300": {
- "value": "#73cec5",
- "type": "color"
- },
- "400": {
- "value": "#58c5ba",
- "type": "color"
- },
- "500": {
- "value": "#2eb6a9",
- "type": "color"
- },
- "600": {
- "value": "#2aa69a",
- "type": "color"
- },
- "700": {
- "value": "#218178",
- "type": "color"
+ "alert": {
+ "error": {
+ "o-50": {
+ "50": {
+ "value": "#f9ecec80",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ebc4c480",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e2a7a780",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d47f7f80",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cc666680",
+ "type": "color"
+ },
+ "500": {
+ "value": "#bf404080",
+ "type": "color"
+ },
+ "600": {
+ "value": "#ae3a3a80",
+ "type": "color"
+ },
+ "700": {
+ "value": "#882d2d80",
+ "type": "color"
+ },
+ "800": {
+ "value": "#69232380",
+ "type": "color"
+ },
+ "900": {
+ "value": "#371c1c80",
+ "type": "color"
+ }
},
- "800": {
- "value": "#19645d",
- "type": "color"
- },
- "900": {
- "value": "#134c47",
- "type": "color"
+ "o-100": {
+ "50": {
+ "value": "#f9ecec",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ebc4c4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e2a7a7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d47f7f",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cc6666",
+ "type": "color"
+ },
+ "500": {
+ "value": "#bf4040",
+ "type": "color"
+ },
+ "600": {
+ "value": "#ae3a3a",
+ "type": "color"
+ },
+ "700": {
+ "value": "#882d2d",
+ "type": "color"
+ },
+ "800": {
+ "value": "#692323",
+ "type": "color"
+ },
+ "900": {
+ "value": "#501b1b",
+ "type": "color"
+ }
+ }
+ },
+ "notification": {
+ "o-100": {
+ "50": {
+ "value": "#eaf8f6",
+ "type": "color"
+ },
+ "100": {
+ "value": "#bee8e4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#9fddd7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#73cec5",
+ "type": "color"
+ },
+ "400": {
+ "value": "#58c5ba",
+ "type": "color"
+ },
+ "500": {
+ "value": "#2eb6a9",
+ "type": "color"
+ },
+ "600": {
+ "value": "#2aa69a",
+ "type": "color"
+ },
+ "700": {
+ "value": "#218178",
+ "type": "color"
+ },
+ "800": {
+ "value": "#19645d",
+ "type": "color"
+ },
+ "900": {
+ "value": "#134c47",
+ "type": "color"
+ }
+ }
+ },
+ "success": {
+ "o-100": {
+ "50": {
+ "value": "#ecf9ed",
+ "type": "color"
+ },
+ "100": {
+ "value": "#c4ebc6",
+ "type": "color"
+ },
+ "200": {
+ "value": "#a7e2aa",
+ "type": "color"
+ },
+ "300": {
+ "value": "#7fd483",
+ "type": "color"
+ },
+ "400": {
+ "value": "#66cc6b",
+ "type": "color"
+ },
+ "500": {
+ "value": "#40bf46",
+ "type": "color"
+ },
+ "600": {
+ "value": "#3aae40",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2d8832",
+ "type": "color"
+ },
+ "800": {
+ "value": "#236927",
+ "type": "color"
+ },
+ "900": {
+ "value": "#1b501d",
+ "type": "color"
+ }
+ }
+ },
+ "warning": {
+ "o-100": {
+ "50": {
+ "value": "#fdfae7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#f8efb3",
+ "type": "color"
+ },
+ "200": {
+ "value": "#f5e78e",
+ "type": "color"
+ },
+ "300": {
+ "value": "#f0dc5b",
+ "type": "color"
+ },
+ "400": {
+ "value": "#edd53b",
+ "type": "color"
+ },
+ "500": {
+ "value": "#e9cb0a",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d4b909",
+ "type": "color"
+ },
+ "700": {
+ "value": "#a59007",
+ "type": "color"
+ },
+ "800": {
+ "value": "#807006",
+ "type": "color"
+ },
+ "900": {
+ "value": "#625504",
+ "type": "color"
+ }
}
}
+ }
+ },
+ "light": {
+ "fg": {
+ "default": {
+ "value": "{black}",
+ "type": "color"
+ },
+ "muted": {
+ "value": "{gray.700}",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "{gray.500}",
+ "type": "color"
+ }
},
- "success": {
- "o-100": {
- "50": {
- "value": "#ecf9ed",
- "type": "color"
- },
- "100": {
- "value": "#c4ebc6",
- "type": "color"
- },
- "200": {
- "value": "#a7e2aa",
- "type": "color"
- },
- "300": {
- "value": "#7fd483",
- "type": "color"
- },
- "400": {
- "value": "#66cc6b",
- "type": "color"
- },
- "500": {
- "value": "#40bf46",
- "type": "color"
- },
- "600": {
- "value": "#3aae40",
- "type": "color"
- },
- "700": {
- "value": "#2d8832",
- "type": "color"
- },
- "800": {
- "value": "#236927",
- "type": "color"
- },
- "900": {
- "value": "#1b501d",
- "type": "color"
- }
+ "bg": {
+ "default": {
+ "value": "{white}",
+ "type": "color"
+ },
+ "muted": {
+ "value": "{gray.100}",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "{gray.200}",
+ "type": "color"
}
},
- "warning": {
- "o-100": {
- "50": {
- "value": "#fdfae7",
- "type": "color"
- },
- "100": {
- "value": "#f8efb3",
- "type": "color"
- },
- "200": {
- "value": "#f5e78e",
- "type": "color"
- },
- "300": {
- "value": "#f0dc5b",
- "type": "color"
- },
- "400": {
- "value": "#edd53b",
- "type": "color"
- },
- "500": {
- "value": "#e9cb0a",
- "type": "color"
- },
- "600": {
- "value": "#d4b909",
- "type": "color"
- },
- "700": {
- "value": "#a59007",
- "type": "color"
- },
- "800": {
- "value": "#807006",
- "type": "color"
- },
- "900": {
- "value": "#625504",
- "type": "color"
- }
+ "accent": {
+ "default": {
+ "value": "{indigo.400}",
+ "type": "color"
+ },
+ "onAccent": {
+ "value": "{white}",
+ "type": "color"
+ },
+ "bg": {
+ "value": "{indigo.200}",
+ "type": "color"
+ }
+ },
+ "shadows": {
+ "default": {
+ "value": "{gray.900}",
+ "type": "color"
}
}
},
- "fontFamilies": {
- "oswald": {
- "value": "Oswald",
- "type": "fontFamilies"
+ "dark": {
+ "fg": {
+ "default": {
+ "value": "{white}",
+ "type": "color"
+ },
+ "muted": {
+ "value": "{gray.300}",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "{gray.500}",
+ "type": "color"
+ }
},
- "nunito-sans": {
- "value": "Nunito Sans",
- "type": "fontFamilies"
+ "bg": {
+ "default": {
+ "value": "{gray.900}",
+ "type": "color"
+ },
+ "muted": {
+ "value": "{gray.700}",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "{gray.600}",
+ "type": "color"
+ }
+ },
+ "accent": {
+ "default": {
+ "value": "{indigo.600}",
+ "type": "color"
+ },
+ "onAccent": {
+ "value": "{white}",
+ "type": "color"
+ },
+ "bg": {
+ "value": "{indigo.800}",
+ "type": "color"
+ }
+ },
+ "shadows": {
+ "default": {
+ "value": "rgba({black}, 0.3)",
+ "type": "color"
+ }
}
},
- "h6": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-2}",
- "lineHeight": "{lineHeights.0}",
- "fontSize": "{fontSize.2}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "h6-m": {
- "value": {
- "fontFamily": "{fontFamilies.oswald}",
- "fontWeight": "{fontWeights.oswald-5}",
- "lineHeight": "{lineHeights.5}",
- "fontSize": "{fontSize.0}",
- "letterSpacing": "{letterSpacing.0}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "button-text-m": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.3}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.3}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.uppercase}",
- "textDecoration": "{textDecoration.none}"
- },
- "type": "typography"
- },
- "link-m-default": {
- "value": {
- "fontFamily": "{fontFamilies.nunito-sans}",
- "fontWeight": "{fontWeights.nunito-sans-3}",
- "lineHeight": "{lineHeights.7}",
- "fontSize": "{fontSize.1}",
- "letterSpacing": "{letterSpacing.4}",
- "paragraphSpacing": "{paragraphSpacing.0}",
- "paragraphIndent": "{paragraphIndent.0}",
- "textCase": "{textCase.none}",
- "textDecoration": "{textDecoration.underline}"
- },
- "type": "typography"
- },
- "paragraphIndent": {
- "0": {
- "value": "0px",
- "type": "dimension"
- }
+ "$themes": [],
+ "$metadata": {
+ "tokenSetOrder": [
+ "core",
+ "light",
+ "dark"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/packages/tailwind-constructor/tokens/core.json b/packages/tailwind-constructor/tokens/core.json
index 9e26dfeeb..8a18d22dd 100644
--- a/packages/tailwind-constructor/tokens/core.json
+++ b/packages/tailwind-constructor/tokens/core.json
@@ -1 +1,2254 @@
-{}
\ No newline at end of file
+{
+ "0": {
+ "value": "0px",
+ "type": "spacing"
+ },
+ "1": {
+ "value": "0.25rem",
+ "type": "spacing"
+ },
+ "2": {
+ "value": "0.5rem",
+ "type": "spacing"
+ },
+ "3": {
+ "value": "0.75rem",
+ "type": "spacing"
+ },
+ "4": {
+ "value": "1rem",
+ "type": "spacing"
+ },
+ "5": {
+ "value": "1.25rem",
+ "type": "spacing"
+ },
+ "6": {
+ "value": "1.5rem",
+ "type": "spacing"
+ },
+ "7": {
+ "value": "1.75rem",
+ "type": "spacing"
+ },
+ "8": {
+ "value": "2rem",
+ "type": "spacing"
+ },
+ "9": {
+ "value": "2.25rem",
+ "type": "spacing"
+ },
+ "10": {
+ "value": "2.5rem",
+ "type": "spacing"
+ },
+ "11": {
+ "value": "2.75rem",
+ "type": "spacing"
+ },
+ "12": {
+ "value": "3rem",
+ "type": "spacing"
+ },
+ "14": {
+ "value": "3.5rem",
+ "type": "spacing"
+ },
+ "16": {
+ "value": "4rem",
+ "type": "spacing"
+ },
+ "20": {
+ "value": "5rem",
+ "type": "spacing"
+ },
+ "24": {
+ "value": "6rem",
+ "type": "spacing"
+ },
+ "28": {
+ "value": "7rem",
+ "type": "spacing"
+ },
+ "32": {
+ "value": "8rem",
+ "type": "spacing"
+ },
+ "36": {
+ "value": "9rem",
+ "type": "spacing"
+ },
+ "40": {
+ "value": "10rem",
+ "type": "spacing"
+ },
+ "44": {
+ "value": "11rem",
+ "type": "spacing"
+ },
+ "48": {
+ "value": "12rem",
+ "type": "spacing"
+ },
+ "52": {
+ "value": "13rem",
+ "type": "spacing"
+ },
+ "56": {
+ "value": "14rem",
+ "type": "spacing"
+ },
+ "60": {
+ "value": "15rem",
+ "type": "spacing"
+ },
+ "64": {
+ "value": "16rem",
+ "type": "spacing"
+ },
+ "72": {
+ "value": "18rem",
+ "type": "spacing"
+ },
+ "80": {
+ "value": "20rem",
+ "type": "spacing"
+ },
+ "96": {
+ "value": "24rem",
+ "type": "spacing"
+ },
+ "black": {
+ "value": "#000000",
+ "type": "color"
+ },
+ "white": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "gray": {
+ "100": {
+ "value": "#f7fafc",
+ "type": "color"
+ },
+ "200": {
+ "value": "#edf2f7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#e2e8f0",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cbd5e0",
+ "type": "color"
+ },
+ "500": {
+ "value": "#a0aec0",
+ "type": "color"
+ },
+ "600": {
+ "value": "#718096",
+ "type": "color"
+ },
+ "700": {
+ "value": "#4a5568",
+ "type": "color"
+ },
+ "800": {
+ "value": "#2d3748",
+ "type": "color"
+ },
+ "900": {
+ "value": "#1a202c",
+ "type": "color"
+ }
+ },
+ "red": {
+ "100": {
+ "value": "#fff5f5",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fed7d7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#feb2b2",
+ "type": "color"
+ },
+ "400": {
+ "value": "#fc8181",
+ "type": "color"
+ },
+ "500": {
+ "value": "#f56565",
+ "type": "color"
+ },
+ "600": {
+ "value": "#e53e3e",
+ "type": "color"
+ },
+ "700": {
+ "value": "#c53030",
+ "type": "color"
+ },
+ "800": {
+ "value": "#9b2c2c",
+ "type": "color"
+ },
+ "900": {
+ "value": "#742a2a",
+ "type": "color"
+ }
+ },
+ "orange": {
+ "100": {
+ "value": "#fffaf0",
+ "type": "color"
+ },
+ "200": {
+ "value": "#feebc8",
+ "type": "color"
+ },
+ "300": {
+ "value": "#fbd38d",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f6ad55",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ed8936",
+ "type": "color"
+ },
+ "600": {
+ "value": "#dd6b20",
+ "type": "color"
+ },
+ "700": {
+ "value": "#c05621",
+ "type": "color"
+ },
+ "800": {
+ "value": "#9c4221",
+ "type": "color"
+ },
+ "900": {
+ "value": "#7b341e",
+ "type": "color"
+ }
+ },
+ "yellow": {
+ "100": {
+ "value": "#fffff0",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fefcbf",
+ "type": "color"
+ },
+ "300": {
+ "value": "#faf089",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f6e05e",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ecc94b",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d69e2e",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b7791f",
+ "type": "color"
+ },
+ "800": {
+ "value": "#975a16",
+ "type": "color"
+ },
+ "900": {
+ "value": "#744210",
+ "type": "color"
+ }
+ },
+ "green": {
+ "100": {
+ "value": "#f0fff4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c6f6d5",
+ "type": "color"
+ },
+ "300": {
+ "value": "#9ae6b4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#68d391",
+ "type": "color"
+ },
+ "500": {
+ "value": "#48bb78",
+ "type": "color"
+ },
+ "600": {
+ "value": "#38a169",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2f855a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#276749",
+ "type": "color"
+ },
+ "900": {
+ "value": "#22543d",
+ "type": "color"
+ }
+ },
+ "teal": {
+ "100": {
+ "value": "#e6fffa",
+ "type": "color"
+ },
+ "200": {
+ "value": "#b2f5ea",
+ "type": "color"
+ },
+ "300": {
+ "value": "#81e6d9",
+ "type": "color"
+ },
+ "400": {
+ "value": "#4fd1c5",
+ "type": "color"
+ },
+ "500": {
+ "value": "#38b2ac",
+ "type": "color"
+ },
+ "600": {
+ "value": "#319795",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2c7a7b",
+ "type": "color"
+ },
+ "800": {
+ "value": "#285e61",
+ "type": "color"
+ },
+ "900": {
+ "value": "#234e52",
+ "type": "color"
+ }
+ },
+ "blue": {
+ "100": {
+ "value": "#ebf8ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#bee3f8",
+ "type": "color"
+ },
+ "300": {
+ "value": "#90cdf4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#63b3ed",
+ "type": "color"
+ },
+ "500": {
+ "value": "#4299e1",
+ "type": "color"
+ },
+ "600": {
+ "value": "#3182ce",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2b6cb0",
+ "type": "color"
+ },
+ "800": {
+ "value": "#2c5282",
+ "type": "color"
+ },
+ "900": {
+ "value": "#2a4365",
+ "type": "color"
+ }
+ },
+ "indigo": {
+ "100": {
+ "value": "#ebf4ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c3dafe",
+ "type": "color"
+ },
+ "300": {
+ "value": "#a3bffa",
+ "type": "color"
+ },
+ "400": {
+ "value": "#7f9cf5",
+ "type": "color"
+ },
+ "500": {
+ "value": "#667eea",
+ "type": "color"
+ },
+ "600": {
+ "value": "#5a67d8",
+ "type": "color"
+ },
+ "700": {
+ "value": "#4c51bf",
+ "type": "color"
+ },
+ "800": {
+ "value": "#434190",
+ "type": "color"
+ },
+ "900": {
+ "value": "#3c366b",
+ "type": "color"
+ }
+ },
+ "purple": {
+ "100": {
+ "value": "#faf5ff",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e9d8fd",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d6bcfa",
+ "type": "color"
+ },
+ "400": {
+ "value": "#b794f4",
+ "type": "color"
+ },
+ "500": {
+ "value": "#9f7aea",
+ "type": "color"
+ },
+ "600": {
+ "value": "#805ad5",
+ "type": "color"
+ },
+ "700": {
+ "value": "#6b46c1",
+ "type": "color"
+ },
+ "800": {
+ "value": "#553c9a",
+ "type": "color"
+ },
+ "900": {
+ "value": "#44337a",
+ "type": "color"
+ }
+ },
+ "pink": {
+ "100": {
+ "value": "#fff5f7",
+ "type": "color"
+ },
+ "200": {
+ "value": "#fed7e2",
+ "type": "color"
+ },
+ "300": {
+ "value": "#fbb6ce",
+ "type": "color"
+ },
+ "400": {
+ "value": "#f687b3",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ed64a6",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d53f8c",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b83280",
+ "type": "color"
+ },
+ "800": {
+ "value": "#97266d",
+ "type": "color"
+ },
+ "900": {
+ "value": "#702459",
+ "type": "color"
+ }
+ },
+ "lineHeights": {
+ "0": {
+ "value": 20,
+ "type": "lineHeights"
+ },
+ "1": {
+ "value": "AUTO",
+ "type": "lineHeights"
+ },
+ "2": {
+ "value": 16,
+ "type": "lineHeights"
+ },
+ "3": {
+ "value": 68,
+ "type": "lineHeights"
+ },
+ "4": {
+ "value": 52,
+ "type": "lineHeights"
+ },
+ "5": {
+ "value": 28,
+ "type": "lineHeights"
+ },
+ "6": {
+ "value": 24,
+ "type": "lineHeights"
+ },
+ "7": {
+ "value": 40,
+ "type": "lineHeights"
+ },
+ "8": {
+ "value": 48,
+ "type": "lineHeights"
+ },
+ "9": {
+ "value": 32,
+ "type": "lineHeights"
+ },
+ "heading": {
+ "value": "110%",
+ "type": "lineHeights"
+ },
+ "body": {
+ "value": "140%",
+ "type": "lineHeights"
+ }
+ },
+ "letterSpacing": {
+ "0": {
+ "value": "0%",
+ "type": "letterSpacing"
+ },
+ "1": {
+ "value": "8%",
+ "type": "letterSpacing"
+ },
+ "2": {
+ "value": "4%",
+ "type": "letterSpacing"
+ },
+ "3": {
+ "value": 0,
+ "type": "letterSpacing"
+ },
+ "4": {
+ "value": "-2%",
+ "type": "letterSpacing"
+ },
+ "5": {
+ "value": "12%",
+ "type": "letterSpacing"
+ },
+ "default": {
+ "value": 0,
+ "type": "letterSpacing"
+ },
+ "increased": {
+ "value": "150%",
+ "type": "letterSpacing"
+ },
+ "decreased": {
+ "value": "-5%",
+ "type": "letterSpacing"
+ }
+ },
+ "paragraphSpacing": {
+ "0": {
+ "value": 0,
+ "type": "paragraphSpacing"
+ },
+ "h1": {
+ "value": 32,
+ "type": "paragraphSpacing"
+ },
+ "h2": {
+ "value": 26,
+ "type": "paragraphSpacing"
+ }
+ },
+ "BoxShadow": {
+ "value": "#7f7e7f",
+ "type": "color"
+ },
+ "Error16": {
+ "value": "#f03d3e40",
+ "type": "color",
+ "description": "Layer Style Filter"
+ },
+ "Success16": {
+ "value": "#5bb14d40",
+ "type": "color",
+ "description": "Success Layer Styles"
+ },
+ "Notification16": {
+ "value": "#3959ff40",
+ "type": "color",
+ "description": "Notification Layer Styles"
+ },
+ "Error8": {
+ "value": "#f03d3e1a",
+ "type": "color"
+ },
+ "Notification8": {
+ "value": "#3959ff1a",
+ "type": "color"
+ },
+ "Success8": {
+ "value": "#5bb14d1a",
+ "type": "color"
+ },
+ "Light-Overlay": {
+ "value": "#f0edee66",
+ "type": "color"
+ },
+ "Dark-Overlay": {
+ "value": "#7f7e7f66",
+ "type": "color"
+ },
+ "black-40": {
+ "value": "#00000066",
+ "type": "color"
+ },
+ "black-75": {
+ "value": "#000000bf",
+ "type": "color"
+ },
+ "black-60": {
+ "value": "#00000099",
+ "type": "color"
+ },
+ "black-50": {
+ "value": "#00000080",
+ "type": "color"
+ },
+ "black-25": {
+ "value": "#00000040",
+ "type": "color"
+ },
+ "black-10": {
+ "value": "#0000001a",
+ "type": "color"
+ },
+ "white-25": {
+ "value": "#ffffff40",
+ "type": "color"
+ },
+ "white-60": {
+ "value": "#ffffff99",
+ "type": "color"
+ },
+ "black-64": {
+ "value": "#000000a3",
+ "type": "color"
+ },
+ "ShadowAndHighlight": {
+ "Shadow": {
+ "value": "#7f7e7f",
+ "type": "color",
+ "description": "Elevations and Depth on Light Backgrounds"
+ },
+ "Highlight": {
+ "value": "#474747",
+ "type": "color",
+ "description": "Elevations and Depth on Dark Backgrounds"
+ },
+ "highlightone": {
+ "value": "#474747bf",
+ "type": "color"
+ },
+ "highlighttwo": {
+ "value": "#47474799",
+ "type": "color"
+ },
+ "highlightthree": {
+ "value": "#47474766",
+ "type": "color"
+ },
+ "highlightfive": {
+ "value": "#4747471a",
+ "type": "color"
+ },
+ "shadowone": {
+ "value": "#7f7e7fbf",
+ "type": "color"
+ },
+ "shadowtwo": {
+ "value": "#7f7e7f99",
+ "type": "color"
+ },
+ "shadowthree": {
+ "value": "#7f7e7f66",
+ "type": "color"
+ },
+ "shadowfour": {
+ "value": "#7f7e7f40",
+ "type": "color"
+ },
+ "shadowfive": {
+ "value": "#7f7e7f1a",
+ "type": "color"
+ },
+ "highlightfour": {
+ "value": "#47474740",
+ "type": "color"
+ }
+ },
+ "BaseLayerStyles": {
+ "BaseLayer-Light-White": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "BaseLayer-Light-OffWhite": {
+ "value": "#f0edee",
+ "type": "color"
+ },
+ "BaseLayer-Dark-OffBlack": {
+ "value": "#1c1c1c",
+ "type": "color"
+ },
+ "BaseLayer-Dark-Black": {
+ "value": "#000000",
+ "type": "color"
+ }
+ },
+ "highlight-sm": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "highlight-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "dropShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "shadow": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 6,
+ "spread": 3
+ },
+ "type": "boxShadow"
+ },
+ "shadow-sm": {
+ "value": {
+ "color": "#33333314",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 2,
+ "blur": 2,
+ "spread": 2
+ },
+ "type": "boxShadow"
+ },
+ "shadow-md": {
+ "value": {
+ "color": "#3333331a",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 6,
+ "blur": 10,
+ "spread": 5
+ },
+ "type": "boxShadow"
+ },
+ "shadow-lg": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 4,
+ "blur": 4,
+ "spread": 4
+ },
+ "type": "boxShadow"
+ },
+ "shadow-xl": {
+ "value": {
+ "color": "#7f7e7f40",
+ "type": "dropShadow",
+ "x": 0,
+ "y": 10,
+ "blur": 18,
+ "spread": 10
+ },
+ "type": "boxShadow"
+ },
+ "shadow-inner": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 6,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "nunito-sans": {
+ "value": "Nunito Sans",
+ "type": "fontFamilies"
+ },
+ "abel": {
+ "value": "Abel",
+ "type": "fontFamilies"
+ },
+ "fontWeights": {
+ "nunito-sans-0": {
+ "value": "Regular",
+ "type": "fontWeights"
+ },
+ "abel-1": {
+ "value": "Regular",
+ "type": "fontWeights"
+ },
+ "nunito-sans-2": {
+ "value": "Light Italic",
+ "type": "fontWeights"
+ },
+ "nunito-sans-3": {
+ "value": "SemiBold",
+ "type": "fontWeights"
+ },
+ "nunito-sans-4": {
+ "value": "Light",
+ "type": "fontWeights"
+ }
+ },
+ "x-small-typecase": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "lineHeight": 20,
+ "fontSize": "0.75rem"
+ },
+ "type": "typography"
+ },
+ "subtitle": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem",
+ "lineHeight": "AUTO"
+ },
+ "type": "typography",
+ "description": "Subtitles on Cards"
+ },
+ "product-name": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography",
+ "description": "Product Cards - Product Name"
+ },
+ "dropdown-text": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "capitalize",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography"
+ },
+ "link-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-disabled": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 20,
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline",
+ "fontSize": "1rem"
+ },
+ "type": "typography",
+ "description": "Disabled links on Desktop"
+ },
+ "link-m-disabled": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light Italic",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on Mobile that are disabled"
+ },
+ "link-focus": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on desktops in Focus State"
+ },
+ "link-m-focus": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography",
+ "description": "Links on mobile in focus state"
+ },
+ "link": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-visited": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-hover": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-active": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "1rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "link-m-visited": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-m-hover": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "SemiBold",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "underline"
+ },
+ "type": "typography"
+ },
+ "link-m-active": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 16,
+ "fontSize": "0.875rem",
+ "letterSpacing": 0,
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "display-lg": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 68,
+ "fontSize": "4rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "display-sm": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 52,
+ "fontSize": "3rem",
+ "letterSpacing": "-2%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "logo-text": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "1.625rem"
+ },
+ "type": "typography"
+ },
+ "nav-items": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "4%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "1rem"
+ },
+ "type": "typography"
+ },
+ "tool-tip": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "x-small": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none",
+ "fontSize": "0.75rem"
+ },
+ "type": "typography",
+ "description": "Small Labels \n\n-Slider Tool Tip"
+ },
+ "h1": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2.75rem"
+ },
+ "type": "typography"
+ },
+ "h2": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "textCase": "none",
+ "textDecoration": "none",
+ "paragraphSpacing": 0,
+ "fontSize": "2.5rem"
+ },
+ "type": "typography"
+ },
+ "h3": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none",
+ "fontSize": "2rem"
+ },
+ "type": "typography"
+ },
+ "h4": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.75rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h5": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "p-l-d": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Large - Default \n"
+ },
+ "p-d-d": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "p-s-d": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "placeholder": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "button": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "label": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h1-m": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 40,
+ "fontSize": "2.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h2-m": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 48,
+ "fontSize": "2.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h3-m": {
+ "value": {
+ "fontFamily": "Abel",
+ "fontWeight": "Regular",
+ "lineHeight": 32,
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h4-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": "AUTO",
+ "fontSize": "1.5rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "h5-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "8%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "p-l-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 28,
+ "fontSize": "1.25rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph Large Mobile"
+ },
+ "p-d-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography",
+ "description": "Paragraph - Body - Mobile"
+ },
+ "p-s-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 20,
+ "fontSize": "0.875rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "label-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "button-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Regular",
+ "lineHeight": 24,
+ "fontSize": "0.875rem",
+ "letterSpacing": "12%",
+ "paragraphSpacing": 0,
+ "textCase": "uppercase",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "placeholder-m": {
+ "value": {
+ "fontFamily": "Nunito Sans",
+ "fontWeight": "Light",
+ "lineHeight": 24,
+ "fontSize": "1rem",
+ "letterSpacing": "0%",
+ "paragraphSpacing": 0,
+ "textCase": "none",
+ "textDecoration": "none"
+ },
+ "type": "typography"
+ },
+ "textCase": {
+ "normal-case": {
+ "value": "none",
+ "type": "textCase"
+ },
+ "uppercase": {
+ "value": "uppercase",
+ "type": "textCase"
+ },
+ "capitalize": {
+ "value": "capitalize",
+ "type": "textCase"
+ },
+ "lowercase": {
+ "value": "lowercase",
+ "type": "textCase"
+ }
+ },
+ "textDecoration": {
+ "none": {
+ "value": "none",
+ "type": "textDecoration"
+ },
+ "underline": {
+ "value": "underline",
+ "type": "textDecoration"
+ }
+ },
+ "rounded-sm": {
+ "value": "0.25rem",
+ "type": "borderRadius"
+ },
+ "rounded": {
+ "value": "0.5rem",
+ "type": "borderRadius"
+ },
+ "rounded-md": {
+ "value": "1rem",
+ "type": "borderRadius"
+ },
+ "rounded-lg": {
+ "value": "1.5rem",
+ "type": "borderRadius"
+ },
+ "rounded-xl": {
+ "value": "2rem",
+ "type": "borderRadius"
+ },
+ "rounded-2xl": {
+ "value": "3rem",
+ "type": "borderRadius"
+ },
+ "rounded-3xl": {
+ "value": "4rem",
+ "type": "borderRadius"
+ },
+ "rounded-4xl": {
+ "value": "6rem",
+ "type": "borderRadius"
+ },
+ "0,5": {
+ "value": "0.125rem",
+ "type": "spacing"
+ },
+ "px": {
+ "value": "1px",
+ "type": "spacing"
+ },
+ "1,5": {
+ "value": "0.375rem",
+ "type": "spacing"
+ },
+ "2,5": {
+ "value": "0.625rem",
+ "type": "spacing"
+ },
+ "3,5": {
+ "value": "0.875rem",
+ "type": "spacing"
+ },
+ "rem": {
+ "value": 16,
+ "type": "sizing"
+ },
+ "fontSize": {
+ "0": {
+ "value": "0.75rem",
+ "type": "fontSizes"
+ },
+ "1": {
+ "value": "0.875rem",
+ "type": "fontSizes"
+ },
+ "2": {
+ "value": "1rem",
+ "type": "fontSizes"
+ },
+ "3": {
+ "value": "1.25rem",
+ "type": "fontSizes"
+ },
+ "4": {
+ "value": "1.5rem",
+ "type": "fontSizes"
+ },
+ "5": {
+ "value": "1.625rem",
+ "type": "fontSizes"
+ },
+ "6": {
+ "value": "1.75rem",
+ "type": "fontSizes"
+ },
+ "7": {
+ "value": "2rem",
+ "type": "fontSizes"
+ },
+ "8": {
+ "value": "2.25rem",
+ "type": "fontSizes"
+ },
+ "9": {
+ "value": "2.5rem",
+ "type": "fontSizes"
+ },
+ "10": {
+ "value": "2.75rem",
+ "type": "fontSizes"
+ },
+ "11": {
+ "value": "3rem",
+ "type": "fontSizes"
+ },
+ "12": {
+ "value": "4rem",
+ "type": "fontSizes"
+ }
+ },
+ "inner-shadow-sm": {
+ "value": {
+ "color": "#7f7e7f80",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 6,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-shadow-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-sm": {
+ "value": {
+ "color": "#7f7e7f52",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight": {
+ "value": {
+ "color": "#7f7e7f7a",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-md": {
+ "value": {
+ "color": "#7f7e7fb8",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-lg": {
+ "value": {
+ "color": "#7f7e7fe0",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "inner-highlight-xl": {
+ "value": {
+ "color": "#7f7e7f",
+ "type": "innerShadow",
+ "x": 2,
+ "y": 2,
+ "blur": 8,
+ "spread": 0
+ },
+ "type": "boxShadow"
+ },
+ "grayscale": {
+ "50": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "100": {
+ "value": "#f0edee",
+ "type": "color"
+ },
+ "200": {
+ "value": "#dad8d9",
+ "type": "color"
+ },
+ "300": {
+ "value": "#b9b9b9",
+ "type": "color"
+ },
+ "400": {
+ "value": "#979797",
+ "type": "color"
+ },
+ "500": {
+ "value": "#676767",
+ "type": "color"
+ },
+ "600": {
+ "value": "#494949",
+ "type": "color"
+ },
+ "700": {
+ "value": "#303030",
+ "type": "color"
+ },
+ "800": {
+ "value": "#1c1c1c",
+ "type": "color"
+ },
+ "900": {
+ "value": "#000000",
+ "type": "color"
+ }
+ },
+ "uranus": {
+ "50": {
+ "value": "#f2f9fb",
+ "type": "color"
+ },
+ "100": {
+ "value": "#d8ecf3",
+ "type": "color"
+ },
+ "200": {
+ "value": "#c5e3ed",
+ "type": "color"
+ },
+ "300": {
+ "value": "#abd7e4",
+ "type": "color"
+ },
+ "400": {
+ "value": "#9acfdf",
+ "type": "color"
+ },
+ "500": {
+ "value": "#81c3d7",
+ "type": "color"
+ },
+ "600": {
+ "value": "#75b1c4",
+ "type": "color"
+ },
+ "700": {
+ "value": "#5c8a99",
+ "type": "color"
+ },
+ "800": {
+ "value": "#476b76",
+ "type": "color"
+ },
+ "900": {
+ "value": "#36525a",
+ "type": "color"
+ }
+ },
+ "jupiter": {
+ "50": {
+ "value": "#fff2e7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ffd7b4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#ffc490",
+ "type": "color"
+ },
+ "300": {
+ "value": "#ffa95e",
+ "type": "color"
+ },
+ "400": {
+ "value": "#ff993e",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ff7f0e",
+ "type": "color"
+ },
+ "600": {
+ "value": "#e8740d",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b55a0a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#8c4608",
+ "type": "color"
+ },
+ "900": {
+ "value": "#6b3506",
+ "type": "color"
+ }
+ },
+ "neptune": {
+ "50": {
+ "value": "#ebf2f6",
+ "type": "color"
+ },
+ "100": {
+ "value": "#c2d6e3",
+ "type": "color"
+ },
+ "200": {
+ "value": "#a4c3d6",
+ "type": "color"
+ },
+ "300": {
+ "value": "#7ba7c3",
+ "type": "color"
+ },
+ "400": {
+ "value": "#6196b7",
+ "type": "color"
+ },
+ "500": {
+ "value": "#3a7ca5",
+ "type": "color"
+ },
+ "600": {
+ "value": "#357196",
+ "type": "color"
+ },
+ "700": {
+ "value": "#295875",
+ "type": "color"
+ },
+ "800": {
+ "value": "#20445b",
+ "type": "color"
+ },
+ "900": {
+ "value": "#183445",
+ "type": "color"
+ }
+ },
+ "saturn": {
+ "50": {
+ "value": "#fff7e6",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ffe5b0",
+ "type": "color"
+ },
+ "200": {
+ "value": "#ffd88a",
+ "type": "color"
+ },
+ "300": {
+ "value": "#ffc754",
+ "type": "color"
+ },
+ "400": {
+ "value": "#ffbc33",
+ "type": "color"
+ },
+ "500": {
+ "value": "#ffab00",
+ "type": "color"
+ },
+ "600": {
+ "value": "#e89c00",
+ "type": "color"
+ },
+ "700": {
+ "value": "#b57900",
+ "type": "color"
+ },
+ "800": {
+ "value": "#8c5e00",
+ "type": "color"
+ },
+ "900": {
+ "value": "#6b4800",
+ "type": "color"
+ }
+ },
+ "brand-alt": {
+ "cosmic": {
+ "50": {
+ "value": "#ebedf7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#c2c8e5",
+ "type": "color"
+ },
+ "200": {
+ "value": "#a4add9",
+ "type": "color"
+ },
+ "300": {
+ "value": "#7a87c7",
+ "type": "color"
+ },
+ "400": {
+ "value": "#6170bd",
+ "type": "color"
+ },
+ "500": {
+ "value": "#394cac",
+ "type": "color"
+ },
+ "600": {
+ "value": "#34459d",
+ "type": "color"
+ },
+ "700": {
+ "value": "#28367a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#1f2a5f",
+ "type": "color"
+ },
+ "900": {
+ "value": "#182048",
+ "type": "color"
+ }
+ },
+ "nebula": {
+ "50": {
+ "value": "#f1ebf7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#d4c2e5",
+ "type": "color"
+ },
+ "200": {
+ "value": "#bfa4d9",
+ "type": "color"
+ },
+ "300": {
+ "value": "#a17ac7",
+ "type": "color"
+ },
+ "400": {
+ "value": "#8f61bd",
+ "type": "color"
+ },
+ "500": {
+ "value": "#7339ac",
+ "type": "color"
+ },
+ "600": {
+ "value": "#69349d",
+ "type": "color"
+ },
+ "700": {
+ "value": "#52287a",
+ "type": "color"
+ },
+ "800": {
+ "value": "#3f1f5f",
+ "type": "color"
+ },
+ "900": {
+ "value": "#301848",
+ "type": "color"
+ }
+ }
+ },
+ "alert": {
+ "error": {
+ "o-50": {
+ "50": {
+ "value": "#f9ecec80",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ebc4c480",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e2a7a780",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d47f7f80",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cc666680",
+ "type": "color"
+ },
+ "500": {
+ "value": "#bf404080",
+ "type": "color"
+ },
+ "600": {
+ "value": "#ae3a3a80",
+ "type": "color"
+ },
+ "700": {
+ "value": "#882d2d80",
+ "type": "color"
+ },
+ "800": {
+ "value": "#69232380",
+ "type": "color"
+ },
+ "900": {
+ "value": "#371c1c80",
+ "type": "color"
+ }
+ },
+ "o-100": {
+ "50": {
+ "value": "#f9ecec",
+ "type": "color"
+ },
+ "100": {
+ "value": "#ebc4c4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#e2a7a7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#d47f7f",
+ "type": "color"
+ },
+ "400": {
+ "value": "#cc6666",
+ "type": "color"
+ },
+ "500": {
+ "value": "#bf4040",
+ "type": "color"
+ },
+ "600": {
+ "value": "#ae3a3a",
+ "type": "color"
+ },
+ "700": {
+ "value": "#882d2d",
+ "type": "color"
+ },
+ "800": {
+ "value": "#692323",
+ "type": "color"
+ },
+ "900": {
+ "value": "#501b1b",
+ "type": "color"
+ }
+ }
+ },
+ "notification": {
+ "o-100": {
+ "50": {
+ "value": "#eaf8f6",
+ "type": "color"
+ },
+ "100": {
+ "value": "#bee8e4",
+ "type": "color"
+ },
+ "200": {
+ "value": "#9fddd7",
+ "type": "color"
+ },
+ "300": {
+ "value": "#73cec5",
+ "type": "color"
+ },
+ "400": {
+ "value": "#58c5ba",
+ "type": "color"
+ },
+ "500": {
+ "value": "#2eb6a9",
+ "type": "color"
+ },
+ "600": {
+ "value": "#2aa69a",
+ "type": "color"
+ },
+ "700": {
+ "value": "#218178",
+ "type": "color"
+ },
+ "800": {
+ "value": "#19645d",
+ "type": "color"
+ },
+ "900": {
+ "value": "#134c47",
+ "type": "color"
+ }
+ }
+ },
+ "success": {
+ "o-100": {
+ "50": {
+ "value": "#ecf9ed",
+ "type": "color"
+ },
+ "100": {
+ "value": "#c4ebc6",
+ "type": "color"
+ },
+ "200": {
+ "value": "#a7e2aa",
+ "type": "color"
+ },
+ "300": {
+ "value": "#7fd483",
+ "type": "color"
+ },
+ "400": {
+ "value": "#66cc6b",
+ "type": "color"
+ },
+ "500": {
+ "value": "#40bf46",
+ "type": "color"
+ },
+ "600": {
+ "value": "#3aae40",
+ "type": "color"
+ },
+ "700": {
+ "value": "#2d8832",
+ "type": "color"
+ },
+ "800": {
+ "value": "#236927",
+ "type": "color"
+ },
+ "900": {
+ "value": "#1b501d",
+ "type": "color"
+ }
+ }
+ },
+ "warning": {
+ "o-100": {
+ "50": {
+ "value": "#fdfae7",
+ "type": "color"
+ },
+ "100": {
+ "value": "#f8efb3",
+ "type": "color"
+ },
+ "200": {
+ "value": "#f5e78e",
+ "type": "color"
+ },
+ "300": {
+ "value": "#f0dc5b",
+ "type": "color"
+ },
+ "400": {
+ "value": "#edd53b",
+ "type": "color"
+ },
+ "500": {
+ "value": "#e9cb0a",
+ "type": "color"
+ },
+ "600": {
+ "value": "#d4b909",
+ "type": "color"
+ },
+ "700": {
+ "value": "#a59007",
+ "type": "color"
+ },
+ "800": {
+ "value": "#807006",
+ "type": "color"
+ },
+ "900": {
+ "value": "#625504",
+ "type": "color"
+ }
+ }
+ }
+ }
+}
diff --git a/packages/tailwind-constructor/tokens/dark.json b/packages/tailwind-constructor/tokens/dark.json
index 9e26dfeeb..86bd17e1e 100644
--- a/packages/tailwind-constructor/tokens/dark.json
+++ b/packages/tailwind-constructor/tokens/dark.json
@@ -1 +1,50 @@
-{}
\ No newline at end of file
+{
+ "fg": {
+ "default": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "muted": {
+ "value": "#e2e8f0",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "#a0aec0",
+ "type": "color"
+ }
+ },
+ "bg": {
+ "default": {
+ "value": "#1a202c",
+ "type": "color"
+ },
+ "muted": {
+ "value": "#4a5568",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "#718096",
+ "type": "color"
+ }
+ },
+ "accent": {
+ "default": {
+ "value": "#5a67d8",
+ "type": "color"
+ },
+ "onAccent": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "bg": {
+ "value": "#434190",
+ "type": "color"
+ }
+ },
+ "shadows": {
+ "default": {
+ "value": "#0000004d",
+ "type": "color"
+ }
+ }
+}
diff --git a/packages/tailwind-constructor/tokens/light.json b/packages/tailwind-constructor/tokens/light.json
index 9e26dfeeb..01638666e 100644
--- a/packages/tailwind-constructor/tokens/light.json
+++ b/packages/tailwind-constructor/tokens/light.json
@@ -1 +1,50 @@
-{}
\ No newline at end of file
+{
+ "fg": {
+ "default": {
+ "value": "#000000",
+ "type": "color"
+ },
+ "muted": {
+ "value": "#4a5568",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "#a0aec0",
+ "type": "color"
+ }
+ },
+ "bg": {
+ "default": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "muted": {
+ "value": "#f7fafc",
+ "type": "color"
+ },
+ "subtle": {
+ "value": "#edf2f7",
+ "type": "color"
+ }
+ },
+ "accent": {
+ "default": {
+ "value": "#7f9cf5",
+ "type": "color"
+ },
+ "onAccent": {
+ "value": "#ffffff",
+ "type": "color"
+ },
+ "bg": {
+ "value": "#c3dafe",
+ "type": "color"
+ }
+ },
+ "shadows": {
+ "default": {
+ "value": "#1a202c",
+ "type": "color"
+ }
+ }
+}
diff --git a/yarn.lock b/yarn.lock
index 27cd360b3..b4880b953 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3032,7 +3032,7 @@ __metadata:
style-dictionary: ^3.0.2
tailwind-hamburgers: 1.3.5
tailwind-variants: 0.1.14
- tailwindcss: 3.3.3
+ tailwindcss: 3.4.3
languageName: unknown
linkType: soft
@@ -20150,7 +20150,7 @@ __metadata:
languageName: node
linkType: hard
-"fast-glob@npm:^3.2.5":
+"fast-glob@npm:^3.2.5, fast-glob@npm:^3.3.0":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
dependencies:
@@ -21540,6 +21540,21 @@ __metadata:
languageName: node
linkType: hard
+"glob@npm:^10.3.10":
+ version: 10.3.15
+ resolution: "glob@npm:10.3.15"
+ dependencies:
+ foreground-child: ^3.1.0
+ jackspeak: ^2.3.6
+ minimatch: ^9.0.1
+ minipass: ^7.0.4
+ path-scurry: ^1.11.0
+ bin:
+ glob: dist/esm/bin.mjs
+ checksum: c7aeae0b4eea0dfedc6682b71a8ad4d1ea9dfec0f2440571f916e1918c046824c8d441bbe1965c06fede025a0726c6daab5ae8019afe667364f43776eaaf9044
+ languageName: node
+ linkType: hard
+
"glob@npm:^8.0.1":
version: 8.1.0
resolution: "glob@npm:8.1.0"
@@ -24407,6 +24422,19 @@ __metadata:
languageName: node
linkType: hard
+"jackspeak@npm:^2.3.6":
+ version: 2.3.6
+ resolution: "jackspeak@npm:2.3.6"
+ dependencies:
+ "@isaacs/cliui": ^8.0.2
+ "@pkgjs/parseargs": ^0.11.0
+ dependenciesMeta:
+ "@pkgjs/parseargs":
+ optional: true
+ checksum: 57d43ad11eadc98cdfe7496612f6bbb5255ea69fe51ea431162db302c2a11011642f50cfad57288bd0aea78384a0612b16e131944ad8ecd09d619041c8531b54
+ languageName: node
+ linkType: hard
+
"jake@npm:^10.8.5":
version: 10.8.7
resolution: "jake@npm:10.8.7"
@@ -26072,6 +26100,15 @@ __metadata:
languageName: node
linkType: hard
+"jiti@npm:^1.21.0":
+ version: 1.21.0
+ resolution: "jiti@npm:1.21.0"
+ bin:
+ jiti: bin/jiti.js
+ checksum: a7bd5d63921c170eaec91eecd686388181c7828e1fa0657ab374b9372bfc1f383cf4b039e6b272383d5cb25607509880af814a39abdff967322459cca41f2961
+ languageName: node
+ linkType: hard
+
"joi@npm:^17.3.0":
version: 17.10.1
resolution: "joi@npm:17.10.1"
@@ -26333,7 +26370,14 @@ __metadata:
languageName: node
linkType: hard
-"jsonc-parser@npm:^3.0.0, jsonc-parser@npm:^3.2.0":
+"jsonc-parser@npm:^3.0.0":
+ version: 3.2.1
+ resolution: "jsonc-parser@npm:3.2.1"
+ checksum: 656d9027b91de98d8ab91b3aa0d0a4cab7dc798a6830845ca664f3e76c82d46b973675bbe9b500fae1de37fd3e81aceacbaa2a57884bf2f8f29192150d2d1ef7
+ languageName: node
+ linkType: hard
+
+"jsonc-parser@npm:^3.2.0":
version: 3.2.0
resolution: "jsonc-parser@npm:3.2.0"
checksum: 946dd9a5f326b745aa326d48a7257e3f4a4b62c5e98ec8e49fa2bdd8d96cef7e6febf1399f5c7016114fd1f68a1c62c6138826d5d90bc650448e3cf0951c53c7
@@ -27429,6 +27473,13 @@ __metadata:
languageName: node
linkType: hard
+"lru-cache@npm:^10.2.0":
+ version: 10.2.2
+ resolution: "lru-cache@npm:10.2.2"
+ checksum: 98e8fc93691c546f719a76103ef2bee5a3ac823955c755a47641ec41f8c7fafa1baeaba466937cc1cbfa9cfd47e03536d10e2db3158a64ad91ff3a58a32c893e
+ languageName: node
+ linkType: hard
+
"lru-cache@npm:^4.0.1":
version: 4.1.5
resolution: "lru-cache@npm:4.1.5"
@@ -28791,6 +28842,13 @@ __metadata:
languageName: node
linkType: hard
+"minipass@npm:^7.0.4":
+ version: 7.1.1
+ resolution: "minipass@npm:7.1.1"
+ checksum: d2c461947a7530f93de4162aa3ca0a1bed1f121626906f6ec63a5ba05fd7b1d9bee4fe89a37a43db7241c2416be98a799c1796abae583c7180be37be5c392ef6
+ languageName: node
+ linkType: hard
+
"minizlib@npm:^2.1.1, minizlib@npm:^2.1.2":
version: 2.1.2
resolution: "minizlib@npm:2.1.2"
@@ -30969,6 +31027,16 @@ __metadata:
languageName: node
linkType: hard
+"path-scurry@npm:^1.11.0":
+ version: 1.11.1
+ resolution: "path-scurry@npm:1.11.1"
+ dependencies:
+ lru-cache: ^10.2.0
+ minipass: ^5.0.0 || ^6.0.2 || ^7.0.0
+ checksum: 890d5abcd593a7912dcce7cf7c6bf7a0b5648e3dee6caf0712c126ca0a65c7f3d7b9d769072a4d1baf370f61ce493ab5b038d59988688e0c5f3f646ee3c69023
+ languageName: node
+ linkType: hard
+
"path-to-regexp@npm:0.1.7":
version: 0.1.7
resolution: "path-to-regexp@npm:0.1.7"
@@ -37644,21 +37712,21 @@ __metadata:
linkType: hard
"style-dictionary@npm:^3.0.2":
- version: 3.8.0
- resolution: "style-dictionary@npm:3.8.0"
+ version: 3.9.2
+ resolution: "style-dictionary@npm:3.9.2"
dependencies:
chalk: ^4.0.0
change-case: ^4.1.2
commander: ^8.3.0
fs-extra: ^10.0.0
- glob: ^7.2.0
+ glob: ^10.3.10
json5: ^2.2.2
jsonc-parser: ^3.0.0
lodash: ^4.17.15
tinycolor2: ^1.4.1
bin:
style-dictionary: bin/style-dictionary
- checksum: ed2440c2d1bd84593f9f60ffbfbb7c85c9592d125e169ea63e2044fe681191e8c9c156853d82ae606f9adf6aacbaa162e03d5ef85b80be334d76e28a57bfc189
+ checksum: dffb8a2c56530cd24f55087abe4237ed3b1e57f8aea2155c8ad2342579ddec0b8d9d497c12aaf97dc11663b9d52d1f5edb35d860f47649a6488ddc9a85ed4255
languageName: node
linkType: hard
@@ -38070,7 +38138,40 @@ __metadata:
languageName: node
linkType: hard
-"tailwindcss@npm:3.3.3, tailwindcss@npm:^3.0.2":
+"tailwindcss@npm:3.4.3":
+ version: 3.4.3
+ resolution: "tailwindcss@npm:3.4.3"
+ dependencies:
+ "@alloc/quick-lru": ^5.2.0
+ arg: ^5.0.2
+ chokidar: ^3.5.3
+ didyoumean: ^1.2.2
+ dlv: ^1.1.3
+ fast-glob: ^3.3.0
+ glob-parent: ^6.0.2
+ is-glob: ^4.0.3
+ jiti: ^1.21.0
+ lilconfig: ^2.1.0
+ micromatch: ^4.0.5
+ normalize-path: ^3.0.0
+ object-hash: ^3.0.0
+ picocolors: ^1.0.0
+ postcss: ^8.4.23
+ postcss-import: ^15.1.0
+ postcss-js: ^4.0.1
+ postcss-load-config: ^4.0.1
+ postcss-nested: ^6.0.1
+ postcss-selector-parser: ^6.0.11
+ resolve: ^1.22.2
+ sucrase: ^3.32.0
+ bin:
+ tailwind: lib/cli.js
+ tailwindcss: lib/cli.js
+ checksum: 7d181a6aafb520c5760d23d0a199444a324dfa36538edd31934daa253ed9a7ac4bde18c4205aaa89c1269bc2ff11781efda04d2e27ded535a9a2547667a344b1
+ languageName: node
+ linkType: hard
+
+"tailwindcss@npm:^3.0.2":
version: 3.3.3
resolution: "tailwindcss@npm:3.3.3"
dependencies: