diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml deleted file mode 100644 index d821150..0000000 --- a/.github/workflows/coveralls.yaml +++ /dev/null @@ -1,23 +0,0 @@ -on: ['push', 'pull_request'] - -name: Coveralls - -jobs: - build: - name: Reporter - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Use Node.js 18.x - uses: actions/setup-node@v3 - with: - node-version: 18.x - - - name: Build, and make test-coverage - run: | - npm ci - npm run build - JEST_MAX_WORKERS=3 npm run test:ci - - name: Coveralls - uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 diff --git a/.gitignore b/.gitignore index 2cd4bbf..9b98866 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ node_modules coverage -dist/* +dist/ .env .env.* *.env diff --git a/.husky/pre-commit b/.husky/pre-commit index ff28b2e..64778a1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,3 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm test -npm run lint diff --git a/dist/quill-tailwind/_core.css b/dist/quill-tailwind/_core.css deleted file mode 100644 index 792c313..0000000 --- a/dist/quill-tailwind/_core.css +++ /dev/null @@ -1,640 +0,0 @@ -:root { - --core-border-radius-50: 0px; - --core-border-radius-100: 2px; /* 0.125rem */ - --core-border-radius-200: 4px; /* 0.25rem */ - --core-border-radius-300: 6px; /* 0.375rem */ - --core-border-radius-400: 8px; /* 0.5rem */ - --core-border-radius-500: 10px; /* 0.625rem */ - --core-border-radius-600: 12px; /* 0.75rem */ - --core-border-radius-700: 14px; /* 0.875rem */ - --core-border-radius-800: 16px; /* 1rem */ - --core-border-radius-900: 18px; /* 1.125rem */ - --core-border-radius-1000: 20px; /* 1.25rem */ - --core-border-radius-1100: 22px; /* 1.375rem */ - --core-border-radius-1200: 24px; /* 1.5rem */ - --core-border-radius-1300: 26px; /* 1.625rem */ - --core-border-radius-1400: 28px; /* 1.75rem */ - --core-border-radius-1500: 30px; /* 1.875rem */ - --core-border-radius-1600: 32px; /* 2rem */ - --core-border-radius-1700: 34px; /* 2.125rem */ - --core-border-radius-1800: 36px; /* 2.25rem */ - --core-border-radius-1900: 38px; /* 2.375rem */ - --core-border-radius-2000: 40px; /* 2.5rem */ - --core-border-radius-2100: 42px; /* 2.625rem */ - --core-border-radius-2200: 44px; /* 2.75rem */ - --core-border-radius-2300: 46px; /* 2.875rem */ - --core-border-radius-2400: 48px; /* 3rem */ - --core-border-radius-2500: 50px; /* 3.125rem */ - --core-border-radius-2600: 52px; /* 3.25rem */ - --core-border-radius-2700: 54px; /* 3.375rem */ - --core-border-radius-2800: 56px; /* 3.5rem */ - --core-border-radius-2900: 58px; /* 3.625rem */ - --core-border-radius-3000: 60px; /* 3.75rem */ - --core-border-radius-3100: 62px; /* 3.875rem */ - --core-border-radius-3200: 64px; /* 4rem */ - --core-border-radius-3300: 66px; /* 4.125rem */ - --core-border-radius-3400: 68px; /* 4.25rem */ - --core-border-radius-3500: 70px; /* 4.375rem */ - --core-border-radius-3600: 72px; /* 4.5rem */ - --core-border-radius-3700: 74px; /* 4.625rem */ - --core-border-radius-3800: 76px; /* 4.75rem */ - --core-border-radius-3900: 78px; /* 4.875rem */ - --core-border-radius-4000: 80px; /* 5rem */ - --core-border-radius-4100: 82px; /* 5.125rem */ - --core-border-radius-4200: 84px; /* 5.25rem */ - --core-border-radius-4300: 86px; /* 5.375rem */ - --core-border-radius-4400: 88px; /* 5.5rem */ - --core-border-radius-4500: 90px; /* 5.625rem */ - --core-border-radius-4600: 92px; /* 5.75rem */ - --core-border-radius-4700: 94px; /* 5.875rem */ - --core-border-radius-4800: 96px; /* 6rem */ - --core-border-radius-4900: 98px; /* 6.125rem */ - --core-border-radius-5000: 100px; /* 6.25rem */ - --core-border-width-50: 0; - --core-border-width-75: 1px; /* 0.0625rem */ - --core-border-width-100: 2px; /* 0.125 */ - --core-border-width-200: 4px; /* 0.25rem */ - --core-border-width-300: 8px; /* 0.5rem */ - --core-elevation-shadow-50: 0 0 0 0; - --core-elevation-shadow-110: 0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%); - --core-elevation-shadow-120: 1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%); - --core-elevation-shadow-130: 0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%); - --core-elevation-shadow-140: -1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%); - --core-elevation-shadow-210: 0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%); - --core-elevation-shadow-220: 1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%); - --core-elevation-shadow-230: 0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%); - --core-elevation-shadow-240: -1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%); - --core-elevation-shadow-310: 0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-320: 4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-330: 0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-340: -4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-410: 0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-420: 8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-430: 0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-440: -8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%); - --core-elevation-shadow-510: 0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%); - --core-elevation-shadow-520: 16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%); - --core-elevation-shadow-530: 0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%); - --core-elevation-shadow-540: -16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%); - --core-elevation-shadow-610: 0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%); - --core-elevation-shadow-620: 24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%); - --core-elevation-shadow-630: 0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%); - --core-elevation-shadow-710: 0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%); - --core-elevation-shadow-720: 32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%); - --core-elevation-shadow-730: 0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%); - --core-elevation-shadow-740: -32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%); - --core-color-gradient-slate-110: linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%); - --core-color-gradient-slate-120: linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%); - --core-color-gradient-slate-130: linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%); - --core-color-gradient-slate-140: linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%); - --core-color-gradient-slate-210: linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%); - --core-color-gradient-slate-220: linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%); - --core-color-gradient-slate-230: linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%); - --core-color-gradient-slate-240: linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%); - --core-color-gradient-slate-310: linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%); - --core-color-gradient-slate-320: linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%); - --core-color-gradient-slate-330: linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%); - --core-color-gradient-slate-340: linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%); - --core-color-gradient-slate-410: linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%); - --core-color-gradient-slate-420: linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%); - --core-color-gradient-slate-430: linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%); - --core-color-gradient-slate-440: linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%); - --core-color-opacity-white-75: rgba(255, 255, 255, 0.04); - --core-color-opacity-white-100: rgba(255, 255, 255, 0.08); - --core-color-opacity-white-200: rgba(255, 255, 255, 0.16); - --core-color-opacity-white-300: rgba(255, 255, 255, 0.24); - --core-color-opacity-white-400: rgba(255, 255, 255, 0.48); /* 48% of base color */ - --core-color-opacity-white-500: rgba(255, 255, 255, 0.56); /* 56% of base color */ - --core-color-opacity-white-600: rgba(255, 255, 255, 0.72); /* 72% of base color */ - --core-color-opacity-white-700: rgba(255, 255, 255, 0.8); /* 80% of base color */ - --core-color-opacity-white-800: rgba(255, 255, 255, 0.88); /* 88% of base color */ - --core-color-opacity-black-75: rgba(0, 0, 0, 0.04); /* Initially 4%. changed to 8%. */ - --core-color-opacity-black-100: rgba(0, 0, 0, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-black-200: rgba(0, 0, 0, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-black-300: rgba(0, 0, 0, 0.24); /* 24% of base color */ - --core-color-opacity-black-400: rgba(0, 0, 0, 0.48); /* 48% of base color */ - --core-color-opacity-black-500: rgba(0, 0, 0, 0.56); /* 56% of base color */ - --core-color-opacity-black-600: rgba(0, 0, 0, 0.72); /* 72% of base color */ - --core-color-opacity-black-700: rgba(0, 0, 0, 0.8); /* 80% of base color */ - --core-color-opacity-black-800: rgba(0, 0, 0, 0.88); /* 88% of base color */ - --core-color-opacity-red-100: rgba(230, 25, 14, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-red-200: rgba(230, 25, 14, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-red-300: rgba(230, 25, 14, 0.24); /* 24% of base color */ - --core-color-opacity-red-400: rgba(230, 25, 14, 0.48); /* 48% of base color */ - --core-color-opacity-red-500: rgba(230, 25, 14, 0.56); /* 56% of base color */ - --core-color-opacity-red-600: rgba(230, 25, 14, 0.72); /* 72% of base color */ - --core-color-opacity-red-700: rgba(230, 25, 14, 0.8); /* 80% of base color */ - --core-color-opacity-red-800: rgba(230, 25, 14, 0.88); /* 88% of base color */ - --core-color-opacity-orange-100: rgba(245, 95, 10, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-orange-200: rgba(245, 95, 10, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-orange-300: rgba(245, 95, 10, 0.24); /* 24% of base color */ - --core-color-opacity-orange-400: rgba(245, 95, 10, 0.48); /* 48% of base color */ - --core-color-opacity-orange-500: rgba(245, 95, 10, 0.56); /* 56% of base color */ - --core-color-opacity-orange-600: rgba(245, 95, 10, 0.72); /* 72% of base color */ - --core-color-opacity-orange-700: rgba(245, 95, 10, 0.8); /* 80% of base color */ - --core-color-opacity-orange-800: rgba(245, 95, 10, 0.88); /* 88% of base color */ - --core-color-opacity-yellow-100: rgba(255, 156, 19, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-yellow-200: rgba(255, 156, 19, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-yellow-300: rgba(255, 156, 19, 0.24); /* 24% of base color */ - --core-color-opacity-yellow-400: rgba(255, 156, 19, 0.48); /* 48% of base color */ - --core-color-opacity-yellow-500: rgba(255, 156, 19, 0.56); /* 56% of base color */ - --core-color-opacity-yellow-600: rgba(255, 156, 19, 0.72); /* 72% of base color */ - --core-color-opacity-yellow-700: rgba(255, 156, 19, 0.8); /* 80% of base color */ - --core-color-opacity-yellow-800: rgba(255, 156, 19, 0.88); /* 88% of base color */ - --core-color-opacity-mustard-100: rgba(247, 198, 11, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-mustard-200: rgba(247, 198, 11, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-mustard-300: rgba(247, 198, 11, 0.24); /* 24% of base color */ - --core-color-opacity-mustard-400: rgba(247, 198, 11, 0.48); /* 48% of base color */ - --core-color-opacity-mustard-500: rgba(247, 198, 11, 0.56); /* 56% of base color */ - --core-color-opacity-mustard-600: rgba(247, 198, 11, 0.72); /* 72% of base color */ - --core-color-opacity-mustard-700: rgba(247, 198, 11, 0.8); /* 80% of base color */ - --core-color-opacity-mustard-800: rgba(247, 198, 11, 0.88); /* 88% of base color */ - --core-color-opacity-olive-100: rgba(224, 218, 2, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-olive-200: rgba(224, 218, 2, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-olive-300: rgba(224, 218, 2, 0.24); /* 24% of base color */ - --core-color-opacity-olive-400: rgba(224, 218, 2, 0.48); /* 48% of base color */ - --core-color-opacity-olive-500: rgba(224, 218, 2, 0.56); /* 56% of base color */ - --core-color-opacity-olive-600: rgba(224, 218, 2, 0.72); /* 72% of base color */ - --core-color-opacity-olive-700: rgba(224, 218, 2, 0.8); /* 80% of base color */ - --core-color-opacity-olive-800: rgba(224, 218, 2, 0.88); /* 88% of base color */ - --core-color-opacity-green-100: rgba(0, 136, 50, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-green-200: rgba(0, 136, 50, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-green-300: rgba(0, 136, 50, 0.24); /* 24% of base color */ - --core-color-opacity-green-400: rgba(0, 136, 50, 0.48); /* 48% of base color */ - --core-color-opacity-green-500: rgba(0, 136, 50, 0.56); /* 56% of base color */ - --core-color-opacity-green-600: rgba(0, 136, 50, 0.72); /* 72% of base color */ - --core-color-opacity-green-700: rgba(0, 136, 50, 0.8); /* 80% of base color */ - --core-color-opacity-green-800: rgba(0, 136, 50, 0.88); /* 88% of base color */ - --core-color-opacity-emerald-100: rgba(0, 195, 144, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-emerald-200: rgba(0, 195, 144, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-emerald-300: rgba(0, 195, 144, 0.24); /* 24% of base color */ - --core-color-opacity-emerald-400: rgba(0, 195, 144, 0.48); /* 48% of base color */ - --core-color-opacity-emerald-500: rgba(0, 195, 144, 0.56); /* 56% of base color */ - --core-color-opacity-emerald-600: rgba(0, 195, 144, 0.72); /* 72% of base color */ - --core-color-opacity-emerald-700: rgba(0, 195, 144, 0.8); /* 80% of base color */ - --core-color-opacity-emerald-800: rgba(0, 195, 144, 0.88); /* 88% of base color */ - --core-color-opacity-tiffany-100: rgba(23, 234, 189, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-tiffany-200: rgba(23, 234, 189, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-tiffany-300: rgba(23, 234, 189, 0.24); /* 24% of base color */ - --core-color-opacity-tiffany-400: rgba(23, 234, 189, 0.48); /* 48% of base color */ - --core-color-opacity-tiffany-500: rgba(23, 234, 189, 0.56); /* 56% of base color */ - --core-color-opacity-tiffany-600: rgba(23, 234, 189, 0.72); /* 72% of base color */ - --core-color-opacity-tiffany-700: rgba(23, 234, 189, 0.8); /* 80% of base color */ - --core-color-opacity-tiffany-800: rgba(23, 234, 189, 0.88); /* 88% of base color */ - --core-color-opacity-teal-100: rgba(0, 204, 204, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-teal-200: rgba(0, 204, 204, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-teal-300: rgba(0, 204, 204, 0.24); /* 24% of base color */ - --core-color-opacity-teal-400: rgba(0, 204, 204, 0.48); /* 48% of base color */ - --core-color-opacity-teal-500: rgba(0, 204, 204, 0.56); /* 56% of base color */ - --core-color-opacity-teal-600: rgba(0, 204, 204, 0.72); /* 72% of base color */ - --core-color-opacity-teal-700: rgba(0, 204, 204, 0.8); /* 80% of base color */ - --core-color-opacity-teal-800: rgba(0, 204, 204, 0.88); /* 88% of base color */ - --core-color-opacity-seawater-100: rgba(10, 160, 176, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-seawater-200: rgba(10, 160, 176, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-seawater-300: rgba(10, 160, 176, 0.24); /* 24% of base color */ - --core-color-opacity-seawater-400: rgba(10, 160, 176, 0.48); /* 48% of base color */ - --core-color-opacity-seawater-500: rgba(10, 160, 176, 0.56); /* 56% of base color */ - --core-color-opacity-seawater-600: rgba(10, 160, 176, 0.72); /* 72% of base color */ - --core-color-opacity-seawater-700: rgba(10, 160, 176, 0.8); /* 80% of base color */ - --core-color-opacity-seawater-800: rgba(10, 160, 176, 0.88); /* 88% of base color */ - --core-color-opacity-blue-100: rgba(44, 154, 255, 0.08); /* Initially 4%. changed to 8%. */ - --core-color-opacity-blue-200: rgba(44, 154, 255, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-blue-300: rgba(44, 154, 255, 0.24); /* 24% of base color */ - --core-color-opacity-blue-400: rgba(44, 154, 255, 0.48); /* 48% of base color */ - --core-color-opacity-blue-500: rgba(44, 154, 255, 0.56); /* 56% of base color */ - --core-color-opacity-blue-600: rgba(44, 154, 255, 0.72); /* 72% of base color */ - --core-color-opacity-blue-700: rgba(44, 154, 255, 0.8); /* 80% of base color */ - --core-color-opacity-blue-800: rgba(44, 154, 255, 0.88); /* 88% of base color */ - --core-color-opacity-sapphire-100: rgba(12, 40, 247, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-sapphire-200: rgba(12, 40, 247, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-sapphire-300: rgba(12, 40, 247, 0.24); /* 24% of base color */ - --core-color-opacity-sapphire-400: rgba(12, 40, 247, 0.48); /* 48% of base color */ - --core-color-opacity-sapphire-500: rgba(12, 40, 247, 0.56); /* 56% of base color */ - --core-color-opacity-sapphire-600: rgba(12, 40, 247, 0.72); /* 72% of base color */ - --core-color-opacity-sapphire-700: rgba(12, 40, 247, 0.8); /* 80% of base color */ - --core-color-opacity-sapphire-800: rgba(12, 40, 247, 0.88); /* 88% of base color */ - --core-color-opacity-blueberry-100: rgba(73, 2, 224, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-blueberry-200: rgba(73, 2, 224, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-blueberry-300: rgba(73, 2, 224, 0.24); /* 24% of base color */ - --core-color-opacity-blueberry-400: rgba(73, 2, 224, 0.48); /* 48% of base color */ - --core-color-opacity-blueberry-500: rgba(73, 2, 224, 0.56); /* 56% of base color */ - --core-color-opacity-blueberry-600: rgba(73, 2, 224, 0.72); /* 72% of base color */ - --core-color-opacity-blueberry-700: rgba(73, 2, 224, 0.8); /* 80% of base color */ - --core-color-opacity-blueberry-800: rgba(73, 2, 224, 0.88); /* 88% of base color */ - --core-color-opacity-grape-100: rgba(127, 13, 207, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-grape-200: rgba(127, 13, 207, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-grape-300: rgba(127, 13, 207, 0.24); /* 24% of base color */ - --core-color-opacity-grape-400: rgba(127, 13, 207, 0.48); /* 48% of base color */ - --core-color-opacity-grape-500: rgba(127, 13, 207, 0.56); /* 56% of base color */ - --core-color-opacity-grape-600: rgba(127, 13, 207, 0.72); /* 72% of base color */ - --core-color-opacity-grape-700: rgba(127, 13, 207, 0.8); /* 80% of base color */ - --core-color-opacity-grape-800: rgba(127, 13, 207, 0.88); /* 88% of base color */ - --core-color-opacity-magenta-100: rgba(203, 13, 247, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-magenta-200: rgba(203, 13, 247, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-magenta-300: rgba(203, 13, 247, 0.24); /* 24% of base color */ - --core-color-opacity-magenta-400: rgba(203, 13, 247, 0.48); /* 48% of base color */ - --core-color-opacity-magenta-500: rgba(203, 13, 247, 0.56); /* 56% of base color */ - --core-color-opacity-magenta-600: rgba(203, 13, 247, 0.72); /* 72% of base color */ - --core-color-opacity-magenta-700: rgba(203, 13, 247, 0.8); /* 80% of base color */ - --core-color-opacity-magenta-800: rgba(203, 13, 247, 0.88); /* 88% of base color */ - --core-color-opacity-cherry-100: rgba(222, 0, 64, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-cherry-200: rgba(222, 0, 64, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-cherry-300: rgba(222, 0, 64, 0.24); /* 24% of base color */ - --core-color-opacity-cherry-400: rgba(222, 0, 64, 0.48); /* 48% of base color */ - --core-color-opacity-cherry-500: rgba(222, 0, 64, 0.56); /* 56% of base color */ - --core-color-opacity-cherry-600: rgba(222, 0, 64, 0.72); /* 72% of base color */ - --core-color-opacity-cherry-700: rgba(222, 0, 64, 0.8); /* 80% of base color */ - --core-color-opacity-cherry-800: rgba(222, 0, 64, 0.88); /* 88% of base color */ - --core-color-opacity-coral-100: rgba(255, 68, 79, 0.08); - --core-color-opacity-coral-200: rgba(255, 68, 79, 0.16); - --core-color-opacity-coral-300: rgba(255, 68, 79, 0.24); - --core-color-opacity-coral-400: rgba(255, 68, 79, 0.48); - --core-color-opacity-coral-500: rgba(255, 68, 79, 0.56); - --core-color-opacity-coral-600: rgba(255, 68, 79, 0.72); - --core-color-opacity-coral-700: rgba(255, 68, 79, 0.8); - --core-color-opacity-coral-800: rgba(255, 68, 79, 0.88); - --core-color-opacity-slate-100: rgba(65, 70, 82, 0.08); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-200: rgba(65, 70, 82, 0.16); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-300: rgba(65, 70, 82, 0.24); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-400: rgba(65, 70, 82, 0.32); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-500: rgba(65, 70, 82, 0.4); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-600: rgba(65, 70, 82, 0.48); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-700: rgba(65, 70, 82, 0.56); /* Initially 8%. changed to 16%. */ - --core-color-opacity-slate-800: rgba(65, 70, 82, 0.64); /* Initially 8%. changed to 16%. */ - --core-color-opacity-overflow-100: rgba(255, 255, 255, 0); - --core-color-opacity-overflow-200: rgba(246, 247, 248, 0); - --core-color-opacity-overflow-300: rgba(24, 28, 37, 0); - --core-color-opacity-overflow-400: rgba(17, 20, 27, 0); - --core-color-solid-red-100: #ffe6e6; /* test change */ - --core-color-solid-red-200: #ffbfbf; - --core-color-solid-red-300: #ff9999; - --core-color-solid-red-400: #ff7373; - --core-color-solid-red-500: #ff4d4d; - --core-color-solid-red-600: #f92e26; - --core-color-solid-red-700: #e6190e; - --core-color-solid-red-800: #db0800; - --core-color-solid-red-900: #c40000; - --core-color-solid-red-1000: #a60000; - --core-color-solid-red-1100: #880000; - --core-color-solid-red-1200: #6a0000; - --core-color-solid-red-1300: #4d0000; - --core-color-solid-orange-100: #feefe7; - --core-color-solid-orange-200: #fdd7c2; - --core-color-solid-orange-300: #fbbf9d; - --core-color-solid-orange-400: #faa778; - --core-color-solid-orange-500: #f88f54; - --core-color-solid-orange-600: #f7772f; - --core-color-solid-orange-700: #f55f0a; - --core-color-solid-orange-800: #d85409; - --core-color-solid-orange-900: #bc4908; - --core-color-solid-orange-1000: #9f3e07; - --core-color-solid-orange-1100: #833305; - --core-color-solid-orange-1200: #662804; - --core-color-solid-orange-1300: #4a1d03; - --core-color-solid-yellow-100: #fff7e6; - --core-color-solid-yellow-200: #ffeabf; - --core-color-solid-yellow-300: #ffdd99; - --core-color-solid-yellow-400: #ffce73; - --core-color-solid-yellow-500: #ffbe4d; - --core-color-solid-yellow-600: #ffae26; - --core-color-solid-yellow-700: #ff9c13; - --core-color-solid-yellow-800: #e18d00; - --core-color-solid-yellow-900: #c47d00; - --core-color-solid-yellow-1000: #a66c00; - --core-color-solid-yellow-1100: #885a00; - --core-color-solid-yellow-1200: #6a4800; - --core-color-solid-yellow-1300: #4d3500; - --core-color-solid-mustard-100: #fef9e7; - --core-color-solid-mustard-200: #fdf1c2; - --core-color-solid-mustard-300: #fce89d; - --core-color-solid-mustard-400: #fbe079; - --core-color-solid-mustard-500: #f9d754; - --core-color-solid-mustard-600: #f8cf30; - --core-color-solid-mustard-700: #f7c60b; - --core-color-solid-mustard-800: #daaf0a; - --core-color-solid-mustard-900: #bd9808; - --core-color-solid-mustard-1000: #a18107; - --core-color-solid-mustard-1100: #846a06; - --core-color-solid-mustard-1200: #675305; - --core-color-solid-mustard-1300: #4a3b03; - --core-color-solid-olive-100: #fcfbe6; - --core-color-solid-olive-200: #f7f6c0; - --core-color-solid-olive-300: #f3f09a; - --core-color-solid-olive-400: #eeeb74; - --core-color-solid-olive-500: #e9e54e; - --core-color-solid-olive-600: #e5e028; - --core-color-solid-olive-700: #e0da02; - --core-color-solid-olive-800: #c6c102; - --core-color-solid-olive-900: #aca702; - --core-color-solid-olive-1000: #928e01; - --core-color-solid-olive-1100: #787401; - --core-color-solid-olive-1200: #5d5b01; - --core-color-solid-olive-1300: #434101; - --core-color-solid-green-100: #e6fae9; - --core-color-solid-green-200: #bfefc8; - --core-color-solid-green-300: #99e2a8; - --core-color-solid-green-400: #73d089; - --core-color-solid-green-500: #4dbc6b; - --core-color-solid-green-600: #26a44e; - --core-color-solid-green-700: #008832; - --core-color-solid-green-800: #00822a; - --core-color-solid-green-900: #007a22; - --core-color-solid-green-1000: #006f1b; - --core-color-solid-green-1100: #006114; - --core-color-solid-green-1200: #00500f; - --core-color-solid-green-1300: #003d0a; - --core-color-solid-emerald-100: #e6fff9; - --core-color-solid-emerald-200: #bfffed; - --core-color-solid-emerald-300: #99ffdf; - --core-color-solid-emerald-400: #73f9cf; - --core-color-solid-emerald-500: #4decbc; - --core-color-solid-emerald-600: #26daa7; - --core-color-solid-emerald-700: #00c390; - --core-color-solid-emerald-800: #00bb86; - --core-color-solid-emerald-900: #00ae7a; - --core-color-solid-emerald-1000: #009e6d; - --core-color-solid-emerald-1100: #00885d; - --core-color-solid-emerald-1200: #006a4c; - --core-color-solid-emerald-1300: #004d39; - --core-color-solid-tiffany-100: #e8fdf8; - --core-color-solid-tiffany-200: #c5faef; - --core-color-solid-tiffany-300: #a2f7e5; - --core-color-solid-tiffany-400: #7ff3db; - --core-color-solid-tiffany-500: #5df0d1; - --core-color-solid-tiffany-600: #3aedc7; - --core-color-solid-tiffany-700: #17eabd; - --core-color-solid-tiffany-800: #14cfa7; - --core-color-solid-tiffany-900: #12b391; - --core-color-solid-tiffany-1000: #0f987b; - --core-color-solid-tiffany-1100: #0c7d65; - --core-color-solid-tiffany-1200: #0a624f; - --core-color-solid-tiffany-1300: #074639; - --core-color-solid-teal-100: #e6fafa; - --core-color-solid-teal-200: #bff2f2; - --core-color-solid-teal-300: #99ebeb; - --core-color-solid-teal-400: #73e3e3; - --core-color-solid-teal-500: #4ddbdb; - --core-color-solid-teal-600: #26d4d4; - --core-color-solid-teal-700: #00cccc; - --core-color-solid-teal-800: #00b4b4; - --core-color-solid-teal-900: #009c9c; - --core-color-solid-teal-1000: #008585; - --core-color-solid-teal-1100: #006d6d; - --core-color-solid-teal-1200: #005555; - --core-color-solid-teal-1300: #003d3d; - --core-color-solid-seawater-100: #e7f6f7; - --core-color-solid-seawater-200: #c2e7eb; - --core-color-solid-seawater-300: #9dd9df; - --core-color-solid-seawater-400: #78cbd4; - --core-color-solid-seawater-500: #54bdc8; - --core-color-solid-seawater-600: #2faebc; - --core-color-solid-seawater-700: #0aa0b0; - --core-color-solid-seawater-800: #098d9c; - --core-color-solid-seawater-900: #087b87; - --core-color-solid-seawater-1000: #076872; - --core-color-solid-seawater-1100: #05555e; - --core-color-solid-seawater-1200: #044349; - --core-color-solid-seawater-1300: #033035; - --core-color-solid-blue-100: #e6f5ff; - --core-color-solid-blue-200: #bfe7ff; - --core-color-solid-blue-300: #99d8ff; - --core-color-solid-blue-400: #73c9ff; - --core-color-solid-blue-500: #53b9ff; - --core-color-solid-blue-600: #3daaff; - --core-color-solid-blue-700: #2c9aff; - --core-color-solid-blue-800: #1789e1; - --core-color-solid-blue-900: #0777c4; - --core-color-solid-blue-1000: #0066a6; - --core-color-solid-blue-1100: #005488; - --core-color-solid-blue-1200: #00426a; - --core-color-solid-blue-1300: #00304d; - --core-color-solid-sapphire-100: #e7eafe; - --core-color-solid-sapphire-200: #c2c9fd; - --core-color-solid-sapphire-300: #9ea9fc; - --core-color-solid-sapphire-400: #7989fb; - --core-color-solid-sapphire-500: #5569f9; - --core-color-solid-sapphire-600: #3148f8; - --core-color-solid-sapphire-700: #0c28f7; - --core-color-solid-sapphire-800: #0b23da; - --core-color-solid-sapphire-900: #091fbd; - --core-color-solid-sapphire-1000: #081aa1; - --core-color-solid-sapphire-1100: #061584; - --core-color-solid-sapphire-1200: #051167; - --core-color-solid-sapphire-1300: #040c4a; - --core-color-solid-blueberry-100: #ede6fc; - --core-color-solid-blueberry-200: #d2c0f7; - --core-color-solid-blueberry-300: #b69af3; - --core-color-solid-blueberry-400: #9b74ee; - --core-color-solid-blueberry-500: #804ee9; - --core-color-solid-blueberry-600: #6428e5; - --core-color-solid-blueberry-700: #4902e0; - --core-color-solid-blueberry-800: #4102c6; - --core-color-solid-blueberry-900: #3802ac; - --core-color-solid-blueberry-1000: #2f0192; - --core-color-solid-blueberry-1100: #270178; - --core-color-solid-blueberry-1200: #1e015d; - --core-color-solid-blueberry-1300: #160143; - --core-color-solid-grape-100: #f2e7fa; - --core-color-solid-grape-200: #dfc3f3; - --core-color-solid-grape-300: #cc9eec; - --core-color-solid-grape-400: #b97ae5; - --core-color-solid-grape-500: #a556dd; - --core-color-solid-grape-600: #9231d6; - --core-color-solid-grape-700: #7f0dcf; - --core-color-solid-grape-800: #700cb7; - --core-color-solid-grape-900: #610a9f; - --core-color-solid-grape-1000: #530987; - --core-color-solid-grape-1100: #44076e; - --core-color-solid-grape-1200: #350556; - --core-color-solid-grape-1300: #26043e; - --core-color-solid-magenta-100: #fae7fe; - --core-color-solid-magenta-200: #f2c3fd; - --core-color-solid-magenta-300: #ea9efc; - --core-color-solid-magenta-400: #e27afb; - --core-color-solid-magenta-500: #db56f9; - --core-color-solid-magenta-600: #d331f8; - --core-color-solid-magenta-700: #cb0df7; - --core-color-solid-magenta-800: #b30cda; - --core-color-solid-magenta-900: #9c0abd; - --core-color-solid-magenta-1000: #8409a1; - --core-color-solid-magenta-1100: #6c0784; - --core-color-solid-magenta-1200: #550567; - --core-color-solid-magenta-1300: #3d044a; - --core-color-solid-cherry-100: #ffe6e7; - --core-color-solid-cherry-200: #ffbfc6; - --core-color-solid-cherry-300: #ff99a6; - --core-color-solid-cherry-400: #ff7389; - --core-color-solid-cherry-500: #ff4d6e; - --core-color-solid-cherry-600: #f32656; - --core-color-solid-cherry-700: #de0040; - --core-color-solid-cherry-800: #d40032; - --core-color-solid-cherry-900: #c40025; - --core-color-solid-cherry-1000: #a6001a; - --core-color-solid-cherry-1100: #880011; - --core-color-solid-cherry-1200: #6a000a; - --core-color-solid-cherry-1300: #4d0005; - --core-color-solid-coral-100: #ffe6e6; - --core-color-solid-coral-200: #ffbfc2; - --core-color-solid-coral-300: #ff9ba3; - --core-color-solid-coral-400: #ff7e88; - --core-color-solid-coral-500: #ff6671; - --core-color-solid-coral-600: #ff535e; - --core-color-solid-coral-700: #ff444f; - --core-color-solid-coral-800: #e12e3a; - --core-color-solid-coral-900: #c41c28; - --core-color-solid-coral-1000: #a60e19; - --core-color-solid-coral-1100: #88030d; - --core-color-solid-coral-1200: #6a0004; - --core-color-solid-coral-1300: #4d0000; - --core-color-solid-slate-50: #ffffff; - --core-color-solid-slate-75: #f6f7f8; - --core-color-solid-slate-100: #ebecef; - --core-color-solid-slate-200: #ced0d6; - --core-color-solid-slate-300: #b1b4bc; - --core-color-solid-slate-400: #9498a2; - --core-color-solid-slate-500: #787d88; - --core-color-solid-slate-600: #5c616d; - --core-color-solid-slate-700: #414652; - --core-color-solid-slate-800: #383d4a; - --core-color-solid-slate-900: #303541; - --core-color-solid-slate-1000: #282c38; - --core-color-solid-slate-1100: #20242f; - --core-color-solid-slate-1200: #181c25; - --core-color-solid-slate-1300: #11141b; - --core-color-solid-slate-1400: #000000; - --core-motion-ease-100: cubic-bezier(0, 0, 1, 1); - --core-motion-ease-200: cubic-bezier(1, 0, 1, 1); - --core-motion-ease-300: cubic-bezier(0, 0, 0, 1); - --core-motion-ease-400: cubic-bezier(0.72, 0, 0.24, 1); - --core-motion-duration-50: 0ms; - --core-motion-duration-100: 80ms; - --core-motion-duration-200: 160ms; - --core-motion-duration-300: 240ms; - --core-motion-duration-400: 480ms; - --core-motion-duration-500: 720ms; - --core-motion-duration-600: 960ms; - --core-motion-duration-700: 1200ms; - --core-motion-duration-800: 1440ms; - --core-motion-duration-900: 1680ms; - --core-motion-duration-1000: 1920ms; - --core-motion-duration-1100: 2400ms; - --core-motion-duration-1200: 2880ms; - --core-motion-duration-1300: 3360ms; - --core-motion-duration-1400: 3840ms; - --core-motion-duration-1500: 4320ms; - --core-opacity-50: 0; - --core-opacity-75: 0.04; - --core-opacity-100: 0.08; - --core-opacity-200: 0.16; - --core-opacity-300: 0.24; - --core-opacity-400: 0.32; - --core-opacity-500: 0.4; - --core-opacity-600: 0.48; - --core-opacity-700: 0.56; - --core-opacity-800: 0.64; - --core-opacity-900: 0.72; - --core-opacity-1000: 0.8; - --core-opacity-1100: 0.88; - --core-opacity-1200: 0.96; - --core-opacity-1300: 1; - --core-spacing-50: 0; /* 0rem */ - --core-spacing-75: 1px; /* 0.0625rem */ - --core-spacing-100: 2px; /* 0.125rem */ - --core-spacing-200: 4px; /* 0.25rem */ - --core-spacing-300: 6px; /* 0.375rem */ - --core-spacing-400: 8px; /* 0.5rem */ - --core-spacing-500: 10px; /* 0.625rem */ - --core-spacing-600: 12px; /* 0.75rem */ - --core-spacing-700: 14px; /* 0.875rem */ - --core-spacing-800: 16px; /* 1rem */ - --core-spacing-900: 18px; /* 1.125rem */ - --core-spacing-1000: 20px; /* 1.25rem */ - --core-spacing-1100: 22px; /* 1.375rem */ - --core-spacing-1200: 24px; /* 1.5rem */ - --core-spacing-1300: 26px; /* 1.625rem */ - --core-spacing-1400: 28px; /* 1.75rem */ - --core-spacing-1500: 30px; /* 1.875rem */ - --core-spacing-1600: 32px; /* 2rem */ - --core-spacing-1700: 34px; /* 2.125rem */ - --core-spacing-1800: 36px; /* 2.25rem */ - --core-spacing-1900: 38px; /* 2.375rem */ - --core-spacing-2000: 40px; /* 2.5rem */ - --core-spacing-2100: 42px; /* 2.625rem */ - --core-spacing-2200: 44px; /* 2.75rem */ - --core-spacing-2300: 46px; /* 2.875rem */ - --core-spacing-2400: 48px; /* 3rem */ - --core-spacing-2500: 50px; /* 3.125rem */ - --core-spacing-2600: 52px; /* 3.25rem */ - --core-spacing-2700: 54px; /* 3.375rem */ - --core-spacing-2800: 56px; /* 3.5rem */ - --core-spacing-2900: 58px; /* 3.625rem */ - --core-spacing-3000: 60px; /* 3.75rem */ - --core-spacing-3100: 62px; /* 3.875rem */ - --core-spacing-3200: 64px; /* 4rem */ - --core-spacing-3300: 66px; /* 4.125rem */ - --core-spacing-3400: 68px; /* 4.25rem */ - --core-spacing-3500: 70px; /* 4.375rem */ - --core-spacing-3600: 72px; /* 4.5rem */ - --core-spacing-3700: 74px; /* 4.625rem */ - --core-spacing-3800: 76px; /* 4.75rem */ - --core-spacing-3900: 78px; /* 4.875rem */ - --core-spacing-4000: 80px; /* 5rem */ - --core-spacing-4100: 82px; /* 5.125rem */ - --core-spacing-4200: 84px; /* 5.25rem */ - --core-spacing-4300: 86px; /* 5.375rem */ - --core-spacing-4400: 88px; /* 5.5rem */ - --core-spacing-4500: 90px; /* 5.625rem */ - --core-spacing-4600: 92px; /* 5.75rem */ - --core-spacing-4700: 94px; /* 5.875rem */ - --core-spacing-4800: 96px; /* 6rem */ - --core-spacing-4900: 98px; /* 6.125rem */ - --core-spacing-5000: 100px; /* 6.25rem */ - --core-font-size-50: 12px; /* 0.75rem */ - --core-font-size-75: 14px; /* 0.875rem */ - --core-font-size-100: 16px; /* 1rem */ - --core-font-size-200: 18px; /* 1.125rem */ - --core-font-size-300: 20px; /* 1.25rem */ - --core-font-size-400: 24px; /* 1.5rem */ - --core-font-size-500: 32px; /* 2rem */ - --core-font-size-600: 40px; /* 2.5rem */ - --core-font-size-700: 48px; /* 3rem */ - --core-font-size-800: 64px; /* 4rem */ - --core-font-size-900: 80px; /* 5rem */ - --core-font-size-1000: 28px; /* 1.75rem */ - --core-font-size-1100: 34px; /* 2.125rem */ - --core-font-family-ubuntu: Ubuntu; - --core-font-family-ibm-plex-mono: 'IBM Plex Mono'; - --core-font-family-ibm-plex-sans: 'IBM Plex Sans'; - --core-font-family-font-awesome-pro: 'Font Awesome 6 Pro'; - --core-font-family-font-awesome-brands: 'Font Awesome 6 Brands'; - --core-font-weight-light: 300; - --core-font-weight-regular: 400; - --core-font-weight-bold: 700; - --core-font-weight-italic: Italic; - --core-font-weight-bold-italic: 700 italic; - --core-line-height-100: 18px; /* 1.125rem */ - --core-line-height-200: 22px; /* 1.375rem */ - --core-line-height-300: 24px; /* 1.5rem */ - --core-line-height-400: 28px; /* 1.75rem */ - --core-line-height-500: 30px; /* 1.875rem */ - --core-line-height-600: 32px; /* 2rem */ - --core-line-height-700: 36px; /* 2.25rem */ - --core-line-height-800: 48px; /* 3rem */ - --core-line-height-900: 64px; /* 4rem */ - --core-line-height-1000: 96px; /* 6rem */ - --core-line-height-auto: normal; - --core-font-decoration-underline: underline; - --core-paragraph-spacing-50: 12px; /* 0.75 rem */ - --core-paragraph-spacing-75: 14px; /* 0.875rem */ - --core-paragraph-spacing-100: 16px; /* 1rem */ - --core-paragraph-spacing-200: 18px; /* 1.125rem */ - --core-paragraph-spacing-300: 20px; /* 1.25rem */ - --core-paragraph-spacing-400: 24px; /* 1.5rem */ - --core-paragraph-spacing-500: 32px; /* 2rem */ - --core-paragraph-spacing-600: 40px; /* 2.5rem */ - --core-paragraph-spacing-700: 48px; /* 3 */ - --core-paragraph-spacing-800: 64px; /* 4rem */ - --core-paragraph-spacing-900: 80px; /* 5rem */ - --core-paragraph-spacing-1000: 28px; /* 1.75rem */ - --core-paragraph-spacing-1100: 34px; /* 2.125rem */ -} diff --git a/dist/quill-tailwind/_dark.css b/dist/quill-tailwind/_dark.css deleted file mode 100644 index ea0d281..0000000 --- a/dist/quill-tailwind/_dark.css +++ /dev/null @@ -1,25 +0,0 @@ -html.dark { - --semantic-color-background-primary-base: #11141b; - --semantic-color-background-primary-container: #181c25; - --semantic-color-background-secondary-base: #11141b; - --semantic-color-background-secondary-container: #181c25; - --semantic-color-background-overflow-1-top: linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%); - --semantic-color-background-overflow-1-right: linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%); - --semantic-color-background-overflow-1-bottom: linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%); - --semantic-color-background-overflow-1-left: linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%); - --semantic-color-background-overflow-2-top: linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%); - --semantic-color-background-overflow-2-right: linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%); - --semantic-color-background-overflow-2-bottom: linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%); - --semantic-color-background-overflow-2-left: linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%); - --semantic-color-background-overlay: rgba(0, 0, 0, 0.72); - --semantic-color-background-dialog: #181c25; - --semantic-color-typography-prominent: #ffffff; - --semantic-color-typography-default: rgba(255, 255, 255, 0.72); - --semantic-color-typography-subtle: rgba(255, 255, 255, 0.48); - --semantic-color-typography-disabled: rgba(255, 255, 255, 0.24); - --semantic-color-typography-link: #ff444f; - --semantic-color-status-info: #3daaff; - --semantic-color-status-success: #26a44e; - --semantic-color-status-warning: #ffae26; - --semantic-color-status-danger: #f92e26; -} diff --git a/dist/quill-tailwind/_desktop.css b/dist/quill-tailwind/_desktop.css deleted file mode 100644 index 106b767..0000000 --- a/dist/quill-tailwind/_desktop.css +++ /dev/null @@ -1,100 +0,0 @@ -@media screen and (min-width: 1440px) { :root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 32px; - --semantic-spacing-general-2xl: 48px; - --semantic-spacing-general-3xl: 64px; - --semantic-spacing-general-4xl: 72px; - --semantic-spacing-general-5xl: 96px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 32px; - --semantic-spacing-gap-3xl: 48px; - --semantic-spacing-gap-4xl: 64px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 80px; - --semantic-font-size-heading-h1: 64px; - --semantic-font-size-heading-h2: 48px; - --semantic-font-size-heading-h3: 24px; - --semantic-font-size-heading-h4: 20px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 24px; - --semantic-font-size-body-lg: 20px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 24px; - --semantic-font-size-code-lg: 20px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 24px; - --semantic-font-size-icon-label-paired-lg: 20px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 80px; - --semantic-paragraph-spacing-heading-h1: 64px; - --semantic-paragraph-spacing-heading-h2: 48px; - --semantic-paragraph-spacing-heading-h3: 24px; - --semantic-paragraph-spacing-heading-h4: 20px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 24px; - --semantic-paragraph-spacing-body-lg: 20px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 24px; - --semantic-paragraph-spacing-code-lg: 20px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 36px; - --semantic-line-height-body-lg: 30px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 36px; - --semantic-line-height-code-lg: 30px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 36px; - --semantic-line-height-icon-label-paired-lg: 30px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -}} diff --git a/dist/quill-tailwind/_laptop.css b/dist/quill-tailwind/_laptop.css deleted file mode 100644 index d6cd243..0000000 --- a/dist/quill-tailwind/_laptop.css +++ /dev/null @@ -1,100 +0,0 @@ -@media screen and (min-width: 1280px) { :root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 32px; - --semantic-spacing-general-2xl: 48px; - --semantic-spacing-general-3xl: 64px; - --semantic-spacing-general-4xl: 72px; - --semantic-spacing-general-5xl: 96px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 32px; - --semantic-spacing-gap-3xl: 48px; - --semantic-spacing-gap-4xl: 64px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 80px; - --semantic-font-size-heading-h1: 64px; - --semantic-font-size-heading-h2: 48px; - --semantic-font-size-heading-h3: 24px; - --semantic-font-size-heading-h4: 20px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 24px; - --semantic-font-size-body-lg: 20px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 24px; - --semantic-font-size-code-lg: 20px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 24px; - --semantic-font-size-icon-label-paired-lg: 20px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 80px; - --semantic-paragraph-spacing-heading-h1: 64px; - --semantic-paragraph-spacing-heading-h2: 48px; - --semantic-paragraph-spacing-heading-h3: 24px; - --semantic-paragraph-spacing-heading-h4: 20px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 24px; - --semantic-paragraph-spacing-body-lg: 20px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 24px; - --semantic-paragraph-spacing-code-lg: 20px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 36px; - --semantic-line-height-body-lg: 30px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 36px; - --semantic-line-height-code-lg: 30px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 36px; - --semantic-line-height-icon-label-paired-lg: 30px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -}} diff --git a/dist/quill-tailwind/_lg.css b/dist/quill-tailwind/_lg.css deleted file mode 100644 index abac8fd..0000000 --- a/dist/quill-tailwind/_lg.css +++ /dev/null @@ -1,100 +0,0 @@ -@media screen and (min-width: 1024px) { :root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 24px; - --semantic-spacing-general-2xl: 32px; - --semantic-spacing-general-3xl: 32px; - --semantic-spacing-general-4xl: 48px; - --semantic-spacing-general-5xl: 48px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 24px; - --semantic-spacing-gap-3xl: 32px; - --semantic-spacing-gap-4xl: 32px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 64px; - --semantic-font-size-heading-h1: 34px; - --semantic-font-size-heading-h2: 28px; - --semantic-font-size-heading-h3: 20px; - --semantic-font-size-heading-h4: 18px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 20px; - --semantic-font-size-body-lg: 18px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 20px; - --semantic-font-size-code-lg: 18px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 20px; - --semantic-font-size-icon-label-paired-lg: 18px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 64px; - --semantic-paragraph-spacing-heading-h1: 34px; - --semantic-paragraph-spacing-heading-h2: 28px; - --semantic-paragraph-spacing-heading-h3: 20px; - --semantic-paragraph-spacing-heading-h4: 18px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 20px; - --semantic-paragraph-spacing-body-lg: 18px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 20px; - --semantic-paragraph-spacing-code-lg: 18px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 30px; - --semantic-line-height-body-lg: 28px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 30px; - --semantic-line-height-code-lg: 28px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 30px; - --semantic-line-height-icon-label-paired-lg: 28px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -}} diff --git a/dist/quill-tailwind/_light.css b/dist/quill-tailwind/_light.css deleted file mode 100644 index 1588003..0000000 --- a/dist/quill-tailwind/_light.css +++ /dev/null @@ -1,25 +0,0 @@ -html { - --semantic-color-background-primary-base: #f6f7f8; - --semantic-color-background-primary-container: #ffffff; - --semantic-color-background-secondary-base: #ffffff; - --semantic-color-background-secondary-container: #f6f7f8; - --semantic-color-background-overflow-1-top: linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%); - --semantic-color-background-overflow-1-right: linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%); - --semantic-color-background-overflow-1-bottom: linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%); - --semantic-color-background-overflow-1-left: linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%); - --semantic-color-background-overflow-2-top: linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%); - --semantic-color-background-overflow-2-right: linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%); - --semantic-color-background-overflow-2-bottom: linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%); - --semantic-color-background-overflow-2-left: linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%); - --semantic-color-background-overlay: rgba(0, 0, 0, 0.72); - --semantic-color-background-dialog: #ffffff; - --semantic-color-typography-prominent: #000000; - --semantic-color-typography-default: rgba(0, 0, 0, 0.72); - --semantic-color-typography-subtle: rgba(0, 0, 0, 0.48); - --semantic-color-typography-disabled: rgba(0, 0, 0, 0.24); - --semantic-color-typography-link: #ff444f; - --semantic-color-status-info: #1789e1; - --semantic-color-status-success: #00822a; - --semantic-color-status-warning: #e18d00; - --semantic-color-status-danger: #db0800; -} diff --git a/dist/quill-tailwind/_mobile.css b/dist/quill-tailwind/_mobile.css deleted file mode 100644 index f25ba0f..0000000 --- a/dist/quill-tailwind/_mobile.css +++ /dev/null @@ -1,100 +0,0 @@ -:root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 24px; - --semantic-spacing-general-2xl: 32px; - --semantic-spacing-general-3xl: 32px; - --semantic-spacing-general-4xl: 48px; - --semantic-spacing-general-5xl: 48px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 24px; - --semantic-spacing-gap-3xl: 32px; - --semantic-spacing-gap-4xl: 32px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 64px; - --semantic-font-size-heading-h1: 34px; - --semantic-font-size-heading-h2: 28px; - --semantic-font-size-heading-h3: 20px; - --semantic-font-size-heading-h4: 18px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 20px; - --semantic-font-size-body-lg: 18px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 20px; - --semantic-font-size-code-lg: 18px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 20px; - --semantic-font-size-icon-label-paired-lg: 18px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 64px; - --semantic-paragraph-spacing-heading-h1: 34px; - --semantic-paragraph-spacing-heading-h2: 28px; - --semantic-paragraph-spacing-heading-h3: 20px; - --semantic-paragraph-spacing-heading-h4: 18px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 20px; - --semantic-paragraph-spacing-body-lg: 18px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 20px; - --semantic-paragraph-spacing-code-lg: 18px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 30px; - --semantic-line-height-body-lg: 28px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 30px; - --semantic-line-height-code-lg: 28px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 30px; - --semantic-line-height-icon-label-paired-lg: 28px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -} diff --git a/dist/quill-tailwind/_sm.css b/dist/quill-tailwind/_sm.css deleted file mode 100644 index 06ab788..0000000 --- a/dist/quill-tailwind/_sm.css +++ /dev/null @@ -1,100 +0,0 @@ -@media screen and (min-width: 640px) { :root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 24px; - --semantic-spacing-general-2xl: 32px; - --semantic-spacing-general-3xl: 32px; - --semantic-spacing-general-4xl: 48px; - --semantic-spacing-general-5xl: 48px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 24px; - --semantic-spacing-gap-3xl: 32px; - --semantic-spacing-gap-4xl: 32px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 64px; - --semantic-font-size-heading-h1: 34px; - --semantic-font-size-heading-h2: 28px; - --semantic-font-size-heading-h3: 20px; - --semantic-font-size-heading-h4: 18px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 20px; - --semantic-font-size-body-lg: 18px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 20px; - --semantic-font-size-code-lg: 18px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 20px; - --semantic-font-size-icon-label-paired-lg: 18px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 64px; - --semantic-paragraph-spacing-heading-h1: 34px; - --semantic-paragraph-spacing-heading-h2: 28px; - --semantic-paragraph-spacing-heading-h3: 20px; - --semantic-paragraph-spacing-heading-h4: 18px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 20px; - --semantic-paragraph-spacing-body-lg: 18px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 20px; - --semantic-paragraph-spacing-code-lg: 18px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 30px; - --semantic-line-height-body-lg: 28px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 30px; - --semantic-line-height-code-lg: 28px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 30px; - --semantic-line-height-icon-label-paired-lg: 28px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -}} diff --git a/dist/quill-tailwind/_tablet.css b/dist/quill-tailwind/_tablet.css deleted file mode 100644 index 0f8f4a7..0000000 --- a/dist/quill-tailwind/_tablet.css +++ /dev/null @@ -1,100 +0,0 @@ -@media screen and (min-width: 768px) { :root { - --semantic-spacing-general-none: 0; - --semantic-spacing-general-3xs: 1px; - --semantic-spacing-general-2xs: 2px; - --semantic-spacing-general-xs: 4px; - --semantic-spacing-general-sm: 8px; - --semantic-spacing-general-md: 16px; - --semantic-spacing-general-lg: 24px; - --semantic-spacing-general-xl: 24px; - --semantic-spacing-general-2xl: 32px; - --semantic-spacing-general-3xl: 32px; - --semantic-spacing-general-4xl: 48px; - --semantic-spacing-general-5xl: 48px; - --semantic-spacing-gap-none: 0; - --semantic-spacing-gap-2xs: 1px; - --semantic-spacing-gap-xs: 2px; - --semantic-spacing-gap-sm: 4px; - --semantic-spacing-gap-md: 8px; - --semantic-spacing-gap-lg: 16px; - --semantic-spacing-gap-xl: 24px; - --semantic-spacing-gap-2xl: 24px; - --semantic-spacing-gap-3xl: 32px; - --semantic-spacing-gap-4xl: 32px; - --semantic-border-radius-none: 0px; - --semantic-border-radius-xs: 2px; - --semantic-border-radius-sm: 4px; - --semantic-border-radius-md: 8px; - --semantic-border-radius-lg: 16px; - --semantic-border-radius-xl: 24px; - --semantic-border-radius-2xl: 48px; - --semantic-border-radius-pill: 96px; - --semantic-font-size-heading-hero: 64px; - --semantic-font-size-heading-h1: 34px; - --semantic-font-size-heading-h2: 28px; - --semantic-font-size-heading-h3: 20px; - --semantic-font-size-heading-h4: 18px; - --semantic-font-size-heading-h5: 16px; - --semantic-font-size-heading-h6: 14px; - --semantic-font-size-body-xl: 20px; - --semantic-font-size-body-lg: 18px; - --semantic-font-size-body-md: 16px; - --semantic-font-size-body-sm: 14px; - --semantic-font-size-caption: 12px; - --semantic-font-size-code-xl: 20px; - --semantic-font-size-code-lg: 18px; - --semantic-font-size-code-md: 16px; - --semantic-font-size-code-sm: 14px; - --semantic-font-size-icon-label-paired-xl: 20px; - --semantic-font-size-icon-label-paired-lg: 18px; - --semantic-font-size-icon-label-paired-md: 16px; - --semantic-font-size-icon-label-paired-sm: 14px; - --semantic-font-size-icon-label-paired-caption: 12px; - --semantic-font-size-icon-standalone-2xl: 64px; - --semantic-font-size-icon-standalone-xl: 40px; - --semantic-font-size-icon-standalone-lg: 32px; - --semantic-font-size-icon-standalone-md: 20px; - --semantic-font-size-icon-standalone-sm: 16px; - --semantic-paragraph-spacing-heading-hero: 64px; - --semantic-paragraph-spacing-heading-h1: 34px; - --semantic-paragraph-spacing-heading-h2: 28px; - --semantic-paragraph-spacing-heading-h3: 20px; - --semantic-paragraph-spacing-heading-h4: 18px; - --semantic-paragraph-spacing-heading-h5: 16px; - --semantic-paragraph-spacing-heading-h6: 14px; - --semantic-paragraph-spacing-body-xl: 20px; - --semantic-paragraph-spacing-body-lg: 18px; - --semantic-paragraph-spacing-body-md: 16px; - --semantic-paragraph-spacing-body-sm: 14px; - --semantic-paragraph-spacing-caption: 12px; - --semantic-paragraph-spacing-code-xl: 20px; - --semantic-paragraph-spacing-code-lg: 18px; - --semantic-paragraph-spacing-code-md: 16px; - --semantic-paragraph-spacing-code-sm: 14px; - --semantic-line-height-heading-hero: normal; - --semantic-line-height-heading-h1: normal; - --semantic-line-height-heading-h2: normal; - --semantic-line-height-heading-h3: normal; - --semantic-line-height-heading-h4: normal; - --semantic-line-height-heading-h5: normal; - --semantic-line-height-heading-h6: normal; - --semantic-line-height-body-xl: 30px; - --semantic-line-height-body-lg: 28px; - --semantic-line-height-body-md: 24px; - --semantic-line-height-body-sm: 22px; - --semantic-line-height-caption: 18px; - --semantic-line-height-code-xl: 30px; - --semantic-line-height-code-lg: 28px; - --semantic-line-height-code-md: 24px; - --semantic-line-height-code-sm: 22px; - --semantic-line-height-icon-label-paired-xl: 30px; - --semantic-line-height-icon-label-paired-lg: 28px; - --semantic-line-height-icon-label-paired-md: 24px; - --semantic-line-height-icon-label-paired-sm: 22px; - --semantic-line-height-icon-label-paired-caption: 18px; - --semantic-line-height-icon-standalone-2xl: 96px; - --semantic-line-height-icon-standalone-xl: 64px; - --semantic-line-height-icon-standalone-lg: 48px; - --semantic-line-height-icon-standalone-md: 32px; - --semantic-line-height-icon-standalone-sm: 24px; -}} diff --git a/dist/quill-tailwind/fonts.css b/dist/quill-tailwind/fonts.css deleted file mode 100644 index 37776b7..0000000 --- a/dist/quill-tailwind/fonts.css +++ /dev/null @@ -1,3 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); diff --git a/dist/quill-tailwind/styles.css b/dist/quill-tailwind/styles.css deleted file mode 100644 index 0143555..0000000 --- a/dist/quill-tailwind/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -@import "./_mobile.css"; -@import "./_sm.css"; -@import "./_tablet.css"; -@import "./_lg.css"; -@import "./_laptop.css"; -@import "./_desktop.css"; -@import "./_light.css"; -@import "./_dark.css"; diff --git a/dist/quill-tailwind/tailwind.config.cjs b/dist/quill-tailwind/tailwind.config.cjs deleted file mode 100644 index 32a9d0b..0000000 --- a/dist/quill-tailwind/tailwind.config.cjs +++ /dev/null @@ -1,960 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -const QuillTailwindConfig = { - content: [], - dark: "class", - theme: { - fontFamily: { - heading: [ - "Ubuntu", - "ui-sans-serif", - "system-ui", - "sans-serif", - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - sans: [ - "'IBM Plex Sans'", - "ui-sans-serif", - "system-ui", - "sans-serif", - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - serif: [ - "ui-serif", - "Georgia", - "Cambria", - '"Times New Roman"', - "Times", - "serif", - ], - mono: [ - "'IBM Plex Mono'", - "ui-monospace", - "SFMono-Regular", - "Menlo", - "Monaco", - "Consolas", - '"Liberation Mono"', - '"Courier New"', - "monospace", - ], - }, - screens: { - sm: "640px", - md: "768px", - lg: "1024px", - xl: "1280px", - "2xl": "1440px", - }, - lineHeight: { - "100": "18px", - "200": "22px", - "300": "24px", - "400": "28px", - "500": "30px", - "600": "32px", - "700": "36px", - "800": "48px", - "900": "64px", - "1000": "96px", - "heading-hero": "var(--semantic-line-height-heading-hero)", - "heading-h1": "var(--semantic-line-height-heading-h1)", - "heading-h2": "var(--semantic-line-height-heading-h2)", - "heading-h3": "var(--semantic-line-height-heading-h3)", - "heading-h4": "var(--semantic-line-height-heading-h4)", - "heading-h5": "var(--semantic-line-height-heading-h5)", - "heading-h6": "var(--semantic-line-height-heading-h6)", - "body-xl": "var(--semantic-line-height-body-xl)", - "body-lg": "var(--semantic-line-height-body-lg)", - "body-md": "var(--semantic-line-height-body-md)", - "body-sm": "var(--semantic-line-height-body-sm)", - caption: "var(--semantic-line-height-caption)", - "code-xl": "var(--semantic-line-height-code-xl)", - "code-lg": "var(--semantic-line-height-code-lg)", - "code-md": "var(--semantic-line-height-code-md)", - "code-sm": "var(--semantic-line-height-code-sm)", - "icon-labelPaired-xl": "var(--semantic-line-height-icon-label-paired-xl)", - "icon-labelPaired-lg": "var(--semantic-line-height-icon-label-paired-lg)", - "icon-labelPaired-md": "var(--semantic-line-height-icon-label-paired-md)", - "icon-labelPaired-sm": "var(--semantic-line-height-icon-label-paired-sm)", - "icon-labelPaired-caption": - "var(--semantic-line-height-icon-label-paired-caption)", - "icon-standalone-2xl": "var(--semantic-line-height-icon-standalone-2xl)", - "icon-standalone-xl": "var(--semantic-line-height-icon-standalone-xl)", - "icon-standalone-lg": "var(--semantic-line-height-icon-standalone-lg)", - "icon-standalone-md": "var(--semantic-line-height-icon-standalone-md)", - "icon-standalone-sm": "var(--semantic-line-height-icon-standalone-sm)", - auto: "normal", - }, - borderWidth: { - "50": "0", - "75": "1px", - "100": "2px", - "200": "4px", - "300": "8px", - none: 0, - xs: "1px", - sm: "2px", - md: "4px", - lg: "8px", - }, - boxShadow: { - "50": "0 0 0 0", - "110": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - "120": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - "130": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - "140": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - "210": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - "220": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - "230": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - "240": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - "310": - "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - "320": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - "330": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - "340": - "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - "410": - "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - "420": - "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - "430": - "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - "440": - "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - "510": - "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - "520": - "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - "530": - "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - "540": - "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - "610": - "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - "620": - "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - "630": - "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - "710": - "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - "720": - "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - "730": - "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - "740": - "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - opacity: { - "50": "0", - "75": "0.04", - "100": "0.08", - "200": "0.16", - "300": "0.24", - "400": "0.32", - "500": "0.4", - "600": "0.48", - "700": "0.56", - "800": "0.64", - "900": "0.72", - "1000": "0.8", - "1100": "0.88", - "1200": "0.96", - "1300": "1", - overlay: 0.72, - disabled: 0.32, - }, - fontSize: { - "50": "12px", - "75": "14px", - "100": "16px", - "200": "18px", - "300": "20px", - "400": "24px", - "500": "32px", - "600": "40px", - "700": "48px", - "800": "64px", - "900": "80px", - "1000": "28px", - "1100": "34px", - "heading-hero": "var(--semantic-font-size-heading-hero)", - "heading-h1": "var(--semantic-font-size-heading-h1)", - "heading-h2": "var(--semantic-font-size-heading-h2)", - "heading-h3": "var(--semantic-font-size-heading-h3)", - "heading-h4": "var(--semantic-font-size-heading-h4)", - "heading-h5": "var(--semantic-font-size-heading-h5)", - "heading-h6": "var(--semantic-font-size-heading-h6)", - "body-xl": "var(--semantic-font-size-body-xl)", - "body-lg": "var(--semantic-font-size-body-lg)", - "body-md": "var(--semantic-font-size-body-md)", - "body-sm": "var(--semantic-font-size-body-sm)", - caption: "var(--semantic-font-size-caption)", - "code-xl": "var(--semantic-font-size-code-xl)", - "code-lg": "var(--semantic-font-size-code-lg)", - "code-md": "var(--semantic-font-size-code-md)", - "code-sm": "var(--semantic-font-size-code-sm)", - "icon-labelPaired-xl": "var(--semantic-font-size-icon-label-paired-xl)", - "icon-labelPaired-lg": "var(--semantic-font-size-icon-label-paired-lg)", - "icon-labelPaired-md": "var(--semantic-font-size-icon-label-paired-md)", - "icon-labelPaired-sm": "var(--semantic-font-size-icon-label-paired-sm)", - "icon-labelPaired-caption": - "var(--semantic-font-size-icon-label-paired-caption)", - "icon-standalone-2xl": "var(--semantic-font-size-icon-standalone-2xl)", - "icon-standalone-xl": "var(--semantic-font-size-icon-standalone-xl)", - "icon-standalone-lg": "var(--semantic-font-size-icon-standalone-lg)", - "icon-standalone-md": "var(--semantic-font-size-icon-standalone-md)", - "icon-standalone-sm": "var(--semantic-font-size-icon-standalone-sm)", - }, - colors: { - background: { - primary: { - base: "var(--semantic-color-background-primary-base)", - container: "var(--semantic-color-background-primary-container)", - }, - secondary: { - base: "var(--semantic-color-background-secondary-base)", - container: "var(--semantic-color-background-secondary-container)", - }, - overflow: { - "1": { - top: "var(--semantic-color-background-overflow-1-top)", - right: "var(--semantic-color-background-overflow-1-right)", - bottom: "var(--semantic-color-background-overflow-1-bottom)", - left: "var(--semantic-color-background-overflow-1-left)", - }, - "2": { - top: "var(--semantic-color-background-overflow-2-top)", - right: "var(--semantic-color-background-overflow-2-right)", - bottom: "var(--semantic-color-background-overflow-2-bottom)", - left: "var(--semantic-color-background-overflow-2-left)", - }, - }, - overlay: "var(--semantic-color-background-overlay)", - dialog: "var(--semantic-color-background-dialog)", - }, - typography: { - prominent: "var(--semantic-color-typography-prominent)", - default: "var(--semantic-color-typography-default)", - subtle: "var(--semantic-color-typography-subtle)", - disabled: "var(--semantic-color-typography-disabled)", - link: "var(--semantic-color-typography-link)", - }, - status: { - info: "var(--semantic-color-status-info)", - success: "var(--semantic-color-status-success)", - warning: "var(--semantic-color-status-warning)", - danger: "var(--semantic-color-status-danger)", - }, - gradient: { - slate: { - "110": - "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - "120": - "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - "130": - "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - "140": - "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - "210": - "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - "220": - "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - "230": - "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - "240": - "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - "310": - "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - "320": - "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - "330": - "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - "340": - "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - "410": - "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - "420": - "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - "430": - "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - "440": - "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - opacity: { - white: { - "75": "rgba(255, 255, 255, 0.04)", - "100": "rgba(255, 255, 255, 0.08)", - "200": "rgba(255, 255, 255, 0.16)", - "300": "rgba(255, 255, 255, 0.24)", - "400": "rgba(255, 255, 255, 0.48)", - "500": "rgba(255, 255, 255, 0.56)", - "600": "rgba(255, 255, 255, 0.72)", - "700": "rgba(255, 255, 255, 0.8)", - "800": "rgba(255, 255, 255, 0.88)", - }, - black: { - "75": "rgba(0, 0, 0, 0.04)", - "100": "rgba(0, 0, 0, 0.08)", - "200": "rgba(0, 0, 0, 0.16)", - "300": "rgba(0, 0, 0, 0.24)", - "400": "rgba(0, 0, 0, 0.48)", - "500": "rgba(0, 0, 0, 0.56)", - "600": "rgba(0, 0, 0, 0.72)", - "700": "rgba(0, 0, 0, 0.8)", - "800": "rgba(0, 0, 0, 0.88)", - }, - red: { - "100": "rgba(230, 25, 14, 0.08)", - "200": "rgba(230, 25, 14, 0.16)", - "300": "rgba(230, 25, 14, 0.24)", - "400": "rgba(230, 25, 14, 0.48)", - "500": "rgba(230, 25, 14, 0.56)", - "600": "rgba(230, 25, 14, 0.72)", - "700": "rgba(230, 25, 14, 0.8)", - "800": "rgba(230, 25, 14, 0.88)", - }, - orange: { - "100": "rgba(245, 95, 10, 0.08)", - "200": "rgba(245, 95, 10, 0.16)", - "300": "rgba(245, 95, 10, 0.24)", - "400": "rgba(245, 95, 10, 0.48)", - "500": "rgba(245, 95, 10, 0.56)", - "600": "rgba(245, 95, 10, 0.72)", - "700": "rgba(245, 95, 10, 0.8)", - "800": "rgba(245, 95, 10, 0.88)", - }, - yellow: { - "100": "rgba(255, 156, 19, 0.08)", - "200": "rgba(255, 156, 19, 0.16)", - "300": "rgba(255, 156, 19, 0.24)", - "400": "rgba(255, 156, 19, 0.48)", - "500": "rgba(255, 156, 19, 0.56)", - "600": "rgba(255, 156, 19, 0.72)", - "700": "rgba(255, 156, 19, 0.8)", - "800": "rgba(255, 156, 19, 0.88)", - }, - mustard: { - "100": "rgba(247, 198, 11, 0.08)", - "200": "rgba(247, 198, 11, 0.16)", - "300": "rgba(247, 198, 11, 0.24)", - "400": "rgba(247, 198, 11, 0.48)", - "500": "rgba(247, 198, 11, 0.56)", - "600": "rgba(247, 198, 11, 0.72)", - "700": "rgba(247, 198, 11, 0.8)", - "800": "rgba(247, 198, 11, 0.88)", - }, - olive: { - "100": "rgba(224, 218, 2, 0.08)", - "200": "rgba(224, 218, 2, 0.16)", - "300": "rgba(224, 218, 2, 0.24)", - "400": "rgba(224, 218, 2, 0.48)", - "500": "rgba(224, 218, 2, 0.56)", - "600": "rgba(224, 218, 2, 0.72)", - "700": "rgba(224, 218, 2, 0.8)", - "800": "rgba(224, 218, 2, 0.88)", - }, - green: { - "100": "rgba(0, 136, 50, 0.08)", - "200": "rgba(0, 136, 50, 0.16)", - "300": "rgba(0, 136, 50, 0.24)", - "400": "rgba(0, 136, 50, 0.48)", - "500": "rgba(0, 136, 50, 0.56)", - "600": "rgba(0, 136, 50, 0.72)", - "700": "rgba(0, 136, 50, 0.8)", - "800": "rgba(0, 136, 50, 0.88)", - }, - emerald: { - "100": "rgba(0, 195, 144, 0.08)", - "200": "rgba(0, 195, 144, 0.16)", - "300": "rgba(0, 195, 144, 0.24)", - "400": "rgba(0, 195, 144, 0.48)", - "500": "rgba(0, 195, 144, 0.56)", - "600": "rgba(0, 195, 144, 0.72)", - "700": "rgba(0, 195, 144, 0.8)", - "800": "rgba(0, 195, 144, 0.88)", - }, - tiffany: { - "100": "rgba(23, 234, 189, 0.08)", - "200": "rgba(23, 234, 189, 0.16)", - "300": "rgba(23, 234, 189, 0.24)", - "400": "rgba(23, 234, 189, 0.48)", - "500": "rgba(23, 234, 189, 0.56)", - "600": "rgba(23, 234, 189, 0.72)", - "700": "rgba(23, 234, 189, 0.8)", - "800": "rgba(23, 234, 189, 0.88)", - }, - teal: { - "100": "rgba(0, 204, 204, 0.08)", - "200": "rgba(0, 204, 204, 0.16)", - "300": "rgba(0, 204, 204, 0.24)", - "400": "rgba(0, 204, 204, 0.48)", - "500": "rgba(0, 204, 204, 0.56)", - "600": "rgba(0, 204, 204, 0.72)", - "700": "rgba(0, 204, 204, 0.8)", - "800": "rgba(0, 204, 204, 0.88)", - }, - seawater: { - "100": "rgba(10, 160, 176, 0.08)", - "200": "rgba(10, 160, 176, 0.16)", - "300": "rgba(10, 160, 176, 0.24)", - "400": "rgba(10, 160, 176, 0.48)", - "500": "rgba(10, 160, 176, 0.56)", - "600": "rgba(10, 160, 176, 0.72)", - "700": "rgba(10, 160, 176, 0.8)", - "800": "rgba(10, 160, 176, 0.88)", - }, - blue: { - "100": "rgba(44, 154, 255, 0.08)", - "200": "rgba(44, 154, 255, 0.16)", - "300": "rgba(44, 154, 255, 0.24)", - "400": "rgba(44, 154, 255, 0.48)", - "500": "rgba(44, 154, 255, 0.56)", - "600": "rgba(44, 154, 255, 0.72)", - "700": "rgba(44, 154, 255, 0.8)", - "800": "rgba(44, 154, 255, 0.88)", - }, - sapphire: { - "100": "rgba(12, 40, 247, 0.08)", - "200": "rgba(12, 40, 247, 0.16)", - "300": "rgba(12, 40, 247, 0.24)", - "400": "rgba(12, 40, 247, 0.48)", - "500": "rgba(12, 40, 247, 0.56)", - "600": "rgba(12, 40, 247, 0.72)", - "700": "rgba(12, 40, 247, 0.8)", - "800": "rgba(12, 40, 247, 0.88)", - }, - blueberry: { - "100": "rgba(73, 2, 224, 0.08)", - "200": "rgba(73, 2, 224, 0.16)", - "300": "rgba(73, 2, 224, 0.24)", - "400": "rgba(73, 2, 224, 0.48)", - "500": "rgba(73, 2, 224, 0.56)", - "600": "rgba(73, 2, 224, 0.72)", - "700": "rgba(73, 2, 224, 0.8)", - "800": "rgba(73, 2, 224, 0.88)", - }, - grape: { - "100": "rgba(127, 13, 207, 0.08)", - "200": "rgba(127, 13, 207, 0.16)", - "300": "rgba(127, 13, 207, 0.24)", - "400": "rgba(127, 13, 207, 0.48)", - "500": "rgba(127, 13, 207, 0.56)", - "600": "rgba(127, 13, 207, 0.72)", - "700": "rgba(127, 13, 207, 0.8)", - "800": "rgba(127, 13, 207, 0.88)", - }, - magenta: { - "100": "rgba(203, 13, 247, 0.08)", - "200": "rgba(203, 13, 247, 0.16)", - "300": "rgba(203, 13, 247, 0.24)", - "400": "rgba(203, 13, 247, 0.48)", - "500": "rgba(203, 13, 247, 0.56)", - "600": "rgba(203, 13, 247, 0.72)", - "700": "rgba(203, 13, 247, 0.8)", - "800": "rgba(203, 13, 247, 0.88)", - }, - cherry: { - "100": "rgba(222, 0, 64, 0.08)", - "200": "rgba(222, 0, 64, 0.16)", - "300": "rgba(222, 0, 64, 0.24)", - "400": "rgba(222, 0, 64, 0.48)", - "500": "rgba(222, 0, 64, 0.56)", - "600": "rgba(222, 0, 64, 0.72)", - "700": "rgba(222, 0, 64, 0.8)", - "800": "rgba(222, 0, 64, 0.88)", - }, - coral: { - "100": "rgba(255, 68, 79, 0.08)", - "200": "rgba(255, 68, 79, 0.16)", - "300": "rgba(255, 68, 79, 0.24)", - "400": "rgba(255, 68, 79, 0.48)", - "500": "rgba(255, 68, 79, 0.56)", - "600": "rgba(255, 68, 79, 0.72)", - "700": "rgba(255, 68, 79, 0.8)", - "800": "rgba(255, 68, 79, 0.88)", - }, - slate: { - "100": "rgba(65, 70, 82, 0.08)", - "200": "rgba(65, 70, 82, 0.16)", - "300": "rgba(65, 70, 82, 0.24)", - "400": "rgba(65, 70, 82, 0.32)", - "500": "rgba(65, 70, 82, 0.4)", - "600": "rgba(65, 70, 82, 0.48)", - "700": "rgba(65, 70, 82, 0.56)", - "800": "rgba(65, 70, 82, 0.64)", - }, - overflow: { - "100": "rgba(255, 255, 255, 0)", - "200": "rgba(246, 247, 248, 0)", - "300": "rgba(24, 28, 37, 0)", - "400": "rgba(17, 20, 27, 0)", - }, - }, - solid: { - red: { - "100": "#ffe6e6", - "200": "#ffbfbf", - "300": "#ff9999", - "400": "#ff7373", - "500": "#ff4d4d", - "600": "#f92e26", - "700": "#e6190e", - "800": "#db0800", - "900": "#c40000", - "1000": "#a60000", - "1100": "#880000", - "1200": "#6a0000", - "1300": "#4d0000", - }, - orange: { - "100": "#feefe7", - "200": "#fdd7c2", - "300": "#fbbf9d", - "400": "#faa778", - "500": "#f88f54", - "600": "#f7772f", - "700": "#f55f0a", - "800": "#d85409", - "900": "#bc4908", - "1000": "#9f3e07", - "1100": "#833305", - "1200": "#662804", - "1300": "#4a1d03", - }, - yellow: { - "100": "#fff7e6", - "200": "#ffeabf", - "300": "#ffdd99", - "400": "#ffce73", - "500": "#ffbe4d", - "600": "#ffae26", - "700": "#ff9c13", - "800": "#e18d00", - "900": "#c47d00", - "1000": "#a66c00", - "1100": "#885a00", - "1200": "#6a4800", - "1300": "#4d3500", - }, - mustard: { - "100": "#fef9e7", - "200": "#fdf1c2", - "300": "#fce89d", - "400": "#fbe079", - "500": "#f9d754", - "600": "#f8cf30", - "700": "#f7c60b", - "800": "#daaf0a", - "900": "#bd9808", - "1000": "#a18107", - "1100": "#846a06", - "1200": "#675305", - "1300": "#4a3b03", - }, - olive: { - "100": "#fcfbe6", - "200": "#f7f6c0", - "300": "#f3f09a", - "400": "#eeeb74", - "500": "#e9e54e", - "600": "#e5e028", - "700": "#e0da02", - "800": "#c6c102", - "900": "#aca702", - "1000": "#928e01", - "1100": "#787401", - "1200": "#5d5b01", - "1300": "#434101", - }, - green: { - "100": "#e6fae9", - "200": "#bfefc8", - "300": "#99e2a8", - "400": "#73d089", - "500": "#4dbc6b", - "600": "#26a44e", - "700": "#008832", - "800": "#00822a", - "900": "#007a22", - "1000": "#006f1b", - "1100": "#006114", - "1200": "#00500f", - "1300": "#003d0a", - }, - emerald: { - "100": "#e6fff9", - "200": "#bfffed", - "300": "#99ffdf", - "400": "#73f9cf", - "500": "#4decbc", - "600": "#26daa7", - "700": "#00c390", - "800": "#00bb86", - "900": "#00ae7a", - "1000": "#009e6d", - "1100": "#00885d", - "1200": "#006a4c", - "1300": "#004d39", - }, - tiffany: { - "100": "#e8fdf8", - "200": "#c5faef", - "300": "#a2f7e5", - "400": "#7ff3db", - "500": "#5df0d1", - "600": "#3aedc7", - "700": "#17eabd", - "800": "#14cfa7", - "900": "#12b391", - "1000": "#0f987b", - "1100": "#0c7d65", - "1200": "#0a624f", - "1300": "#074639", - }, - teal: { - "100": "#e6fafa", - "200": "#bff2f2", - "300": "#99ebeb", - "400": "#73e3e3", - "500": "#4ddbdb", - "600": "#26d4d4", - "700": "#00cccc", - "800": "#00b4b4", - "900": "#009c9c", - "1000": "#008585", - "1100": "#006d6d", - "1200": "#005555", - "1300": "#003d3d", - }, - seawater: { - "100": "#e7f6f7", - "200": "#c2e7eb", - "300": "#9dd9df", - "400": "#78cbd4", - "500": "#54bdc8", - "600": "#2faebc", - "700": "#0aa0b0", - "800": "#098d9c", - "900": "#087b87", - "1000": "#076872", - "1100": "#05555e", - "1200": "#044349", - "1300": "#033035", - }, - blue: { - "100": "#e6f5ff", - "200": "#bfe7ff", - "300": "#99d8ff", - "400": "#73c9ff", - "500": "#53b9ff", - "600": "#3daaff", - "700": "#2c9aff", - "800": "#1789e1", - "900": "#0777c4", - "1000": "#0066a6", - "1100": "#005488", - "1200": "#00426a", - "1300": "#00304d", - }, - sapphire: { - "100": "#e7eafe", - "200": "#c2c9fd", - "300": "#9ea9fc", - "400": "#7989fb", - "500": "#5569f9", - "600": "#3148f8", - "700": "#0c28f7", - "800": "#0b23da", - "900": "#091fbd", - "1000": "#081aa1", - "1100": "#061584", - "1200": "#051167", - "1300": "#040c4a", - }, - blueberry: { - "100": "#ede6fc", - "200": "#d2c0f7", - "300": "#b69af3", - "400": "#9b74ee", - "500": "#804ee9", - "600": "#6428e5", - "700": "#4902e0", - "800": "#4102c6", - "900": "#3802ac", - "1000": "#2f0192", - "1100": "#270178", - "1200": "#1e015d", - "1300": "#160143", - }, - grape: { - "100": "#f2e7fa", - "200": "#dfc3f3", - "300": "#cc9eec", - "400": "#b97ae5", - "500": "#a556dd", - "600": "#9231d6", - "700": "#7f0dcf", - "800": "#700cb7", - "900": "#610a9f", - "1000": "#530987", - "1100": "#44076e", - "1200": "#350556", - "1300": "#26043e", - }, - magenta: { - "100": "#fae7fe", - "200": "#f2c3fd", - "300": "#ea9efc", - "400": "#e27afb", - "500": "#db56f9", - "600": "#d331f8", - "700": "#cb0df7", - "800": "#b30cda", - "900": "#9c0abd", - "1000": "#8409a1", - "1100": "#6c0784", - "1200": "#550567", - "1300": "#3d044a", - }, - cherry: { - "100": "#ffe6e7", - "200": "#ffbfc6", - "300": "#ff99a6", - "400": "#ff7389", - "500": "#ff4d6e", - "600": "#f32656", - "700": "#de0040", - "800": "#d40032", - "900": "#c40025", - "1000": "#a6001a", - "1100": "#880011", - "1200": "#6a000a", - "1300": "#4d0005", - }, - coral: { - "100": "#ffe6e6", - "200": "#ffbfc2", - "300": "#ff9ba3", - "400": "#ff7e88", - "500": "#ff6671", - "600": "#ff535e", - "700": "#ff444f", - "800": "#e12e3a", - "900": "#c41c28", - "1000": "#a60e19", - "1100": "#88030d", - "1200": "#6a0004", - "1300": "#4d0000", - }, - slate: { - "50": "#ffffff", - "75": "#f6f7f8", - "100": "#ebecef", - "200": "#ced0d6", - "300": "#b1b4bc", - "400": "#9498a2", - "500": "#787d88", - "600": "#5c616d", - "700": "#414652", - "800": "#383d4a", - "900": "#303541", - "1000": "#282c38", - "1100": "#20242f", - "1200": "#181c25", - "1300": "#11141b", - "1400": "#000000", - }, - }, - }, - spacing: { - "50": "0", - "75": "1px", - "100": "2px", - "200": "4px", - "300": "6px", - "400": "8px", - "500": "10px", - "600": "12px", - "700": "14px", - "800": "16px", - "900": "18px", - "1000": "20px", - "1100": "22px", - "1200": "24px", - "1300": "26px", - "1400": "28px", - "1500": "30px", - "1600": "32px", - "1700": "34px", - "1800": "36px", - "1900": "38px", - "2000": "40px", - "2100": "42px", - "2200": "44px", - "2300": "46px", - "2400": "48px", - "2500": "50px", - "2600": "52px", - "2700": "54px", - "2800": "56px", - "2900": "58px", - "3000": "60px", - "3100": "62px", - "3200": "64px", - "3300": "66px", - "3400": "68px", - "3500": "70px", - "3600": "72px", - "3700": "74px", - "3800": "76px", - "3900": "78px", - "4000": "80px", - "4100": "82px", - "4200": "84px", - "4300": "86px", - "4400": "88px", - "4500": "90px", - "4600": "92px", - "4700": "94px", - "4800": "96px", - "4900": "98px", - "5000": "100px", - "general-none": "var(--semantic-spacing-general-none)", - "general-3xs": "var(--semantic-spacing-general-3xs)", - "general-2xs": "var(--semantic-spacing-general-2xs)", - "general-xs": "var(--semantic-spacing-general-xs)", - "general-sm": "var(--semantic-spacing-general-sm)", - "general-md": "var(--semantic-spacing-general-md)", - "general-lg": "var(--semantic-spacing-general-lg)", - "general-xl": "var(--semantic-spacing-general-xl)", - "general-2xl": "var(--semantic-spacing-general-2xl)", - "general-3xl": "var(--semantic-spacing-general-3xl)", - "general-4xl": "var(--semantic-spacing-general-4xl)", - "general-5xl": "var(--semantic-spacing-general-5xl)", - "gap-none": "var(--semantic-spacing-gap-none)", - "gap-2xs": "var(--semantic-spacing-gap-2xs)", - "gap-xs": "var(--semantic-spacing-gap-xs)", - "gap-sm": "var(--semantic-spacing-gap-sm)", - "gap-md": "var(--semantic-spacing-gap-md)", - "gap-lg": "var(--semantic-spacing-gap-lg)", - "gap-xl": "var(--semantic-spacing-gap-xl)", - "gap-2xl": "var(--semantic-spacing-gap-2xl)", - "gap-3xl": "var(--semantic-spacing-gap-3xl)", - "gap-4xl": "var(--semantic-spacing-gap-4xl)", - "paragraphSpacing-heading-hero": - "var(--semantic-paragraph-spacing-heading-hero)", - "paragraphSpacing-heading-h1": - "var(--semantic-paragraph-spacing-heading-h1)", - "paragraphSpacing-heading-h2": - "var(--semantic-paragraph-spacing-heading-h2)", - "paragraphSpacing-heading-h3": - "var(--semantic-paragraph-spacing-heading-h3)", - "paragraphSpacing-heading-h4": - "var(--semantic-paragraph-spacing-heading-h4)", - "paragraphSpacing-heading-h5": - "var(--semantic-paragraph-spacing-heading-h5)", - "paragraphSpacing-heading-h6": - "var(--semantic-paragraph-spacing-heading-h6)", - "paragraphSpacing-body-xl": "var(--semantic-paragraph-spacing-body-xl)", - "paragraphSpacing-body-lg": "var(--semantic-paragraph-spacing-body-lg)", - "paragraphSpacing-body-md": "var(--semantic-paragraph-spacing-body-md)", - "paragraphSpacing-body-sm": "var(--semantic-paragraph-spacing-body-sm)", - "paragraphSpacing-caption": "var(--semantic-paragraph-spacing-caption)", - "paragraphSpacing-code-xl": "var(--semantic-paragraph-spacing-code-xl)", - "paragraphSpacing-code-lg": "var(--semantic-paragraph-spacing-code-lg)", - "paragraphSpacing-code-md": "var(--semantic-paragraph-spacing-code-md)", - "paragraphSpacing-code-sm": "var(--semantic-paragraph-spacing-code-sm)", - "paragraphSpacing-50": "12px", - "paragraphSpacing-75": "14px", - "paragraphSpacing-100": "16px", - "paragraphSpacing-200": "18px", - "paragraphSpacing-300": "20px", - "paragraphSpacing-400": "24px", - "paragraphSpacing-500": "32px", - "paragraphSpacing-600": "40px", - "paragraphSpacing-700": "48px", - "paragraphSpacing-800": "64px", - "paragraphSpacing-900": "80px", - "paragraphSpacing-1000": "28px", - "paragraphSpacing-1100": "34px", - }, - borderRadius: { - "50": "0px", - "100": "2px", - "200": "4px", - "300": "6px", - "400": "8px", - "500": "10px", - "600": "12px", - "700": "14px", - "800": "16px", - "900": "18px", - "1000": "20px", - "1100": "22px", - "1200": "24px", - "1300": "26px", - "1400": "28px", - "1500": "30px", - "1600": "32px", - "1700": "34px", - "1800": "36px", - "1900": "38px", - "2000": "40px", - "2100": "42px", - "2200": "44px", - "2300": "46px", - "2400": "48px", - "2500": "50px", - "2600": "52px", - "2700": "54px", - "2800": "56px", - "2900": "58px", - "3000": "60px", - "3100": "62px", - "3200": "64px", - "3300": "66px", - "3400": "68px", - "3500": "70px", - "3600": "72px", - "3700": "74px", - "3800": "76px", - "3900": "78px", - "4000": "80px", - "4100": "82px", - "4200": "84px", - "4300": "86px", - "4400": "88px", - "4500": "90px", - "4600": "92px", - "4700": "94px", - "4800": "96px", - "4900": "98px", - "5000": "100px", - none: "var(--semantic-border-radius-none)", - xs: "var(--semantic-border-radius-xs)", - sm: "var(--semantic-border-radius-sm)", - md: "var(--semantic-border-radius-md)", - lg: "var(--semantic-border-radius-lg)", - xl: "var(--semantic-border-radius-xl)", - "2xl": "var(--semantic-border-radius-2xl)", - pill: "var(--semantic-border-radius-pill)", - }, - fontWeight: { - light: "300", - regular: "400", - bold: "700", - italic: "Italic", - boldItalic: "700 italic", - }, - extend: {}, - }, -}; - -module.exports = QuillTailwindConfig; diff --git a/dist/quill-tailwind/tailwind.config.js b/dist/quill-tailwind/tailwind.config.js deleted file mode 100644 index d74d4ce..0000000 --- a/dist/quill-tailwind/tailwind.config.js +++ /dev/null @@ -1,960 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -const QuillTailwindConfig = { - content: [], - dark: "class", - theme: { - fontFamily: { - heading: [ - "Ubuntu", - "ui-sans-serif", - "system-ui", - "sans-serif", - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - sans: [ - "'IBM Plex Sans'", - "ui-sans-serif", - "system-ui", - "sans-serif", - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - serif: [ - "ui-serif", - "Georgia", - "Cambria", - '"Times New Roman"', - "Times", - "serif", - ], - mono: [ - "'IBM Plex Mono'", - "ui-monospace", - "SFMono-Regular", - "Menlo", - "Monaco", - "Consolas", - '"Liberation Mono"', - '"Courier New"', - "monospace", - ], - }, - screens: { - sm: "640px", - md: "768px", - lg: "1024px", - xl: "1280px", - "2xl": "1440px", - }, - lineHeight: { - "100": "18px", - "200": "22px", - "300": "24px", - "400": "28px", - "500": "30px", - "600": "32px", - "700": "36px", - "800": "48px", - "900": "64px", - "1000": "96px", - "heading-hero": "var(--semantic-line-height-heading-hero)", - "heading-h1": "var(--semantic-line-height-heading-h1)", - "heading-h2": "var(--semantic-line-height-heading-h2)", - "heading-h3": "var(--semantic-line-height-heading-h3)", - "heading-h4": "var(--semantic-line-height-heading-h4)", - "heading-h5": "var(--semantic-line-height-heading-h5)", - "heading-h6": "var(--semantic-line-height-heading-h6)", - "body-xl": "var(--semantic-line-height-body-xl)", - "body-lg": "var(--semantic-line-height-body-lg)", - "body-md": "var(--semantic-line-height-body-md)", - "body-sm": "var(--semantic-line-height-body-sm)", - caption: "var(--semantic-line-height-caption)", - "code-xl": "var(--semantic-line-height-code-xl)", - "code-lg": "var(--semantic-line-height-code-lg)", - "code-md": "var(--semantic-line-height-code-md)", - "code-sm": "var(--semantic-line-height-code-sm)", - "icon-labelPaired-xl": "var(--semantic-line-height-icon-label-paired-xl)", - "icon-labelPaired-lg": "var(--semantic-line-height-icon-label-paired-lg)", - "icon-labelPaired-md": "var(--semantic-line-height-icon-label-paired-md)", - "icon-labelPaired-sm": "var(--semantic-line-height-icon-label-paired-sm)", - "icon-labelPaired-caption": - "var(--semantic-line-height-icon-label-paired-caption)", - "icon-standalone-2xl": "var(--semantic-line-height-icon-standalone-2xl)", - "icon-standalone-xl": "var(--semantic-line-height-icon-standalone-xl)", - "icon-standalone-lg": "var(--semantic-line-height-icon-standalone-lg)", - "icon-standalone-md": "var(--semantic-line-height-icon-standalone-md)", - "icon-standalone-sm": "var(--semantic-line-height-icon-standalone-sm)", - auto: "normal", - }, - borderWidth: { - "50": "0", - "75": "1px", - "100": "2px", - "200": "4px", - "300": "8px", - none: 0, - xs: "1px", - sm: "2px", - md: "4px", - lg: "8px", - }, - boxShadow: { - "50": "0 0 0 0", - "110": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - "120": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - "130": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - "140": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - "210": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - "220": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - "230": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - "240": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - "310": - "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - "320": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - "330": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - "340": - "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - "410": - "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - "420": - "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - "430": - "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - "440": - "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - "510": - "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - "520": - "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - "530": - "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - "540": - "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - "610": - "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - "620": - "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - "630": - "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - "710": - "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - "720": - "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - "730": - "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - "740": - "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - opacity: { - "50": "0", - "75": "0.04", - "100": "0.08", - "200": "0.16", - "300": "0.24", - "400": "0.32", - "500": "0.4", - "600": "0.48", - "700": "0.56", - "800": "0.64", - "900": "0.72", - "1000": "0.8", - "1100": "0.88", - "1200": "0.96", - "1300": "1", - overlay: 0.72, - disabled: 0.32, - }, - fontSize: { - "50": "12px", - "75": "14px", - "100": "16px", - "200": "18px", - "300": "20px", - "400": "24px", - "500": "32px", - "600": "40px", - "700": "48px", - "800": "64px", - "900": "80px", - "1000": "28px", - "1100": "34px", - "heading-hero": "var(--semantic-font-size-heading-hero)", - "heading-h1": "var(--semantic-font-size-heading-h1)", - "heading-h2": "var(--semantic-font-size-heading-h2)", - "heading-h3": "var(--semantic-font-size-heading-h3)", - "heading-h4": "var(--semantic-font-size-heading-h4)", - "heading-h5": "var(--semantic-font-size-heading-h5)", - "heading-h6": "var(--semantic-font-size-heading-h6)", - "body-xl": "var(--semantic-font-size-body-xl)", - "body-lg": "var(--semantic-font-size-body-lg)", - "body-md": "var(--semantic-font-size-body-md)", - "body-sm": "var(--semantic-font-size-body-sm)", - caption: "var(--semantic-font-size-caption)", - "code-xl": "var(--semantic-font-size-code-xl)", - "code-lg": "var(--semantic-font-size-code-lg)", - "code-md": "var(--semantic-font-size-code-md)", - "code-sm": "var(--semantic-font-size-code-sm)", - "icon-labelPaired-xl": "var(--semantic-font-size-icon-label-paired-xl)", - "icon-labelPaired-lg": "var(--semantic-font-size-icon-label-paired-lg)", - "icon-labelPaired-md": "var(--semantic-font-size-icon-label-paired-md)", - "icon-labelPaired-sm": "var(--semantic-font-size-icon-label-paired-sm)", - "icon-labelPaired-caption": - "var(--semantic-font-size-icon-label-paired-caption)", - "icon-standalone-2xl": "var(--semantic-font-size-icon-standalone-2xl)", - "icon-standalone-xl": "var(--semantic-font-size-icon-standalone-xl)", - "icon-standalone-lg": "var(--semantic-font-size-icon-standalone-lg)", - "icon-standalone-md": "var(--semantic-font-size-icon-standalone-md)", - "icon-standalone-sm": "var(--semantic-font-size-icon-standalone-sm)", - }, - colors: { - background: { - primary: { - base: "var(--semantic-color-background-primary-base)", - container: "var(--semantic-color-background-primary-container)", - }, - secondary: { - base: "var(--semantic-color-background-secondary-base)", - container: "var(--semantic-color-background-secondary-container)", - }, - overflow: { - "1": { - top: "var(--semantic-color-background-overflow-1-top)", - right: "var(--semantic-color-background-overflow-1-right)", - bottom: "var(--semantic-color-background-overflow-1-bottom)", - left: "var(--semantic-color-background-overflow-1-left)", - }, - "2": { - top: "var(--semantic-color-background-overflow-2-top)", - right: "var(--semantic-color-background-overflow-2-right)", - bottom: "var(--semantic-color-background-overflow-2-bottom)", - left: "var(--semantic-color-background-overflow-2-left)", - }, - }, - overlay: "var(--semantic-color-background-overlay)", - dialog: "var(--semantic-color-background-dialog)", - }, - typography: { - prominent: "var(--semantic-color-typography-prominent)", - default: "var(--semantic-color-typography-default)", - subtle: "var(--semantic-color-typography-subtle)", - disabled: "var(--semantic-color-typography-disabled)", - link: "var(--semantic-color-typography-link)", - }, - status: { - info: "var(--semantic-color-status-info)", - success: "var(--semantic-color-status-success)", - warning: "var(--semantic-color-status-warning)", - danger: "var(--semantic-color-status-danger)", - }, - gradient: { - slate: { - "110": - "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - "120": - "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - "130": - "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - "140": - "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - "210": - "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - "220": - "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - "230": - "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - "240": - "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - "310": - "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - "320": - "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - "330": - "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - "340": - "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - "410": - "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - "420": - "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - "430": - "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - "440": - "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - opacity: { - white: { - "75": "rgba(255, 255, 255, 0.04)", - "100": "rgba(255, 255, 255, 0.08)", - "200": "rgba(255, 255, 255, 0.16)", - "300": "rgba(255, 255, 255, 0.24)", - "400": "rgba(255, 255, 255, 0.48)", - "500": "rgba(255, 255, 255, 0.56)", - "600": "rgba(255, 255, 255, 0.72)", - "700": "rgba(255, 255, 255, 0.8)", - "800": "rgba(255, 255, 255, 0.88)", - }, - black: { - "75": "rgba(0, 0, 0, 0.04)", - "100": "rgba(0, 0, 0, 0.08)", - "200": "rgba(0, 0, 0, 0.16)", - "300": "rgba(0, 0, 0, 0.24)", - "400": "rgba(0, 0, 0, 0.48)", - "500": "rgba(0, 0, 0, 0.56)", - "600": "rgba(0, 0, 0, 0.72)", - "700": "rgba(0, 0, 0, 0.8)", - "800": "rgba(0, 0, 0, 0.88)", - }, - red: { - "100": "rgba(230, 25, 14, 0.08)", - "200": "rgba(230, 25, 14, 0.16)", - "300": "rgba(230, 25, 14, 0.24)", - "400": "rgba(230, 25, 14, 0.48)", - "500": "rgba(230, 25, 14, 0.56)", - "600": "rgba(230, 25, 14, 0.72)", - "700": "rgba(230, 25, 14, 0.8)", - "800": "rgba(230, 25, 14, 0.88)", - }, - orange: { - "100": "rgba(245, 95, 10, 0.08)", - "200": "rgba(245, 95, 10, 0.16)", - "300": "rgba(245, 95, 10, 0.24)", - "400": "rgba(245, 95, 10, 0.48)", - "500": "rgba(245, 95, 10, 0.56)", - "600": "rgba(245, 95, 10, 0.72)", - "700": "rgba(245, 95, 10, 0.8)", - "800": "rgba(245, 95, 10, 0.88)", - }, - yellow: { - "100": "rgba(255, 156, 19, 0.08)", - "200": "rgba(255, 156, 19, 0.16)", - "300": "rgba(255, 156, 19, 0.24)", - "400": "rgba(255, 156, 19, 0.48)", - "500": "rgba(255, 156, 19, 0.56)", - "600": "rgba(255, 156, 19, 0.72)", - "700": "rgba(255, 156, 19, 0.8)", - "800": "rgba(255, 156, 19, 0.88)", - }, - mustard: { - "100": "rgba(247, 198, 11, 0.08)", - "200": "rgba(247, 198, 11, 0.16)", - "300": "rgba(247, 198, 11, 0.24)", - "400": "rgba(247, 198, 11, 0.48)", - "500": "rgba(247, 198, 11, 0.56)", - "600": "rgba(247, 198, 11, 0.72)", - "700": "rgba(247, 198, 11, 0.8)", - "800": "rgba(247, 198, 11, 0.88)", - }, - olive: { - "100": "rgba(224, 218, 2, 0.08)", - "200": "rgba(224, 218, 2, 0.16)", - "300": "rgba(224, 218, 2, 0.24)", - "400": "rgba(224, 218, 2, 0.48)", - "500": "rgba(224, 218, 2, 0.56)", - "600": "rgba(224, 218, 2, 0.72)", - "700": "rgba(224, 218, 2, 0.8)", - "800": "rgba(224, 218, 2, 0.88)", - }, - green: { - "100": "rgba(0, 136, 50, 0.08)", - "200": "rgba(0, 136, 50, 0.16)", - "300": "rgba(0, 136, 50, 0.24)", - "400": "rgba(0, 136, 50, 0.48)", - "500": "rgba(0, 136, 50, 0.56)", - "600": "rgba(0, 136, 50, 0.72)", - "700": "rgba(0, 136, 50, 0.8)", - "800": "rgba(0, 136, 50, 0.88)", - }, - emerald: { - "100": "rgba(0, 195, 144, 0.08)", - "200": "rgba(0, 195, 144, 0.16)", - "300": "rgba(0, 195, 144, 0.24)", - "400": "rgba(0, 195, 144, 0.48)", - "500": "rgba(0, 195, 144, 0.56)", - "600": "rgba(0, 195, 144, 0.72)", - "700": "rgba(0, 195, 144, 0.8)", - "800": "rgba(0, 195, 144, 0.88)", - }, - tiffany: { - "100": "rgba(23, 234, 189, 0.08)", - "200": "rgba(23, 234, 189, 0.16)", - "300": "rgba(23, 234, 189, 0.24)", - "400": "rgba(23, 234, 189, 0.48)", - "500": "rgba(23, 234, 189, 0.56)", - "600": "rgba(23, 234, 189, 0.72)", - "700": "rgba(23, 234, 189, 0.8)", - "800": "rgba(23, 234, 189, 0.88)", - }, - teal: { - "100": "rgba(0, 204, 204, 0.08)", - "200": "rgba(0, 204, 204, 0.16)", - "300": "rgba(0, 204, 204, 0.24)", - "400": "rgba(0, 204, 204, 0.48)", - "500": "rgba(0, 204, 204, 0.56)", - "600": "rgba(0, 204, 204, 0.72)", - "700": "rgba(0, 204, 204, 0.8)", - "800": "rgba(0, 204, 204, 0.88)", - }, - seawater: { - "100": "rgba(10, 160, 176, 0.08)", - "200": "rgba(10, 160, 176, 0.16)", - "300": "rgba(10, 160, 176, 0.24)", - "400": "rgba(10, 160, 176, 0.48)", - "500": "rgba(10, 160, 176, 0.56)", - "600": "rgba(10, 160, 176, 0.72)", - "700": "rgba(10, 160, 176, 0.8)", - "800": "rgba(10, 160, 176, 0.88)", - }, - blue: { - "100": "rgba(44, 154, 255, 0.08)", - "200": "rgba(44, 154, 255, 0.16)", - "300": "rgba(44, 154, 255, 0.24)", - "400": "rgba(44, 154, 255, 0.48)", - "500": "rgba(44, 154, 255, 0.56)", - "600": "rgba(44, 154, 255, 0.72)", - "700": "rgba(44, 154, 255, 0.8)", - "800": "rgba(44, 154, 255, 0.88)", - }, - sapphire: { - "100": "rgba(12, 40, 247, 0.08)", - "200": "rgba(12, 40, 247, 0.16)", - "300": "rgba(12, 40, 247, 0.24)", - "400": "rgba(12, 40, 247, 0.48)", - "500": "rgba(12, 40, 247, 0.56)", - "600": "rgba(12, 40, 247, 0.72)", - "700": "rgba(12, 40, 247, 0.8)", - "800": "rgba(12, 40, 247, 0.88)", - }, - blueberry: { - "100": "rgba(73, 2, 224, 0.08)", - "200": "rgba(73, 2, 224, 0.16)", - "300": "rgba(73, 2, 224, 0.24)", - "400": "rgba(73, 2, 224, 0.48)", - "500": "rgba(73, 2, 224, 0.56)", - "600": "rgba(73, 2, 224, 0.72)", - "700": "rgba(73, 2, 224, 0.8)", - "800": "rgba(73, 2, 224, 0.88)", - }, - grape: { - "100": "rgba(127, 13, 207, 0.08)", - "200": "rgba(127, 13, 207, 0.16)", - "300": "rgba(127, 13, 207, 0.24)", - "400": "rgba(127, 13, 207, 0.48)", - "500": "rgba(127, 13, 207, 0.56)", - "600": "rgba(127, 13, 207, 0.72)", - "700": "rgba(127, 13, 207, 0.8)", - "800": "rgba(127, 13, 207, 0.88)", - }, - magenta: { - "100": "rgba(203, 13, 247, 0.08)", - "200": "rgba(203, 13, 247, 0.16)", - "300": "rgba(203, 13, 247, 0.24)", - "400": "rgba(203, 13, 247, 0.48)", - "500": "rgba(203, 13, 247, 0.56)", - "600": "rgba(203, 13, 247, 0.72)", - "700": "rgba(203, 13, 247, 0.8)", - "800": "rgba(203, 13, 247, 0.88)", - }, - cherry: { - "100": "rgba(222, 0, 64, 0.08)", - "200": "rgba(222, 0, 64, 0.16)", - "300": "rgba(222, 0, 64, 0.24)", - "400": "rgba(222, 0, 64, 0.48)", - "500": "rgba(222, 0, 64, 0.56)", - "600": "rgba(222, 0, 64, 0.72)", - "700": "rgba(222, 0, 64, 0.8)", - "800": "rgba(222, 0, 64, 0.88)", - }, - coral: { - "100": "rgba(255, 68, 79, 0.08)", - "200": "rgba(255, 68, 79, 0.16)", - "300": "rgba(255, 68, 79, 0.24)", - "400": "rgba(255, 68, 79, 0.48)", - "500": "rgba(255, 68, 79, 0.56)", - "600": "rgba(255, 68, 79, 0.72)", - "700": "rgba(255, 68, 79, 0.8)", - "800": "rgba(255, 68, 79, 0.88)", - }, - slate: { - "100": "rgba(65, 70, 82, 0.08)", - "200": "rgba(65, 70, 82, 0.16)", - "300": "rgba(65, 70, 82, 0.24)", - "400": "rgba(65, 70, 82, 0.32)", - "500": "rgba(65, 70, 82, 0.4)", - "600": "rgba(65, 70, 82, 0.48)", - "700": "rgba(65, 70, 82, 0.56)", - "800": "rgba(65, 70, 82, 0.64)", - }, - overflow: { - "100": "rgba(255, 255, 255, 0)", - "200": "rgba(246, 247, 248, 0)", - "300": "rgba(24, 28, 37, 0)", - "400": "rgba(17, 20, 27, 0)", - }, - }, - solid: { - red: { - "100": "#ffe6e6", - "200": "#ffbfbf", - "300": "#ff9999", - "400": "#ff7373", - "500": "#ff4d4d", - "600": "#f92e26", - "700": "#e6190e", - "800": "#db0800", - "900": "#c40000", - "1000": "#a60000", - "1100": "#880000", - "1200": "#6a0000", - "1300": "#4d0000", - }, - orange: { - "100": "#feefe7", - "200": "#fdd7c2", - "300": "#fbbf9d", - "400": "#faa778", - "500": "#f88f54", - "600": "#f7772f", - "700": "#f55f0a", - "800": "#d85409", - "900": "#bc4908", - "1000": "#9f3e07", - "1100": "#833305", - "1200": "#662804", - "1300": "#4a1d03", - }, - yellow: { - "100": "#fff7e6", - "200": "#ffeabf", - "300": "#ffdd99", - "400": "#ffce73", - "500": "#ffbe4d", - "600": "#ffae26", - "700": "#ff9c13", - "800": "#e18d00", - "900": "#c47d00", - "1000": "#a66c00", - "1100": "#885a00", - "1200": "#6a4800", - "1300": "#4d3500", - }, - mustard: { - "100": "#fef9e7", - "200": "#fdf1c2", - "300": "#fce89d", - "400": "#fbe079", - "500": "#f9d754", - "600": "#f8cf30", - "700": "#f7c60b", - "800": "#daaf0a", - "900": "#bd9808", - "1000": "#a18107", - "1100": "#846a06", - "1200": "#675305", - "1300": "#4a3b03", - }, - olive: { - "100": "#fcfbe6", - "200": "#f7f6c0", - "300": "#f3f09a", - "400": "#eeeb74", - "500": "#e9e54e", - "600": "#e5e028", - "700": "#e0da02", - "800": "#c6c102", - "900": "#aca702", - "1000": "#928e01", - "1100": "#787401", - "1200": "#5d5b01", - "1300": "#434101", - }, - green: { - "100": "#e6fae9", - "200": "#bfefc8", - "300": "#99e2a8", - "400": "#73d089", - "500": "#4dbc6b", - "600": "#26a44e", - "700": "#008832", - "800": "#00822a", - "900": "#007a22", - "1000": "#006f1b", - "1100": "#006114", - "1200": "#00500f", - "1300": "#003d0a", - }, - emerald: { - "100": "#e6fff9", - "200": "#bfffed", - "300": "#99ffdf", - "400": "#73f9cf", - "500": "#4decbc", - "600": "#26daa7", - "700": "#00c390", - "800": "#00bb86", - "900": "#00ae7a", - "1000": "#009e6d", - "1100": "#00885d", - "1200": "#006a4c", - "1300": "#004d39", - }, - tiffany: { - "100": "#e8fdf8", - "200": "#c5faef", - "300": "#a2f7e5", - "400": "#7ff3db", - "500": "#5df0d1", - "600": "#3aedc7", - "700": "#17eabd", - "800": "#14cfa7", - "900": "#12b391", - "1000": "#0f987b", - "1100": "#0c7d65", - "1200": "#0a624f", - "1300": "#074639", - }, - teal: { - "100": "#e6fafa", - "200": "#bff2f2", - "300": "#99ebeb", - "400": "#73e3e3", - "500": "#4ddbdb", - "600": "#26d4d4", - "700": "#00cccc", - "800": "#00b4b4", - "900": "#009c9c", - "1000": "#008585", - "1100": "#006d6d", - "1200": "#005555", - "1300": "#003d3d", - }, - seawater: { - "100": "#e7f6f7", - "200": "#c2e7eb", - "300": "#9dd9df", - "400": "#78cbd4", - "500": "#54bdc8", - "600": "#2faebc", - "700": "#0aa0b0", - "800": "#098d9c", - "900": "#087b87", - "1000": "#076872", - "1100": "#05555e", - "1200": "#044349", - "1300": "#033035", - }, - blue: { - "100": "#e6f5ff", - "200": "#bfe7ff", - "300": "#99d8ff", - "400": "#73c9ff", - "500": "#53b9ff", - "600": "#3daaff", - "700": "#2c9aff", - "800": "#1789e1", - "900": "#0777c4", - "1000": "#0066a6", - "1100": "#005488", - "1200": "#00426a", - "1300": "#00304d", - }, - sapphire: { - "100": "#e7eafe", - "200": "#c2c9fd", - "300": "#9ea9fc", - "400": "#7989fb", - "500": "#5569f9", - "600": "#3148f8", - "700": "#0c28f7", - "800": "#0b23da", - "900": "#091fbd", - "1000": "#081aa1", - "1100": "#061584", - "1200": "#051167", - "1300": "#040c4a", - }, - blueberry: { - "100": "#ede6fc", - "200": "#d2c0f7", - "300": "#b69af3", - "400": "#9b74ee", - "500": "#804ee9", - "600": "#6428e5", - "700": "#4902e0", - "800": "#4102c6", - "900": "#3802ac", - "1000": "#2f0192", - "1100": "#270178", - "1200": "#1e015d", - "1300": "#160143", - }, - grape: { - "100": "#f2e7fa", - "200": "#dfc3f3", - "300": "#cc9eec", - "400": "#b97ae5", - "500": "#a556dd", - "600": "#9231d6", - "700": "#7f0dcf", - "800": "#700cb7", - "900": "#610a9f", - "1000": "#530987", - "1100": "#44076e", - "1200": "#350556", - "1300": "#26043e", - }, - magenta: { - "100": "#fae7fe", - "200": "#f2c3fd", - "300": "#ea9efc", - "400": "#e27afb", - "500": "#db56f9", - "600": "#d331f8", - "700": "#cb0df7", - "800": "#b30cda", - "900": "#9c0abd", - "1000": "#8409a1", - "1100": "#6c0784", - "1200": "#550567", - "1300": "#3d044a", - }, - cherry: { - "100": "#ffe6e7", - "200": "#ffbfc6", - "300": "#ff99a6", - "400": "#ff7389", - "500": "#ff4d6e", - "600": "#f32656", - "700": "#de0040", - "800": "#d40032", - "900": "#c40025", - "1000": "#a6001a", - "1100": "#880011", - "1200": "#6a000a", - "1300": "#4d0005", - }, - coral: { - "100": "#ffe6e6", - "200": "#ffbfc2", - "300": "#ff9ba3", - "400": "#ff7e88", - "500": "#ff6671", - "600": "#ff535e", - "700": "#ff444f", - "800": "#e12e3a", - "900": "#c41c28", - "1000": "#a60e19", - "1100": "#88030d", - "1200": "#6a0004", - "1300": "#4d0000", - }, - slate: { - "50": "#ffffff", - "75": "#f6f7f8", - "100": "#ebecef", - "200": "#ced0d6", - "300": "#b1b4bc", - "400": "#9498a2", - "500": "#787d88", - "600": "#5c616d", - "700": "#414652", - "800": "#383d4a", - "900": "#303541", - "1000": "#282c38", - "1100": "#20242f", - "1200": "#181c25", - "1300": "#11141b", - "1400": "#000000", - }, - }, - }, - spacing: { - "50": "0", - "75": "1px", - "100": "2px", - "200": "4px", - "300": "6px", - "400": "8px", - "500": "10px", - "600": "12px", - "700": "14px", - "800": "16px", - "900": "18px", - "1000": "20px", - "1100": "22px", - "1200": "24px", - "1300": "26px", - "1400": "28px", - "1500": "30px", - "1600": "32px", - "1700": "34px", - "1800": "36px", - "1900": "38px", - "2000": "40px", - "2100": "42px", - "2200": "44px", - "2300": "46px", - "2400": "48px", - "2500": "50px", - "2600": "52px", - "2700": "54px", - "2800": "56px", - "2900": "58px", - "3000": "60px", - "3100": "62px", - "3200": "64px", - "3300": "66px", - "3400": "68px", - "3500": "70px", - "3600": "72px", - "3700": "74px", - "3800": "76px", - "3900": "78px", - "4000": "80px", - "4100": "82px", - "4200": "84px", - "4300": "86px", - "4400": "88px", - "4500": "90px", - "4600": "92px", - "4700": "94px", - "4800": "96px", - "4900": "98px", - "5000": "100px", - "general-none": "var(--semantic-spacing-general-none)", - "general-3xs": "var(--semantic-spacing-general-3xs)", - "general-2xs": "var(--semantic-spacing-general-2xs)", - "general-xs": "var(--semantic-spacing-general-xs)", - "general-sm": "var(--semantic-spacing-general-sm)", - "general-md": "var(--semantic-spacing-general-md)", - "general-lg": "var(--semantic-spacing-general-lg)", - "general-xl": "var(--semantic-spacing-general-xl)", - "general-2xl": "var(--semantic-spacing-general-2xl)", - "general-3xl": "var(--semantic-spacing-general-3xl)", - "general-4xl": "var(--semantic-spacing-general-4xl)", - "general-5xl": "var(--semantic-spacing-general-5xl)", - "gap-none": "var(--semantic-spacing-gap-none)", - "gap-2xs": "var(--semantic-spacing-gap-2xs)", - "gap-xs": "var(--semantic-spacing-gap-xs)", - "gap-sm": "var(--semantic-spacing-gap-sm)", - "gap-md": "var(--semantic-spacing-gap-md)", - "gap-lg": "var(--semantic-spacing-gap-lg)", - "gap-xl": "var(--semantic-spacing-gap-xl)", - "gap-2xl": "var(--semantic-spacing-gap-2xl)", - "gap-3xl": "var(--semantic-spacing-gap-3xl)", - "gap-4xl": "var(--semantic-spacing-gap-4xl)", - "paragraphSpacing-heading-hero": - "var(--semantic-paragraph-spacing-heading-hero)", - "paragraphSpacing-heading-h1": - "var(--semantic-paragraph-spacing-heading-h1)", - "paragraphSpacing-heading-h2": - "var(--semantic-paragraph-spacing-heading-h2)", - "paragraphSpacing-heading-h3": - "var(--semantic-paragraph-spacing-heading-h3)", - "paragraphSpacing-heading-h4": - "var(--semantic-paragraph-spacing-heading-h4)", - "paragraphSpacing-heading-h5": - "var(--semantic-paragraph-spacing-heading-h5)", - "paragraphSpacing-heading-h6": - "var(--semantic-paragraph-spacing-heading-h6)", - "paragraphSpacing-body-xl": "var(--semantic-paragraph-spacing-body-xl)", - "paragraphSpacing-body-lg": "var(--semantic-paragraph-spacing-body-lg)", - "paragraphSpacing-body-md": "var(--semantic-paragraph-spacing-body-md)", - "paragraphSpacing-body-sm": "var(--semantic-paragraph-spacing-body-sm)", - "paragraphSpacing-caption": "var(--semantic-paragraph-spacing-caption)", - "paragraphSpacing-code-xl": "var(--semantic-paragraph-spacing-code-xl)", - "paragraphSpacing-code-lg": "var(--semantic-paragraph-spacing-code-lg)", - "paragraphSpacing-code-md": "var(--semantic-paragraph-spacing-code-md)", - "paragraphSpacing-code-sm": "var(--semantic-paragraph-spacing-code-sm)", - "paragraphSpacing-50": "12px", - "paragraphSpacing-75": "14px", - "paragraphSpacing-100": "16px", - "paragraphSpacing-200": "18px", - "paragraphSpacing-300": "20px", - "paragraphSpacing-400": "24px", - "paragraphSpacing-500": "32px", - "paragraphSpacing-600": "40px", - "paragraphSpacing-700": "48px", - "paragraphSpacing-800": "64px", - "paragraphSpacing-900": "80px", - "paragraphSpacing-1000": "28px", - "paragraphSpacing-1100": "34px", - }, - borderRadius: { - "50": "0px", - "100": "2px", - "200": "4px", - "300": "6px", - "400": "8px", - "500": "10px", - "600": "12px", - "700": "14px", - "800": "16px", - "900": "18px", - "1000": "20px", - "1100": "22px", - "1200": "24px", - "1300": "26px", - "1400": "28px", - "1500": "30px", - "1600": "32px", - "1700": "34px", - "1800": "36px", - "1900": "38px", - "2000": "40px", - "2100": "42px", - "2200": "44px", - "2300": "46px", - "2400": "48px", - "2500": "50px", - "2600": "52px", - "2700": "54px", - "2800": "56px", - "2900": "58px", - "3000": "60px", - "3100": "62px", - "3200": "64px", - "3300": "66px", - "3400": "68px", - "3500": "70px", - "3600": "72px", - "3700": "74px", - "3800": "76px", - "3900": "78px", - "4000": "80px", - "4100": "82px", - "4200": "84px", - "4300": "86px", - "4400": "88px", - "4500": "90px", - "4600": "92px", - "4700": "94px", - "4800": "96px", - "4900": "98px", - "5000": "100px", - none: "var(--semantic-border-radius-none)", - xs: "var(--semantic-border-radius-xs)", - sm: "var(--semantic-border-radius-sm)", - md: "var(--semantic-border-radius-md)", - lg: "var(--semantic-border-radius-lg)", - xl: "var(--semantic-border-radius-xl)", - "2xl": "var(--semantic-border-radius-2xl)", - pill: "var(--semantic-border-radius-pill)", - }, - fontWeight: { - light: "300", - regular: "400", - bold: "700", - italic: "Italic", - boldItalic: "700 italic", - }, - extend: {}, - }, -}; - -export default QuillTailwindConfig; diff --git a/dist/quill-tailwind/token-names.ts b/dist/quill-tailwind/token-names.ts deleted file mode 100644 index 2cf4f5d..0000000 --- a/dist/quill-tailwind/token-names.ts +++ /dev/null @@ -1,759 +0,0 @@ -export const allNames = { - spacing: [ - "general-none", - "general-3xs", - "general-2xs", - "general-xs", - "general-sm", - "general-md", - "general-lg", - "general-xl", - "general-2xl", - "general-3xl", - "general-4xl", - "general-5xl", - "gap-none", - "gap-2xs", - "gap-xs", - "gap-sm", - "gap-md", - "gap-lg", - "gap-xl", - "gap-2xl", - "gap-3xl", - "gap-4xl", - "50", - "75", - "100", - "200", - "300", - "400", - "500", - "600", - "700", - "800", - "900", - "1000", - "1100", - "1200", - "1300", - "1400", - "1500", - "1600", - "1700", - "1800", - "1900", - "2000", - "2100", - "2200", - "2300", - "2400", - "2500", - "2600", - "2700", - "2800", - "2900", - "3000", - "3100", - "3200", - "3300", - "3400", - "3500", - "3600", - "3700", - "3800", - "3900", - "4000", - "4100", - "4200", - "4300", - "4400", - "4500", - "4600", - "4700", - "4800", - "4900", - "5000", - ], - borderRadius: [ - "none", - "xs", - "sm", - "md", - "lg", - "xl", - "2xl", - "pill", - "50", - "100", - "200", - "300", - "400", - "500", - "600", - "700", - "800", - "900", - "1000", - "1100", - "1200", - "1300", - "1400", - "1500", - "1600", - "1700", - "1800", - "1900", - "2000", - "2100", - "2200", - "2300", - "2400", - "2500", - "2600", - "2700", - "2800", - "2900", - "3000", - "3100", - "3200", - "3300", - "3400", - "3500", - "3600", - "3700", - "3800", - "3900", - "4000", - "4100", - "4200", - "4300", - "4400", - "4500", - "4600", - "4700", - "4800", - "4900", - "5000", - ], - fontSizes: [ - "heading-hero", - "heading-h1", - "heading-h2", - "heading-h3", - "heading-h4", - "heading-h5", - "heading-h6", - "body-xl", - "body-lg", - "body-md", - "body-sm", - "caption", - "code-xl", - "code-lg", - "code-md", - "code-sm", - "icon-labelPaired-xl", - "icon-labelPaired-lg", - "icon-labelPaired-md", - "icon-labelPaired-sm", - "icon-labelPaired-caption", - "icon-standalone-2xl", - "icon-standalone-xl", - "icon-standalone-lg", - "icon-standalone-md", - "icon-standalone-sm", - "50", - "75", - "100", - "200", - "300", - "400", - "500", - "600", - "700", - "800", - "900", - "1000", - "1100", - ], - paragraphSpacing: [ - "paragraphSpacing-heading-hero", - "paragraphSpacing-heading-h1", - "paragraphSpacing-heading-h2", - "paragraphSpacing-heading-h3", - "paragraphSpacing-heading-h4", - "paragraphSpacing-heading-h5", - "paragraphSpacing-heading-h6", - "paragraphSpacing-body-xl", - "paragraphSpacing-body-lg", - "paragraphSpacing-body-md", - "paragraphSpacing-body-sm", - "paragraphSpacing-caption", - "paragraphSpacing-code-xl", - "paragraphSpacing-code-lg", - "paragraphSpacing-code-md", - "paragraphSpacing-code-sm", - "paragraphSpacing-50", - "paragraphSpacing-75", - "paragraphSpacing-100", - "paragraphSpacing-200", - "paragraphSpacing-300", - "paragraphSpacing-400", - "paragraphSpacing-500", - "paragraphSpacing-600", - "paragraphSpacing-700", - "paragraphSpacing-800", - "paragraphSpacing-900", - "paragraphSpacing-1000", - "paragraphSpacing-1100", - ], - lineHeights: [ - "heading-hero", - "heading-h1", - "heading-h2", - "heading-h3", - "heading-h4", - "heading-h5", - "heading-h6", - "body-xl", - "body-lg", - "body-md", - "body-sm", - "caption", - "code-xl", - "code-lg", - "code-md", - "code-sm", - "icon-labelPaired-xl", - "icon-labelPaired-lg", - "icon-labelPaired-md", - "icon-labelPaired-sm", - "icon-labelPaired-caption", - "icon-standalone-2xl", - "icon-standalone-xl", - "icon-standalone-lg", - "icon-standalone-md", - "icon-standalone-sm", - "100", - "200", - "300", - "400", - "500", - "600", - "700", - "800", - "900", - "1000", - "auto", - ], - color: [ - "background-primary-base", - "background-primary-container", - "background-secondary-base", - "background-secondary-container", - "background-overflow-1-top", - "background-overflow-1-right", - "background-overflow-1-bottom", - "background-overflow-1-left", - "background-overflow-2-top", - "background-overflow-2-right", - "background-overflow-2-bottom", - "background-overflow-2-left", - "background-overlay", - "background-dialog", - "typography-prominent", - "typography-default", - "typography-subtle", - "typography-disabled", - "typography-link", - "status-info", - "status-success", - "status-warning", - "status-danger", - "gradient-slate-110", - "gradient-slate-120", - "gradient-slate-130", - "gradient-slate-140", - "gradient-slate-210", - "gradient-slate-220", - "gradient-slate-230", - "gradient-slate-240", - "gradient-slate-310", - "gradient-slate-320", - "gradient-slate-330", - "gradient-slate-340", - "gradient-slate-410", - "gradient-slate-420", - "gradient-slate-430", - "gradient-slate-440", - "opacity-white-75", - "opacity-white-100", - "opacity-white-200", - "opacity-white-300", - "opacity-white-400", - "opacity-white-500", - "opacity-white-600", - "opacity-white-700", - "opacity-white-800", - "opacity-black-75", - "opacity-black-100", - "opacity-black-200", - "opacity-black-300", - "opacity-black-400", - "opacity-black-500", - "opacity-black-600", - "opacity-black-700", - "opacity-black-800", - "opacity-red-100", - "opacity-red-200", - "opacity-red-300", - "opacity-red-400", - "opacity-red-500", - "opacity-red-600", - "opacity-red-700", - "opacity-red-800", - "opacity-orange-100", - "opacity-orange-200", - "opacity-orange-300", - "opacity-orange-400", - "opacity-orange-500", - "opacity-orange-600", - "opacity-orange-700", - "opacity-orange-800", - "opacity-yellow-100", - "opacity-yellow-200", - "opacity-yellow-300", - "opacity-yellow-400", - "opacity-yellow-500", - "opacity-yellow-600", - "opacity-yellow-700", - "opacity-yellow-800", - "opacity-mustard-100", - "opacity-mustard-200", - "opacity-mustard-300", - "opacity-mustard-400", - "opacity-mustard-500", - "opacity-mustard-600", - "opacity-mustard-700", - "opacity-mustard-800", - "opacity-olive-100", - "opacity-olive-200", - "opacity-olive-300", - "opacity-olive-400", - "opacity-olive-500", - "opacity-olive-600", - "opacity-olive-700", - "opacity-olive-800", - "opacity-green-100", - "opacity-green-200", - "opacity-green-300", - "opacity-green-400", - "opacity-green-500", - "opacity-green-600", - "opacity-green-700", - "opacity-green-800", - "opacity-emerald-100", - "opacity-emerald-200", - "opacity-emerald-300", - "opacity-emerald-400", - "opacity-emerald-500", - "opacity-emerald-600", - "opacity-emerald-700", - "opacity-emerald-800", - "opacity-tiffany-100", - "opacity-tiffany-200", - "opacity-tiffany-300", - "opacity-tiffany-400", - "opacity-tiffany-500", - "opacity-tiffany-600", - "opacity-tiffany-700", - "opacity-tiffany-800", - "opacity-teal-100", - "opacity-teal-200", - "opacity-teal-300", - "opacity-teal-400", - "opacity-teal-500", - "opacity-teal-600", - "opacity-teal-700", - "opacity-teal-800", - "opacity-seawater-100", - "opacity-seawater-200", - "opacity-seawater-300", - "opacity-seawater-400", - "opacity-seawater-500", - "opacity-seawater-600", - "opacity-seawater-700", - "opacity-seawater-800", - "opacity-blue-100", - "opacity-blue-200", - "opacity-blue-300", - "opacity-blue-400", - "opacity-blue-500", - "opacity-blue-600", - "opacity-blue-700", - "opacity-blue-800", - "opacity-sapphire-100", - "opacity-sapphire-200", - "opacity-sapphire-300", - "opacity-sapphire-400", - "opacity-sapphire-500", - "opacity-sapphire-600", - "opacity-sapphire-700", - "opacity-sapphire-800", - "opacity-blueberry-100", - "opacity-blueberry-200", - "opacity-blueberry-300", - "opacity-blueberry-400", - "opacity-blueberry-500", - "opacity-blueberry-600", - "opacity-blueberry-700", - "opacity-blueberry-800", - "opacity-grape-100", - "opacity-grape-200", - "opacity-grape-300", - "opacity-grape-400", - "opacity-grape-500", - "opacity-grape-600", - "opacity-grape-700", - "opacity-grape-800", - "opacity-magenta-100", - "opacity-magenta-200", - "opacity-magenta-300", - "opacity-magenta-400", - "opacity-magenta-500", - "opacity-magenta-600", - "opacity-magenta-700", - "opacity-magenta-800", - "opacity-cherry-100", - "opacity-cherry-200", - "opacity-cherry-300", - "opacity-cherry-400", - "opacity-cherry-500", - "opacity-cherry-600", - "opacity-cherry-700", - "opacity-cherry-800", - "opacity-coral-100", - "opacity-coral-200", - "opacity-coral-300", - "opacity-coral-400", - "opacity-coral-500", - "opacity-coral-600", - "opacity-coral-700", - "opacity-coral-800", - "opacity-slate-100", - "opacity-slate-200", - "opacity-slate-300", - "opacity-slate-400", - "opacity-slate-500", - "opacity-slate-600", - "opacity-slate-700", - "opacity-slate-800", - "opacity-overflow-100", - "opacity-overflow-200", - "opacity-overflow-300", - "opacity-overflow-400", - "solid-red-100", - "solid-red-200", - "solid-red-300", - "solid-red-400", - "solid-red-500", - "solid-red-600", - "solid-red-700", - "solid-red-800", - "solid-red-900", - "solid-red-1000", - "solid-red-1100", - "solid-red-1200", - "solid-red-1300", - "solid-orange-100", - "solid-orange-200", - "solid-orange-300", - "solid-orange-400", - "solid-orange-500", - "solid-orange-600", - "solid-orange-700", - "solid-orange-800", - "solid-orange-900", - "solid-orange-1000", - "solid-orange-1100", - "solid-orange-1200", - "solid-orange-1300", - "solid-yellow-100", - "solid-yellow-200", - "solid-yellow-300", - "solid-yellow-400", - "solid-yellow-500", - "solid-yellow-600", - "solid-yellow-700", - "solid-yellow-800", - "solid-yellow-900", - "solid-yellow-1000", - "solid-yellow-1100", - "solid-yellow-1200", - "solid-yellow-1300", - "solid-mustard-100", - "solid-mustard-200", - "solid-mustard-300", - "solid-mustard-400", - "solid-mustard-500", - "solid-mustard-600", - "solid-mustard-700", - "solid-mustard-800", - "solid-mustard-900", - "solid-mustard-1000", - "solid-mustard-1100", - "solid-mustard-1200", - "solid-mustard-1300", - "solid-olive-100", - "solid-olive-200", - "solid-olive-300", - "solid-olive-400", - "solid-olive-500", - "solid-olive-600", - "solid-olive-700", - "solid-olive-800", - "solid-olive-900", - "solid-olive-1000", - "solid-olive-1100", - "solid-olive-1200", - "solid-olive-1300", - "solid-green-100", - "solid-green-200", - "solid-green-300", - "solid-green-400", - "solid-green-500", - "solid-green-600", - "solid-green-700", - "solid-green-800", - "solid-green-900", - "solid-green-1000", - "solid-green-1100", - "solid-green-1200", - "solid-green-1300", - "solid-emerald-100", - "solid-emerald-200", - "solid-emerald-300", - "solid-emerald-400", - "solid-emerald-500", - "solid-emerald-600", - "solid-emerald-700", - "solid-emerald-800", - "solid-emerald-900", - "solid-emerald-1000", - "solid-emerald-1100", - "solid-emerald-1200", - "solid-emerald-1300", - "solid-tiffany-100", - "solid-tiffany-200", - "solid-tiffany-300", - "solid-tiffany-400", - "solid-tiffany-500", - "solid-tiffany-600", - "solid-tiffany-700", - "solid-tiffany-800", - "solid-tiffany-900", - "solid-tiffany-1000", - "solid-tiffany-1100", - "solid-tiffany-1200", - "solid-tiffany-1300", - "solid-teal-100", - "solid-teal-200", - "solid-teal-300", - "solid-teal-400", - "solid-teal-500", - "solid-teal-600", - "solid-teal-700", - "solid-teal-800", - "solid-teal-900", - "solid-teal-1000", - "solid-teal-1100", - "solid-teal-1200", - "solid-teal-1300", - "solid-seawater-100", - "solid-seawater-200", - "solid-seawater-300", - "solid-seawater-400", - "solid-seawater-500", - "solid-seawater-600", - "solid-seawater-700", - "solid-seawater-800", - "solid-seawater-900", - "solid-seawater-1000", - "solid-seawater-1100", - "solid-seawater-1200", - "solid-seawater-1300", - "solid-blue-100", - "solid-blue-200", - "solid-blue-300", - "solid-blue-400", - "solid-blue-500", - "solid-blue-600", - "solid-blue-700", - "solid-blue-800", - "solid-blue-900", - "solid-blue-1000", - "solid-blue-1100", - "solid-blue-1200", - "solid-blue-1300", - "solid-sapphire-100", - "solid-sapphire-200", - "solid-sapphire-300", - "solid-sapphire-400", - "solid-sapphire-500", - "solid-sapphire-600", - "solid-sapphire-700", - "solid-sapphire-800", - "solid-sapphire-900", - "solid-sapphire-1000", - "solid-sapphire-1100", - "solid-sapphire-1200", - "solid-sapphire-1300", - "solid-blueberry-100", - "solid-blueberry-200", - "solid-blueberry-300", - "solid-blueberry-400", - "solid-blueberry-500", - "solid-blueberry-600", - "solid-blueberry-700", - "solid-blueberry-800", - "solid-blueberry-900", - "solid-blueberry-1000", - "solid-blueberry-1100", - "solid-blueberry-1200", - "solid-blueberry-1300", - "solid-grape-100", - "solid-grape-200", - "solid-grape-300", - "solid-grape-400", - "solid-grape-500", - "solid-grape-600", - "solid-grape-700", - "solid-grape-800", - "solid-grape-900", - "solid-grape-1000", - "solid-grape-1100", - "solid-grape-1200", - "solid-grape-1300", - "solid-magenta-100", - "solid-magenta-200", - "solid-magenta-300", - "solid-magenta-400", - "solid-magenta-500", - "solid-magenta-600", - "solid-magenta-700", - "solid-magenta-800", - "solid-magenta-900", - "solid-magenta-1000", - "solid-magenta-1100", - "solid-magenta-1200", - "solid-magenta-1300", - "solid-cherry-100", - "solid-cherry-200", - "solid-cherry-300", - "solid-cherry-400", - "solid-cherry-500", - "solid-cherry-600", - "solid-cherry-700", - "solid-cherry-800", - "solid-cherry-900", - "solid-cherry-1000", - "solid-cherry-1100", - "solid-cherry-1200", - "solid-cherry-1300", - "solid-coral-100", - "solid-coral-200", - "solid-coral-300", - "solid-coral-400", - "solid-coral-500", - "solid-coral-600", - "solid-coral-700", - "solid-coral-800", - "solid-coral-900", - "solid-coral-1000", - "solid-coral-1100", - "solid-coral-1200", - "solid-coral-1300", - "solid-slate-50", - "solid-slate-75", - "solid-slate-100", - "solid-slate-200", - "solid-slate-300", - "solid-slate-400", - "solid-slate-500", - "solid-slate-600", - "solid-slate-700", - "solid-slate-800", - "solid-slate-900", - "solid-slate-1000", - "solid-slate-1100", - "solid-slate-1200", - "solid-slate-1300", - "solid-slate-1400", - ], - borderWidth: [ - "none", - "xs", - "sm", - "md", - "lg", - "50", - "75", - "100", - "200", - "300", - ], - opacity: [ - "overlay", - "disabled", - "50", - "75", - "100", - "200", - "300", - "400", - "500", - "600", - "700", - "800", - "900", - "1000", - "1100", - "1200", - "1300", - ], - boxShadow: [ - "50", - "110", - "120", - "130", - "140", - "210", - "220", - "230", - "240", - "310", - "320", - "330", - "340", - "410", - "420", - "430", - "440", - "510", - "520", - "530", - "540", - "610", - "620", - "630", - "710", - "720", - "730", - "740", - ], - fontFamilies: ["heading", "sans", "mono", "serif"], - fontWeights: ["light", "regular", "bold", "italic", "boldItalic"], -}; - -export default allNames; diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 857093b..0000000 --- a/jest.config.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * For a detailed explanation regarding each configuration property, visit: - * https://jestjs.io/docs/configuration - */ - -/** @type {import('jest').Config} */ -const config = { - coverageProvider: 'babel', - silent: true, - // collectCoverage: false, - coverageReporters: ['lcov'], - coverageDirectory: './coverage/', -}; - -module.exports = config; diff --git a/package.json b/package.json index ea06eb8..cc6e25e 100644 --- a/package.json +++ b/package.json @@ -4,20 +4,17 @@ "private": false, "description": "", "main": "index.js", + "type": "module", "files": [ "dist" ], "scripts": { - "build": "npm run clean && npx ts-node index.ts", - "clean": "rimraf sd-tokens dist", + "build": "cp -r lib/styles/* dist && for f in dist/*.scss; do sass \"$f\" \"${f%.scss}.css\"; done", "format": "eslint src/**/*.ts --fix", "generate:styles": "node scripts/shaper.js && node scripts/transformer.js && npx prettier --write lib/styles", "lint": "eslint src/**/*.ts", - "test": "jest", - "test:ci": "jest --coverage", - "test:update": "jest --updateSnapshot", "prepare": "husky install", - "prepublish": "babel src --out-dir dist && cp -r lib/styles/* dist && for f in dist/*.scss; do sass \"$f\" \"${f%.scss}.css\"; done", + "prepublish": "npm run build", "publish": "npm run build && npm run prepublish && npm publish" }, "keywords": [], diff --git a/raw-tokens/data/$metadata.json b/raw-tokens/data/$metadata.json deleted file mode 100644 index f22ebc7..0000000 --- a/raw-tokens/data/$metadata.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "tokenSetOrder": [ - "core/border", - "core/color/solid", - "core/color/opacity", - "core/color/gradients", - "core/boxShadow", - "core/opacity", - "core/spacing", - "core/typography", - "core/motion", - "semantic/global", - "semantic/viewPort/default", - "semantic/viewPort/640-plus", - "semantic/viewPort/768-plus", - "semantic/viewPort/1024-plus", - "semantic/viewPort/1280-plus", - "semantic/viewPort/1440-plus", - "semantic/theme/light", - "semantic/theme/dark" - ] -} \ No newline at end of file diff --git a/raw-tokens/data/$themes.json b/raw-tokens/data/$themes.json deleted file mode 100644 index f33d8bd..0000000 --- a/raw-tokens/data/$themes.json +++ /dev/null @@ -1,412 +0,0 @@ -[ - { - "id": "4a17f4b9131ebec2af876ae3d66fabe620f20552", - "name": "mobile", - "$figmaStyleReferences": { - "semantic.typography.heading.hero": "S:33bea9ea7eb118933d0b18cf1a16dad0bb924429,", - "semantic.typography.heading.h1": "S:257a34996ec2f9d9fd184494356f3c8f28126249,", - "semantic.typography.heading.h2": "S:026b2ddf59db47701fa7641ba8524e879ec04830,", - "semantic.typography.body.xl.regular.default": "S:1559a7bc4bef898b8c58ee922e5bb33f29d3a013,", - "semantic.typography.body.xl.regular.italic": "S:e500ce081f41278b8bc4500efef9b2e747474cd3,", - "semantic.typography.body.xl.regular.underline": "S:7a9547242cc8731a6786cfa78c131fabe87e9b55,", - "semantic.typography.body.xl.regular.italic-underline": "S:e8bb826d0892b4fad9d852705893b38343e71af6,", - "semantic.typography.body.xl.bold.italic": "S:0184243f71459115ec9d2acc7818f1e614bbd46a,", - "semantic.typography.body.xl.bold.underline": "S:017228ef4fce4d615b0b9d38ec3e0e51fc7f1835,", - "semantic.typography.body.xl.bold.italic-underline": "S:95f6b87fae2c4fae2953c665cb954f1f960f2d29,", - "semantic.typography.body.lg.regular.default": "S:2ed65f0826066958b715aec265ebc8e3404baced,", - "semantic.typography.body.lg.regular.italic": "S:07d69a5034b859a474b1ee33d0b080557f055c5e,", - "semantic.typography.body.lg.regular.underline": "S:f82debe6dd7a9cedcd75006aaba466276dc84ccd,", - "semantic.typography.body.lg.regular.italic-underline": "S:9e390f00466e19e19cbcdea0431b081a7c1ab684,", - "semantic.typography.body.lg.bold.italic": "S:089ea35a8fd07933aab029aef03000a520b7b867,", - "semantic.typography.body.lg.bold.underline": "S:09dcd8c211e5dc12ac6eea26115dc5b1296f07ef,", - "semantic.typography.body.lg.bold.italic-underline": "S:9648665f196064df0cfc0ca2cd9fc5395ab92113,", - "semantic.typography.body.md.regular.default": "S:73a6843b85c0a6f74d7e0d2ac37fe1d23b03e75f,", - "semantic.typography.body.md.regular.italic": "S:fb74c95e3a9a33d451453458f9eebd2eff888cc2,", - "semantic.typography.body.md.regular.underline": "S:0cc9169fe16f9d32db5855882c1d792be520fe96,", - "semantic.typography.body.md.regular.italic-underline": "S:4657b75090beead20363592e8ab665a5d765532e,", - "semantic.typography.body.md.bold.italic": "S:733869e670871b52fe14aa7a58d4325dc53aee4f,", - "semantic.typography.body.md.bold.underline": "S:eb4b4b11b3508921d47de338b3b3e5957a5bb0f0,", - "semantic.typography.body.md.bold.italic-underline": "S:07b7e76794367b3ee6cd3433f515543d2935798a,", - "semantic.typography.body.sm.regular.default": "S:4b5b5fa0db2e4ddf736e69f6b3a121ba1f2e1587,", - "semantic.typography.body.sm.regular.italic": "S:ab62c04b5f552b39d748065b70c05f69e10fa25e,", - "semantic.typography.body.sm.regular.underline": "S:ea846435f0e4a9341f38ad2ef15621e6718ec706,", - "semantic.typography.body.sm.regular.italic-underline": "S:12fdf1d7021a1b3f2161f9be2ff3117b113b20cc,", - "semantic.typography.body.sm.bold.italic": "S:d5bf2b96ab34d601078cb727b4079648417959f4,", - "semantic.typography.body.sm.bold.underline": "S:b3a198b2e5c8e8847fbcc9f114ded14094c09fe9,", - "semantic.typography.body.sm.bold.italic-underline": "S:dc10694197540285cf63942b2503a18397056f10,", - "semantic.typography.caption.regular.default": "S:ac9269ec1055fe4f0b0838f76288b798eaf36bad,", - "semantic.typography.caption.regular.italic": "S:6a9c95a47e2fa1ceb2a435a7e5c0e404a4ba057b,", - "semantic.typography.caption.regular.underline": "S:8d6ed3e095b76778f4a655a3f74bc5846fc2d854,", - "semantic.typography.caption.regular.italic-underline": "S:1397518f3bbb7dc4f955d54c425b1d1918ebc130,", - "semantic.typography.caption.bold.italic": "S:da27cdafe681931e95eee132995c3ac90e05b499,", - "semantic.typography.caption.bold.underline": "S:24a9b65f3fec568ef90c45cea4037f853f4ce077,", - "semantic.typography.caption.bold.italic-underline": "S:9d2f9ab65f4e4b33acfd58ae878bef89e574fd27,", - "semantic.typography.code.xl.regular.default": "S:50c5561db6790bb9e823f4c65674fbe4069658c0,", - "semantic.typography.code.xl.regular.italic": "S:f02ebb77a301f93fd450b149005237d4537cbb6d,", - "semantic.typography.code.xl.regular.underline": "S:136f113ca30793fe255368d160eeb4433b318660,", - "semantic.typography.code.xl.regular.italic-underline": "S:c6155cb67b3b4ad48d5ff43e48ff29e0f2b9a375,", - "semantic.typography.code.xl.bold.italic": "S:a3e17c84779652cfb71112a45cd7ae7ca8faba7e,", - "semantic.typography.code.xl.bold.underline": "S:019acb7c32c02b180080c55398a624bae996916f,", - "semantic.typography.code.xl.bold.italic-underline": "S:0c4cbbec33872d46342a3bc7738ad0eb21be527d,", - "semantic.typography.code.lg.regular.default": "S:a42297cca298b40dc26be3397783b60d7829fe0f,", - "semantic.typography.code.lg.regular.italic": "S:3edce5759000b2d04811d49ad073a4c005547e3b,", - "semantic.typography.code.lg.regular.underline": "S:58a811e8b96a124a74d8b7e467681207426087fa,", - "semantic.typography.code.lg.regular.italic-underline": "S:87ac1929e2143ae29f6b265da35ecbae70f4bb65,", - "semantic.typography.code.lg.bold.italic": "S:f127eed2c9be12d08be58f842d0f31f037cb27a9,", - "semantic.typography.code.lg.bold.underline": "S:da76368c2f9b2ad13a26e0eff8c0f4a5e91203b9,", - "semantic.typography.code.lg.bold.italic-underline": "S:92305d4d7562773596182624a9fc4707188c4646,", - "semantic.typography.code.md.regular.default": "S:14e647af8177c969135a916e2d94e3f694e62357,", - "semantic.typography.code.md.regular.italic": "S:bee00b04d99383c975d2f45f7ff719fa880feaab,", - "semantic.typography.code.md.regular.underline": "S:e73874282b3b710bd7d51603f81349e25579dbaa,", - "semantic.typography.code.md.regular.italic-underline": "S:7033cd710d115c59ba9b62c9aabfac2a07deb1cd,", - "semantic.typography.code.md.bold.italic": "S:0660a0cc210bd48139980766eb7cefe7a6c22afe,", - "semantic.typography.code.md.bold.underline": "S:70e948091e0040d94959f34c901ff3fff21caff0,", - "semantic.typography.code.md.bold.italic-underline": "S:eb190f8f7f5a7da7ad2847245f72d889f53128d5,", - "semantic.typography.code.sm.regular.default": "S:9644b927e2d9e23d55bcb452489580ce20ba04cc,", - "semantic.typography.code.sm.regular.italic": "S:6ece1ac99e5e013300409cda9576fc3581749543,", - "semantic.typography.code.sm.regular.underline": "S:3943a84cafaf8cf83c42c749e38b1398442c8980,", - "semantic.typography.code.sm.regular.italic-underline": "S:4ddf854976b47c7a9f329d1621f91a8404cfb85a,", - "semantic.typography.code.sm.bold.italic": "S:021ca96c5ba71c02936f17ba13b259bff7a259b3,", - "semantic.typography.code.sm.bold.underline": "S:fe7738438118d2d759bf3117231cd221c685c399,", - "semantic.typography.code.sm.bold.italic-underline": "S:21fd0171faa5a47e3e9cd1ae8a3fda07ca3e8cd1,", - "semantic.typography.icon.labelPaired.regular.xl": "S:35c98e29738e92d7fdbdd73fa9088ea51422082b,", - "semantic.typography.icon.labelPaired.regular.lg": "S:a50767abdb68ccf1ddb99574f57e3cf3e1f952b7,", - "semantic.typography.icon.labelPaired.regular.md": "S:55ea27e62c1fea774869c230e3c909710bc0d003,", - "semantic.typography.icon.labelPaired.regular.sm": "S:b07856c655e33e1243cd245bb77f4b622181ff4e,", - "semantic.typography.icon.labelPaired.regular.caption": "S:c2a6571fb29e5ee20b9bbd5bfe3cfc09d1fb4e85,", - "semantic.typography.icon.labelPaired.bold.xl": "S:be1acdaf29b9668a92e324cef0e248f583e8d49d,", - "semantic.typography.icon.labelPaired.bold.lg": "S:73ed45b000d3ac17297514d150dd9f2044ee7526,", - "semantic.typography.icon.labelPaired.bold.md": "S:cb5d32826abe49d808ad075785e9050f70c25bcf,", - "semantic.typography.icon.labelPaired.bold.sm": "S:ff3071effb6a7de3ba71042382e641151adcfa00,", - "semantic.typography.icon.labelPaired.bold.caption": "S:c7dc0402cd450a4d9c1f7ca3216d14952fe50349,", - "semantic.typography.icon.labelPaired.brand.xl": "S:952312805349feec7e0dc32ab51760914d8b47e0,", - "semantic.typography.icon.labelPaired.brand.lg": "S:4338a76e48e2e108267e81503323988ec89aa049,", - "semantic.typography.icon.labelPaired.brand.md": "S:b1637b13d3499de24e97367c45d9b99c4b4c108c,", - "semantic.typography.icon.labelPaired.brand.sm": "S:4f0de6ebe53781bc1f2de9a9e87690cef897d3c4,", - "semantic.typography.icon.labelPaired.brand.caption": "S:decf4c41ddb9a1c50e180e01fba75a95894edaf6,", - "semantic.typography.icon.standalone.regular.2xl": "S:8bbbc11802a1251f682377fe37b4f1f5382c1036,", - "semantic.typography.icon.standalone.regular.xl": "S:07bce8985315e21b669554f73835c2443ed5c98b,", - "semantic.typography.icon.standalone.regular.lg": "S:4988251f6ef2f619e8e97d6e6ee8734a5da3538e,", - "semantic.typography.icon.standalone.regular.md": "S:90e692d776fc8427cd0f72077e4a0a669bed491e,", - "semantic.typography.icon.standalone.regular.sm": "S:25fad21497e713d159368d308ba8278185d56513,", - "semantic.typography.icon.standalone.bold.2xl": "S:4dbb3196c2098ef09dc8e5707fa142759c27605c,", - "semantic.typography.icon.standalone.bold.xl": "S:aed007d2c889a14ffd0381590b6e03e24c110f3f,", - "semantic.typography.icon.standalone.bold.lg": "S:6de58aedb5161b271db3dd56b010233152db27a7,", - "semantic.typography.icon.standalone.bold.md": "S:0208feae2622dae6842f47101169a95e7af49889,", - "semantic.typography.icon.standalone.bold.sm": "S:0757fbc3b9bb845ab3ad83d22a1768e1c6d4ab01,", - "semantic.typography.icon.standalone.brand.2xl": "S:6496ef614b9db72e757fae8f5fca658ed3a5b277,", - "semantic.typography.icon.standalone.brand.xl": "S:866400c518fe103d6c22651fb87a95e74267a529,", - "semantic.typography.icon.standalone.brand.lg": "S:8cdfccde7d653429d85accb212b75108ec4fb69e,", - "semantic.typography.icon.standalone.brand.md": "S:bc598873cf942951f306f12f4c329d8eb7167918,", - "semantic.typography.icon.standalone.brand.sm": "S:f98e1eaf6d747d404779564979fab1bd6167f231,", - "semantic.typography.body.xl.bold.default": "S:404fa32f940750469f98eab9b0d0a049321eed3e,", - "semantic.typography.body.lg.bold.default": "S:2b9a6d323aa326410949dd808d354e19c5d940a2,", - "semantic.typography.body.md.bold.default": "S:cbe9f61c5e2a9fa813e71f2b4f383da783f95341,", - "semantic.typography.body.sm.bold.default": "S:8d9bff7edc83bf78889b77d3c8a878071552a77b,", - "semantic.typography.code.xl.bold.default": "S:cbdada6f76ceb802f81a8977d816c54360fb7ad4,", - "semantic.typography.code.sm.bold.default": "S:752f287db03aa23bba0824c568c19ace09b3fdcf,", - "semantic.typography.code.lg.bold.default": "S:a9c6abfd8643bd01f40ecc7644b121848f5b044a,", - "semantic.typography.caption.bold.default": "S:a956c383af5f3d6542bc67e36a1b4d1a66ca84c5,", - "semantic.typography.code.md.bold.default": "S:59b1e810773c7a1b45b27aaa167cc755b6fbed97," - }, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "semantic/viewPort/default": "enabled", - "semantic/viewPort/640-plus": "enabled" - }, - "group": "viewport" - }, - { - "id": "0fb09a161264d23e37cfbeb4109ba031125254cb", - "name": "tablet", - "$figmaStyleReferences": { - "semantic.typography.heading.hero": "S:1377cb05153f2e385e07148b32c6f30d72ffe6ec,", - "semantic.typography.heading.h1": "S:9c99b5b43ff63870cb1a10ce2e9686ff37afb58f,", - "semantic.typography.heading.h2": "S:64f90952ce53cc0761eb2fd036aaa615ddfb3c8f,", - "semantic.typography.body.xl.regular.default": "S:f52f00aa3361b3284f108dbe4873b5cc18a11f05,", - "semantic.typography.body.xl.regular.italic": "S:11a524ac7137b18dbb180ef04db591025f3c09ab,", - "semantic.typography.body.xl.regular.underline": "S:bde3556a870394aa582d76b61eda500459dd8641,", - "semantic.typography.body.xl.regular.italic-underline": "S:d4f2095a0de4ceed018dcfc88c5ca32e7bb41469,", - "semantic.typography.body.xl.bold.italic": "S:910f0d40eb88c75ec4f86a277c0954aca47a5899,", - "semantic.typography.body.xl.bold.underline": "S:c70278c45abd432fab59a701d24de3329f8f5478,", - "semantic.typography.body.xl.bold.italic-underline": "S:fba87204d64be4b2e51bf3c6b76f43cf0df3fa67,", - "semantic.typography.body.lg.regular.default": "S:e6fc96daabb3548da7ef01b4b375aea6b9389cf3,", - "semantic.typography.body.lg.regular.italic": "S:a29328f1d76b0131c60a8b5047611b8a27fbfd01,", - "semantic.typography.body.lg.regular.underline": "S:93a9c0e32b05005dd083dff82176cd914add30fa,", - "semantic.typography.body.lg.regular.italic-underline": "S:befc0f03059612e1abec7d812dca6d5dd45f3518,", - "semantic.typography.body.lg.bold.italic": "S:e3a36a15d6ba2eb1a087a6c43ef1a5c81a6109e7,", - "semantic.typography.body.lg.bold.underline": "S:11a7f1dbf84416b8a273bb57ec1ca75375e0436e,", - "semantic.typography.body.lg.bold.italic-underline": "S:e1194df686558cd78ebd4f2c76ceae4f042aa08c,", - "semantic.typography.body.md.regular.default": "S:3692a0783f41e87f22e66e918f5b77a5a607d82a,", - "semantic.typography.body.md.regular.italic": "S:55bb0029b86658541829a2cc1916fc80d89dbdc3,", - "semantic.typography.body.md.regular.underline": "S:b79afe4beca78448d378a715bba618e8f3c7acbd,", - "semantic.typography.body.md.regular.italic-underline": "S:53da917d5aff608633a7aea7dde85a5f0889e848,", - "semantic.typography.body.md.bold.italic": "S:d9b87231e983aaed1fa41b01b748c6392b1ef3c2,", - "semantic.typography.body.md.bold.underline": "S:518459812a9c44f18e5f49c44b512369f197de33,", - "semantic.typography.body.md.bold.italic-underline": "S:5eebd32851861350584b15afc1d387f49c6c4f76,", - "semantic.typography.body.sm.regular.default": "S:caeed831b37a094ed575a9b34bfbf821263382dc,", - "semantic.typography.body.sm.regular.italic": "S:d7cdc37c1ab2e5b0bcbdff2038f55857d76fc0a5,", - "semantic.typography.body.sm.regular.underline": "S:bdba4ee5f1db22721928da8b7de3eb093d37917d,", - "semantic.typography.body.sm.regular.italic-underline": "S:21bff2f3205ecb98de00638a1301099172d3cca9,", - "semantic.typography.body.sm.bold.italic": "S:e6f444175c1f166ce6e723603afb3103257189ba,", - "semantic.typography.body.sm.bold.underline": "S:e44e8a839a444b6e5881f371913422e95a028782,", - "semantic.typography.body.sm.bold.italic-underline": "S:a9efb317d088e3c75240008fed361b20e6f81eb3,", - "semantic.typography.caption.regular.default": "S:8d8c2cdafcf517021b7b728396e688c2a8f8a995,", - "semantic.typography.caption.regular.italic": "S:ef2fb7569d9eab8bd063ceed82cc9b05ca3414e6,", - "semantic.typography.caption.regular.underline": "S:88582a3245a2590c1227b12208615843fb492e4b,", - "semantic.typography.caption.regular.italic-underline": "S:ba4ef7717bc91de7d823d168e0a48681aea0d948,", - "semantic.typography.caption.bold.italic": "S:1e902faa799017fad30d86b639ee31fd9c734f2a,", - "semantic.typography.caption.bold.underline": "S:69f3800b935c569d7fe42e615e2b5f4475b112dd,", - "semantic.typography.caption.bold.italic-underline": "S:a06eb17af451b9f0a4b9d5a620879a56b2b1f0c5,", - "semantic.typography.code.xl.regular.default": "S:d733fd4f17fee642f0a56776cd1f3497f5bbf3cb,", - "semantic.typography.code.xl.regular.italic": "S:a681274010069c5eba9e3dfbe1d8b4a3d7583cd6,", - "semantic.typography.code.xl.regular.underline": "S:a5a4512e232af8bf543b934a54453414272b248b,", - "semantic.typography.code.xl.regular.italic-underline": "S:9bd307b2e03dbb27574f48e2feb53f0a51653032,", - "semantic.typography.code.xl.bold.italic": "S:3d4661e73797bdcbceb5f79df6f10797b3ba9a76,", - "semantic.typography.code.xl.bold.underline": "S:8606e7ee2c08c9e4f478ab2b3e1fb9c13494cd8e,", - "semantic.typography.code.xl.bold.italic-underline": "S:84f854653396bbf279ee9f1e3cffe0fef9357414,", - "semantic.typography.code.lg.regular.default": "S:8330e47a5a4940c2c9004d2d6e3cf86b9289292d,", - "semantic.typography.code.lg.regular.italic": "S:d18704653ec6aad8e80a8113bb4545b8ba404fc2,", - "semantic.typography.code.lg.regular.underline": "S:39fa76cd1f5a45fdc2e90f4fc7d92a5ec7d0dc7d,", - "semantic.typography.code.lg.regular.italic-underline": "S:e5c7c3859782f6093718ffd769c2c2a5c14e41b5,", - "semantic.typography.code.lg.bold.italic": "S:927870fbc39668dc085f9ddf53372293f410b52e,", - "semantic.typography.code.lg.bold.underline": "S:8627c27a0964776c1693931d8d5cff4886f63620,", - "semantic.typography.code.lg.bold.italic-underline": "S:499c04f228575946f555fd1fa1842f910d015cc1,", - "semantic.typography.code.md.regular.default": "S:3eda09363069f0e29b2d48988d52e296e00597b1,", - "semantic.typography.code.md.regular.italic": "S:6997bc3ff40ca23f0299846da64b6812450ece5b,", - "semantic.typography.code.md.regular.underline": "S:8f1e82c97efe5aaae47b0782c854978e351d0848,", - "semantic.typography.code.md.regular.italic-underline": "S:47ba2aade2f68d64650a00b66562fdf93bffe9d9,", - "semantic.typography.code.md.bold.italic": "S:e062f40c04e2df7977689315f4d429a93055f774,", - "semantic.typography.code.md.bold.underline": "S:4a140964765e9be1e41619daef2f72f1ee52f898,", - "semantic.typography.code.md.bold.italic-underline": "S:fece89b0ce894bcb9540889468710382eca79319,", - "semantic.typography.code.sm.regular.default": "S:a454f209386c3ef0766e750abe4cc037ab6d9a4c,", - "semantic.typography.code.sm.regular.italic": "S:8a800d7059b0682ab188c902e1ba0c666f9f3f51,", - "semantic.typography.code.sm.regular.underline": "S:c2b6eebc9fade9f0bfff5f65efdf1e9427abeca1,", - "semantic.typography.code.sm.regular.italic-underline": "S:953348b88e12288b7181d55a88586cad43e6e0e9,", - "semantic.typography.code.sm.bold.italic": "S:19d2387ba59f65e743aa352885730f1944c4b75a,", - "semantic.typography.code.sm.bold.underline": "S:2c258cd48ddd67d165f2d49947af3397ef23fa9c,", - "semantic.typography.code.sm.bold.italic-underline": "S:93fe6facca68aea4d1167526ecdb6c266316808d,", - "semantic.typography.icon.labelPaired.regular.xl": "S:56242044afb690309e640e2942862dd6cee252a3,", - "semantic.typography.icon.labelPaired.regular.lg": "S:200268d2582bff96ea7c43c86b2a491b8d3e453f,", - "semantic.typography.icon.labelPaired.regular.md": "S:55fc9822bb160730ce50828b5214d4a5e11f80da,", - "semantic.typography.icon.labelPaired.regular.sm": "S:b788c65350a737e66d17b532f520c3c11bc3f99b,", - "semantic.typography.icon.labelPaired.regular.caption": "S:46e76109e19765d603f309734498cfc5e3908439,", - "semantic.typography.icon.labelPaired.bold.xl": "S:ae4274d368d1e0a7d8048ac34b6092bc1b860b5b,", - "semantic.typography.icon.labelPaired.bold.lg": "S:1de9e08123e3bcaf0b495056216d0bfa475149c9,", - "semantic.typography.icon.labelPaired.bold.md": "S:c2b1ddd03867b6f8d9aa6d70f7ba7d83671dbdea,", - "semantic.typography.icon.labelPaired.bold.sm": "S:616fa646b0f22c1fb95e90c3234d3cfc55d7313d,", - "semantic.typography.icon.labelPaired.bold.caption": "S:b94ea3323e150e8450e10c34b911a19dae48bd9a,", - "semantic.typography.icon.labelPaired.brand.xl": "S:ad9fe186685075632a76a65298c9b851e7f8dd75,", - "semantic.typography.icon.labelPaired.brand.lg": "S:7b6d76c0c8e781904863820639d3da32fa2a579f,", - "semantic.typography.icon.labelPaired.brand.md": "S:f672e9c7bb7d4335e18c9b106164e81ff099812e,", - "semantic.typography.icon.labelPaired.brand.sm": "S:d613210de0fa8a39bee4083da120ab1c2b0c8e0f,", - "semantic.typography.icon.labelPaired.brand.caption": "S:91cd7a36e4209f38b0761e66b35781b3f70360ca,", - "semantic.typography.icon.standalone.regular.2xl": "S:456d172dfce7ab7a166c481675d21faef3a1eb38,", - "semantic.typography.icon.standalone.regular.xl": "S:d0d4a9ab4abd9ae6d1a072c19f584077a6e27b00,", - "semantic.typography.icon.standalone.regular.lg": "S:b60f12a14e70d274678c613a48a811d956ef9549,", - "semantic.typography.icon.standalone.regular.md": "S:e08598ed7e8b49d573661989ca5e2b6e25f05539,", - "semantic.typography.icon.standalone.regular.sm": "S:1a20ffec21890b3d133082cf6a244566932a1f34,", - "semantic.typography.icon.standalone.bold.2xl": "S:782097b7bfef8f5f8977e89c68994119cd140875,", - "semantic.typography.icon.standalone.bold.xl": "S:63beececd11f9fb35689a6f68fae9f7fd9fe5260,", - "semantic.typography.icon.standalone.bold.lg": "S:4960e4ba72aadacafbd0ff41e4de08cf1d0abadf,", - "semantic.typography.icon.standalone.bold.md": "S:5cfd2b12de7e6914216b2bee9af49b2a283bfbe5,", - "semantic.typography.icon.standalone.bold.sm": "S:dcfedf75a3270000527f6a7cf65aaa2ca6354721,", - "semantic.typography.icon.standalone.brand.2xl": "S:3b377800672ba19bcb23f122aff2bac2bfa98c80,", - "semantic.typography.icon.standalone.brand.xl": "S:9289afd7febe2cb635909ed02385152b336031ce,", - "semantic.typography.icon.standalone.brand.lg": "S:61854ece11882f5e96032398bc88f14cafd3492b,", - "semantic.typography.icon.standalone.brand.md": "S:1c438ffec6e45530971e0d83ee00a13164a93acc,", - "semantic.typography.icon.standalone.brand.sm": "S:97e87679f0d4e6bbe3accf57bb6c98bfe1462214,", - "semantic.typography.body.xl.bold.default": "S:572868784096908e815528088d9856c8879959fd,", - "semantic.typography.body.lg.bold.default": "S:feac8c5a14dbb9d696cb81b62b8d5b81c76a16b0,", - "semantic.typography.body.md.bold.default": "S:d9b2abe623232a49288b6b622b0e859728eb7303,", - "semantic.typography.body.sm.bold.default": "S:bcc316b770d10903909f40624be74c1b36d5ec2c,", - "semantic.typography.code.xl.bold.default": "S:84128bfc3c87eb535528f40931149afcbe55bfed,", - "semantic.typography.code.sm.bold.default": "S:3ab744a7621a79a533728542aa9ed8200b44dece,", - "semantic.typography.code.lg.bold.default": "S:65e4c12c9875644ed352e5ab871c81bf60caf315,", - "semantic.typography.caption.bold.default": "S:e3b4d10d6ec7dea1c25dd8bed7a13b69849d8801,", - "semantic.typography.code.md.bold.default": "S:5f19a0c35b2cd0f34cb37667d9a88f893de7179b,", - "semantic.typography.heading.h3": "S:d9f93a2e6767c62bd2838e8fbaf7ccd5967a3728," - }, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "semantic/viewPort/768-plus": "enabled", - "semantic/viewPort/1024-plus": "enabled" - }, - "group": "viewport" - }, - { - "id": "207b0fcdecbd87c48105ca45ec34b860c238dc84", - "name": "desktop", - "$figmaStyleReferences": { - "semantic.typography.heading.hero": "S:54e117e3a028335350077a02d8621d15fc7a7a41,", - "semantic.typography.heading.h1": "S:9ddfdf5a880d47c71cd1de1d9fa490fe33ab4e57,", - "semantic.typography.heading.h2": "S:7b4726893e939e60110e900e03af667485727106,", - "semantic.typography.body.xl.regular.default": "S:b682afa94c07974be2e6ef0423e555158c540292,", - "semantic.typography.body.xl.regular.italic": "S:cd8a0af934e0df55f17055a3db653ccd22a13a04,", - "semantic.typography.body.xl.regular.underline": "S:86ab725b98f9d9ecc56c0a3c180062eaaf434f45,", - "semantic.typography.body.xl.regular.italic-underline": "S:ca8efef7ed1100b0a0cfd82197c454ccc916efdf,", - "semantic.typography.body.xl.bold.italic": "S:9f33b80dc8fac1f680c5e0792ea2adc893ccace7,", - "semantic.typography.body.xl.bold.underline": "S:23c7a7caf0b9079409656653b639d4fcc1efd291,", - "semantic.typography.body.xl.bold.italic-underline": "S:952d70cb9fd10f2096ba555ec23f28e56e866d3a,", - "semantic.typography.body.lg.regular.default": "S:24d9f880a66ce65263b194512caa4de6214ff50b,", - "semantic.typography.body.lg.regular.italic": "S:26bc4186b2d9715149d937e3dbba00e4330c0c04,", - "semantic.typography.body.lg.regular.underline": "S:d1b6881f24fba1b269b67ca6841b9821f631748b,", - "semantic.typography.body.lg.regular.italic-underline": "S:43a57a579a152f1b5c5b116c61c3e238b376a615,", - "semantic.typography.body.lg.bold.italic": "S:2ad0b54c9661e3cfe0f98660cbe837b275a98412,", - "semantic.typography.body.lg.bold.underline": "S:a167c6369c4560dcfdfc04bf838f37e05f22b044,", - "semantic.typography.body.lg.bold.italic-underline": "S:74bac65d5afa2f63ce77c07e1cc710ba76901dec,", - "semantic.typography.body.md.regular.default": "S:cfd658b38d3d8abe8250a74c74357e7246d75bd6,", - "semantic.typography.body.md.regular.italic": "S:579cb0df25a13bcdd36700565b0d80b1adb8c791,", - "semantic.typography.body.md.regular.underline": "S:0db5d6f396874ffec8ebf143c6ba6ce915c18be0,", - "semantic.typography.body.md.regular.italic-underline": "S:1c3ead656eb23bcc3e868a211f2e2b33f2b4dffd,", - "semantic.typography.body.md.bold.italic": "S:382dfa13d3edc7622336986099cb6d57628cbdf9,", - "semantic.typography.body.md.bold.underline": "S:232fa2d8bdc89867dcb337881e79a7905c83fa2d,", - "semantic.typography.body.md.bold.italic-underline": "S:c5368e890745ddae19f9faa9b61334a28d98c5f7,", - "semantic.typography.body.sm.regular.default": "S:9024959f820c1f736b88d8957fc8987243093594,", - "semantic.typography.body.sm.regular.italic": "S:ae2651cde7c5ed52914ab1ba3c31364cc6c048a9,", - "semantic.typography.body.sm.regular.underline": "S:1532b68985cd658e21228a6ad827f08e89a7681d,", - "semantic.typography.body.sm.regular.italic-underline": "S:fd153e2686e8ecfa8af7a4936bbe62199ab54c3b,", - "semantic.typography.body.sm.bold.italic": "S:ad2b781b12601a860080c56009714c565c357fa1,", - "semantic.typography.body.sm.bold.underline": "S:08284a8fab025f3c7191c263fd9611338398c50d,", - "semantic.typography.body.sm.bold.italic-underline": "S:c4b7bd0c1ce0ca107bce3d74c0417e64c259e0bb,", - "semantic.typography.caption.regular.default": "S:84c630ee2ff1156d6026df8dc3fe1cf994f5b7a6,", - "semantic.typography.caption.regular.italic": "S:5b57a4df059d073bce7cff07941e930de3d8c065,", - "semantic.typography.caption.regular.underline": "S:d979c3db26eba6436a72c3f2d851f1e29f83927a,", - "semantic.typography.caption.regular.italic-underline": "S:521f3b601ba5dc485558d276d2972adfd99765be,", - "semantic.typography.caption.bold.italic": "S:2263378abee59b983d8c5da5043fcb97f5b540a1,", - "semantic.typography.caption.bold.underline": "S:65744a36ecc3c0eef180fae63e1d05aab5d4c49c,", - "semantic.typography.caption.bold.italic-underline": "S:7453789b38ef252f1f513206448b109e02f8cc7e,", - "semantic.typography.code.xl.regular.default": "S:cd4fcde623db42d12ba921b3899aad75862923b6,", - "semantic.typography.code.xl.regular.italic": "S:16ea6cbe99bbb86d90460f95e9a9113cbc4721bf,", - "semantic.typography.code.xl.regular.underline": "S:da3d38db42f5b09b0c7a2d0a9d22a802d3f4b2c0,", - "semantic.typography.code.xl.regular.italic-underline": "S:aff07d1a15536fe1f485ead5d5ba3b1d7dabb7da,", - "semantic.typography.code.xl.bold.italic": "S:28e524c1a0a13d4bb06665abea3fdbfb9656915c,", - "semantic.typography.code.xl.bold.underline": "S:7770590c3ecea31111978891d2f69e84ef73f433,", - "semantic.typography.code.xl.bold.italic-underline": "S:22363dccd6a79089ef9f96d56369cc477c42416b,", - "semantic.typography.code.lg.regular.default": "S:96fb9e19f4eb862774eee6444b777ef8b39d243b,", - "semantic.typography.code.lg.regular.italic": "S:1b124c96f1a202f732820cbc7f5d5995c70c6e3f,", - "semantic.typography.code.lg.regular.underline": "S:ababb76e1d773d725f3a07098547d49693727e30,", - "semantic.typography.code.lg.regular.italic-underline": "S:38469624f9531c60576687421e97940ef299ef4b,", - "semantic.typography.code.lg.bold.italic": "S:0c992f76e190f48b234c4567cb06019afa3ee11b,", - "semantic.typography.code.lg.bold.underline": "S:1a043db152a4deb402124e26e954f03a9a91cd4b,", - "semantic.typography.code.lg.bold.italic-underline": "S:e13622fe3079ac0b3bd37b64218a7b43cec425cd,", - "semantic.typography.code.md.regular.default": "S:70f2145985ff1d71055554ca1afd69a3e227c233,", - "semantic.typography.code.md.regular.italic": "S:8b53a19614c7aa1fdda213d2fb84cf3559112918,", - "semantic.typography.code.md.regular.underline": "S:81fe329782370f6e6b23f9af9a46e1f7c6c1517a,", - "semantic.typography.code.md.regular.italic-underline": "S:3b98ce006174d4030b7536fdb13431dc772d2f10,", - "semantic.typography.code.md.bold.italic": "S:802b3ca73fffd008ff201e8f63ef610205263a3b,", - "semantic.typography.code.md.bold.underline": "S:54fb58232deb82c20a0515a9929c76b9703d9e6d,", - "semantic.typography.code.md.bold.italic-underline": "S:826b1b865446f58fa44edcb0675ac107f4a362c2,", - "semantic.typography.code.sm.regular.default": "S:068f7947dc4be31d0716004659feb5bf8cbc0e5d,", - "semantic.typography.code.sm.regular.italic": "S:f2497d751ab065dd1e3e0abd992a25d7db7d123d,", - "semantic.typography.code.sm.regular.underline": "S:d8110aabc0b46ab0547d5db509bbc4cb1306d9d6,", - "semantic.typography.code.sm.regular.italic-underline": "S:c88103676a9e5190625195f6159b0dd0dd112540,", - "semantic.typography.code.sm.bold.italic": "S:41935302042591972c1492f8a3b2c3d799c5922d,", - "semantic.typography.code.sm.bold.underline": "S:72a3318031ac208b879bf1e80fa2d82f4c5eb7fb,", - "semantic.typography.code.sm.bold.italic-underline": "S:3b7a081dc0b9f35ed55916b8546a8e9260b6f367,", - "semantic.typography.icon.labelPaired.regular.xl": "S:86edebe85ede98f72f0cb4c26d863000fe115da9,", - "semantic.typography.icon.labelPaired.regular.lg": "S:888254ddb64f8083dc5cca0e92c203cee5c5f509,", - "semantic.typography.icon.labelPaired.regular.md": "S:8f729290b682752df123ab36cb8e83d46b74bf34,", - "semantic.typography.icon.labelPaired.regular.sm": "S:b36bcd52f9f581caff240ea6e42c55703c951e63,", - "semantic.typography.icon.labelPaired.regular.caption": "S:8502cc61db1897a2900f3d30584a28c41ff5ec18,", - "semantic.typography.icon.labelPaired.bold.xl": "S:c868453bea17fda05ad3c9debcb809d2ca49d878,", - "semantic.typography.icon.labelPaired.bold.lg": "S:8d0b7ec6aa3409445a70612889d2f09227690a8e,", - "semantic.typography.icon.labelPaired.bold.md": "S:cedb616153bcd6df3af49ce01fba029a084e00c3,", - "semantic.typography.icon.labelPaired.bold.sm": "S:fc4c7787a1b8078dc540a2e107c116d41b7a7fbc,", - "semantic.typography.icon.labelPaired.bold.caption": "S:c3b33da8fcd47ff5159ac149e8186ae80d37ea6a,", - "semantic.typography.icon.labelPaired.brand.xl": "S:afe5bc2b9d74291a5a200cd305e8111b3befadd1,", - "semantic.typography.icon.labelPaired.brand.lg": "S:34a366c9f0e2913fd3c1637e31c91611ae31031d,", - "semantic.typography.icon.labelPaired.brand.md": "S:1c31147b939348edf51d811c3d84e05f7e16e6a2,", - "semantic.typography.icon.labelPaired.brand.sm": "S:a09f802d38e1e86721e2a8612d789b5d87f7cd5f,", - "semantic.typography.icon.labelPaired.brand.caption": "S:5d85d7405eb8b1473519a2d90471b6b52f0225c0,", - "semantic.typography.icon.standalone.regular.2xl": "S:203c06201d96504d8b5b48f5541d7dfdabf7c9de,", - "semantic.typography.icon.standalone.regular.xl": "S:977649de990f39dbc652c4dddd7037d0bc1e932d,", - "semantic.typography.icon.standalone.regular.lg": "S:39547be268b5e351ad6d512b3979844256568786,", - "semantic.typography.icon.standalone.regular.md": "S:4d15b8b0240b76bfec0c201907395eb9b51b2c4b,", - "semantic.typography.icon.standalone.regular.sm": "S:96e1ba92d247769d33ee05aee32caf60244b9512,", - "semantic.typography.icon.standalone.bold.2xl": "S:ac7255407ae0441468bf4b6b65f5cdf940998f76,", - "semantic.typography.icon.standalone.bold.xl": "S:a3c22ab435b2479d4bdd5923a900530b7880359c,", - "semantic.typography.icon.standalone.bold.lg": "S:4e67b4102263c2bc9892ad62214dbe923fc57304,", - "semantic.typography.icon.standalone.bold.md": "S:6ee921f9848b409a0ccb188c6eec65710443ea74,", - "semantic.typography.icon.standalone.bold.sm": "S:9b674ff6f098ed9fc8bd6c751582f4f6cb41ee31,", - "semantic.typography.icon.standalone.brand.2xl": "S:8a5c9fc480ae08fb2dbd534e44b636ffcd77b145,", - "semantic.typography.icon.standalone.brand.xl": "S:6b5fdc468669f66c8a57c203c150baf2dc5b5012,", - "semantic.typography.icon.standalone.brand.lg": "S:3e5735561caa1f699d3d3f42db8eed3428d14df3,", - "semantic.typography.icon.standalone.brand.md": "S:bcc56a2d3b69ed6d204e4b8a5d0ddcc1a5f40035,", - "semantic.typography.icon.standalone.brand.sm": "S:942d2a40c7da138d777be7b4bdf3d597854b8efe,", - "semantic.typography.body.xl.bold.default": "S:1115afadbb8da55dbf54f76a427aa605d286d847,", - "semantic.typography.body.lg.bold.default": "S:d09eeb500550194da445067fe82f11511759cc5d,", - "semantic.typography.body.md.bold.default": "S:6849df82ed0438a5fa866da13acb7b34c1c8afc7,", - "semantic.typography.body.sm.bold.default": "S:1fcceeaeaa1c0b84fa03471ad21992b4c5ce0b28,", - "semantic.typography.code.xl.bold.default": "S:5ad32e8f7a29dee9230ac277d7e6f580015b66d0,", - "semantic.typography.code.sm.bold.default": "S:5b74fdfbdb6130af85e21659c7539439dd5017a7,", - "semantic.typography.code.lg.bold.default": "S:6002e7b6b2c63f3cbe622083df41d33e92b267ca,", - "semantic.typography.caption.bold.default": "S:6482f754efd215195af07a0cc9f1be9b2a3c0279,", - "semantic.typography.code.md.bold.default": "S:1453d119f918f986453644c53d7737c6909df73e,", - "semantic.typography.heading.h3": "S:b19222f37fc505f8e082c3d57395c89c7cd53d3f," - }, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "semantic/viewPort/1280-plus": "enabled", - "semantic/viewPort/1440-plus": "enabled" - }, - "group": "viewport" - }, - { - "id": "076f45066f54a7cec0c712350d1afae781095db0", - "name": "light", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "semantic/theme/light": "enabled" - }, - "group": "theme" - }, - { - "id": "afeddefdd192d08d5ec1dac7f7adcd7b2ae8e321", - "name": "dark", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "semantic/viewPort/768-plus": "enabled", - "semantic/viewPort/1024-plus": "enabled", - "semantic/theme/dark": "enabled" - }, - "group": "theme" - } -] \ No newline at end of file diff --git a/raw-tokens/data/core/border.json b/raw-tokens/data/core/border.json deleted file mode 100644 index ea95e77..0000000 --- a/raw-tokens/data/core/border.json +++ /dev/null @@ -1,286 +0,0 @@ -{ - "core": { - "borderRadius": { - "50": { - "value": "0px", - "type": "borderRadius" - }, - "100": { - "value": "2px", - "type": "borderRadius", - "description": "0.125rem" - }, - "200": { - "value": "4px", - "type": "borderRadius", - "description": "0.25rem" - }, - "300": { - "value": "6px", - "type": "borderRadius", - "description": "0.375rem" - }, - "400": { - "value": "8px", - "type": "borderRadius", - "description": "0.5rem" - }, - "500": { - "value": "10px", - "type": "borderRadius", - "description": "0.625rem" - }, - "600": { - "value": "12px", - "type": "borderRadius", - "description": "0.75rem" - }, - "700": { - "value": "14px", - "type": "borderRadius", - "description": "0.875rem" - }, - "800": { - "value": "16px", - "type": "borderRadius", - "description": "1rem" - }, - "900": { - "value": "18px", - "type": "borderRadius", - "description": "1.125rem" - }, - "1000": { - "value": "20px", - "type": "borderRadius", - "description": "1.25rem" - }, - "1100": { - "value": "22px", - "type": "borderRadius", - "description": "1.375rem" - }, - "1200": { - "value": "24px", - "type": "borderRadius", - "description": "1.5rem" - }, - "1300": { - "value": "26px", - "type": "borderRadius", - "description": "1.625rem" - }, - "1400": { - "value": "28px", - "type": "borderRadius", - "description": "1.75rem" - }, - "1500": { - "value": "30px", - "type": "borderRadius", - "description": "1.875rem" - }, - "1600": { - "value": "32px", - "type": "borderRadius", - "description": "2rem" - }, - "1700": { - "value": "34px", - "type": "borderRadius", - "description": "2.125rem" - }, - "1800": { - "value": "36px", - "type": "borderRadius", - "description": "2.25rem" - }, - "1900": { - "value": "38px", - "type": "borderRadius", - "description": "2.375rem" - }, - "2000": { - "value": "40px", - "type": "borderRadius", - "description": "2.5rem" - }, - "2100": { - "value": "42px", - "type": "borderRadius", - "description": "2.625rem" - }, - "2200": { - "value": "44px", - "type": "borderRadius", - "description": "2.75rem" - }, - "2300": { - "value": "46px", - "type": "borderRadius", - "description": "2.875rem" - }, - "2400": { - "value": "48px", - "type": "borderRadius", - "description": "3rem" - }, - "2500": { - "value": "50px", - "type": "borderRadius", - "description": "3.125rem" - }, - "2600": { - "value": "52px", - "type": "borderRadius", - "description": "3.25rem" - }, - "2700": { - "value": "54px", - "type": "borderRadius", - "description": "3.375rem" - }, - "2800": { - "value": "56px", - "type": "borderRadius", - "description": "3.5rem" - }, - "2900": { - "value": "58px", - "type": "borderRadius", - "description": "3.625rem" - }, - "3000": { - "value": "60px", - "type": "borderRadius", - "description": "3.75rem" - }, - "3100": { - "value": "62px", - "type": "borderRadius", - "description": "3.875rem" - }, - "3200": { - "value": "64px", - "type": "borderRadius", - "description": "4rem" - }, - "3300": { - "value": "66px", - "type": "borderRadius", - "description": "4.125rem" - }, - "3400": { - "value": "68px", - "type": "borderRadius", - "description": "4.25rem" - }, - "3500": { - "value": "70px", - "type": "borderRadius", - "description": "4.375rem" - }, - "3600": { - "value": "72px", - "type": "borderRadius", - "description": "4.5rem" - }, - "3700": { - "value": "74px", - "type": "borderRadius", - "description": "4.625rem" - }, - "3800": { - "value": "76px", - "type": "borderRadius", - "description": "4.75rem" - }, - "3900": { - "value": "78px", - "type": "borderRadius", - "description": "4.875rem" - }, - "4000": { - "value": "80px", - "type": "borderRadius", - "description": "5rem" - }, - "4100": { - "value": "82px", - "type": "borderRadius", - "description": "5.125rem" - }, - "4200": { - "value": "84px", - "type": "borderRadius", - "description": "5.25rem" - }, - "4300": { - "value": "86px", - "type": "borderRadius", - "description": "5.375rem" - }, - "4400": { - "value": "88px", - "type": "borderRadius", - "description": "5.5rem" - }, - "4500": { - "value": "90px", - "type": "borderRadius", - "description": "5.625rem" - }, - "4600": { - "value": "92px", - "type": "borderRadius", - "description": "5.75rem" - }, - "4700": { - "value": "94px", - "type": "borderRadius", - "description": "5.875rem" - }, - "4800": { - "value": "96px", - "type": "borderRadius", - "description": "6rem" - }, - "4900": { - "value": "98px", - "type": "borderRadius", - "description": "6.125rem" - }, - "5000": { - "value": "100px", - "type": "borderRadius", - "description": "6.25rem" - } - }, - "borderWidth": { - "50": { - "value": "0", - "type": "borderWidth" - }, - "75": { - "value": "1", - "type": "borderWidth", - "description": "0.0625rem" - }, - "100": { - "value": "2", - "type": "borderWidth", - "description": "0.125" - }, - "200": { - "value": "4", - "type": "borderWidth", - "description": "0.25rem" - }, - "300": { - "value": "8", - "type": "borderWidth", - "description": "0.5rem" - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/boxShadow.json b/raw-tokens/data/core/boxShadow.json deleted file mode 100644 index 125418f..0000000 --- a/raw-tokens/data/core/boxShadow.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "elevation": { - "shadow": { - "50": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "110": { - "value": [ - { - "x": "0", - "y": "-1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "120": { - "value": [ - { - "x": "1", - "y": "0", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "1", - "y": "0", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "130": { - "value": [ - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "140": { - "value": [ - { - "x": "-1", - "y": "0", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "-1", - "y": "0", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "210": { - "value": [ - { - "x": "0", - "y": "-1", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-1", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "220": { - "value": [ - { - "x": "1", - "y": "0", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "1", - "y": "0", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "230": { - "value": [ - { - "x": "0", - "y": "1", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "240": { - "value": [ - { - "x": "-1", - "y": "0", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "-1", - "y": "0", - "blur": "4", - "spread": "0", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "310": { - "value": [ - { - "x": "0", - "y": "-4", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-4", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "320": { - "value": [ - { - "x": "4", - "y": "0", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - }, - { - "x": "4", - "y": "0", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "330": { - "value": [ - { - "x": "0", - "y": "4", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "4", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "340": { - "value": [ - { - "x": "-4", - "y": "0", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - }, - { - "x": "-4", - "y": "0", - "blur": "8", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "410": { - "value": [ - { - "x": "0", - "y": "-8", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-8", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "420": { - "value": [ - { - "x": "8", - "y": "0", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "8", - "y": "0", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "430": { - "value": [ - { - "x": "0", - "y": "8", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "8", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "440": { - "value": [ - { - "x": "-8", - "y": "0", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "-8", - "y": "0", - "blur": "16", - "spread": "2", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "510": { - "value": [ - { - "x": "0", - "y": "-16", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-16", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "520": { - "value": [ - { - "x": "16", - "y": "0", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "16", - "y": "0", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "530": { - "value": [ - { - "x": "0", - "y": "16", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "16", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "540": { - "value": [ - { - "x": "-16", - "y": "0", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - }, - { - "x": "-16", - "y": "0", - "blur": "24", - "spread": "4", - "color": "rgba(0, 0, 0, 2%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "610": { - "value": [ - { - "x": "0", - "y": "-24", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-24", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "620": { - "value": [ - { - "x": "24", - "y": "0", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "24", - "y": "0", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "630": { - "value": [ - { - "x": "0", - "y": "24", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 6%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "24", - "blur": "48", - "spread": "8", - "color": "rgba(0, 0, 0, 3%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "710": { - "value": [ - { - "x": "0", - "y": "-32", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "-32", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "720": { - "value": [ - { - "x": "32", - "y": "0", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "32", - "y": "0", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "730": { - "value": [ - { - "x": "0", - "y": "32", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "32", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "740": { - "value": [ - { - "x": "-32", - "y": "0", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 8%)", - "type": "dropShadow" - }, - { - "x": "-32", - "y": "0", - "blur": "64", - "spread": "12", - "color": "rgba(0, 0, 0, 4%)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/color/gradients.json b/raw-tokens/data/core/color/gradients.json deleted file mode 100644 index eae0a8b..0000000 --- a/raw-tokens/data/core/color/gradients.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "core": { - "color": { - "gradient": { - "slate": { - "110": { - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - "type": "color" - }, - "120": { - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - "type": "color" - }, - "130": { - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - "type": "color" - }, - "140": { - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - "type": "color" - }, - "210": { - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - "type": "color" - }, - "220": { - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - "type": "color" - }, - "230": { - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - "type": "color" - }, - "240": { - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - "type": "color" - }, - "310": { - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - "type": "color" - }, - "320": { - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - "type": "color" - }, - "330": { - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - "type": "color" - }, - "340": { - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - "type": "color" - }, - "410": { - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - "type": "color" - }, - "420": { - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - "type": "color" - }, - "430": { - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - "type": "color" - }, - "440": { - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - "type": "color" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/color/opacity.json b/raw-tokens/data/core/color/opacity.json deleted file mode 100644 index 0c00b5e..0000000 --- a/raw-tokens/data/core/color/opacity.json +++ /dev/null @@ -1,864 +0,0 @@ -{ - "core": { - "color": { - "opacity": { - "white": { - "75": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - "type": "color" - }, - "100": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - "type": "color" - }, - "200": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - "type": "color" - }, - "300": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - "type": "color" - }, - "400": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "black": { - "75": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "100": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "red": { - "100": { - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "orange": { - "100": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "yellow": { - "100": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "mustard": { - "100": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "olive": { - "100": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "green": { - "100": { - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "emerald": { - "100": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "tiffany": { - "100": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "teal": { - "100": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "seawater": { - "100": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "blue": { - "100": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - "type": "color", - "description": "Initially 4%. changed to 8%." - }, - "200": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "sapphire": { - "100": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "blueberry": { - "100": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "grape": { - "100": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "magenta": { - "100": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "cherry": { - "100": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - "type": "color", - "description": "24% of base color" - }, - "400": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - "type": "color", - "description": "48% of base color" - }, - "500": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - "type": "color", - "description": "56% of base color" - }, - "600": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - "type": "color", - "description": "72% of base color" - }, - "700": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - "type": "color", - "description": "80% of base color" - }, - "800": { - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - "type": "color", - "description": "88% of base color" - } - }, - "coral": { - "100": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - "type": "color" - }, - "200": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - "type": "color" - }, - "300": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - "type": "color" - }, - "400": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - "type": "color" - }, - "500": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - "type": "color" - }, - "600": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - "type": "color" - }, - "700": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - "type": "color" - }, - "800": { - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - "type": "color" - } - }, - "slate": { - "100": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "200": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "300": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "400": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "500": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "600": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "700": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - "type": "color", - "description": "Initially 8%. changed to 16%." - }, - "800": { - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - "type": "color", - "description": "Initially 8%. changed to 16%." - } - }, - "overflow": { - "100": { - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - "type": "color" - }, - "200": { - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - "type": "color" - }, - "300": { - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - "type": "color" - }, - "400": { - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - "type": "color" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/color/solid.json b/raw-tokens/data/core/color/solid.json deleted file mode 100644 index f4d3367..0000000 --- a/raw-tokens/data/core/color/solid.json +++ /dev/null @@ -1,993 +0,0 @@ -{ - "core": { - "color": { - "solid": { - "red": { - "100": { - "value": "#ffe6e6", - "type": "color", - "description": "test change" - }, - "200": { - "value": "#ffbfbf", - "type": "color" - }, - "300": { - "value": "#ff9999", - "type": "color" - }, - "400": { - "value": "#ff7373", - "type": "color" - }, - "500": { - "value": "#ff4d4d", - "type": "color" - }, - "600": { - "value": "#f92e26", - "type": "color" - }, - "700": { - "value": "#e6190e", - "type": "color" - }, - "800": { - "value": "#db0800", - "type": "color" - }, - "900": { - "value": "#c40000", - "type": "color" - }, - "1000": { - "value": "#a60000", - "type": "color" - }, - "1100": { - "value": "#880000", - "type": "color" - }, - "1200": { - "value": "#6a0000", - "type": "color" - }, - "1300": { - "value": "#4d0000", - "type": "color" - } - }, - "orange": { - "100": { - "value": "#feefe7", - "type": "color" - }, - "200": { - "value": "#fdd7c2", - "type": "color" - }, - "300": { - "value": "#fbbf9d", - "type": "color" - }, - "400": { - "value": "#faa778", - "type": "color" - }, - "500": { - "value": "#f88f54", - "type": "color" - }, - "600": { - "value": "#f7772f", - "type": "color" - }, - "700": { - "value": "#f55f0a", - "type": "color" - }, - "800": { - "value": "#d85409", - "type": "color" - }, - "900": { - "value": "#bc4908", - "type": "color" - }, - "1000": { - "value": "#9f3e07", - "type": "color" - }, - "1100": { - "value": "#833305", - "type": "color" - }, - "1200": { - "value": "#662804", - "type": "color" - }, - "1300": { - "value": "#4a1d03", - "type": "color" - } - }, - "yellow": { - "100": { - "value": "#fff7e6", - "type": "color" - }, - "200": { - "value": "#ffeabf", - "type": "color" - }, - "300": { - "value": "#ffdd99", - "type": "color" - }, - "400": { - "value": "#ffce73", - "type": "color" - }, - "500": { - "value": "#ffbe4d", - "type": "color" - }, - "600": { - "value": "#ffae26", - "type": "color" - }, - "700": { - "value": "#ff9c13", - "type": "color" - }, - "800": { - "value": "#e18d00", - "type": "color" - }, - "900": { - "value": "#c47d00", - "type": "color" - }, - "1000": { - "value": "#a66c00", - "type": "color" - }, - "1100": { - "value": "#885a00", - "type": "color" - }, - "1200": { - "value": "#6a4800", - "type": "color" - }, - "1300": { - "value": "#4d3500", - "type": "color" - } - }, - "mustard": { - "100": { - "value": "#fef9e7", - "type": "color" - }, - "200": { - "value": "#fdf1c2", - "type": "color" - }, - "300": { - "value": "#fce89d", - "type": "color" - }, - "400": { - "value": "#fbe079", - "type": "color" - }, - "500": { - "value": "#f9d754", - "type": "color" - }, - "600": { - "value": "#f8cf30", - "type": "color" - }, - "700": { - "value": "#f7c60b", - "type": "color" - }, - "800": { - "value": "#daaf0a", - "type": "color" - }, - "900": { - "value": "#bd9808", - "type": "color" - }, - "1000": { - "value": "#a18107", - "type": "color" - }, - "1100": { - "value": "#846a06", - "type": "color" - }, - "1200": { - "value": "#675305", - "type": "color" - }, - "1300": { - "value": "#4a3b03", - "type": "color" - } - }, - "olive": { - "100": { - "value": "#fcfbe6", - "type": "color" - }, - "200": { - "value": "#f7f6c0", - "type": "color" - }, - "300": { - "value": "#f3f09a", - "type": "color" - }, - "400": { - "value": "#eeeb74", - "type": "color" - }, - "500": { - "value": "#e9e54e", - "type": "color" - }, - "600": { - "value": "#e5e028", - "type": "color" - }, - "700": { - "value": "#e0da02", - "type": "color" - }, - "800": { - "value": "#c6c102", - "type": "color" - }, - "900": { - "value": "#aca702", - "type": "color" - }, - "1000": { - "value": "#928e01", - "type": "color" - }, - "1100": { - "value": "#787401", - "type": "color" - }, - "1200": { - "value": "#5d5b01", - "type": "color" - }, - "1300": { - "value": "#434101", - "type": "color" - } - }, - "green": { - "100": { - "value": "#e6fae9", - "type": "color" - }, - "200": { - "value": "#bfefc8", - "type": "color" - }, - "300": { - "value": "#99e2a8", - "type": "color" - }, - "400": { - "value": "#73d089", - "type": "color" - }, - "500": { - "value": "#4dbc6b", - "type": "color" - }, - "600": { - "value": "#26a44e", - "type": "color" - }, - "700": { - "value": "#008832", - "type": "color" - }, - "800": { - "value": "#00822a", - "type": "color" - }, - "900": { - "value": "#007a22", - "type": "color" - }, - "1000": { - "value": "#006f1b", - "type": "color" - }, - "1100": { - "value": "#006114", - "type": "color" - }, - "1200": { - "value": "#00500f", - "type": "color" - }, - "1300": { - "value": "#003d0a", - "type": "color" - } - }, - "emerald": { - "100": { - "value": "#e6fff9", - "type": "color" - }, - "200": { - "value": "#bfffed", - "type": "color" - }, - "300": { - "value": "#99ffdf", - "type": "color" - }, - "400": { - "value": "#73f9cf", - "type": "color" - }, - "500": { - "value": "#4decbc", - "type": "color" - }, - "600": { - "value": "#26daa7", - "type": "color" - }, - "700": { - "value": "#00c390", - "type": "color" - }, - "800": { - "value": "#00bb86", - "type": "color" - }, - "900": { - "value": "#00ae7a", - "type": "color" - }, - "1000": { - "value": "#009e6d", - "type": "color" - }, - "1100": { - "value": "#00885d", - "type": "color" - }, - "1200": { - "value": "#006a4c", - "type": "color" - }, - "1300": { - "value": "#004d39", - "type": "color" - } - }, - "tiffany": { - "100": { - "value": "#e8fdf8", - "type": "color" - }, - "200": { - "value": "#c5faef", - "type": "color" - }, - "300": { - "value": "#a2f7e5", - "type": "color" - }, - "400": { - "value": "#7ff3db", - "type": "color" - }, - "500": { - "value": "#5df0d1", - "type": "color" - }, - "600": { - "value": "#3aedc7", - "type": "color" - }, - "700": { - "value": "#17eabd", - "type": "color" - }, - "800": { - "value": "#14cfa7", - "type": "color" - }, - "900": { - "value": "#12b391", - "type": "color" - }, - "1000": { - "value": "#0f987b", - "type": "color" - }, - "1100": { - "value": "#0c7d65", - "type": "color" - }, - "1200": { - "value": "#0a624f", - "type": "color" - }, - "1300": { - "value": "#074639", - "type": "color" - } - }, - "teal": { - "100": { - "value": "#e6fafa", - "type": "color" - }, - "200": { - "value": "#bff2f2", - "type": "color" - }, - "300": { - "value": "#99ebeb", - "type": "color" - }, - "400": { - "value": "#73e3e3", - "type": "color" - }, - "500": { - "value": "#4ddbdb", - "type": "color" - }, - "600": { - "value": "#26d4d4", - "type": "color" - }, - "700": { - "value": "#00cccc", - "type": "color" - }, - "800": { - "value": "#00b4b4", - "type": "color" - }, - "900": { - "value": "#009c9c", - "type": "color" - }, - "1000": { - "value": "#008585", - "type": "color" - }, - "1100": { - "value": "#006d6d", - "type": "color" - }, - "1200": { - "value": "#005555", - "type": "color" - }, - "1300": { - "value": "#003d3d", - "type": "color" - } - }, - "seawater": { - "100": { - "value": "#e7f6f7", - "type": "color" - }, - "200": { - "value": "#c2e7eb", - "type": "color" - }, - "300": { - "value": "#9dd9df", - "type": "color" - }, - "400": { - "value": "#78cbd4", - "type": "color" - }, - "500": { - "value": "#54bdc8", - "type": "color" - }, - "600": { - "value": "#2faebc", - "type": "color" - }, - "700": { - "value": "#0aa0b0", - "type": "color" - }, - "800": { - "value": "#098d9c", - "type": "color" - }, - "900": { - "value": "#087b87", - "type": "color" - }, - "1000": { - "value": "#076872", - "type": "color" - }, - "1100": { - "value": "#05555e", - "type": "color" - }, - "1200": { - "value": "#044349", - "type": "color" - }, - "1300": { - "value": "#033035", - "type": "color" - } - }, - "blue": { - "100": { - "value": "#e6f5ff", - "type": "color" - }, - "200": { - "value": "#bfe7ff", - "type": "color" - }, - "300": { - "value": "#99d8ff", - "type": "color" - }, - "400": { - "value": "#73c9ff", - "type": "color" - }, - "500": { - "value": "#53b9ff", - "type": "color" - }, - "600": { - "value": "#3daaff", - "type": "color" - }, - "700": { - "value": "#2c9aff", - "type": "color" - }, - "800": { - "value": "#1789e1", - "type": "color" - }, - "900": { - "value": "#0777c4", - "type": "color" - }, - "1000": { - "value": "#0066a6", - "type": "color" - }, - "1100": { - "value": "#005488", - "type": "color" - }, - "1200": { - "value": "#00426a", - "type": "color" - }, - "1300": { - "value": "#00304d", - "type": "color" - } - }, - "sapphire": { - "100": { - "value": "#e7eafe", - "type": "color" - }, - "200": { - "value": "#c2c9fd", - "type": "color" - }, - "300": { - "value": "#9ea9fc", - "type": "color" - }, - "400": { - "value": "#7989fb", - "type": "color" - }, - "500": { - "value": "#5569f9", - "type": "color" - }, - "600": { - "value": "#3148f8", - "type": "color" - }, - "700": { - "value": "#0c28f7", - "type": "color" - }, - "800": { - "value": "#0b23da", - "type": "color" - }, - "900": { - "value": "#091fbd", - "type": "color" - }, - "1000": { - "value": "#081aa1", - "type": "color" - }, - "1100": { - "value": "#061584", - "type": "color" - }, - "1200": { - "value": "#051167", - "type": "color" - }, - "1300": { - "value": "#040c4a", - "type": "color" - } - }, - "blueberry": { - "100": { - "value": "#ede6fc", - "type": "color" - }, - "200": { - "value": "#d2c0f7", - "type": "color" - }, - "300": { - "value": "#b69af3", - "type": "color" - }, - "400": { - "value": "#9b74ee", - "type": "color" - }, - "500": { - "value": "#804ee9", - "type": "color" - }, - "600": { - "value": "#6428e5", - "type": "color" - }, - "700": { - "value": "#4902e0", - "type": "color" - }, - "800": { - "value": "#4102c6", - "type": "color" - }, - "900": { - "value": "#3802ac", - "type": "color" - }, - "1000": { - "value": "#2f0192", - "type": "color" - }, - "1100": { - "value": "#270178", - "type": "color" - }, - "1200": { - "value": "#1e015d", - "type": "color" - }, - "1300": { - "value": "#160143", - "type": "color" - } - }, - "grape": { - "100": { - "value": "#f2e7fa", - "type": "color" - }, - "200": { - "value": "#dfc3f3", - "type": "color" - }, - "300": { - "value": "#cc9eec", - "type": "color" - }, - "400": { - "value": "#b97ae5", - "type": "color" - }, - "500": { - "value": "#a556dd", - "type": "color" - }, - "600": { - "value": "#9231d6", - "type": "color" - }, - "700": { - "value": "#7f0dcf", - "type": "color" - }, - "800": { - "value": "#700cb7", - "type": "color" - }, - "900": { - "value": "#610a9f", - "type": "color" - }, - "1000": { - "value": "#530987", - "type": "color" - }, - "1100": { - "value": "#44076e", - "type": "color" - }, - "1200": { - "value": "#350556", - "type": "color" - }, - "1300": { - "value": "#26043e", - "type": "color" - } - }, - "magenta": { - "100": { - "value": "#fae7fe", - "type": "color" - }, - "200": { - "value": "#f2c3fd", - "type": "color" - }, - "300": { - "value": "#ea9efc", - "type": "color" - }, - "400": { - "value": "#e27afb", - "type": "color" - }, - "500": { - "value": "#db56f9", - "type": "color" - }, - "600": { - "value": "#d331f8", - "type": "color" - }, - "700": { - "value": "#cb0df7", - "type": "color" - }, - "800": { - "value": "#b30cda", - "type": "color" - }, - "900": { - "value": "#9c0abd", - "type": "color" - }, - "1000": { - "value": "#8409a1", - "type": "color" - }, - "1100": { - "value": "#6c0784", - "type": "color" - }, - "1200": { - "value": "#550567", - "type": "color" - }, - "1300": { - "value": "#3d044a", - "type": "color" - } - }, - "cherry": { - "100": { - "value": "#ffe6e7", - "type": "color" - }, - "200": { - "value": "#ffbfc6", - "type": "color" - }, - "300": { - "value": "#ff99a6", - "type": "color" - }, - "400": { - "value": "#ff7389", - "type": "color" - }, - "500": { - "value": "#ff4d6e", - "type": "color" - }, - "600": { - "value": "#f32656", - "type": "color" - }, - "700": { - "value": "#de0040", - "type": "color" - }, - "800": { - "value": "#d40032", - "type": "color" - }, - "900": { - "value": "#c40025", - "type": "color" - }, - "1000": { - "value": "#a6001a", - "type": "color" - }, - "1100": { - "value": "#880011", - "type": "color" - }, - "1200": { - "value": "#6a000a", - "type": "color" - }, - "1300": { - "value": "#4d0005", - "type": "color" - } - }, - "coral": { - "100": { - "value": "#ffe6e6", - "type": "color" - }, - "200": { - "value": "#ffbfc2", - "type": "color" - }, - "300": { - "value": "#ff9ba3", - "type": "color" - }, - "400": { - "value": "#ff7e88", - "type": "color" - }, - "500": { - "value": "#ff6671", - "type": "color" - }, - "600": { - "value": "#ff535e", - "type": "color" - }, - "700": { - "value": "#ff444f", - "type": "color" - }, - "800": { - "value": "#e12e3a", - "type": "color" - }, - "900": { - "value": "#c41c28", - "type": "color" - }, - "1000": { - "value": "#a60e19", - "type": "color" - }, - "1100": { - "value": "#88030d", - "type": "color" - }, - "1200": { - "value": "#6a0004", - "type": "color" - }, - "1300": { - "value": "#4d0000", - "type": "color" - } - }, - "slate": { - "50": { - "value": "#ffffff", - "type": "color" - }, - "75": { - "value": "#f6f7f8", - "type": "color" - }, - "100": { - "value": "#ebecef", - "type": "color" - }, - "200": { - "value": "#ced0d6", - "type": "color" - }, - "300": { - "value": "#b1b4bc", - "type": "color" - }, - "400": { - "value": "#9498a2", - "type": "color" - }, - "500": { - "value": "#787d88", - "type": "color" - }, - "600": { - "value": "#5c616d", - "type": "color" - }, - "700": { - "value": "#414652", - "type": "color" - }, - "800": { - "value": "#383d4a", - "type": "color" - }, - "900": { - "value": "#303541", - "type": "color" - }, - "1000": { - "value": "#282c38", - "type": "color" - }, - "1100": { - "value": "#20242f", - "type": "color" - }, - "1200": { - "value": "#181c25", - "type": "color" - }, - "1300": { - "value": "#11141b", - "type": "color" - }, - "1400": { - "value": "#000000", - "type": "color" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/motion.json b/raw-tokens/data/core/motion.json deleted file mode 100644 index 413b87f..0000000 --- a/raw-tokens/data/core/motion.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "core": { - "motion": { - "ease": { - "100": { - "value": "cubic-bezier(0, 0, 1, 1)", - "type": "other" - }, - "200": { - "value": "cubic-bezier(1, 0, 1, 1)", - "type": "other" - }, - "300": { - "value": "cubic-bezier(0, 0, 0, 1)", - "type": "other" - }, - "400": { - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - "type": "other" - } - }, - "duration": { - "50": { - "value": "0ms", - "type": "other" - }, - "100": { - "value": "80ms", - "type": "other" - }, - "200": { - "value": "160ms", - "type": "other" - }, - "300": { - "value": "240ms", - "type": "other" - }, - "400": { - "value": "480ms", - "type": "other" - }, - "500": { - "value": "720ms", - "type": "other" - }, - "600": { - "value": "960ms", - "type": "other" - }, - "700": { - "value": "1200ms", - "type": "other" - }, - "800": { - "value": "1440ms", - "type": "other" - }, - "900": { - "value": "1680ms", - "type": "other" - }, - "1000": { - "value": "1920ms", - "type": "other" - }, - "1100": { - "value": "2400ms", - "type": "other" - }, - "1200": { - "value": "2880ms", - "type": "other" - }, - "1300": { - "value": "3360ms", - "type": "other" - }, - "1400": { - "value": "3840ms", - "type": "other" - }, - "1500": { - "value": "4320ms", - "type": "other" - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/opacity.json b/raw-tokens/data/core/opacity.json deleted file mode 100644 index 68aba12..0000000 --- a/raw-tokens/data/core/opacity.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "core": { - "opacity": { - "50": { - "value": "0%", - "type": "opacity" - }, - "75": { - "value": "4%", - "type": "opacity" - }, - "100": { - "value": "8%", - "type": "opacity" - }, - "200": { - "value": "16%", - "type": "opacity" - }, - "300": { - "value": "24%", - "type": "opacity" - }, - "400": { - "value": "32%", - "type": "opacity" - }, - "500": { - "value": "40%", - "type": "opacity" - }, - "600": { - "value": "48%", - "type": "opacity" - }, - "700": { - "value": "56%", - "type": "opacity" - }, - "800": { - "value": "64%", - "type": "opacity" - }, - "900": { - "value": "72%", - "type": "opacity" - }, - "1000": { - "value": "80%", - "type": "opacity" - }, - "1100": { - "value": "88%", - "type": "opacity" - }, - "1200": { - "value": "96%", - "type": "opacity" - }, - "1300": { - "value": "100%", - "type": "opacity" - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/spacing.json b/raw-tokens/data/core/spacing.json deleted file mode 100644 index b1ff47a..0000000 --- a/raw-tokens/data/core/spacing.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "core": { - "spacing": { - "50": { - "value": "0", - "type": "spacing", - "description": "0rem" - }, - "75": { - "value": "1", - "type": "spacing", - "description": "0.0625rem" - }, - "100": { - "value": "2", - "type": "spacing", - "description": "0.125rem" - }, - "200": { - "value": "4", - "type": "spacing", - "description": "0.25rem" - }, - "300": { - "value": "6", - "type": "spacing", - "description": "0.375rem" - }, - "400": { - "value": "8", - "type": "spacing", - "description": "0.5rem" - }, - "500": { - "value": "10", - "type": "spacing", - "description": "0.625rem" - }, - "600": { - "value": "12", - "type": "spacing", - "description": "0.75rem" - }, - "700": { - "value": "14", - "type": "spacing", - "description": "0.875rem" - }, - "800": { - "value": "16", - "type": "spacing", - "description": "1rem" - }, - "900": { - "value": "18", - "type": "spacing", - "description": "1.125rem" - }, - "1000": { - "value": "20", - "type": "spacing", - "description": "1.25rem" - }, - "1100": { - "value": "22", - "type": "spacing", - "description": "1.375rem" - }, - "1200": { - "value": "24", - "type": "spacing", - "description": "1.5rem" - }, - "1300": { - "value": "26", - "type": "spacing", - "description": "1.625rem" - }, - "1400": { - "value": "28", - "type": "spacing", - "description": "1.75rem" - }, - "1500": { - "value": "30", - "type": "spacing", - "description": "1.875rem" - }, - "1600": { - "value": "32", - "type": "spacing", - "description": "2rem" - }, - "1700": { - "value": "34", - "type": "spacing", - "description": "2.125rem" - }, - "1800": { - "value": "36", - "type": "spacing", - "description": "2.25rem" - }, - "1900": { - "value": "38", - "type": "spacing", - "description": "2.375rem" - }, - "2000": { - "value": "40", - "type": "spacing", - "description": "2.5rem" - }, - "2100": { - "value": "42", - "type": "spacing", - "description": "2.625rem" - }, - "2200": { - "value": "44", - "type": "spacing", - "description": "2.75rem" - }, - "2300": { - "value": "46", - "type": "spacing", - "description": "2.875rem" - }, - "2400": { - "value": "48", - "type": "spacing", - "description": "3rem" - }, - "2500": { - "value": "50", - "type": "spacing", - "description": "3.125rem" - }, - "2600": { - "value": "52", - "type": "spacing", - "description": "3.25rem" - }, - "2700": { - "value": "54", - "type": "spacing", - "description": "3.375rem" - }, - "2800": { - "value": "56", - "type": "spacing", - "description": "3.5rem" - }, - "2900": { - "value": "58", - "type": "spacing", - "description": "3.625rem" - }, - "3000": { - "value": "60", - "type": "spacing", - "description": "3.75rem" - }, - "3100": { - "value": "62", - "type": "spacing", - "description": "3.875rem" - }, - "3200": { - "value": "64", - "type": "spacing", - "description": "4rem" - }, - "3300": { - "value": "66", - "type": "spacing", - "description": "4.125rem" - }, - "3400": { - "value": "68", - "type": "spacing", - "description": "4.25rem" - }, - "3500": { - "value": "70", - "type": "spacing", - "description": "4.375rem" - }, - "3600": { - "value": "72", - "type": "spacing", - "description": "4.5rem" - }, - "3700": { - "value": "74", - "type": "spacing", - "description": "4.625rem" - }, - "3800": { - "value": "76", - "type": "spacing", - "description": "4.75rem" - }, - "3900": { - "value": "78", - "type": "spacing", - "description": "4.875rem" - }, - "4000": { - "value": "80", - "type": "spacing", - "description": "5rem" - }, - "4100": { - "value": "82", - "type": "spacing", - "description": "5.125rem" - }, - "4200": { - "value": "84", - "type": "spacing", - "description": "5.25rem" - }, - "4300": { - "value": "86", - "type": "spacing", - "description": "5.375rem" - }, - "4400": { - "value": "88", - "type": "spacing", - "description": "5.5rem" - }, - "4500": { - "value": "90", - "type": "spacing", - "description": "5.625rem" - }, - "4600": { - "value": "92", - "type": "spacing", - "description": "5.75rem" - }, - "4700": { - "value": "94", - "type": "spacing", - "description": "5.875rem" - }, - "4800": { - "value": "96", - "type": "spacing", - "description": "6rem" - }, - "4900": { - "value": "98", - "type": "spacing", - "description": "6.125rem" - }, - "5000": { - "value": "100", - "type": "spacing", - "description": "6.25rem" - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/core/typography.json b/raw-tokens/data/core/typography.json deleted file mode 100644 index 882d0bc..0000000 --- a/raw-tokens/data/core/typography.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "core": { - "fontSize": { - "50": { - "type": "fontSizes", - "value": "12", - "description": "0.75rem" - }, - "75": { - "type": "fontSizes", - "value": "14", - "description": "0.875rem" - }, - "100": { - "type": "fontSizes", - "value": "16", - "description": "1rem" - }, - "200": { - "type": "fontSizes", - "value": "18", - "description": "1.125rem" - }, - "300": { - "type": "fontSizes", - "value": "20", - "description": "1.25rem" - }, - "400": { - "type": "fontSizes", - "value": "24", - "description": "1.5rem" - }, - "500": { - "type": "fontSizes", - "value": "32", - "description": "2rem" - }, - "600": { - "type": "fontSizes", - "value": "40", - "description": "2.5rem" - }, - "700": { - "type": "fontSizes", - "value": "48", - "description": "3rem" - }, - "800": { - "type": "fontSizes", - "value": "64", - "description": "4rem" - }, - "900": { - "type": "fontSizes", - "value": "80", - "description": "5rem" - }, - "1000": { - "type": "fontSizes", - "value": "28", - "description": "1.75rem" - }, - "1100": { - "type": "fontSizes", - "value": "34", - "description": "2.125rem" - } - }, - "fontFamily": { - "ubuntu": { - "type": "fontFamilies", - "value": "Ubuntu" - }, - "ibmPlex": { - "mono": { - "type": "fontFamilies", - "value": "IBM Plex Mono" - }, - "sans": { - "type": "fontFamilies", - "value": "IBM Plex Sans" - } - }, - "fontAwesome": { - "pro": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro" - }, - "brands": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands" - } - } - }, - "fontWeight": { - "light": { - "value": "300", - "type": "fontWeights" - }, - "regular": { - "type": "fontWeights", - "value": "400" - }, - "bold": { - "type": "fontWeights", - "value": "700" - }, - "italic": { - "type": "fontWeights", - "value": "Italic" - }, - "boldItalic": { - "type": "fontWeights", - "value": "Bold Italic" - } - }, - "lineHeight": { - "100": { - "type": "lineHeights", - "value": "18", - "description": "1.125rem" - }, - "200": { - "type": "lineHeights", - "value": "22", - "description": "1.375rem" - }, - "300": { - "type": "lineHeights", - "value": "24", - "description": "1.5rem" - }, - "400": { - "type": "lineHeights", - "value": "28", - "description": "1.75rem" - }, - "500": { - "type": "lineHeights", - "value": "30", - "description": "1.875rem" - }, - "600": { - "type": "lineHeights", - "value": "32", - "description": "2rem" - }, - "700": { - "type": "lineHeights", - "value": "36", - "description": "2.25rem" - }, - "800": { - "type": "lineHeights", - "value": "48", - "description": "3rem" - }, - "900": { - "type": "lineHeights", - "value": "64", - "description": "4rem" - }, - "1000": { - "type": "lineHeights", - "value": "96", - "description": "6rem" - }, - "auto": { - "type": "lineHeights", - "value": "auto" - } - }, - "fontDecoration": { - "underline": { - "type": "textDecoration", - "value": "underline" - } - }, - "paragraphSpacing": { - "50": { - "type": "paragraphSpacing", - "value": "12", - "description": "0.75 rem" - }, - "75": { - "type": "paragraphSpacing", - "value": "14", - "description": "0.875rem" - }, - "100": { - "type": "paragraphSpacing", - "value": "16", - "description": "1rem" - }, - "200": { - "type": "paragraphSpacing", - "value": "18", - "description": "1.125rem" - }, - "300": { - "type": "paragraphSpacing", - "value": "20", - "description": "1.25rem" - }, - "400": { - "type": "paragraphSpacing", - "value": "24", - "description": "1.5rem" - }, - "500": { - "type": "paragraphSpacing", - "value": "32", - "description": "2rem" - }, - "600": { - "type": "paragraphSpacing", - "value": "40", - "description": "2.5rem" - }, - "700": { - "type": "paragraphSpacing", - "value": "48", - "description": "3" - }, - "800": { - "type": "paragraphSpacing", - "value": "64", - "description": "4rem" - }, - "900": { - "type": "paragraphSpacing", - "value": "80", - "description": "5rem" - }, - "1000": { - "type": "paragraphSpacing", - "value": "28", - "description": "1.75rem" - }, - "1100": { - "type": "paragraphSpacing", - "value": "34", - "description": "2.125rem" - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/global.json b/raw-tokens/data/semantic/global.json deleted file mode 100644 index d28690b..0000000 --- a/raw-tokens/data/semantic/global.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "borderWidth": { - "none": { - "value": "{core.borderWidth.50}", - "type": "borderWidth" - }, - "xs": { - "value": "{core.borderWidth.75}", - "type": "borderWidth" - }, - "sm": { - "value": "{core.borderWidth.100}", - "type": "borderWidth" - }, - "md": { - "value": "{core.borderWidth.200}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.borderWidth.300}", - "type": "borderWidth" - } - }, - "opacity": { - "overlay": { - "value": "{core.opacity.900}", - "type": "opacity" - }, - "disabled": { - "value": "{core.opacity.400}", - "type": "opacity" - } - }, - "motion": { - "easing": { - "linear": { - "value": "{core.motion.ease.100}", - "type": "Motion" - }, - "in": { - "value": "{core.motion.ease.200}", - "type": "Motion" - }, - "out": { - "value": "{core.motion.ease.300}", - "type": "Motion" - }, - "inandout": { - "value": "{core.motion.ease.400}", - "type": "Motion" - } - }, - "duration": { - "instant": { - "value": "{core.motion.duration.50}", - "type": "Motion" - }, - "snappy": { - "value": "{core.motion.duration.300}", - "type": "Motion" - }, - "moderate": { - "value": "{core.motion.duration.400}", - "type": "Motion" - }, - "relax": { - "value": "{core.motion.duration.500}", - "type": "Motion" - }, - "deliberate": { - "value": "{core.motion.duration.600}", - "type": "Motion" - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/theme/dark.json b/raw-tokens/data/semantic/theme/dark.json deleted file mode 100644 index 3335f61..0000000 --- a/raw-tokens/data/semantic/theme/dark.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "semantic": { - "color": { - "background": { - "primary": { - "base": { - "value": "{core.color.solid.slate.1300}", - "type": "color" - }, - "container": { - "value": "{core.color.solid.slate.1200}", - "type": "color" - } - }, - "secondary": { - "base": { - "value": "{core.color.solid.slate.1300}", - "type": "color" - }, - "container": { - "value": "{core.color.solid.slate.1200}", - "type": "color" - } - }, - "overflow": { - "1": { - "top": { - "value": "{core.color.gradient.slate.310}", - "type": "color" - }, - "right": { - "value": "{core.color.gradient.slate.320}", - "type": "color" - }, - "bottom": { - "value": "{core.color.gradient.slate.330}", - "type": "color" - }, - "left": { - "value": "{core.color.gradient.slate.340}", - "type": "color" - } - }, - "2": { - "top": { - "value": "{core.color.gradient.slate.410}", - "type": "color" - }, - "right": { - "value": "{core.color.gradient.slate.420}", - "type": "color" - }, - "bottom": { - "value": "{core.color.gradient.slate.430}", - "type": "color" - }, - "left": { - "value": "{core.color.gradient.slate.440}", - "type": "color" - } - } - }, - "overlay": { - "value": "{core.color.opacity.black.600}", - "type": "color" - }, - "dialog": { - "value": "{core.color.solid.slate.1200}", - "type": "color" - } - }, - "typography": { - "prominent": { - "value": "{core.color.solid.slate.50}", - "type": "color" - }, - "default": { - "value": "{core.color.opacity.white.600}", - "type": "color" - }, - "subtle": { - "value": "{core.color.opacity.white.400}", - "type": "color" - }, - "disabled": { - "value": "{core.color.opacity.white.300}", - "type": "color" - }, - "link": { - "value": "{core.color.solid.coral.700}", - "type": "color" - } - }, - "status": { - "info": { - "value": "{core.color.solid.blue.600}", - "type": "color" - }, - "success": { - "value": "{core.color.solid.green.600}", - "type": "color" - }, - "warning": { - "value": "{core.color.solid.yellow.600}", - "type": "color" - }, - "danger": { - "value": "{core.color.solid.red.600}", - "type": "color" - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/theme/light.json b/raw-tokens/data/semantic/theme/light.json deleted file mode 100644 index 010ad9c..0000000 --- a/raw-tokens/data/semantic/theme/light.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "semantic": { - "color": { - "background": { - "primary": { - "base": { - "value": "{core.color.solid.slate.75}", - "type": "color" - }, - "container": { - "value": "{core.color.solid.slate.50}", - "type": "color" - } - }, - "secondary": { - "base": { - "value": "{core.color.solid.slate.50}", - "type": "color" - }, - "container": { - "value": "{core.color.solid.slate.75}", - "type": "color" - } - }, - "overflow": { - "1": { - "top": { - "value": "{core.color.gradient.slate.110}", - "type": "color" - }, - "right": { - "value": "{core.color.gradient.slate.120}", - "type": "color" - }, - "bottom": { - "value": "{core.color.gradient.slate.130}", - "type": "color" - }, - "left": { - "value": "{core.color.gradient.slate.140}", - "type": "color" - } - }, - "2": { - "top": { - "value": "{core.color.gradient.slate.210}", - "type": "color" - }, - "right": { - "value": "{core.color.gradient.slate.220}", - "type": "color" - }, - "bottom": { - "value": "{core.color.gradient.slate.230}", - "type": "color" - }, - "left": { - "value": "{core.color.gradient.slate.240}", - "type": "color" - } - } - }, - "overlay": { - "value": "{core.color.opacity.black.600}", - "type": "color" - }, - "dialog": { - "value": "{core.color.solid.slate.50}", - "type": "color" - } - }, - "typography": { - "prominent": { - "value": "{core.color.solid.slate.1400}", - "type": "color" - }, - "default": { - "value": "{core.color.opacity.black.600}", - "type": "color" - }, - "subtle": { - "value": "{core.color.opacity.black.400}", - "type": "color" - }, - "disabled": { - "value": "{core.color.opacity.black.300}", - "type": "color" - }, - "link": { - "value": "{core.color.solid.coral.700}", - "type": "color" - } - }, - "status": { - "info": { - "value": "{core.color.solid.blue.800}", - "type": "color" - }, - "success": { - "value": "{core.color.solid.green.800}", - "type": "color" - }, - "warning": { - "value": "{core.color.solid.yellow.800}", - "type": "color" - }, - "danger": { - "value": "{core.color.solid.red.800}", - "type": "color" - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/1024-plus.json b/raw-tokens/data/semantic/viewPort/1024-plus.json deleted file mode 100644 index 2863b31..0000000 --- a/raw-tokens/data/semantic/viewPort/1024-plus.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/1280-plus.json b/raw-tokens/data/semantic/viewPort/1280-plus.json deleted file mode 100644 index baefd16..0000000 --- a/raw-tokens/data/semantic/viewPort/1280-plus.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.900}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.700}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.3200}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.3600}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.4800}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.3200}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.900}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.700}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.900}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.700}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/1440-plus.json b/raw-tokens/data/semantic/viewPort/1440-plus.json deleted file mode 100644 index baefd16..0000000 --- a/raw-tokens/data/semantic/viewPort/1440-plus.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.900}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.700}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.700}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.3200}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.3600}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.4800}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.3200}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.900}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.700}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.900}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.700}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/640-plus.json b/raw-tokens/data/semantic/viewPort/640-plus.json deleted file mode 100644 index 2863b31..0000000 --- a/raw-tokens/data/semantic/viewPort/640-plus.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/768-plus.json b/raw-tokens/data/semantic/viewPort/768-plus.json deleted file mode 100644 index 2863b31..0000000 --- a/raw-tokens/data/semantic/viewPort/768-plus.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/raw-tokens/data/semantic/viewPort/default.json b/raw-tokens/data/semantic/viewPort/default.json deleted file mode 100644 index 2863b31..0000000 --- a/raw-tokens/data/semantic/viewPort/default.json +++ /dev/null @@ -1,1725 +0,0 @@ -{ - "semantic": { - "typography": { - "heading": { - "hero": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h1": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h2": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h3": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h4": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h5": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "h6": { - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "body": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "caption": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "code": { - "xl": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "lg": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "md": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - }, - "sm": { - "regular": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - }, - "bold": { - "default": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "italic": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "" - }, - "type": "typography" - }, - "underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - }, - "italic-underline": { - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "letterSpacing": "", - "textDecoration": "{core.fontDecoration.underline}" - }, - "type": "typography" - } - } - } - }, - "icon": { - "labelPaired": { - "regular": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.500}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.400}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.200}", - "letterSpacing": "" - }, - "type": "typography" - }, - "caption": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.100}", - "letterSpacing": "" - }, - "type": "typography" - } - } - }, - "standalone": { - "regular": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "bold": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - }, - "brand": { - "2xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.1000}", - "letterSpacing": "" - }, - "type": "typography" - }, - "xl": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.900}", - "letterSpacing": "" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.800}", - "letterSpacing": "" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.600}", - "letterSpacing": "" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "lineHeight": "{core.lineHeight.300}", - "letterSpacing": "" - }, - "type": "typography" - } - } - } - } - }, - "spacing": { - "general": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "3xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - }, - "5xl": { - "value": "{core.spacing.2400}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.spacing.50}", - "type": "spacing" - }, - "2xs": { - "value": "{core.spacing.75}", - "type": "spacing" - }, - "xs": { - "value": "{core.spacing.100}", - "type": "spacing" - }, - "sm": { - "value": "{core.spacing.200}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.400}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.800}", - "type": "spacing" - }, - "xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "2xl": { - "value": "{core.spacing.1200}", - "type": "spacing" - }, - "3xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - }, - "4xl": { - "value": "{core.spacing.1600}", - "type": "spacing" - } - } - }, - "borderRadius": { - "none": { - "value": "{core.borderRadius.50}", - "type": "borderRadius" - }, - "xs": { - "value": "{core.borderRadius.100}", - "type": "borderRadius" - }, - "sm": { - "value": "{core.borderRadius.200}", - "type": "borderRadius" - }, - "md": { - "value": "{core.borderRadius.400}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.borderRadius.800}", - "type": "borderRadius" - }, - "xl": { - "value": "{core.borderRadius.1200}", - "type": "borderRadius" - }, - "2xl": { - "value": "{core.borderRadius.2400}", - "type": "borderRadius" - }, - "pill": { - "value": "{core.borderRadius.4800}", - "type": "borderRadius" - } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/actions/tailwind.actions.ts b/src/actions/tailwind.actions.ts deleted file mode 100644 index 81da023..0000000 --- a/src/actions/tailwind.actions.ts +++ /dev/null @@ -1,50 +0,0 @@ -import { Action, Named } from 'style-dictionary'; -import * as fs from 'fs'; -import { QUILL_TAILWIND_BUILD_PATH } from '../utils'; - -export const makeStylesAction: Named = { - name: 'deriv/tw/make-style', - do: (dictionary, config) => { - const hasCore = config?.files?.[0]?.options?.useCoreVariables || false; - const files = [ - '_mobile.css', - '_sm.css', - '_tablet.css', - '_lg.css', - '_laptop.css', - '_desktop.css', - '_light.css', - '_dark.css', - ]; - let result = hasCore ? `@import "./_core.css";\n` : ''; - - files.forEach((fileItem) => { - result += `@import "./${fileItem}";\n`; - }); - fs.writeFileSync(`${QUILL_TAILWIND_BUILD_PATH}styles.css`, result); - }, - undo: () => { - fs.unlinkSync(`${QUILL_TAILWIND_BUILD_PATH}styles.css`); - }, -}; - -export const makeFontStylesAction: Named = { - name: 'deriv/tw/make-font-style', - do: (dictionary, config) => { - const hasCore = config?.files?.[0]?.options?.useCoreVariables || false; - const fonts = [ - "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');", - "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');", - "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');", - ]; - let result = hasCore ? `@import "./_core.css";\n` : ''; - - fonts.forEach((fontItem) => { - result += `${fontItem}\n`; - }); - fs.writeFileSync(`${QUILL_TAILWIND_BUILD_PATH}fonts.css`, result); - }, - undo: () => { - fs.unlinkSync(`${QUILL_TAILWIND_BUILD_PATH}fonts.css`); - }, -}; diff --git a/src/formatters/desktop-target.formatter.ts b/src/formatters/desktop-target.formatter.ts deleted file mode 100644 index eb6d0ce..0000000 --- a/src/formatters/desktop-target.formatter.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { Format, Named, formatHelpers } from 'style-dictionary'; - -export const desktopTargetFormatter: Named = { - name: 'css/target-desktop', - formatter: function ({ dictionary, options }) { - const { outputReferences, viewPort = 640 } = options; - return ( - `@media screen and (min-width: ${viewPort}px) { :root {\n` + - formatHelpers.formattedVariables({ - format: 'css', - dictionary, - outputReferences, - }) + - '\n}}\n' - ); - }, -}; diff --git a/src/formatters/tailwind.formatter.ts b/src/formatters/tailwind.formatter.ts deleted file mode 100644 index ed78cc5..0000000 --- a/src/formatters/tailwind.formatter.ts +++ /dev/null @@ -1,154 +0,0 @@ -import { Format, Formatter, Named, TransformedToken } from 'style-dictionary'; -import { QuillTokenType } from '../types'; -import { template as LodashTemplate } from 'lodash'; -import * as prettier from '@prettier/sync'; -import { makeNestedObject } from '../utils'; -import * as fs from 'fs'; - -const tailwindCjsTemplateFile = fs.readFileSync('src/templates/tailwind.cjs.template').toString(); -const tailwindEsmTemplateFile = fs.readFileSync('src/templates/tailwind.esm.template').toString(); - -const tailwindCjsTemplate = LodashTemplate(tailwindCjsTemplateFile); -const tailwindEsmTemplate = LodashTemplate(tailwindEsmTemplateFile); - -const tokenMap: Map = new Map([]); - -const getTokens = (tokenType: QuillTokenType): TransformedToken[] => { - return tokenMap.get(tokenType) || []; -}; - -const formatTokenByTokenPath = (tokens: TransformedToken[]) => { - const allTokenObj = tokens.reduce>((acc, cur) => { - acc[cur?.attributes?.tokenPath.join('-')] = cur.value; - return acc; - }, {}); - - return JSON.stringify(allTokenObj, null, 2); -}; - -const formatObjectTokens = (tokens: TransformedToken[]) => { - const allTokenObj = tokens.reduce>((acc, cur) => { - acc[cur?.attributes?.tokenPath.join('.')] = cur.value; - return acc; - }, {}); - - const result = {}; - Object.keys(allTokenObj).forEach((key) => { - const keys = key.split('.'); - makeNestedObject(result, keys, allTokenObj[key]); - }); - - return JSON.stringify(result, null, 2); -}; - -const Esmformatter: Formatter = ({ dictionary, options }) => { - const shouldUseCoreVariables = options?.useCoreVariables || false; - dictionary.allTokens.forEach((token) => { - if (token.path.includes('semantic') || shouldUseCoreVariables) { - token['value'] = `var(--${token.name})`; - } - }); - - dictionary.allTokens.forEach((token) => { - const tokenType = token.type as QuillTokenType; - const currentTokens = tokenMap.get(tokenType) || []; - tokenMap.set(tokenType, [...currentTokens, token]); - }); - - const colorTokens = formatObjectTokens(getTokens('color')); - - const fontFamilyTokens = formatTokenByTokenPath(getTokens('fontFamilies')); - - const spacingTokens = formatTokenByTokenPath([...getTokens('spacing'), ...getTokens('paragraphSpacing')]); - - const borderRadiusTokens = formatTokenByTokenPath(getTokens('borderRadius')); - - const borderWidthTokens = formatTokenByTokenPath(getTokens('borderWidth')); - - const boxShadowTokens = formatTokenByTokenPath(getTokens('boxShadow')); - - const opacityTokens = formatTokenByTokenPath(getTokens('opacity')); - - const fontSizeTokens = formatTokenByTokenPath(getTokens('fontSizes')); - - const fontWeightTokens = formatTokenByTokenPath(getTokens('fontWeights')); - - const lineHeightTokens = formatTokenByTokenPath(getTokens('lineHeights')); - - const result = tailwindEsmTemplate({ - colors: colorTokens, - fontFamily: fontFamilyTokens, - spacing: spacingTokens, - borderRadius: borderRadiusTokens, - borderWidth: borderWidthTokens, - boxShadow: boxShadowTokens, - opacity: opacityTokens, - fontSize: fontSizeTokens, - fontWeight: fontWeightTokens, - lineHeight: lineHeightTokens, - darkMode: 'class', - }); - - return prettier.format(result, { - parser: 'typescript', - }); -}; - -const Cjsformatter: Formatter = ({ dictionary, options }) => { - const shouldUseCoreVariables = options?.useCoreVariables || false; - dictionary.allTokens.forEach((token) => { - if (token.path.includes('semantic') || shouldUseCoreVariables) { - token['value'] = `var(--${token.name})`; - } - }); - - dictionary.allTokens.forEach((token) => { - const tokenType = token.type as QuillTokenType; - const currentTokens = tokenMap.get(tokenType) || []; - tokenMap.set(tokenType, [...currentTokens, token]); - }); - - const colorTokens = formatObjectTokens(getTokens('color')); - - const spacingTokens = formatTokenByTokenPath([...getTokens('spacing'), ...getTokens('paragraphSpacing')]); - - const borderRadiusTokens = formatTokenByTokenPath(getTokens('borderRadius')); - - const borderWidthTokens = formatTokenByTokenPath(getTokens('borderWidth')); - - const boxShadowTokens = formatTokenByTokenPath(getTokens('boxShadow')); - - const opacityTokens = formatTokenByTokenPath(getTokens('opacity')); - - const fontSizeTokens = formatTokenByTokenPath(getTokens('fontSizes')); - - const fontWeightTokens = formatTokenByTokenPath(getTokens('fontWeights')); - - const lineHeightTokens = formatTokenByTokenPath(getTokens('lineHeights')); - - const result = tailwindCjsTemplate({ - colors: colorTokens, - spacing: spacingTokens, - borderRadius: borderRadiusTokens, - borderWidth: borderWidthTokens, - boxShadow: boxShadowTokens, - opacity: opacityTokens, - fontSize: fontSizeTokens, - fontWeight: fontWeightTokens, - lineHeight: lineHeightTokens, - darkMode: 'class', - }); - - return prettier.format(result, { - parser: 'typescript', - }); -}; - -export const TailwindCjsFormatter: Named = { - name: 'deriv/tailwind-cjs-formatter', - formatter: Cjsformatter, -}; -export const TailwindEsmFormatter: Named = { - name: 'deriv/tailwind-esm-formatter', - formatter: Esmformatter, -}; diff --git a/src/formatters/token-names.fomatter.ts b/src/formatters/token-names.fomatter.ts deleted file mode 100644 index 148ba08..0000000 --- a/src/formatters/token-names.fomatter.ts +++ /dev/null @@ -1,52 +0,0 @@ -import { Format, Formatter, Named, TransformedToken } from 'style-dictionary'; -import { QuillTokenType } from '../types'; -import fs from 'fs'; -import { template as LodashTemplate } from 'lodash'; -import * as prettier from '@prettier/sync'; - -const tokenMap: Map = new Map([]); - -const tokenNamesTemplateFile = fs.readFileSync('src/templates/token-names.template').toString(); -const tokenNamesTemplate = LodashTemplate(tokenNamesTemplateFile); - -const formatter: Formatter = ({ dictionary }) => { - dictionary.allTokens.forEach((token) => { - const tokenType = token.type as QuillTokenType; - const currentTokens = tokenMap.get(tokenType) || []; - tokenMap.set(tokenType, [...currentTokens, token]); - }); - - const tokenMapKeys = Array.from(tokenMap.keys()); - - const finalNamesObject = {}; - - tokenMapKeys.forEach((keyItem) => { - const tempNames = []; - const keyItemTokens = tokenMap.get(keyItem); - - keyItemTokens.forEach((keyItemTokensItem) => { - if (keyItemTokensItem.attributes.tokenPath) { - tempNames.push(keyItemTokensItem.attributes.tokenPath.join('-')); - } - }); - - if (tempNames.length > 0) { - finalNamesObject[keyItem] = tempNames; - } - }); - - finalNamesObject['fontFamilies'] = ['heading', 'sans', 'mono', 'serif']; - - const result = tokenNamesTemplate({ - names: JSON.stringify(finalNamesObject, null, 2), - }); - - return prettier.format(result, { - parser: 'typescript', - }); -}; - -export const TokenNamesFormatter: Named = { - name: 'deriv/token-names', - formatter: formatter, -}; diff --git a/src/generators/tailwind/index.ts b/src/generators/tailwind/index.ts deleted file mode 100644 index 9cff1c9..0000000 --- a/src/generators/tailwind/index.ts +++ /dev/null @@ -1,290 +0,0 @@ -import StyleDictionary from 'style-dictionary'; -import { registerTransforms, transforms as TokenStudioTransforms } from '@tokens-studio/sd-transforms'; -import { - BASE_VARIANT_SOURCE_INCLUDES, - QUILL_TAILWIND_BUILD_PATH, - RAW_CORE_SOURCE_FOLDER, - RAW_TOKENS_BASE_FOLDER, -} from '../../utils'; -import { TailwindCjsFormatter, TailwindEsmFormatter } from '../../formatters/tailwind.formatter'; -import { - paragraphSpacingTransformer, - spacingNameTransformer, - stringValueTransformer, - tailwindTransforms, - tokenPathTransformer, -} from '../../transformers/tailwind.transformers'; -import { makeFontStylesAction, makeStylesAction } from '../../actions/tailwind.actions'; -import { desktopTargetFormatter } from '../../formatters/desktop-target.formatter'; -import { TokenNamesFormatter } from '../../formatters/token-names.fomatter'; - -registerTransforms(StyleDictionary); - -StyleDictionary.registerTransform(paragraphSpacingTransformer); -StyleDictionary.registerTransform(spacingNameTransformer); -StyleDictionary.registerTransform(tokenPathTransformer); -StyleDictionary.registerFormat(TailwindCjsFormatter); -StyleDictionary.registerFormat(TailwindEsmFormatter); -StyleDictionary.registerAction(makeStylesAction); -StyleDictionary.registerAction(makeFontStylesAction); -StyleDictionary.registerFormat(desktopTargetFormatter); -StyleDictionary.registerTransform(stringValueTransformer); -StyleDictionary.registerFormat(TokenNamesFormatter); - -export const CoreSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER], - platforms: { - core_css: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_core.css', - format: 'css/variables', - options: { - outputReferences: false, - showFileHeader: false, - }, - }, - ], - }, - }, -}); - -export const SemanticLightSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/theme/light.json`], - platforms: { - semantic_light: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_light.css', - format: 'css/variables', - filter: (token) => token.path.includes('semantic'), - options: { - selector: 'html', - outputReferences: false, - showFileHeader: false, - }, - }, - ], - }, - }, -}); - -export const SemanticDarkSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/theme/dark.json`], - platforms: { - semantic_dark: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_dark.css', - format: 'css/variables', - filter: (token) => token.path.includes('semantic'), - options: { - selector: 'html.dark', - outputReferences: false, - showFileHeader: false, - }, - }, - ], - }, - }, -}); - -export const SemanticMobileSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/default.json`], - platforms: { - semantic_mobile: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_mobile.css', - format: 'css/variables', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - selector: ':root', - outputReferences: false, - showFileHeader: false, - }, - }, - ], - }, - }, -}); - -export const SemanticSmSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/640-plus.json`], - platforms: { - semantic_sm: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_sm.css', - format: 'css/target-desktop', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - outputReferences: false, - showFileHeader: false, - viewPort: 640, - }, - }, - ], - }, - }, -}); - -export const SemanticMdSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/768-plus.json`], - platforms: { - semantic_md: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_tablet.css', - format: 'css/target-desktop', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - outputReferences: false, - showFileHeader: false, - viewPort: 768, - }, - }, - ], - }, - }, -}); - -export const SemanticLgSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/1024-plus.json`], - platforms: { - semantic_lg: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_lg.css', - format: 'css/target-desktop', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - outputReferences: false, - showFileHeader: false, - viewPort: 1024, - }, - }, - ], - }, - }, -}); - -export const SemanticXlSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/1280-plus.json`], - platforms: { - semantic_xl: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_laptop.css', - format: 'css/target-desktop', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - outputReferences: false, - showFileHeader: false, - viewPort: 1280, - }, - }, - ], - }, - }, -}); - -export const Semantic2xlSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER, `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/1440-plus.json`], - platforms: { - semantic_2xl: { - transforms: [...TokenStudioTransforms, 'deriv/paragraph-spacing', 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: '_desktop.css', - format: 'css/target-desktop', - filter: (token) => token.path.includes('semantic') && token.type !== 'typography', - options: { - outputReferences: false, - showFileHeader: false, - viewPort: 1440, - }, - }, - ], - }, - }, -}); - -export const TailWindEsmSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER], - include: [...BASE_VARIANT_SOURCE_INCLUDES], - platforms: { - tailwind: { - actions: ['deriv/tw/make-style'], - transforms: [...TokenStudioTransforms, ...tailwindTransforms, 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: 'tailwind.config.js', - format: 'deriv/tailwind-esm-formatter', - options: { - useCoreVariables: false, - }, - }, - ], - }, - }, -}); - -export const TailWindCjsSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER], - include: [...BASE_VARIANT_SOURCE_INCLUDES], - platforms: { - tailwind: { - actions: ['deriv/tw/make-style', 'deriv/tw/make-font-style'], - transforms: [...TokenStudioTransforms, ...tailwindTransforms, 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: 'tailwind.config.cjs', - format: 'deriv/tailwind-cjs-formatter', - options: { - useCoreVariables: false, - }, - }, - ], - }, - }, -}); - -export const TokenNamesSdConfig = StyleDictionary.extend({ - source: [RAW_CORE_SOURCE_FOLDER], - include: [...BASE_VARIANT_SOURCE_INCLUDES], - platforms: { - tailwind: { - transforms: [...TokenStudioTransforms, ...tailwindTransforms, 'name/cti/kebab'], - buildPath: QUILL_TAILWIND_BUILD_PATH, - files: [ - { - destination: 'token-names.ts', - format: 'deriv/token-names', - options: { - useCoreVariables: false, - }, - }, - ], - }, - }, -}); diff --git a/src/templates/tailwind.cjs.template b/src/templates/tailwind.cjs.template deleted file mode 100644 index c28479b..0000000 --- a/src/templates/tailwind.cjs.template +++ /dev/null @@ -1,61 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -const QuillTailwindConfig = { - content: [], - dark: "<%= darkMode %>", - theme: { - fontFamily: { - heading: [ - "Ubuntu", - 'ui-sans-serif', - 'system-ui', - 'sans-serif', - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - sans: [ - "'IBM Plex Sans'", - 'ui-sans-serif', - 'system-ui', - 'sans-serif', - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - serif: ['ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], - mono: [ - "'IBM Plex Mono'", - 'ui-monospace', - 'SFMono-Regular', - 'Menlo', - 'Monaco', - 'Consolas', - '"Liberation Mono"', - '"Courier New"', - 'monospace', - ], - }, - screens: { - sm: '640px', - md: '768px', - lg: '1024px', - xl: '1280px', - '2xl': '1440px', - }, - lineHeight: <%= lineHeight %>, - borderWidth: <%= borderWidth %>, - boxShadow: <%= boxShadow %>, - opacity: <%= opacity %>, - fontSize: <%= fontSize %>, - colors: <%= colors %>, - spacing: <%= spacing %>, - borderRadius: <%= borderRadius %>, - fontWeight: <%= fontWeight %>, - extend: { - }, - }, -} - -module.exports = QuillTailwindConfig \ No newline at end of file diff --git a/src/templates/tailwind.esm.template b/src/templates/tailwind.esm.template deleted file mode 100644 index c048bfc..0000000 --- a/src/templates/tailwind.esm.template +++ /dev/null @@ -1,61 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -const QuillTailwindConfig = { - content: [], - dark: "<%= darkMode %>", - theme: { - fontFamily: { - heading: [ - "Ubuntu", - 'ui-sans-serif', - 'system-ui', - 'sans-serif', - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - sans: [ - "'IBM Plex Sans'", - 'ui-sans-serif', - 'system-ui', - 'sans-serif', - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - '"Noto Color Emoji"', - ], - serif: ['ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], - mono: [ - "'IBM Plex Mono'", - 'ui-monospace', - 'SFMono-Regular', - 'Menlo', - 'Monaco', - 'Consolas', - '"Liberation Mono"', - '"Courier New"', - 'monospace', - ], - }, - screens: { - sm: '640px', - md: '768px', - lg: '1024px', - xl: '1280px', - '2xl': '1440px', - }, - lineHeight: <%= lineHeight %>, - borderWidth: <%= borderWidth %>, - boxShadow: <%= boxShadow %>, - opacity: <%= opacity %>, - fontSize: <%= fontSize %>, - colors: <%= colors %>, - spacing: <%= spacing %>, - borderRadius: <%= borderRadius %>, - fontWeight: <%= fontWeight %>, - extend: { - }, - }, -} - -export default QuillTailwindConfig \ No newline at end of file diff --git a/src/templates/token-names.template b/src/templates/token-names.template deleted file mode 100644 index 9ce318d..0000000 --- a/src/templates/token-names.template +++ /dev/null @@ -1,3 +0,0 @@ -export const allNames = <%= names %> - -export default allNames; \ No newline at end of file diff --git a/src/tests/tailwind/__snapshots__/tailwind.test.ts.snap b/src/tests/tailwind/__snapshots__/tailwind.test.ts.snap deleted file mode 100644 index 28c1a5f..0000000 --- a/src/tests/tailwind/__snapshots__/tailwind.test.ts.snap +++ /dev/null @@ -1,258256 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Tailwind Exports Should generate 2XL Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "64px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.700}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "48px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "24px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "20px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.900}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.700}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.900}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "48px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "48px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "64px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "72px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.4800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "32px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.700}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.700}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 48px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 24px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.900}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.900}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 80px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 24px/36px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 24px/36px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 24px/36px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1440-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Core CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Dark Theme Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "color": { - "background": { - "dialog": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-dialog", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1200}", - }, - "path": [ - "semantic", - "color", - "background", - "dialog", - ], - "type": "color", - "value": "#181c25", - }, - "overflow": { - "1": { - "bottom": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.330}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "left": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.340}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "right": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.320}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "top": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.310}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - }, - "2": { - "bottom": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.430}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "left": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.440}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - "right": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.420}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "top": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.410}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - }, - }, - "overlay": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-overlay", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "background", - "overlay", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "primary": { - "base": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-primary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1300}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "base", - ], - "type": "color", - "value": "#11141b", - }, - "container": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-primary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1200}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "container", - ], - "type": "color", - "value": "#181c25", - }, - }, - "secondary": { - "base": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-secondary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1300}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "base", - ], - "type": "color", - "value": "#11141b", - }, - "container": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-background-secondary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1200}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "container", - ], - "type": "color", - "value": "#181c25", - }, - }, - }, - "status": { - "danger": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-status-danger", - "original": { - "type": "color", - "value": "{core.color.solid.red.600}", - }, - "path": [ - "semantic", - "color", - "status", - "danger", - ], - "type": "color", - "value": "#f92e26", - }, - "info": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-status-info", - "original": { - "type": "color", - "value": "{core.color.solid.blue.600}", - }, - "path": [ - "semantic", - "color", - "status", - "info", - ], - "type": "color", - "value": "#3daaff", - }, - "success": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-status-success", - "original": { - "type": "color", - "value": "{core.color.solid.green.600}", - }, - "path": [ - "semantic", - "color", - "status", - "success", - ], - "type": "color", - "value": "#26a44e", - }, - "warning": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-status-warning", - "original": { - "type": "color", - "value": "{core.color.solid.yellow.600}", - }, - "path": [ - "semantic", - "color", - "status", - "warning", - ], - "type": "color", - "value": "#ffae26", - }, - }, - "typography": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-typography-default", - "original": { - "type": "color", - "value": "{core.color.opacity.white.600}", - }, - "path": [ - "semantic", - "color", - "typography", - "default", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "disabled": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-typography-disabled", - "original": { - "type": "color", - "value": "{core.color.opacity.white.300}", - }, - "path": [ - "semantic", - "color", - "typography", - "disabled", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "link": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-typography-link", - "original": { - "type": "color", - "value": "{core.color.solid.coral.700}", - }, - "path": [ - "semantic", - "color", - "typography", - "link", - ], - "type": "color", - "value": "#ff444f", - }, - "prominent": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-typography-prominent", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "typography", - "prominent", - ], - "type": "color", - "value": "#ffffff", - }, - "subtle": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/dark.json", - "isSource": true, - "name": "semantic-color-typography-subtle", - "original": { - "type": "color", - "value": "{core.color.opacity.white.400}", - }, - "path": [ - "semantic", - "color", - "typography", - "subtle", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate LG Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1024-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Light Theme Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "color": { - "background": { - "dialog": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-dialog", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "dialog", - ], - "type": "color", - "value": "#ffffff", - }, - "overflow": { - "1": { - "bottom": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.130}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "left": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.140}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "right": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.120}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "top": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-1-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.110}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - }, - "2": { - "bottom": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.230}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "left": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.240}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "right": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.220}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "top": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overflow-2-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.210}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - }, - }, - "overlay": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-overlay", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "background", - "overlay", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "primary": { - "base": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-primary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "base", - ], - "type": "color", - "value": "#f6f7f8", - }, - "container": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-primary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "container", - ], - "type": "color", - "value": "#ffffff", - }, - }, - "secondary": { - "base": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-secondary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "base", - ], - "type": "color", - "value": "#ffffff", - }, - "container": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-background-secondary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "container", - ], - "type": "color", - "value": "#f6f7f8", - }, - }, - }, - "status": { - "danger": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-status-danger", - "original": { - "type": "color", - "value": "{core.color.solid.red.800}", - }, - "path": [ - "semantic", - "color", - "status", - "danger", - ], - "type": "color", - "value": "#db0800", - }, - "info": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-status-info", - "original": { - "type": "color", - "value": "{core.color.solid.blue.800}", - }, - "path": [ - "semantic", - "color", - "status", - "info", - ], - "type": "color", - "value": "#1789e1", - }, - "success": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-status-success", - "original": { - "type": "color", - "value": "{core.color.solid.green.800}", - }, - "path": [ - "semantic", - "color", - "status", - "success", - ], - "type": "color", - "value": "#00822a", - }, - "warning": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-status-warning", - "original": { - "type": "color", - "value": "{core.color.solid.yellow.800}", - }, - "path": [ - "semantic", - "color", - "status", - "warning", - ], - "type": "color", - "value": "#e18d00", - }, - }, - "typography": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-typography-default", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "typography", - "default", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "disabled": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-typography-disabled", - "original": { - "type": "color", - "value": "{core.color.opacity.black.300}", - }, - "path": [ - "semantic", - "color", - "typography", - "disabled", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "link": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-typography-link", - "original": { - "type": "color", - "value": "{core.color.solid.coral.700}", - }, - "path": [ - "semantic", - "color", - "typography", - "link", - ], - "type": "color", - "value": "#ff444f", - }, - "prominent": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-typography-prominent", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1400}", - }, - "path": [ - "semantic", - "color", - "typography", - "prominent", - ], - "type": "color", - "value": "#000000", - }, - "subtle": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": true, - "name": "semantic-color-typography-subtle", - "original": { - "type": "color", - "value": "{core.color.opacity.black.400}", - }, - "path": [ - "semantic", - "color", - "typography", - "subtle", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate MD Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/768-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Mobile Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate SM Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/640-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Tailwind Theme Config properly for cjs 1`] = ` -{ - "borderWidth": { - "lg": { - "attributes": { - "tokenPath": [ - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-lg", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.300}", - }, - "path": [ - "borderWidth", - "lg", - ], - "type": "borderWidth", - "value": "8px", - }, - "md": { - "attributes": { - "tokenPath": [ - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-md", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.200}", - }, - "path": [ - "borderWidth", - "md", - ], - "type": "borderWidth", - "value": "4px", - }, - "none": { - "attributes": { - "tokenPath": [ - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-none", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.50}", - }, - "path": [ - "borderWidth", - "none", - ], - "type": "borderWidth", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-sm", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.100}", - }, - "path": [ - "borderWidth", - "sm", - ], - "type": "borderWidth", - "value": "2px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-xs", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.75}", - }, - "path": [ - "borderWidth", - "xs", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "tokenPath": [ - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "tokenPath": [ - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "tokenPath": [ - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "tokenPath": [ - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "tokenPath": [ - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "tokenPath": [ - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "tokenPath": [ - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "tokenPath": [ - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "tokenPath": [ - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "tokenPath": [ - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "tokenPath": [ - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "tokenPath": [ - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "tokenPath": [ - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "tokenPath": [ - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "tokenPath": [ - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "tokenPath": [ - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "tokenPath": [ - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "tokenPath": [ - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "tokenPath": [ - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "tokenPath": [ - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "tokenPath": [ - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "tokenPath": [ - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "tokenPath": [ - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "tokenPath": [ - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "tokenPath": [ - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "tokenPath": [ - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "tokenPath": [ - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "tokenPath": [ - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "tokenPath": [ - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "tokenPath": [ - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "tokenPath": [ - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "tokenPath": [ - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "tokenPath": [ - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "tokenPath": [ - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "tokenPath": [ - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "tokenPath": [ - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "tokenPath": [ - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "tokenPath": [ - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "tokenPath": [ - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": "0", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "110", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "120", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "130", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "140", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "210", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "220", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "230", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "240", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "310", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "320", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "330", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "340", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "410", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "420", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "430", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "440", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "tokenPath": [ - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "tokenPath": [ - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "tokenPath": [ - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "tokenPath": [ - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "tokenPath": [ - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "tokenPath": [ - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "tokenPath": [ - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "tokenPath": [ - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "tokenPath": [ - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "tokenPath": [ - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "tokenPath": [ - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "tokenPath": [ - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "tokenPath": [ - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "tokenPath": [ - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "tokenPath": [ - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "tokenPath": [ - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "tokenPath": [ - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "tokenPath": [ - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "tokenPath": [ - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "tokenPath": [ - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "tokenPath": [ - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "tokenPath": [ - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "tokenPath": [ - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "tokenPath": [ - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "tokenPath": [ - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "tokenPath": [ - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "tokenPath": [ - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "tokenPath": [ - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "tokenPath": [ - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "tokenPath": [ - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "tokenPath": [ - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "tokenPath": [ - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "tokenPath": [ - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "tokenPath": [ - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "tokenPath": [ - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "tokenPath": [ - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "tokenPath": [ - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "tokenPath": [ - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "tokenPath": [ - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "tokenPath": [ - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "tokenPath": [ - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "tokenPath": [ - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "tokenPath": [ - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "tokenPath": [ - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "tokenPath": [ - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "tokenPath": [ - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "tokenPath": [ - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "tokenPath": [ - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "tokenPath": [ - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "tokenPath": [ - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "tokenPath": [ - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "tokenPath": [ - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "tokenPath": [ - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "tokenPath": [ - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "tokenPath": [ - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "tokenPath": [ - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "tokenPath": [ - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "tokenPath": [ - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "tokenPath": [ - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "tokenPath": [ - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "tokenPath": [ - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "tokenPath": [ - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "tokenPath": [ - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "tokenPath": [ - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "tokenPath": [ - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "tokenPath": [ - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "tokenPath": [ - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "tokenPath": [ - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "tokenPath": [ - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "tokenPath": [ - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "tokenPath": [ - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "tokenPath": [ - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "tokenPath": [ - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "tokenPath": [ - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "tokenPath": [ - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "tokenPath": [ - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "tokenPath": [ - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "tokenPath": [ - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "tokenPath": [ - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "tokenPath": [ - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "tokenPath": [ - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "tokenPath": [ - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "tokenPath": [ - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "tokenPath": [ - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "tokenPath": [ - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "tokenPath": [ - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "tokenPath": [ - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "tokenPath": [ - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "tokenPath": [ - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "tokenPath": [ - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "tokenPath": [ - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "tokenPath": [ - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "tokenPath": [ - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "tokenPath": [ - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "tokenPath": [ - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "tokenPath": [ - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "tokenPath": [ - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "tokenPath": [ - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "tokenPath": [ - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "tokenPath": [ - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "tokenPath": [ - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "tokenPath": [ - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "tokenPath": [ - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "tokenPath": [ - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "tokenPath": [ - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "tokenPath": [ - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "tokenPath": [ - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "tokenPath": [ - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "tokenPath": [ - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "tokenPath": [ - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "tokenPath": [ - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "tokenPath": [ - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "tokenPath": [ - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "tokenPath": [ - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "tokenPath": [ - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "tokenPath": [ - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "tokenPath": [ - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "tokenPath": [ - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "tokenPath": [ - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "tokenPath": [ - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "tokenPath": [ - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "tokenPath": [ - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "tokenPath": [ - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "tokenPath": [ - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "tokenPath": [ - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "tokenPath": [ - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "tokenPath": [ - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "tokenPath": [ - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "tokenPath": [ - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "tokenPath": [ - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "tokenPath": [ - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "tokenPath": [ - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "tokenPath": [ - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "tokenPath": [ - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "tokenPath": [ - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "tokenPath": [ - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "tokenPath": [ - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "tokenPath": [ - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "tokenPath": [ - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "tokenPath": [ - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "tokenPath": [ - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "75", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "tokenPath": [ - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "tokenPath": [ - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "tokenPath": [ - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "tokenPath": [ - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "tokenPath": [ - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "tokenPath": [ - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "tokenPath": [ - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "tokenPath": [ - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "tokenPath": [ - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "tokenPath": [ - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "50", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "75", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": { - "tokenPath": [ - "110", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": { - "tokenPath": [ - "120", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": { - "tokenPath": [ - "130", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": { - "tokenPath": [ - "140", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": { - "tokenPath": [ - "210", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": { - "tokenPath": [ - "220", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": { - "tokenPath": [ - "230", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": { - "tokenPath": [ - "240", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": { - "tokenPath": [ - "310", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": { - "tokenPath": [ - "320", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": { - "tokenPath": [ - "330", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": { - "tokenPath": [ - "340", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": { - "tokenPath": [ - "410", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": { - "tokenPath": [ - "420", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": { - "tokenPath": [ - "430", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": { - "tokenPath": [ - "440", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": { - "tokenPath": [ - "510", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": { - "tokenPath": [ - "520", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": { - "tokenPath": [ - "530", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": { - "tokenPath": [ - "540", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": { - "tokenPath": [ - "610", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": { - "tokenPath": [ - "620", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": { - "tokenPath": [ - "630", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": { - "tokenPath": [ - "710", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": { - "tokenPath": [ - "720", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": { - "tokenPath": [ - "730", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": { - "tokenPath": [ - "740", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": { - "tokenPath": [ - "fontAwesome", - "brands", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": { - "tokenPath": [ - "fontAwesome", - "pro", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": { - "tokenPath": [ - "ibmPlex", - "mono", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": { - "tokenPath": [ - "ibmPlex", - "sans", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": { - "tokenPath": [ - "ubuntu", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "tokenPath": [ - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": { - "tokenPath": [ - "bold", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": "700", - }, - "boldItalic": { - "attributes": { - "tokenPath": [ - "boldItalic", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": { - "tokenPath": [ - "italic", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": { - "tokenPath": [ - "light", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": "300", - }, - "regular": { - "attributes": { - "tokenPath": [ - "regular", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": "400", - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": { - "tokenPath": [ - "auto", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": { - "tokenPath": [ - "100", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": "0.08", - }, - "1000": { - "attributes": { - "tokenPath": [ - "1000", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": "0.8", - }, - "1100": { - "attributes": { - "tokenPath": [ - "1100", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": "0.88", - }, - "1200": { - "attributes": { - "tokenPath": [ - "1200", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": "0.96", - }, - "1300": { - "attributes": { - "tokenPath": [ - "1300", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": "1", - }, - "200": { - "attributes": { - "tokenPath": [ - "200", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": "0.16", - }, - "300": { - "attributes": { - "tokenPath": [ - "300", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": "0.24", - }, - "400": { - "attributes": { - "tokenPath": [ - "400", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": "0.32", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": "0", - }, - "500": { - "attributes": { - "tokenPath": [ - "500", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": "0.4", - }, - "600": { - "attributes": { - "tokenPath": [ - "600", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": "0.48", - }, - "700": { - "attributes": { - "tokenPath": [ - "700", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": "0.56", - }, - "75": { - "attributes": { - "tokenPath": [ - "75", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": "0.04", - }, - "800": { - "attributes": { - "tokenPath": [ - "800", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": "0.64", - }, - "900": { - "attributes": { - "tokenPath": [ - "900", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": "0.72", - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "tokenPath": [ - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "tokenPath": [ - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "tokenPath": [ - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "tokenPath": [ - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "tokenPath": [ - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "tokenPath": [ - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "tokenPath": [ - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "tokenPath": [ - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "tokenPath": [ - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "tokenPath": [ - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "tokenPath": [ - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "tokenPath": [ - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "tokenPath": [ - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "tokenPath": [ - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "tokenPath": [ - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "tokenPath": [ - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "tokenPath": [ - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "tokenPath": [ - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "tokenPath": [ - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "tokenPath": [ - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "tokenPath": [ - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "tokenPath": [ - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "tokenPath": [ - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "tokenPath": [ - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "tokenPath": [ - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "tokenPath": [ - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "tokenPath": [ - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "tokenPath": [ - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "tokenPath": [ - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "tokenPath": [ - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "tokenPath": [ - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "tokenPath": [ - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "tokenPath": [ - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "tokenPath": [ - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "tokenPath": [ - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "tokenPath": [ - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "tokenPath": [ - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "tokenPath": [ - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "tokenPath": [ - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "tokenPath": [ - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "tokenPath": [ - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "tokenPath": [ - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "tokenPath": [ - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "tokenPath": [ - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "tokenPath": [ - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "tokenPath": [ - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "tokenPath": [ - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "tokenPath": [ - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "tokenPath": [ - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "tokenPath": [ - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "tokenPath": [ - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "tokenPath": [ - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "tokenPath": [ - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "motion": { - "duration": { - "deliberate": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-deliberate", - "original": { - "type": "Motion", - "value": "{core.motion.duration.600}", - }, - "path": [ - "motion", - "duration", - "deliberate", - ], - "type": "Motion", - "value": "960ms", - }, - "instant": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-instant", - "original": { - "type": "Motion", - "value": "{core.motion.duration.50}", - }, - "path": [ - "motion", - "duration", - "instant", - ], - "type": "Motion", - "value": "0ms", - }, - "moderate": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-moderate", - "original": { - "type": "Motion", - "value": "{core.motion.duration.400}", - }, - "path": [ - "motion", - "duration", - "moderate", - ], - "type": "Motion", - "value": "480ms", - }, - "relax": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-relax", - "original": { - "type": "Motion", - "value": "{core.motion.duration.500}", - }, - "path": [ - "motion", - "duration", - "relax", - ], - "type": "Motion", - "value": "720ms", - }, - "snappy": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-snappy", - "original": { - "type": "Motion", - "value": "{core.motion.duration.300}", - }, - "path": [ - "motion", - "duration", - "snappy", - ], - "type": "Motion", - "value": "240ms", - }, - }, - "easing": { - "in": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-in", - "original": { - "type": "Motion", - "value": "{core.motion.ease.200}", - }, - "path": [ - "motion", - "easing", - "in", - ], - "type": "Motion", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "inandout": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-inandout", - "original": { - "type": "Motion", - "value": "{core.motion.ease.400}", - }, - "path": [ - "motion", - "easing", - "inandout", - ], - "type": "Motion", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "linear": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-linear", - "original": { - "type": "Motion", - "value": "{core.motion.ease.100}", - }, - "path": [ - "motion", - "easing", - "linear", - ], - "type": "Motion", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "out": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-out", - "original": { - "type": "Motion", - "value": "{core.motion.ease.300}", - }, - "path": [ - "motion", - "easing", - "out", - ], - "type": "Motion", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - }, - }, - "opacity": { - "disabled": { - "attributes": { - "tokenPath": [ - "disabled", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "opacity-disabled", - "original": { - "type": "opacity", - "value": "{core.opacity.400}", - }, - "path": [ - "opacity", - "disabled", - ], - "type": "opacity", - "value": 0.32, - }, - "overlay": { - "attributes": { - "tokenPath": [ - "overlay", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "opacity-overlay", - "original": { - "type": "opacity", - "value": "{core.opacity.900}", - }, - "path": [ - "opacity", - "overlay", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": { - "tokenPath": [ - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": { - "tokenPath": [ - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": { - "tokenPath": [ - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": { - "tokenPath": [ - "pill", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "color": { - "background": { - "dialog": { - "attributes": { - "tokenPath": [ - "background", - "dialog", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-dialog", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "dialog", - ], - "type": "color", - "value": "#ffffff", - }, - "overflow": { - "1": { - "bottom": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "bottom", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.130}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "left": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "left", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.140}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "right": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "right", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.120}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "top": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "top", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.110}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - }, - "2": { - "bottom": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "bottom", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.230}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "left": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "left", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.240}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "right": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "right", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.220}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "top": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "top", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.210}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - }, - }, - "overlay": { - "attributes": { - "tokenPath": [ - "background", - "overlay", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overlay", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "background", - "overlay", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "primary": { - "base": { - "attributes": { - "tokenPath": [ - "background", - "primary", - "base", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-primary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "base", - ], - "type": "color", - "value": "#f6f7f8", - }, - "container": { - "attributes": { - "tokenPath": [ - "background", - "primary", - "container", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-primary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "container", - ], - "type": "color", - "value": "#ffffff", - }, - }, - "secondary": { - "base": { - "attributes": { - "tokenPath": [ - "background", - "secondary", - "base", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-secondary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "base", - ], - "type": "color", - "value": "#ffffff", - }, - "container": { - "attributes": { - "tokenPath": [ - "background", - "secondary", - "container", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-secondary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "container", - ], - "type": "color", - "value": "#f6f7f8", - }, - }, - }, - "status": { - "danger": { - "attributes": { - "tokenPath": [ - "status", - "danger", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-danger", - "original": { - "type": "color", - "value": "{core.color.solid.red.800}", - }, - "path": [ - "semantic", - "color", - "status", - "danger", - ], - "type": "color", - "value": "#db0800", - }, - "info": { - "attributes": { - "tokenPath": [ - "status", - "info", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-info", - "original": { - "type": "color", - "value": "{core.color.solid.blue.800}", - }, - "path": [ - "semantic", - "color", - "status", - "info", - ], - "type": "color", - "value": "#1789e1", - }, - "success": { - "attributes": { - "tokenPath": [ - "status", - "success", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-success", - "original": { - "type": "color", - "value": "{core.color.solid.green.800}", - }, - "path": [ - "semantic", - "color", - "status", - "success", - ], - "type": "color", - "value": "#00822a", - }, - "warning": { - "attributes": { - "tokenPath": [ - "status", - "warning", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-warning", - "original": { - "type": "color", - "value": "{core.color.solid.yellow.800}", - }, - "path": [ - "semantic", - "color", - "status", - "warning", - ], - "type": "color", - "value": "#e18d00", - }, - }, - "typography": { - "default": { - "attributes": { - "tokenPath": [ - "typography", - "default", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-default", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "typography", - "default", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "disabled": { - "attributes": { - "tokenPath": [ - "typography", - "disabled", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-disabled", - "original": { - "type": "color", - "value": "{core.color.opacity.black.300}", - }, - "path": [ - "semantic", - "color", - "typography", - "disabled", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "link": { - "attributes": { - "tokenPath": [ - "typography", - "link", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-link", - "original": { - "type": "color", - "value": "{core.color.solid.coral.700}", - }, - "path": [ - "semantic", - "color", - "typography", - "link", - ], - "type": "color", - "value": "#ff444f", - }, - "prominent": { - "attributes": { - "tokenPath": [ - "typography", - "prominent", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-prominent", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1400}", - }, - "path": [ - "semantic", - "color", - "typography", - "prominent", - ], - "type": "color", - "value": "#000000", - }, - "subtle": { - "attributes": { - "tokenPath": [ - "typography", - "subtle", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-subtle", - "original": { - "type": "color", - "value": "{core.color.opacity.black.400}", - }, - "path": [ - "semantic", - "color", - "typography", - "subtle", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": { - "tokenPath": [ - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": { - "tokenPath": [ - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": { - "tokenPath": [ - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": { - "tokenPath": [ - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": { - "tokenPath": [ - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": { - "tokenPath": [ - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": { - "tokenPath": [ - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": { - "tokenPath": [ - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": { - "tokenPath": [ - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": { - "tokenPath": [ - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": { - "tokenPath": [ - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": { - "tokenPath": [ - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": { - "tokenPath": [ - "gap", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": { - "tokenPath": [ - "gap", - "2xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": { - "tokenPath": [ - "gap", - "3xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": { - "tokenPath": [ - "gap", - "4xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "gap", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": { - "tokenPath": [ - "gap", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": { - "tokenPath": [ - "gap", - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "gap", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "gap", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "gap", - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": { - "tokenPath": [ - "general", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": { - "tokenPath": [ - "general", - "2xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": { - "tokenPath": [ - "general", - "3xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": { - "tokenPath": [ - "general", - "3xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": { - "tokenPath": [ - "general", - "4xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": { - "tokenPath": [ - "general", - "5xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "general", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": { - "tokenPath": [ - "general", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": { - "tokenPath": [ - "general", - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "general", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "general", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "general", - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate Tailwind Theme Config properly for esm 1`] = ` -{ - "borderWidth": { - "lg": { - "attributes": { - "tokenPath": [ - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-lg", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.300}", - }, - "path": [ - "borderWidth", - "lg", - ], - "type": "borderWidth", - "value": "8px", - }, - "md": { - "attributes": { - "tokenPath": [ - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-md", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.200}", - }, - "path": [ - "borderWidth", - "md", - ], - "type": "borderWidth", - "value": "4px", - }, - "none": { - "attributes": { - "tokenPath": [ - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-none", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.50}", - }, - "path": [ - "borderWidth", - "none", - ], - "type": "borderWidth", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-sm", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.100}", - }, - "path": [ - "borderWidth", - "sm", - ], - "type": "borderWidth", - "value": "2px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "border-width-xs", - "original": { - "type": "borderWidth", - "value": "{core.borderWidth.75}", - }, - "path": [ - "borderWidth", - "xs", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "tokenPath": [ - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "tokenPath": [ - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "tokenPath": [ - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "tokenPath": [ - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "tokenPath": [ - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "tokenPath": [ - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "tokenPath": [ - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "tokenPath": [ - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "tokenPath": [ - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "tokenPath": [ - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "tokenPath": [ - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "tokenPath": [ - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "tokenPath": [ - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "tokenPath": [ - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "tokenPath": [ - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "tokenPath": [ - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "tokenPath": [ - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "tokenPath": [ - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "tokenPath": [ - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "tokenPath": [ - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "tokenPath": [ - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "tokenPath": [ - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "tokenPath": [ - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "tokenPath": [ - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "tokenPath": [ - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "tokenPath": [ - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "tokenPath": [ - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "tokenPath": [ - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "tokenPath": [ - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "tokenPath": [ - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "tokenPath": [ - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "tokenPath": [ - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "tokenPath": [ - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "tokenPath": [ - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "tokenPath": [ - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "tokenPath": [ - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "tokenPath": [ - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "tokenPath": [ - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "tokenPath": [ - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": "0", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "110", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "120", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "130", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "140", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "210", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "220", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "230", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "240", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "310", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "320", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "330", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "340", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "410", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "420", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "430", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": { - "tokenPath": [ - "gradient", - "slate", - "440", - ], - }, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "tokenPath": [ - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "tokenPath": [ - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "tokenPath": [ - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "tokenPath": [ - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "tokenPath": [ - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "tokenPath": [ - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "tokenPath": [ - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "tokenPath": [ - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "tokenPath": [ - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "tokenPath": [ - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "tokenPath": [ - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "tokenPath": [ - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "tokenPath": [ - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "tokenPath": [ - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "tokenPath": [ - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "tokenPath": [ - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "tokenPath": [ - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "tokenPath": [ - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "tokenPath": [ - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "tokenPath": [ - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "tokenPath": [ - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "tokenPath": [ - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "tokenPath": [ - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "tokenPath": [ - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "tokenPath": [ - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "tokenPath": [ - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "tokenPath": [ - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "tokenPath": [ - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "tokenPath": [ - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "tokenPath": [ - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "tokenPath": [ - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "tokenPath": [ - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "tokenPath": [ - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": { - "tokenPath": [ - "opacity", - "coral", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "tokenPath": [ - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "tokenPath": [ - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "tokenPath": [ - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "tokenPath": [ - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "tokenPath": [ - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "tokenPath": [ - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "tokenPath": [ - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "tokenPath": [ - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "tokenPath": [ - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "tokenPath": [ - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "tokenPath": [ - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "tokenPath": [ - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "tokenPath": [ - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "tokenPath": [ - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "tokenPath": [ - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "tokenPath": [ - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "tokenPath": [ - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "tokenPath": [ - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "tokenPath": [ - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "tokenPath": [ - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "tokenPath": [ - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "tokenPath": [ - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "tokenPath": [ - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "tokenPath": [ - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "tokenPath": [ - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "tokenPath": [ - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "tokenPath": [ - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "tokenPath": [ - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "tokenPath": [ - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "tokenPath": [ - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "tokenPath": [ - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "tokenPath": [ - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "tokenPath": [ - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "tokenPath": [ - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "tokenPath": [ - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "tokenPath": [ - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "tokenPath": [ - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "tokenPath": [ - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "tokenPath": [ - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "tokenPath": [ - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "tokenPath": [ - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "tokenPath": [ - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "tokenPath": [ - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "tokenPath": [ - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "tokenPath": [ - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "tokenPath": [ - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "tokenPath": [ - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "tokenPath": [ - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "tokenPath": [ - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "tokenPath": [ - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "tokenPath": [ - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "tokenPath": [ - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "tokenPath": [ - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "tokenPath": [ - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "tokenPath": [ - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "tokenPath": [ - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": { - "tokenPath": [ - "opacity", - "overflow", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "tokenPath": [ - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "tokenPath": [ - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "tokenPath": [ - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "tokenPath": [ - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "tokenPath": [ - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "tokenPath": [ - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "tokenPath": [ - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "tokenPath": [ - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "tokenPath": [ - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "tokenPath": [ - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "tokenPath": [ - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "tokenPath": [ - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "tokenPath": [ - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "tokenPath": [ - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "tokenPath": [ - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "tokenPath": [ - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "tokenPath": [ - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "tokenPath": [ - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "tokenPath": [ - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "tokenPath": [ - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "tokenPath": [ - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "tokenPath": [ - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "tokenPath": [ - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "tokenPath": [ - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "tokenPath": [ - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "tokenPath": [ - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "tokenPath": [ - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "tokenPath": [ - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "tokenPath": [ - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "tokenPath": [ - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "tokenPath": [ - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "tokenPath": [ - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "tokenPath": [ - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "tokenPath": [ - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "tokenPath": [ - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "tokenPath": [ - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "tokenPath": [ - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "tokenPath": [ - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "tokenPath": [ - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "tokenPath": [ - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "tokenPath": [ - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "tokenPath": [ - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "tokenPath": [ - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "tokenPath": [ - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "tokenPath": [ - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "tokenPath": [ - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "tokenPath": [ - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "tokenPath": [ - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "tokenPath": [ - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "tokenPath": [ - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "tokenPath": [ - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "tokenPath": [ - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": { - "tokenPath": [ - "opacity", - "white", - "75", - ], - }, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "tokenPath": [ - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "tokenPath": [ - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "tokenPath": [ - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "tokenPath": [ - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "tokenPath": [ - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "tokenPath": [ - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "tokenPath": [ - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "tokenPath": [ - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "tokenPath": [ - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "blue", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "blueberry", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "cherry", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "coral", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "emerald", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "grape", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "green", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "magenta", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "mustard", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "olive", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "orange", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "tokenPath": [ - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "red", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "sapphire", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "seawater", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "1400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "50", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "75", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "slate", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "teal", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "tiffany", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1000", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1100", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "1300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "200", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "300", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "400", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "500", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "600", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "700", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "800", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": { - "tokenPath": [ - "solid", - "yellow", - "900", - ], - }, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": { - "tokenPath": [ - "110", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": { - "tokenPath": [ - "120", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": { - "tokenPath": [ - "130", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": { - "tokenPath": [ - "140", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": { - "tokenPath": [ - "210", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": { - "tokenPath": [ - "220", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": { - "tokenPath": [ - "230", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": { - "tokenPath": [ - "240", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": { - "tokenPath": [ - "310", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": { - "tokenPath": [ - "320", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": { - "tokenPath": [ - "330", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": { - "tokenPath": [ - "340", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": { - "tokenPath": [ - "410", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": { - "tokenPath": [ - "420", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": { - "tokenPath": [ - "430", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": { - "tokenPath": [ - "440", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": { - "tokenPath": [ - "510", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": { - "tokenPath": [ - "520", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": { - "tokenPath": [ - "530", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": { - "tokenPath": [ - "540", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": { - "tokenPath": [ - "610", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": { - "tokenPath": [ - "620", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": { - "tokenPath": [ - "630", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": { - "tokenPath": [ - "710", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": { - "tokenPath": [ - "720", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": { - "tokenPath": [ - "730", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": { - "tokenPath": [ - "740", - ], - }, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": { - "tokenPath": [ - "fontAwesome", - "brands", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": { - "tokenPath": [ - "fontAwesome", - "pro", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": { - "tokenPath": [ - "ibmPlex", - "mono", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": { - "tokenPath": [ - "ibmPlex", - "sans", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": { - "tokenPath": [ - "ubuntu", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "tokenPath": [ - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": { - "tokenPath": [ - "bold", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": "700", - }, - "boldItalic": { - "attributes": { - "tokenPath": [ - "boldItalic", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": { - "tokenPath": [ - "italic", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": { - "tokenPath": [ - "light", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": "300", - }, - "regular": { - "attributes": { - "tokenPath": [ - "regular", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": "400", - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": { - "tokenPath": [ - "auto", - ], - }, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": { - "tokenPath": [ - "100", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": "0.08", - }, - "1000": { - "attributes": { - "tokenPath": [ - "1000", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": "0.8", - }, - "1100": { - "attributes": { - "tokenPath": [ - "1100", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": "0.88", - }, - "1200": { - "attributes": { - "tokenPath": [ - "1200", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": "0.96", - }, - "1300": { - "attributes": { - "tokenPath": [ - "1300", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": "1", - }, - "200": { - "attributes": { - "tokenPath": [ - "200", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": "0.16", - }, - "300": { - "attributes": { - "tokenPath": [ - "300", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": "0.24", - }, - "400": { - "attributes": { - "tokenPath": [ - "400", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": "0.32", - }, - "50": { - "attributes": { - "tokenPath": [ - "50", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": "0", - }, - "500": { - "attributes": { - "tokenPath": [ - "500", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": "0.4", - }, - "600": { - "attributes": { - "tokenPath": [ - "600", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": "0.48", - }, - "700": { - "attributes": { - "tokenPath": [ - "700", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": "0.56", - }, - "75": { - "attributes": { - "tokenPath": [ - "75", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": "0.04", - }, - "800": { - "attributes": { - "tokenPath": [ - "800", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": "0.64", - }, - "900": { - "attributes": { - "tokenPath": [ - "900", - ], - }, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": "0.72", - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "tokenPath": [ - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "tokenPath": [ - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "tokenPath": [ - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "tokenPath": [ - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "tokenPath": [ - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "tokenPath": [ - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "tokenPath": [ - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "tokenPath": [ - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "tokenPath": [ - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "tokenPath": [ - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "tokenPath": [ - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "tokenPath": [ - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "tokenPath": [ - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "tokenPath": [ - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "tokenPath": [ - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "tokenPath": [ - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "tokenPath": [ - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "tokenPath": [ - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "tokenPath": [ - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "tokenPath": [ - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "tokenPath": [ - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "tokenPath": [ - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "tokenPath": [ - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "tokenPath": [ - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "tokenPath": [ - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "tokenPath": [ - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "tokenPath": [ - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "tokenPath": [ - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "tokenPath": [ - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "tokenPath": [ - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "tokenPath": [ - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "tokenPath": [ - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "tokenPath": [ - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "tokenPath": [ - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "tokenPath": [ - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "tokenPath": [ - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "tokenPath": [ - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "tokenPath": [ - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "tokenPath": [ - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "tokenPath": [ - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "tokenPath": [ - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "tokenPath": [ - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "tokenPath": [ - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "tokenPath": [ - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "tokenPath": [ - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "tokenPath": [ - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "tokenPath": [ - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "tokenPath": [ - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "tokenPath": [ - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "tokenPath": [ - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "tokenPath": [ - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "tokenPath": [ - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "tokenPath": [ - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "tokenPath": [ - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "tokenPath": [ - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "tokenPath": [ - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "tokenPath": [ - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "tokenPath": [ - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "tokenPath": [ - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "tokenPath": [ - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "tokenPath": [ - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "tokenPath": [ - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "tokenPath": [ - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "tokenPath": [ - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "tokenPath": [ - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "motion": { - "duration": { - "deliberate": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-deliberate", - "original": { - "type": "Motion", - "value": "{core.motion.duration.600}", - }, - "path": [ - "motion", - "duration", - "deliberate", - ], - "type": "Motion", - "value": "960ms", - }, - "instant": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-instant", - "original": { - "type": "Motion", - "value": "{core.motion.duration.50}", - }, - "path": [ - "motion", - "duration", - "instant", - ], - "type": "Motion", - "value": "0ms", - }, - "moderate": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-moderate", - "original": { - "type": "Motion", - "value": "{core.motion.duration.400}", - }, - "path": [ - "motion", - "duration", - "moderate", - ], - "type": "Motion", - "value": "480ms", - }, - "relax": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-relax", - "original": { - "type": "Motion", - "value": "{core.motion.duration.500}", - }, - "path": [ - "motion", - "duration", - "relax", - ], - "type": "Motion", - "value": "720ms", - }, - "snappy": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-duration-snappy", - "original": { - "type": "Motion", - "value": "{core.motion.duration.300}", - }, - "path": [ - "motion", - "duration", - "snappy", - ], - "type": "Motion", - "value": "240ms", - }, - }, - "easing": { - "in": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-in", - "original": { - "type": "Motion", - "value": "{core.motion.ease.200}", - }, - "path": [ - "motion", - "easing", - "in", - ], - "type": "Motion", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "inandout": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-inandout", - "original": { - "type": "Motion", - "value": "{core.motion.ease.400}", - }, - "path": [ - "motion", - "easing", - "inandout", - ], - "type": "Motion", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "linear": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-linear", - "original": { - "type": "Motion", - "value": "{core.motion.ease.100}", - }, - "path": [ - "motion", - "easing", - "linear", - ], - "type": "Motion", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "out": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "motion-easing-out", - "original": { - "type": "Motion", - "value": "{core.motion.ease.300}", - }, - "path": [ - "motion", - "easing", - "out", - ], - "type": "Motion", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - }, - }, - "opacity": { - "disabled": { - "attributes": { - "tokenPath": [ - "disabled", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "opacity-disabled", - "original": { - "type": "opacity", - "value": "{core.opacity.400}", - }, - "path": [ - "opacity", - "disabled", - ], - "type": "opacity", - "value": 0.32, - }, - "overlay": { - "attributes": { - "tokenPath": [ - "overlay", - ], - }, - "filePath": "raw-tokens/data/semantic/global.json", - "isSource": false, - "name": "opacity-overlay", - "original": { - "type": "opacity", - "value": "{core.opacity.900}", - }, - "path": [ - "opacity", - "overlay", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": { - "tokenPath": [ - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": { - "tokenPath": [ - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": { - "tokenPath": [ - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": { - "tokenPath": [ - "pill", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "color": { - "background": { - "dialog": { - "attributes": { - "tokenPath": [ - "background", - "dialog", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-dialog", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "dialog", - ], - "type": "color", - "value": "#ffffff", - }, - "overflow": { - "1": { - "bottom": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "bottom", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.130}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "left": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "left", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.140}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "right": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "right", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.120}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "top": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "1", - "top", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-1-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.110}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "1", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - }, - "2": { - "bottom": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "bottom", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-bottom", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.230}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "bottom", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "left": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "left", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-left", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.240}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "left", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "right": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "right", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-right", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.220}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "right", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "top": { - "attributes": { - "tokenPath": [ - "background", - "overflow", - "2", - "top", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overflow-2-top", - "original": { - "type": "color", - "value": "{core.color.gradient.slate.210}", - }, - "path": [ - "semantic", - "color", - "background", - "overflow", - "2", - "top", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - }, - }, - "overlay": { - "attributes": { - "tokenPath": [ - "background", - "overlay", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-overlay", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "background", - "overlay", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "primary": { - "base": { - "attributes": { - "tokenPath": [ - "background", - "primary", - "base", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-primary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "base", - ], - "type": "color", - "value": "#f6f7f8", - }, - "container": { - "attributes": { - "tokenPath": [ - "background", - "primary", - "container", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-primary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "primary", - "container", - ], - "type": "color", - "value": "#ffffff", - }, - }, - "secondary": { - "base": { - "attributes": { - "tokenPath": [ - "background", - "secondary", - "base", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-secondary-base", - "original": { - "type": "color", - "value": "{core.color.solid.slate.50}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "base", - ], - "type": "color", - "value": "#ffffff", - }, - "container": { - "attributes": { - "tokenPath": [ - "background", - "secondary", - "container", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-background-secondary-container", - "original": { - "type": "color", - "value": "{core.color.solid.slate.75}", - }, - "path": [ - "semantic", - "color", - "background", - "secondary", - "container", - ], - "type": "color", - "value": "#f6f7f8", - }, - }, - }, - "status": { - "danger": { - "attributes": { - "tokenPath": [ - "status", - "danger", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-danger", - "original": { - "type": "color", - "value": "{core.color.solid.red.800}", - }, - "path": [ - "semantic", - "color", - "status", - "danger", - ], - "type": "color", - "value": "#db0800", - }, - "info": { - "attributes": { - "tokenPath": [ - "status", - "info", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-info", - "original": { - "type": "color", - "value": "{core.color.solid.blue.800}", - }, - "path": [ - "semantic", - "color", - "status", - "info", - ], - "type": "color", - "value": "#1789e1", - }, - "success": { - "attributes": { - "tokenPath": [ - "status", - "success", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-success", - "original": { - "type": "color", - "value": "{core.color.solid.green.800}", - }, - "path": [ - "semantic", - "color", - "status", - "success", - ], - "type": "color", - "value": "#00822a", - }, - "warning": { - "attributes": { - "tokenPath": [ - "status", - "warning", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-status-warning", - "original": { - "type": "color", - "value": "{core.color.solid.yellow.800}", - }, - "path": [ - "semantic", - "color", - "status", - "warning", - ], - "type": "color", - "value": "#e18d00", - }, - }, - "typography": { - "default": { - "attributes": { - "tokenPath": [ - "typography", - "default", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-default", - "original": { - "type": "color", - "value": "{core.color.opacity.black.600}", - }, - "path": [ - "semantic", - "color", - "typography", - "default", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "disabled": { - "attributes": { - "tokenPath": [ - "typography", - "disabled", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-disabled", - "original": { - "type": "color", - "value": "{core.color.opacity.black.300}", - }, - "path": [ - "semantic", - "color", - "typography", - "disabled", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "link": { - "attributes": { - "tokenPath": [ - "typography", - "link", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-link", - "original": { - "type": "color", - "value": "{core.color.solid.coral.700}", - }, - "path": [ - "semantic", - "color", - "typography", - "link", - ], - "type": "color", - "value": "#ff444f", - }, - "prominent": { - "attributes": { - "tokenPath": [ - "typography", - "prominent", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-prominent", - "original": { - "type": "color", - "value": "{core.color.solid.slate.1400}", - }, - "path": [ - "semantic", - "color", - "typography", - "prominent", - ], - "type": "color", - "value": "#000000", - }, - "subtle": { - "attributes": { - "tokenPath": [ - "typography", - "subtle", - ], - }, - "filePath": "raw-tokens/data/semantic/theme/light.json", - "isSource": false, - "name": "semantic-color-typography-subtle", - "original": { - "type": "color", - "value": "{core.color.opacity.black.400}", - }, - "path": [ - "semantic", - "color", - "typography", - "subtle", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "34px", - }, - "h2": { - "attributes": { - "tokenPath": [ - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.1000}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "28px", - }, - "h3": { - "attributes": { - "tokenPath": [ - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "20px", - }, - "h4": { - "attributes": { - "tokenPath": [ - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "18px", - }, - "h5": { - "attributes": { - "tokenPath": [ - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": { - "tokenPath": [ - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": { - "tokenPath": [ - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "64px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.200}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "20px", - }, - }, - "standalone": { - "2xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": { - "tokenPath": [ - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": { - "tokenPath": [ - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": { - "tokenPath": [ - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": { - "tokenPath": [ - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": { - "tokenPath": [ - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": { - "tokenPath": [ - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.400}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "28px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "labelPaired", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "30px", - }, - }, - "standalone": { - "2xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "icon", - "standalone", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "body", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "caption": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "caption", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "md": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "code", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - }, - "heading": { - "h1": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h1", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "h2": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h2", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.1000}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "h3": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h3", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h4": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h4", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.200}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "h5": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h5", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "h6", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": { - "tokenPath": [ - "paragraphSpacing", - "heading", - "hero", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": { - "tokenPath": [ - "gap", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "24px", - }, - "2xs": { - "attributes": { - "tokenPath": [ - "gap", - "2xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": { - "tokenPath": [ - "gap", - "3xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "4xl": { - "attributes": { - "tokenPath": [ - "gap", - "4xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "32px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "gap", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": { - "tokenPath": [ - "gap", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": { - "tokenPath": [ - "gap", - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "gap", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "gap", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "gap", - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": { - "tokenPath": [ - "general", - "2xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": { - "tokenPath": [ - "general", - "2xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": { - "tokenPath": [ - "general", - "3xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "32px", - }, - "3xs": { - "attributes": { - "tokenPath": [ - "general", - "3xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": { - "tokenPath": [ - "general", - "4xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "48px", - }, - "5xl": { - "attributes": { - "tokenPath": [ - "general", - "5xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "48px", - }, - "lg": { - "attributes": { - "tokenPath": [ - "general", - "lg", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": { - "tokenPath": [ - "general", - "md", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": { - "tokenPath": [ - "general", - "none", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": { - "tokenPath": [ - "general", - "sm", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": { - "tokenPath": [ - "general", - "xl", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": { - "tokenPath": [ - "general", - "xs", - ], - }, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 18px/28px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 18px/28px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 18px/28px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 34px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.1000}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 28px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.200}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 18px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 18px/28px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.200}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.400}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 18px/28px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/default.json", - "isSource": false, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; - -exports[`Tailwind Exports Should generate XL Semantic CSS variables properly 1`] = ` -{ - "core": { - "borderRadius": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-100", - "original": { - "description": "0.125rem", - "type": "borderRadius", - "value": "2px", - }, - "path": [ - "core", - "borderRadius", - "100", - ], - "type": "borderRadius", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1000", - "original": { - "description": "1.25rem", - "type": "borderRadius", - "value": "20px", - }, - "path": [ - "core", - "borderRadius", - "1000", - ], - "type": "borderRadius", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1100", - "original": { - "description": "1.375rem", - "type": "borderRadius", - "value": "22px", - }, - "path": [ - "core", - "borderRadius", - "1100", - ], - "type": "borderRadius", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1200", - "original": { - "description": "1.5rem", - "type": "borderRadius", - "value": "24px", - }, - "path": [ - "core", - "borderRadius", - "1200", - ], - "type": "borderRadius", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1300", - "original": { - "description": "1.625rem", - "type": "borderRadius", - "value": "26px", - }, - "path": [ - "core", - "borderRadius", - "1300", - ], - "type": "borderRadius", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1400", - "original": { - "description": "1.75rem", - "type": "borderRadius", - "value": "28px", - }, - "path": [ - "core", - "borderRadius", - "1400", - ], - "type": "borderRadius", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1500", - "original": { - "description": "1.875rem", - "type": "borderRadius", - "value": "30px", - }, - "path": [ - "core", - "borderRadius", - "1500", - ], - "type": "borderRadius", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1600", - "original": { - "description": "2rem", - "type": "borderRadius", - "value": "32px", - }, - "path": [ - "core", - "borderRadius", - "1600", - ], - "type": "borderRadius", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1700", - "original": { - "description": "2.125rem", - "type": "borderRadius", - "value": "34px", - }, - "path": [ - "core", - "borderRadius", - "1700", - ], - "type": "borderRadius", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1800", - "original": { - "description": "2.25rem", - "type": "borderRadius", - "value": "36px", - }, - "path": [ - "core", - "borderRadius", - "1800", - ], - "type": "borderRadius", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-1900", - "original": { - "description": "2.375rem", - "type": "borderRadius", - "value": "38px", - }, - "path": [ - "core", - "borderRadius", - "1900", - ], - "type": "borderRadius", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-200", - "original": { - "description": "0.25rem", - "type": "borderRadius", - "value": "4px", - }, - "path": [ - "core", - "borderRadius", - "200", - ], - "type": "borderRadius", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2000", - "original": { - "description": "2.5rem", - "type": "borderRadius", - "value": "40px", - }, - "path": [ - "core", - "borderRadius", - "2000", - ], - "type": "borderRadius", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2100", - "original": { - "description": "2.625rem", - "type": "borderRadius", - "value": "42px", - }, - "path": [ - "core", - "borderRadius", - "2100", - ], - "type": "borderRadius", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2200", - "original": { - "description": "2.75rem", - "type": "borderRadius", - "value": "44px", - }, - "path": [ - "core", - "borderRadius", - "2200", - ], - "type": "borderRadius", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2300", - "original": { - "description": "2.875rem", - "type": "borderRadius", - "value": "46px", - }, - "path": [ - "core", - "borderRadius", - "2300", - ], - "type": "borderRadius", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2400", - "original": { - "description": "3rem", - "type": "borderRadius", - "value": "48px", - }, - "path": [ - "core", - "borderRadius", - "2400", - ], - "type": "borderRadius", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2500", - "original": { - "description": "3.125rem", - "type": "borderRadius", - "value": "50px", - }, - "path": [ - "core", - "borderRadius", - "2500", - ], - "type": "borderRadius", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2600", - "original": { - "description": "3.25rem", - "type": "borderRadius", - "value": "52px", - }, - "path": [ - "core", - "borderRadius", - "2600", - ], - "type": "borderRadius", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2700", - "original": { - "description": "3.375rem", - "type": "borderRadius", - "value": "54px", - }, - "path": [ - "core", - "borderRadius", - "2700", - ], - "type": "borderRadius", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2800", - "original": { - "description": "3.5rem", - "type": "borderRadius", - "value": "56px", - }, - "path": [ - "core", - "borderRadius", - "2800", - ], - "type": "borderRadius", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-2900", - "original": { - "description": "3.625rem", - "type": "borderRadius", - "value": "58px", - }, - "path": [ - "core", - "borderRadius", - "2900", - ], - "type": "borderRadius", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-300", - "original": { - "description": "0.375rem", - "type": "borderRadius", - "value": "6px", - }, - "path": [ - "core", - "borderRadius", - "300", - ], - "type": "borderRadius", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3000", - "original": { - "description": "3.75rem", - "type": "borderRadius", - "value": "60px", - }, - "path": [ - "core", - "borderRadius", - "3000", - ], - "type": "borderRadius", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3100", - "original": { - "description": "3.875rem", - "type": "borderRadius", - "value": "62px", - }, - "path": [ - "core", - "borderRadius", - "3100", - ], - "type": "borderRadius", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3200", - "original": { - "description": "4rem", - "type": "borderRadius", - "value": "64px", - }, - "path": [ - "core", - "borderRadius", - "3200", - ], - "type": "borderRadius", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3300", - "original": { - "description": "4.125rem", - "type": "borderRadius", - "value": "66px", - }, - "path": [ - "core", - "borderRadius", - "3300", - ], - "type": "borderRadius", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3400", - "original": { - "description": "4.25rem", - "type": "borderRadius", - "value": "68px", - }, - "path": [ - "core", - "borderRadius", - "3400", - ], - "type": "borderRadius", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3500", - "original": { - "description": "4.375rem", - "type": "borderRadius", - "value": "70px", - }, - "path": [ - "core", - "borderRadius", - "3500", - ], - "type": "borderRadius", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3600", - "original": { - "description": "4.5rem", - "type": "borderRadius", - "value": "72px", - }, - "path": [ - "core", - "borderRadius", - "3600", - ], - "type": "borderRadius", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3700", - "original": { - "description": "4.625rem", - "type": "borderRadius", - "value": "74px", - }, - "path": [ - "core", - "borderRadius", - "3700", - ], - "type": "borderRadius", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3800", - "original": { - "description": "4.75rem", - "type": "borderRadius", - "value": "76px", - }, - "path": [ - "core", - "borderRadius", - "3800", - ], - "type": "borderRadius", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-3900", - "original": { - "description": "4.875rem", - "type": "borderRadius", - "value": "78px", - }, - "path": [ - "core", - "borderRadius", - "3900", - ], - "type": "borderRadius", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-400", - "original": { - "description": "0.5rem", - "type": "borderRadius", - "value": "8px", - }, - "path": [ - "core", - "borderRadius", - "400", - ], - "type": "borderRadius", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4000", - "original": { - "description": "5rem", - "type": "borderRadius", - "value": "80px", - }, - "path": [ - "core", - "borderRadius", - "4000", - ], - "type": "borderRadius", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4100", - "original": { - "description": "5.125rem", - "type": "borderRadius", - "value": "82px", - }, - "path": [ - "core", - "borderRadius", - "4100", - ], - "type": "borderRadius", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4200", - "original": { - "description": "5.25rem", - "type": "borderRadius", - "value": "84px", - }, - "path": [ - "core", - "borderRadius", - "4200", - ], - "type": "borderRadius", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4300", - "original": { - "description": "5.375rem", - "type": "borderRadius", - "value": "86px", - }, - "path": [ - "core", - "borderRadius", - "4300", - ], - "type": "borderRadius", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4400", - "original": { - "description": "5.5rem", - "type": "borderRadius", - "value": "88px", - }, - "path": [ - "core", - "borderRadius", - "4400", - ], - "type": "borderRadius", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4500", - "original": { - "description": "5.625rem", - "type": "borderRadius", - "value": "90px", - }, - "path": [ - "core", - "borderRadius", - "4500", - ], - "type": "borderRadius", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4600", - "original": { - "description": "5.75rem", - "type": "borderRadius", - "value": "92px", - }, - "path": [ - "core", - "borderRadius", - "4600", - ], - "type": "borderRadius", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4700", - "original": { - "description": "5.875rem", - "type": "borderRadius", - "value": "94px", - }, - "path": [ - "core", - "borderRadius", - "4700", - ], - "type": "borderRadius", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4800", - "original": { - "description": "6rem", - "type": "borderRadius", - "value": "96px", - }, - "path": [ - "core", - "borderRadius", - "4800", - ], - "type": "borderRadius", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-4900", - "original": { - "description": "6.125rem", - "type": "borderRadius", - "value": "98px", - }, - "path": [ - "core", - "borderRadius", - "4900", - ], - "type": "borderRadius", - "value": "98px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-50", - "original": { - "type": "borderRadius", - "value": "0px", - }, - "path": [ - "core", - "borderRadius", - "50", - ], - "type": "borderRadius", - "value": "0px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-500", - "original": { - "description": "0.625rem", - "type": "borderRadius", - "value": "10px", - }, - "path": [ - "core", - "borderRadius", - "500", - ], - "type": "borderRadius", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-5000", - "original": { - "description": "6.25rem", - "type": "borderRadius", - "value": "100px", - }, - "path": [ - "core", - "borderRadius", - "5000", - ], - "type": "borderRadius", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-600", - "original": { - "description": "0.75rem", - "type": "borderRadius", - "value": "12px", - }, - "path": [ - "core", - "borderRadius", - "600", - ], - "type": "borderRadius", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-700", - "original": { - "description": "0.875rem", - "type": "borderRadius", - "value": "14px", - }, - "path": [ - "core", - "borderRadius", - "700", - ], - "type": "borderRadius", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-800", - "original": { - "description": "1rem", - "type": "borderRadius", - "value": "16px", - }, - "path": [ - "core", - "borderRadius", - "800", - ], - "type": "borderRadius", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-radius-900", - "original": { - "description": "1.125rem", - "type": "borderRadius", - "value": "18px", - }, - "path": [ - "core", - "borderRadius", - "900", - ], - "type": "borderRadius", - "value": "18px", - }, - }, - "borderWidth": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2", - }, - "comment": "0.125", - "description": "0.125", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-100", - "original": { - "description": "0.125", - "type": "borderWidth", - "value": "2", - }, - "path": [ - "core", - "borderWidth", - "100", - ], - "type": "borderWidth", - "value": "2px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-200", - "original": { - "description": "0.25rem", - "type": "borderWidth", - "value": "4", - }, - "path": [ - "core", - "borderWidth", - "200", - ], - "type": "borderWidth", - "value": "4px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-300", - "original": { - "description": "0.5rem", - "type": "borderWidth", - "value": "8", - }, - "path": [ - "core", - "borderWidth", - "300", - ], - "type": "borderWidth", - "value": "8px", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-50", - "original": { - "type": "borderWidth", - "value": "0", - }, - "path": [ - "core", - "borderWidth", - "50", - ], - "type": "borderWidth", - "value": 0, - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/border.json", - "isSource": true, - "name": "core-border-width-75", - "original": { - "description": "0.0625rem", - "type": "borderWidth", - "value": "1", - }, - "path": [ - "core", - "borderWidth", - "75", - ], - "type": "borderWidth", - "value": "1px", - }, - }, - "color": { - "gradient": { - "slate": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-110", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.100} 1.56%, {core.color.solid.slate.50} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "110", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(255, 255, 255, 0) 1.56%, #ffffff 49.91%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-120", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "120", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.02%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-130", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "130", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 50.01%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-140", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.100} 1.63%, {core.color.solid.slate.50} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "140", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(255, 255, 255, 0) 1.63%, #ffffff 49.98%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-210", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.200} 1.56%, {core.color.solid.slate.75} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "210", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(246, 247, 248, 0) 1.56%, #f6f7f8 49.91%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-220", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "220", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.02%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-230", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "230", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 50.01%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-240", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.200} 1.63%, {core.color.solid.slate.75} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "240", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(246, 247, 248, 0) 1.63%, #f6f7f8 49.98%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-310", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.400} 1.56%, {core.color.solid.slate.1300} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "310", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(17, 20, 27, 0) 1.56%, #11141b 49.91%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-320", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "320", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.02%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-330", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "330", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 50.01%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-340", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.400} 1.63%, {core.color.solid.slate.1300} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "340", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(17, 20, 27, 0) 1.63%, #11141b 49.98%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-410", - "original": { - "type": "color", - "value": "linear-gradient(1.93deg, {core.color.opacity.overflow.300} 1.56%, {core.color.solid.slate.1200} 49.91%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "410", - ], - "type": "color", - "value": "linear-gradient(1.93deg, rgba(24, 28, 37, 0) 1.56%, #181c25 49.91%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-420", - "original": { - "type": "color", - "value": "linear-gradient(88.07deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.02%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "420", - ], - "type": "color", - "value": "linear-gradient(88.07deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.02%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-430", - "original": { - "type": "color", - "value": "linear-gradient(181.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 50.01%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "430", - ], - "type": "color", - "value": "linear-gradient(181.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 50.01%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/gradients.json", - "isSource": true, - "name": "core-color-gradient-slate-440", - "original": { - "type": "color", - "value": "linear-gradient(271.93deg, {core.color.opacity.overflow.300} 1.63%, {core.color.solid.slate.1200} 49.98%)", - }, - "path": [ - "core", - "color", - "gradient", - "slate", - "440", - ], - "type": "color", - "value": "linear-gradient(271.93deg, rgba(24, 28, 37, 0) 1.63%, #181c25 49.98%)", - }, - }, - }, - "opacity": { - "black": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(#000000,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "100", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(#000000,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "200", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(#000000,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "300", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(#000000,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "400", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(#000000,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "500", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(#000000,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "600", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(#000000,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "700", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.8)", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(#000000,0.04)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-75", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "75", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(#000000,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-black-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.1400},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "black", - "800", - ], - "type": "color", - "value": "rgba(0, 0, 0, 0.88)", - }, - }, - "blue": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(#2c9aff,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "100", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(#2c9aff,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "200", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(#2c9aff,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "300", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(#2c9aff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "400", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(#2c9aff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "500", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(#2c9aff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "600", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(#2c9aff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "700", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(#2c9aff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blue-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blue.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blue", - "800", - ], - "type": "color", - "value": "rgba(44, 154, 255, 0.88)", - }, - }, - "blueberry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(#4902e0,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "100", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(#4902e0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "200", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(#4902e0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "300", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(#4902e0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "400", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(#4902e0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "500", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(#4902e0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "600", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(#4902e0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "700", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(#4902e0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-blueberry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.blueberry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "blueberry", - "800", - ], - "type": "color", - "value": "rgba(73, 2, 224, 0.88)", - }, - }, - "cherry": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(#de0040,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "100", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(#de0040,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "200", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(#de0040,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "300", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(#de0040,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "400", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(#de0040,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "500", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(#de0040,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "600", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(#de0040,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "700", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(#de0040,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-cherry-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.cherry.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "cherry", - "800", - ], - "type": "color", - "value": "rgba(222, 0, 64, 0.88)", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "100", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "200", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "300", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.24)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-400", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "400", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.48)", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-500", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "500", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.56)", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-600", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "600", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.72)", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-700", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "700", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.8)", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-coral-800", - "original": { - "type": "color", - "value": "rgba({core.color.solid.coral.700}, {core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "coral", - "800", - ], - "type": "color", - "value": "rgba(255, 68, 79, 0.88)", - }, - }, - "emerald": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(#00c390,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "100", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(#00c390,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "200", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(#00c390,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "300", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(#00c390,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "400", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(#00c390,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "500", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(#00c390,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "600", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(#00c390,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "700", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(#00c390,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-emerald-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.emerald.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "emerald", - "800", - ], - "type": "color", - "value": "rgba(0, 195, 144, 0.88)", - }, - }, - "grape": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "100", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "200", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "300", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "400", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "500", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "600", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "700", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(#7f0dcf,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-grape-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.grape.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "grape", - "800", - ], - "type": "color", - "value": "rgba(127, 13, 207, 0.88)", - }, - }, - "green": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(#008832,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "100", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(#008832,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "200", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(#008832,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "300", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(#008832,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "400", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(#008832,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "500", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(#008832,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "600", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(#008832,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "700", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(#008832,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-green-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.green.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "green", - "800", - ], - "type": "color", - "value": "rgba(0, 136, 50, 0.88)", - }, - }, - "magenta": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(#cb0df7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "100", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(#cb0df7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "200", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(#cb0df7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "300", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(#cb0df7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "400", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(#cb0df7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "500", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(#cb0df7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "600", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(#cb0df7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "700", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(#cb0df7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-magenta-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.magenta.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "magenta", - "800", - ], - "type": "color", - "value": "rgba(203, 13, 247, 0.88)", - }, - }, - "mustard": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(#f7c60b,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "100", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(#f7c60b,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "200", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(#f7c60b,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "300", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(#f7c60b,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "400", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(#f7c60b,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "500", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(#f7c60b,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "600", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(#f7c60b,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "700", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(#f7c60b,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-mustard-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.mustard.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "mustard", - "800", - ], - "type": "color", - "value": "rgba(247, 198, 11, 0.88)", - }, - }, - "olive": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(#e0da02,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "100", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(#e0da02,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "200", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(#e0da02,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "300", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(#e0da02,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "400", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(#e0da02,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "500", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(#e0da02,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "600", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(#e0da02,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "700", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(#e0da02,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-olive-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.olive.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "olive", - "800", - ], - "type": "color", - "value": "rgba(224, 218, 2, 0.88)", - }, - }, - "orange": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(#f55f0a,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "100", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(#f55f0a,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "200", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(#f55f0a,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "300", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(#f55f0a,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "400", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(#f55f0a,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "500", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(#f55f0a,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "600", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(#f55f0a,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "700", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(#f55f0a,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-orange-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.orange.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "orange", - "800", - ], - "type": "color", - "value": "rgba(245, 95, 10, 0.88)", - }, - }, - "overflow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-100", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.50},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-200", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.75},{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "200", - ], - "type": "color", - "value": "rgba(246, 247, 248, 0)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-300", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1200} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "300", - ], - "type": "color", - "value": "rgba(24, 28, 37, 0)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-overflow-400", - "original": { - "type": "color", - "value": "rgba( {core.color.solid.slate.1300} ,{core.opacity.50})", - }, - "path": [ - "core", - "color", - "opacity", - "overflow", - "400", - ], - "type": "color", - "value": "rgba(17, 20, 27, 0)", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(#e6190e,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "100", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(#e6190e,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "200", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(#e6190e,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "300", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(#e6190e,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "400", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(#e6190e,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "500", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(#e6190e,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "600", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(#e6190e,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "700", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(#e6190e,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-red-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.red.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "red", - "800", - ], - "type": "color", - "value": "rgba(230, 25, 14, 0.88)", - }, - }, - "sapphire": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(#0c28f7,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "100", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(#0c28f7,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "200", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(#0c28f7,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "300", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(#0c28f7,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "400", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(#0c28f7,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "500", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(#0c28f7,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "600", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(#0c28f7,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "700", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(#0c28f7,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-sapphire-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.sapphire.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "sapphire", - "800", - ], - "type": "color", - "value": "rgba(12, 40, 247, 0.88)", - }, - }, - "seawater": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "100", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "200", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "300", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "400", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "500", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "600", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "700", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(#0aa0b0,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-seawater-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.seawater.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "seawater", - "800", - ], - "type": "color", - "value": "rgba(10, 160, 176, 0.88)", - }, - }, - "slate": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(#414652,0.08)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-100", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "100", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(#414652,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "200", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(#414652,0.24)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-300", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "300", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(#414652,0.32)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-400", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.400})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "400", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.32)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(#414652,0.4)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-500", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.500})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "500", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.4)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(#414652,0.48)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-600", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "600", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.48)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(#414652,0.56)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-700", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "700", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.56)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(#414652,0.64)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-slate-800", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.slate.700},{core.opacity.800})", - }, - "path": [ - "core", - "color", - "opacity", - "slate", - "800", - ], - "type": "color", - "value": "rgba(65, 70, 82, 0.64)", - }, - }, - "teal": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(#00cccc,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "100", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(#00cccc,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "200", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(#00cccc,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "300", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(#00cccc,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "400", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(#00cccc,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "500", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(#00cccc,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "600", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(#00cccc,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "700", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(#00cccc,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-teal-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.teal.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "teal", - "800", - ], - "type": "color", - "value": "rgba(0, 204, 204, 0.88)", - }, - }, - "tiffany": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(#17eabd,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "100", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(#17eabd,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "200", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(#17eabd,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "300", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(#17eabd,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "400", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(#17eabd,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "500", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(#17eabd,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "600", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(#17eabd,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "700", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(#17eabd,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-tiffany-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.tiffany.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "tiffany", - "800", - ], - "type": "color", - "value": "rgba(23, 234, 189, 0.88)", - }, - }, - "white": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-100", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "100", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.08)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-200", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "200", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.16)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-300", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "300", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(#ffffff,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "400", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(#ffffff,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "500", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(#ffffff,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "600", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(#ffffff,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "700", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.8)", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-75", - "original": { - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.75})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "75", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.04)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(#ffffff,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-white-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.slate.50},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "white", - "800", - ], - "type": "color", - "value": "rgba(255, 255, 255, 0.88)", - }, - }, - "yellow": { - "100": { - "attributes": { - "attributes": {}, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(#ff9c13,0.08)", - }, - "comment": "Initially 4%. changed to 8%.", - "description": "Initially 4%. changed to 8%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-100", - "original": { - "description": "Initially 4%. changed to 8%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "100", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.08)", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(#ff9c13,0.16)", - }, - "comment": "Initially 8%. changed to 16%.", - "description": "Initially 8%. changed to 16%.", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-200", - "original": { - "description": "Initially 8%. changed to 16%.", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.200})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "200", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.16)", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(#ff9c13,0.24)", - }, - "comment": "24% of base color", - "description": "24% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-300", - "original": { - "description": "24% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.300})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "300", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.24)", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(#ff9c13,0.48)", - }, - "comment": "48% of base color", - "description": "48% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-400", - "original": { - "description": "48% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.600})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "400", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.48)", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(#ff9c13,0.56)", - }, - "comment": "56% of base color", - "description": "56% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-500", - "original": { - "description": "56% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.700})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "500", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.56)", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(#ff9c13,0.72)", - }, - "comment": "72% of base color", - "description": "72% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-600", - "original": { - "description": "72% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.900})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "600", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.72)", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(#ff9c13,0.8)", - }, - "comment": "80% of base color", - "description": "80% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-700", - "original": { - "description": "80% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1000})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "700", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.8)", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(#ff9c13,0.88)", - }, - "comment": "88% of base color", - "description": "88% of base color", - "filePath": "raw-tokens/data/core/color/opacity.json", - "isSource": true, - "name": "core-color-opacity-yellow-800", - "original": { - "description": "88% of base color", - "type": "color", - "value": "rgba({core.color.solid.yellow.700},{core.opacity.1100})", - }, - "path": [ - "core", - "color", - "opacity", - "yellow", - "800", - ], - "type": "color", - "value": "rgba(255, 156, 19, 0.88)", - }, - }, - }, - "solid": { - "blue": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-100", - "original": { - "type": "color", - "value": "#e6f5ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "100", - ], - "type": "color", - "value": "#e6f5ff", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1000", - "original": { - "type": "color", - "value": "#0066a6", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1000", - ], - "type": "color", - "value": "#0066a6", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1100", - "original": { - "type": "color", - "value": "#005488", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1100", - ], - "type": "color", - "value": "#005488", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1200", - "original": { - "type": "color", - "value": "#00426a", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1200", - ], - "type": "color", - "value": "#00426a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-1300", - "original": { - "type": "color", - "value": "#00304d", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "1300", - ], - "type": "color", - "value": "#00304d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-200", - "original": { - "type": "color", - "value": "#bfe7ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "200", - ], - "type": "color", - "value": "#bfe7ff", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-300", - "original": { - "type": "color", - "value": "#99d8ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "300", - ], - "type": "color", - "value": "#99d8ff", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-400", - "original": { - "type": "color", - "value": "#73c9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "400", - ], - "type": "color", - "value": "#73c9ff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-500", - "original": { - "type": "color", - "value": "#53b9ff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "500", - ], - "type": "color", - "value": "#53b9ff", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-600", - "original": { - "type": "color", - "value": "#3daaff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "600", - ], - "type": "color", - "value": "#3daaff", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-700", - "original": { - "type": "color", - "value": "#2c9aff", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "700", - ], - "type": "color", - "value": "#2c9aff", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-800", - "original": { - "type": "color", - "value": "#1789e1", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "800", - ], - "type": "color", - "value": "#1789e1", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blue-900", - "original": { - "type": "color", - "value": "#0777c4", - }, - "path": [ - "core", - "color", - "solid", - "blue", - "900", - ], - "type": "color", - "value": "#0777c4", - }, - }, - "blueberry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-100", - "original": { - "type": "color", - "value": "#ede6fc", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "100", - ], - "type": "color", - "value": "#ede6fc", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1000", - "original": { - "type": "color", - "value": "#2f0192", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1000", - ], - "type": "color", - "value": "#2f0192", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1100", - "original": { - "type": "color", - "value": "#270178", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1100", - ], - "type": "color", - "value": "#270178", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1200", - "original": { - "type": "color", - "value": "#1e015d", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1200", - ], - "type": "color", - "value": "#1e015d", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-1300", - "original": { - "type": "color", - "value": "#160143", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "1300", - ], - "type": "color", - "value": "#160143", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-200", - "original": { - "type": "color", - "value": "#d2c0f7", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "200", - ], - "type": "color", - "value": "#d2c0f7", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-300", - "original": { - "type": "color", - "value": "#b69af3", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "300", - ], - "type": "color", - "value": "#b69af3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-400", - "original": { - "type": "color", - "value": "#9b74ee", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "400", - ], - "type": "color", - "value": "#9b74ee", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-500", - "original": { - "type": "color", - "value": "#804ee9", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "500", - ], - "type": "color", - "value": "#804ee9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-600", - "original": { - "type": "color", - "value": "#6428e5", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "600", - ], - "type": "color", - "value": "#6428e5", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-700", - "original": { - "type": "color", - "value": "#4902e0", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "700", - ], - "type": "color", - "value": "#4902e0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-800", - "original": { - "type": "color", - "value": "#4102c6", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "800", - ], - "type": "color", - "value": "#4102c6", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-blueberry-900", - "original": { - "type": "color", - "value": "#3802ac", - }, - "path": [ - "core", - "color", - "solid", - "blueberry", - "900", - ], - "type": "color", - "value": "#3802ac", - }, - }, - "cherry": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-100", - "original": { - "type": "color", - "value": "#ffe6e7", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "100", - ], - "type": "color", - "value": "#ffe6e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1000", - "original": { - "type": "color", - "value": "#a6001a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1000", - ], - "type": "color", - "value": "#a6001a", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1100", - "original": { - "type": "color", - "value": "#880011", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1100", - ], - "type": "color", - "value": "#880011", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1200", - "original": { - "type": "color", - "value": "#6a000a", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1200", - ], - "type": "color", - "value": "#6a000a", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-1300", - "original": { - "type": "color", - "value": "#4d0005", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "1300", - ], - "type": "color", - "value": "#4d0005", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-200", - "original": { - "type": "color", - "value": "#ffbfc6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "200", - ], - "type": "color", - "value": "#ffbfc6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-300", - "original": { - "type": "color", - "value": "#ff99a6", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "300", - ], - "type": "color", - "value": "#ff99a6", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-400", - "original": { - "type": "color", - "value": "#ff7389", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "400", - ], - "type": "color", - "value": "#ff7389", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-500", - "original": { - "type": "color", - "value": "#ff4d6e", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "500", - ], - "type": "color", - "value": "#ff4d6e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-600", - "original": { - "type": "color", - "value": "#f32656", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "600", - ], - "type": "color", - "value": "#f32656", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-700", - "original": { - "type": "color", - "value": "#de0040", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "700", - ], - "type": "color", - "value": "#de0040", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-800", - "original": { - "type": "color", - "value": "#d40032", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "800", - ], - "type": "color", - "value": "#d40032", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-cherry-900", - "original": { - "type": "color", - "value": "#c40025", - }, - "path": [ - "core", - "color", - "solid", - "cherry", - "900", - ], - "type": "color", - "value": "#c40025", - }, - }, - "coral": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-100", - "original": { - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1000", - "original": { - "type": "color", - "value": "#a60e19", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1000", - ], - "type": "color", - "value": "#a60e19", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1100", - "original": { - "type": "color", - "value": "#88030d", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1100", - ], - "type": "color", - "value": "#88030d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1200", - "original": { - "type": "color", - "value": "#6a0004", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1200", - ], - "type": "color", - "value": "#6a0004", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-200", - "original": { - "type": "color", - "value": "#ffbfc2", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "200", - ], - "type": "color", - "value": "#ffbfc2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-300", - "original": { - "type": "color", - "value": "#ff9ba3", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "300", - ], - "type": "color", - "value": "#ff9ba3", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-400", - "original": { - "type": "color", - "value": "#ff7e88", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "400", - ], - "type": "color", - "value": "#ff7e88", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-500", - "original": { - "type": "color", - "value": "#ff6671", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "500", - ], - "type": "color", - "value": "#ff6671", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-600", - "original": { - "type": "color", - "value": "#ff535e", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "600", - ], - "type": "color", - "value": "#ff535e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-700", - "original": { - "type": "color", - "value": "#ff444f", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "700", - ], - "type": "color", - "value": "#ff444f", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-800", - "original": { - "type": "color", - "value": "#e12e3a", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "800", - ], - "type": "color", - "value": "#e12e3a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-coral-900", - "original": { - "type": "color", - "value": "#c41c28", - }, - "path": [ - "core", - "color", - "solid", - "coral", - "900", - ], - "type": "color", - "value": "#c41c28", - }, - }, - "emerald": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-100", - "original": { - "type": "color", - "value": "#e6fff9", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "100", - ], - "type": "color", - "value": "#e6fff9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1000", - "original": { - "type": "color", - "value": "#009e6d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1000", - ], - "type": "color", - "value": "#009e6d", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1100", - "original": { - "type": "color", - "value": "#00885d", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1100", - ], - "type": "color", - "value": "#00885d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1200", - "original": { - "type": "color", - "value": "#006a4c", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1200", - ], - "type": "color", - "value": "#006a4c", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-1300", - "original": { - "type": "color", - "value": "#004d39", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "1300", - ], - "type": "color", - "value": "#004d39", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-200", - "original": { - "type": "color", - "value": "#bfffed", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "200", - ], - "type": "color", - "value": "#bfffed", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-300", - "original": { - "type": "color", - "value": "#99ffdf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "300", - ], - "type": "color", - "value": "#99ffdf", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-400", - "original": { - "type": "color", - "value": "#73f9cf", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "400", - ], - "type": "color", - "value": "#73f9cf", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-500", - "original": { - "type": "color", - "value": "#4decbc", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "500", - ], - "type": "color", - "value": "#4decbc", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-600", - "original": { - "type": "color", - "value": "#26daa7", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "600", - ], - "type": "color", - "value": "#26daa7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-700", - "original": { - "type": "color", - "value": "#00c390", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "700", - ], - "type": "color", - "value": "#00c390", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-800", - "original": { - "type": "color", - "value": "#00bb86", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "800", - ], - "type": "color", - "value": "#00bb86", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-emerald-900", - "original": { - "type": "color", - "value": "#00ae7a", - }, - "path": [ - "core", - "color", - "solid", - "emerald", - "900", - ], - "type": "color", - "value": "#00ae7a", - }, - }, - "grape": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-100", - "original": { - "type": "color", - "value": "#f2e7fa", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "100", - ], - "type": "color", - "value": "#f2e7fa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1000", - "original": { - "type": "color", - "value": "#530987", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1000", - ], - "type": "color", - "value": "#530987", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1100", - "original": { - "type": "color", - "value": "#44076e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1100", - ], - "type": "color", - "value": "#44076e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1200", - "original": { - "type": "color", - "value": "#350556", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1200", - ], - "type": "color", - "value": "#350556", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-1300", - "original": { - "type": "color", - "value": "#26043e", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "1300", - ], - "type": "color", - "value": "#26043e", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-200", - "original": { - "type": "color", - "value": "#dfc3f3", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "200", - ], - "type": "color", - "value": "#dfc3f3", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-300", - "original": { - "type": "color", - "value": "#cc9eec", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "300", - ], - "type": "color", - "value": "#cc9eec", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-400", - "original": { - "type": "color", - "value": "#b97ae5", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "400", - ], - "type": "color", - "value": "#b97ae5", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-500", - "original": { - "type": "color", - "value": "#a556dd", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "500", - ], - "type": "color", - "value": "#a556dd", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-600", - "original": { - "type": "color", - "value": "#9231d6", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "600", - ], - "type": "color", - "value": "#9231d6", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-700", - "original": { - "type": "color", - "value": "#7f0dcf", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "700", - ], - "type": "color", - "value": "#7f0dcf", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-800", - "original": { - "type": "color", - "value": "#700cb7", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "800", - ], - "type": "color", - "value": "#700cb7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-grape-900", - "original": { - "type": "color", - "value": "#610a9f", - }, - "path": [ - "core", - "color", - "solid", - "grape", - "900", - ], - "type": "color", - "value": "#610a9f", - }, - }, - "green": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-100", - "original": { - "type": "color", - "value": "#e6fae9", - }, - "path": [ - "core", - "color", - "solid", - "green", - "100", - ], - "type": "color", - "value": "#e6fae9", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1000", - "original": { - "type": "color", - "value": "#006f1b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1000", - ], - "type": "color", - "value": "#006f1b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1100", - "original": { - "type": "color", - "value": "#006114", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1100", - ], - "type": "color", - "value": "#006114", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1200", - "original": { - "type": "color", - "value": "#00500f", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1200", - ], - "type": "color", - "value": "#00500f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-1300", - "original": { - "type": "color", - "value": "#003d0a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "1300", - ], - "type": "color", - "value": "#003d0a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-200", - "original": { - "type": "color", - "value": "#bfefc8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "200", - ], - "type": "color", - "value": "#bfefc8", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-300", - "original": { - "type": "color", - "value": "#99e2a8", - }, - "path": [ - "core", - "color", - "solid", - "green", - "300", - ], - "type": "color", - "value": "#99e2a8", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-400", - "original": { - "type": "color", - "value": "#73d089", - }, - "path": [ - "core", - "color", - "solid", - "green", - "400", - ], - "type": "color", - "value": "#73d089", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-500", - "original": { - "type": "color", - "value": "#4dbc6b", - }, - "path": [ - "core", - "color", - "solid", - "green", - "500", - ], - "type": "color", - "value": "#4dbc6b", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-600", - "original": { - "type": "color", - "value": "#26a44e", - }, - "path": [ - "core", - "color", - "solid", - "green", - "600", - ], - "type": "color", - "value": "#26a44e", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-700", - "original": { - "type": "color", - "value": "#008832", - }, - "path": [ - "core", - "color", - "solid", - "green", - "700", - ], - "type": "color", - "value": "#008832", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-800", - "original": { - "type": "color", - "value": "#00822a", - }, - "path": [ - "core", - "color", - "solid", - "green", - "800", - ], - "type": "color", - "value": "#00822a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-green-900", - "original": { - "type": "color", - "value": "#007a22", - }, - "path": [ - "core", - "color", - "solid", - "green", - "900", - ], - "type": "color", - "value": "#007a22", - }, - }, - "magenta": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-100", - "original": { - "type": "color", - "value": "#fae7fe", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "100", - ], - "type": "color", - "value": "#fae7fe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1000", - "original": { - "type": "color", - "value": "#8409a1", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1000", - ], - "type": "color", - "value": "#8409a1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1100", - "original": { - "type": "color", - "value": "#6c0784", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1100", - ], - "type": "color", - "value": "#6c0784", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1200", - "original": { - "type": "color", - "value": "#550567", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1200", - ], - "type": "color", - "value": "#550567", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-1300", - "original": { - "type": "color", - "value": "#3d044a", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "1300", - ], - "type": "color", - "value": "#3d044a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-200", - "original": { - "type": "color", - "value": "#f2c3fd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "200", - ], - "type": "color", - "value": "#f2c3fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-300", - "original": { - "type": "color", - "value": "#ea9efc", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "300", - ], - "type": "color", - "value": "#ea9efc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-400", - "original": { - "type": "color", - "value": "#e27afb", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "400", - ], - "type": "color", - "value": "#e27afb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-500", - "original": { - "type": "color", - "value": "#db56f9", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "500", - ], - "type": "color", - "value": "#db56f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-600", - "original": { - "type": "color", - "value": "#d331f8", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "600", - ], - "type": "color", - "value": "#d331f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-700", - "original": { - "type": "color", - "value": "#cb0df7", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "700", - ], - "type": "color", - "value": "#cb0df7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-800", - "original": { - "type": "color", - "value": "#b30cda", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "800", - ], - "type": "color", - "value": "#b30cda", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-magenta-900", - "original": { - "type": "color", - "value": "#9c0abd", - }, - "path": [ - "core", - "color", - "solid", - "magenta", - "900", - ], - "type": "color", - "value": "#9c0abd", - }, - }, - "mustard": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-100", - "original": { - "type": "color", - "value": "#fef9e7", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "100", - ], - "type": "color", - "value": "#fef9e7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1000", - "original": { - "type": "color", - "value": "#a18107", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1000", - ], - "type": "color", - "value": "#a18107", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1100", - "original": { - "type": "color", - "value": "#846a06", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1100", - ], - "type": "color", - "value": "#846a06", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1200", - "original": { - "type": "color", - "value": "#675305", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1200", - ], - "type": "color", - "value": "#675305", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-1300", - "original": { - "type": "color", - "value": "#4a3b03", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "1300", - ], - "type": "color", - "value": "#4a3b03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-200", - "original": { - "type": "color", - "value": "#fdf1c2", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "200", - ], - "type": "color", - "value": "#fdf1c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-300", - "original": { - "type": "color", - "value": "#fce89d", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "300", - ], - "type": "color", - "value": "#fce89d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-400", - "original": { - "type": "color", - "value": "#fbe079", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "400", - ], - "type": "color", - "value": "#fbe079", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-500", - "original": { - "type": "color", - "value": "#f9d754", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "500", - ], - "type": "color", - "value": "#f9d754", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-600", - "original": { - "type": "color", - "value": "#f8cf30", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "600", - ], - "type": "color", - "value": "#f8cf30", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-700", - "original": { - "type": "color", - "value": "#f7c60b", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "700", - ], - "type": "color", - "value": "#f7c60b", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-800", - "original": { - "type": "color", - "value": "#daaf0a", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "800", - ], - "type": "color", - "value": "#daaf0a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-mustard-900", - "original": { - "type": "color", - "value": "#bd9808", - }, - "path": [ - "core", - "color", - "solid", - "mustard", - "900", - ], - "type": "color", - "value": "#bd9808", - }, - }, - "olive": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-100", - "original": { - "type": "color", - "value": "#fcfbe6", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "100", - ], - "type": "color", - "value": "#fcfbe6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1000", - "original": { - "type": "color", - "value": "#928e01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1000", - ], - "type": "color", - "value": "#928e01", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1100", - "original": { - "type": "color", - "value": "#787401", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1100", - ], - "type": "color", - "value": "#787401", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1200", - "original": { - "type": "color", - "value": "#5d5b01", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1200", - ], - "type": "color", - "value": "#5d5b01", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-1300", - "original": { - "type": "color", - "value": "#434101", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "1300", - ], - "type": "color", - "value": "#434101", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-200", - "original": { - "type": "color", - "value": "#f7f6c0", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "200", - ], - "type": "color", - "value": "#f7f6c0", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-300", - "original": { - "type": "color", - "value": "#f3f09a", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "300", - ], - "type": "color", - "value": "#f3f09a", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-400", - "original": { - "type": "color", - "value": "#eeeb74", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "400", - ], - "type": "color", - "value": "#eeeb74", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-500", - "original": { - "type": "color", - "value": "#e9e54e", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "500", - ], - "type": "color", - "value": "#e9e54e", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-600", - "original": { - "type": "color", - "value": "#e5e028", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "600", - ], - "type": "color", - "value": "#e5e028", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-700", - "original": { - "type": "color", - "value": "#e0da02", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "700", - ], - "type": "color", - "value": "#e0da02", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-800", - "original": { - "type": "color", - "value": "#c6c102", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "800", - ], - "type": "color", - "value": "#c6c102", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-olive-900", - "original": { - "type": "color", - "value": "#aca702", - }, - "path": [ - "core", - "color", - "solid", - "olive", - "900", - ], - "type": "color", - "value": "#aca702", - }, - }, - "orange": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-100", - "original": { - "type": "color", - "value": "#feefe7", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "100", - ], - "type": "color", - "value": "#feefe7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1000", - "original": { - "type": "color", - "value": "#9f3e07", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1000", - ], - "type": "color", - "value": "#9f3e07", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1100", - "original": { - "type": "color", - "value": "#833305", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1100", - ], - "type": "color", - "value": "#833305", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1200", - "original": { - "type": "color", - "value": "#662804", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1200", - ], - "type": "color", - "value": "#662804", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-1300", - "original": { - "type": "color", - "value": "#4a1d03", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "1300", - ], - "type": "color", - "value": "#4a1d03", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-200", - "original": { - "type": "color", - "value": "#fdd7c2", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "200", - ], - "type": "color", - "value": "#fdd7c2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-300", - "original": { - "type": "color", - "value": "#fbbf9d", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "300", - ], - "type": "color", - "value": "#fbbf9d", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-400", - "original": { - "type": "color", - "value": "#faa778", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "400", - ], - "type": "color", - "value": "#faa778", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-500", - "original": { - "type": "color", - "value": "#f88f54", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "500", - ], - "type": "color", - "value": "#f88f54", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-600", - "original": { - "type": "color", - "value": "#f7772f", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "600", - ], - "type": "color", - "value": "#f7772f", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-700", - "original": { - "type": "color", - "value": "#f55f0a", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "700", - ], - "type": "color", - "value": "#f55f0a", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-800", - "original": { - "type": "color", - "value": "#d85409", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "800", - ], - "type": "color", - "value": "#d85409", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-orange-900", - "original": { - "type": "color", - "value": "#bc4908", - }, - "path": [ - "core", - "color", - "solid", - "orange", - "900", - ], - "type": "color", - "value": "#bc4908", - }, - }, - "red": { - "100": { - "attributes": { - "attributes": {}, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "comment": "test change", - "description": "test change", - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-100", - "original": { - "description": "test change", - "type": "color", - "value": "#ffe6e6", - }, - "path": [ - "core", - "color", - "solid", - "red", - "100", - ], - "type": "color", - "value": "#ffe6e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1000", - "original": { - "type": "color", - "value": "#a60000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1000", - ], - "type": "color", - "value": "#a60000", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1100", - "original": { - "type": "color", - "value": "#880000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1100", - ], - "type": "color", - "value": "#880000", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1200", - "original": { - "type": "color", - "value": "#6a0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1200", - ], - "type": "color", - "value": "#6a0000", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-1300", - "original": { - "type": "color", - "value": "#4d0000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "1300", - ], - "type": "color", - "value": "#4d0000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-200", - "original": { - "type": "color", - "value": "#ffbfbf", - }, - "path": [ - "core", - "color", - "solid", - "red", - "200", - ], - "type": "color", - "value": "#ffbfbf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-300", - "original": { - "type": "color", - "value": "#ff9999", - }, - "path": [ - "core", - "color", - "solid", - "red", - "300", - ], - "type": "color", - "value": "#ff9999", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-400", - "original": { - "type": "color", - "value": "#ff7373", - }, - "path": [ - "core", - "color", - "solid", - "red", - "400", - ], - "type": "color", - "value": "#ff7373", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-500", - "original": { - "type": "color", - "value": "#ff4d4d", - }, - "path": [ - "core", - "color", - "solid", - "red", - "500", - ], - "type": "color", - "value": "#ff4d4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-600", - "original": { - "type": "color", - "value": "#f92e26", - }, - "path": [ - "core", - "color", - "solid", - "red", - "600", - ], - "type": "color", - "value": "#f92e26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-700", - "original": { - "type": "color", - "value": "#e6190e", - }, - "path": [ - "core", - "color", - "solid", - "red", - "700", - ], - "type": "color", - "value": "#e6190e", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-800", - "original": { - "type": "color", - "value": "#db0800", - }, - "path": [ - "core", - "color", - "solid", - "red", - "800", - ], - "type": "color", - "value": "#db0800", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-red-900", - "original": { - "type": "color", - "value": "#c40000", - }, - "path": [ - "core", - "color", - "solid", - "red", - "900", - ], - "type": "color", - "value": "#c40000", - }, - }, - "sapphire": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-100", - "original": { - "type": "color", - "value": "#e7eafe", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "100", - ], - "type": "color", - "value": "#e7eafe", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1000", - "original": { - "type": "color", - "value": "#081aa1", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1000", - ], - "type": "color", - "value": "#081aa1", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1100", - "original": { - "type": "color", - "value": "#061584", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1100", - ], - "type": "color", - "value": "#061584", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1200", - "original": { - "type": "color", - "value": "#051167", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1200", - ], - "type": "color", - "value": "#051167", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-1300", - "original": { - "type": "color", - "value": "#040c4a", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "1300", - ], - "type": "color", - "value": "#040c4a", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-200", - "original": { - "type": "color", - "value": "#c2c9fd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "200", - ], - "type": "color", - "value": "#c2c9fd", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-300", - "original": { - "type": "color", - "value": "#9ea9fc", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "300", - ], - "type": "color", - "value": "#9ea9fc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-400", - "original": { - "type": "color", - "value": "#7989fb", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "400", - ], - "type": "color", - "value": "#7989fb", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-500", - "original": { - "type": "color", - "value": "#5569f9", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "500", - ], - "type": "color", - "value": "#5569f9", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-600", - "original": { - "type": "color", - "value": "#3148f8", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "600", - ], - "type": "color", - "value": "#3148f8", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-700", - "original": { - "type": "color", - "value": "#0c28f7", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "700", - ], - "type": "color", - "value": "#0c28f7", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-800", - "original": { - "type": "color", - "value": "#0b23da", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "800", - ], - "type": "color", - "value": "#0b23da", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-sapphire-900", - "original": { - "type": "color", - "value": "#091fbd", - }, - "path": [ - "core", - "color", - "solid", - "sapphire", - "900", - ], - "type": "color", - "value": "#091fbd", - }, - }, - "seawater": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-100", - "original": { - "type": "color", - "value": "#e7f6f7", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "100", - ], - "type": "color", - "value": "#e7f6f7", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1000", - "original": { - "type": "color", - "value": "#076872", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1000", - ], - "type": "color", - "value": "#076872", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1100", - "original": { - "type": "color", - "value": "#05555e", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1100", - ], - "type": "color", - "value": "#05555e", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1200", - "original": { - "type": "color", - "value": "#044349", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1200", - ], - "type": "color", - "value": "#044349", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-1300", - "original": { - "type": "color", - "value": "#033035", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "1300", - ], - "type": "color", - "value": "#033035", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-200", - "original": { - "type": "color", - "value": "#c2e7eb", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "200", - ], - "type": "color", - "value": "#c2e7eb", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-300", - "original": { - "type": "color", - "value": "#9dd9df", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "300", - ], - "type": "color", - "value": "#9dd9df", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-400", - "original": { - "type": "color", - "value": "#78cbd4", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "400", - ], - "type": "color", - "value": "#78cbd4", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-500", - "original": { - "type": "color", - "value": "#54bdc8", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "500", - ], - "type": "color", - "value": "#54bdc8", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-600", - "original": { - "type": "color", - "value": "#2faebc", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "600", - ], - "type": "color", - "value": "#2faebc", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-700", - "original": { - "type": "color", - "value": "#0aa0b0", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "700", - ], - "type": "color", - "value": "#0aa0b0", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-800", - "original": { - "type": "color", - "value": "#098d9c", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "800", - ], - "type": "color", - "value": "#098d9c", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-seawater-900", - "original": { - "type": "color", - "value": "#087b87", - }, - "path": [ - "core", - "color", - "solid", - "seawater", - "900", - ], - "type": "color", - "value": "#087b87", - }, - }, - "slate": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-100", - "original": { - "type": "color", - "value": "#ebecef", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "100", - ], - "type": "color", - "value": "#ebecef", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1000", - "original": { - "type": "color", - "value": "#282c38", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1000", - ], - "type": "color", - "value": "#282c38", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1100", - "original": { - "type": "color", - "value": "#20242f", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1100", - ], - "type": "color", - "value": "#20242f", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1200", - "original": { - "type": "color", - "value": "#181c25", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1200", - ], - "type": "color", - "value": "#181c25", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1300", - "original": { - "type": "color", - "value": "#11141b", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1300", - ], - "type": "color", - "value": "#11141b", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-1400", - "original": { - "type": "color", - "value": "#000000", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "1400", - ], - "type": "color", - "value": "#000000", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-200", - "original": { - "type": "color", - "value": "#ced0d6", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "200", - ], - "type": "color", - "value": "#ced0d6", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-300", - "original": { - "type": "color", - "value": "#b1b4bc", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "300", - ], - "type": "color", - "value": "#b1b4bc", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-400", - "original": { - "type": "color", - "value": "#9498a2", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "400", - ], - "type": "color", - "value": "#9498a2", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-50", - "original": { - "type": "color", - "value": "#ffffff", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "50", - ], - "type": "color", - "value": "#ffffff", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-500", - "original": { - "type": "color", - "value": "#787d88", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "500", - ], - "type": "color", - "value": "#787d88", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-600", - "original": { - "type": "color", - "value": "#5c616d", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "600", - ], - "type": "color", - "value": "#5c616d", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-700", - "original": { - "type": "color", - "value": "#414652", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "700", - ], - "type": "color", - "value": "#414652", - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-75", - "original": { - "type": "color", - "value": "#f6f7f8", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "75", - ], - "type": "color", - "value": "#f6f7f8", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-800", - "original": { - "type": "color", - "value": "#383d4a", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "800", - ], - "type": "color", - "value": "#383d4a", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-slate-900", - "original": { - "type": "color", - "value": "#303541", - }, - "path": [ - "core", - "color", - "solid", - "slate", - "900", - ], - "type": "color", - "value": "#303541", - }, - }, - "teal": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-100", - "original": { - "type": "color", - "value": "#e6fafa", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "100", - ], - "type": "color", - "value": "#e6fafa", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1000", - "original": { - "type": "color", - "value": "#008585", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1000", - ], - "type": "color", - "value": "#008585", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1100", - "original": { - "type": "color", - "value": "#006d6d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1100", - ], - "type": "color", - "value": "#006d6d", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1200", - "original": { - "type": "color", - "value": "#005555", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1200", - ], - "type": "color", - "value": "#005555", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-1300", - "original": { - "type": "color", - "value": "#003d3d", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "1300", - ], - "type": "color", - "value": "#003d3d", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-200", - "original": { - "type": "color", - "value": "#bff2f2", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "200", - ], - "type": "color", - "value": "#bff2f2", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-300", - "original": { - "type": "color", - "value": "#99ebeb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "300", - ], - "type": "color", - "value": "#99ebeb", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-400", - "original": { - "type": "color", - "value": "#73e3e3", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "400", - ], - "type": "color", - "value": "#73e3e3", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-500", - "original": { - "type": "color", - "value": "#4ddbdb", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "500", - ], - "type": "color", - "value": "#4ddbdb", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-600", - "original": { - "type": "color", - "value": "#26d4d4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "600", - ], - "type": "color", - "value": "#26d4d4", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-700", - "original": { - "type": "color", - "value": "#00cccc", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "700", - ], - "type": "color", - "value": "#00cccc", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-800", - "original": { - "type": "color", - "value": "#00b4b4", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "800", - ], - "type": "color", - "value": "#00b4b4", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-teal-900", - "original": { - "type": "color", - "value": "#009c9c", - }, - "path": [ - "core", - "color", - "solid", - "teal", - "900", - ], - "type": "color", - "value": "#009c9c", - }, - }, - "tiffany": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-100", - "original": { - "type": "color", - "value": "#e8fdf8", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "100", - ], - "type": "color", - "value": "#e8fdf8", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1000", - "original": { - "type": "color", - "value": "#0f987b", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1000", - ], - "type": "color", - "value": "#0f987b", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1100", - "original": { - "type": "color", - "value": "#0c7d65", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1100", - ], - "type": "color", - "value": "#0c7d65", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1200", - "original": { - "type": "color", - "value": "#0a624f", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1200", - ], - "type": "color", - "value": "#0a624f", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-1300", - "original": { - "type": "color", - "value": "#074639", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "1300", - ], - "type": "color", - "value": "#074639", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-200", - "original": { - "type": "color", - "value": "#c5faef", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "200", - ], - "type": "color", - "value": "#c5faef", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-300", - "original": { - "type": "color", - "value": "#a2f7e5", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "300", - ], - "type": "color", - "value": "#a2f7e5", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-400", - "original": { - "type": "color", - "value": "#7ff3db", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "400", - ], - "type": "color", - "value": "#7ff3db", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-500", - "original": { - "type": "color", - "value": "#5df0d1", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "500", - ], - "type": "color", - "value": "#5df0d1", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-600", - "original": { - "type": "color", - "value": "#3aedc7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "600", - ], - "type": "color", - "value": "#3aedc7", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-700", - "original": { - "type": "color", - "value": "#17eabd", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "700", - ], - "type": "color", - "value": "#17eabd", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-800", - "original": { - "type": "color", - "value": "#14cfa7", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "800", - ], - "type": "color", - "value": "#14cfa7", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-tiffany-900", - "original": { - "type": "color", - "value": "#12b391", - }, - "path": [ - "core", - "color", - "solid", - "tiffany", - "900", - ], - "type": "color", - "value": "#12b391", - }, - }, - "yellow": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-100", - "original": { - "type": "color", - "value": "#fff7e6", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "100", - ], - "type": "color", - "value": "#fff7e6", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1000", - "original": { - "type": "color", - "value": "#a66c00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1000", - ], - "type": "color", - "value": "#a66c00", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1100", - "original": { - "type": "color", - "value": "#885a00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1100", - ], - "type": "color", - "value": "#885a00", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1200", - "original": { - "type": "color", - "value": "#6a4800", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1200", - ], - "type": "color", - "value": "#6a4800", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-1300", - "original": { - "type": "color", - "value": "#4d3500", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "1300", - ], - "type": "color", - "value": "#4d3500", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-200", - "original": { - "type": "color", - "value": "#ffeabf", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "200", - ], - "type": "color", - "value": "#ffeabf", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-300", - "original": { - "type": "color", - "value": "#ffdd99", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "300", - ], - "type": "color", - "value": "#ffdd99", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-400", - "original": { - "type": "color", - "value": "#ffce73", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "400", - ], - "type": "color", - "value": "#ffce73", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-500", - "original": { - "type": "color", - "value": "#ffbe4d", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "500", - ], - "type": "color", - "value": "#ffbe4d", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-600", - "original": { - "type": "color", - "value": "#ffae26", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "600", - ], - "type": "color", - "value": "#ffae26", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-700", - "original": { - "type": "color", - "value": "#ff9c13", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "700", - ], - "type": "color", - "value": "#ff9c13", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-800", - "original": { - "type": "color", - "value": "#e18d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "800", - ], - "type": "color", - "value": "#e18d00", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/color/solid.json", - "isSource": true, - "name": "core-color-solid-yellow-900", - "original": { - "type": "color", - "value": "#c47d00", - }, - "path": [ - "core", - "color", - "solid", - "yellow", - "900", - ], - "type": "color", - "value": "#c47d00", - }, - }, - }, - }, - "elevation": { - "shadow": { - "110": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-110", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "110", - ], - "type": "boxShadow", - "value": "0 -1px 2px 0 rgba(0, 0, 0, 6%), 0 -1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "120": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-120", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "120", - ], - "type": "boxShadow", - "value": "1px 0 2px 0 rgba(0, 0, 0, 6%), 1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "130": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-130", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "130", - ], - "type": "boxShadow", - "value": "0 1px 2px 0 rgba(0, 0, 0, 6%), 0 1px 2px 0 rgba(0, 0, 0, 3%)", - }, - "140": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-140", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "2", - "color": "rgba(0, 0, 0, 6%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "2", - "color": "rgba(0, 0, 0, 3%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "140", - ], - "type": "boxShadow", - "value": "-1px 0 2px 0 rgba(0, 0, 0, 6%), -1px 0 2px 0 rgba(0, 0, 0, 3%)", - }, - "210": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-210", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "-1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "210", - ], - "type": "boxShadow", - "value": "0 -1px 4px 0 rgba(0, 0, 0, 8%), 0 -1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "220": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-220", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "220", - ], - "type": "boxShadow", - "value": "1px 0 4px 0 rgba(0, 0, 0, 8%), 1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "230": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-230", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "1", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "230", - ], - "type": "boxShadow", - "value": "0 1px 4px 0 rgba(0, 0, 0, 8%), 0 1px 4px 0 rgba(0, 0, 0, 4%)", - }, - "240": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-240", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "4", - "color": "rgba(0, 0, 0, 8%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - { - "blur": "4", - "color": "rgba(0, 0, 0, 4%)", - "spread": "0", - "type": "dropShadow", - "x": "-1", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "240", - ], - "type": "boxShadow", - "value": "-1px 0 4px 0 rgba(0, 0, 0, 8%), -1px 0 4px 0 rgba(0, 0, 0, 4%)", - }, - "310": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-310", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "310", - ], - "type": "boxShadow", - "value": "0 -4px 8px 2px rgba(0, 0, 0, 3%), 0 -4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "320": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-320", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "320", - ], - "type": "boxShadow", - "value": "4px 0 8px 2px rgba(0, 0, 0, 3%), 4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "330": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-330", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "4", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "330", - ], - "type": "boxShadow", - "value": "0 4px 8px 2px rgba(0, 0, 0, 3%), 0 4px 8px 2px rgba(0, 0, 0, 2%)", - }, - "340": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-340", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "8", - "color": "rgba(0, 0, 0, 3%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - { - "blur": "8", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-4", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "340", - ], - "type": "boxShadow", - "value": "-4px 0 8px 2px rgba(0, 0, 0, 3%), -4px 0 8px 2px rgba(0, 0, 0, 2%)", - }, - "410": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-410", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "-8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "410", - ], - "type": "boxShadow", - "value": "0 -8px 16px 2px rgba(0, 0, 0, 4%), 0 -8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "420": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-420", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "420", - ], - "type": "boxShadow", - "value": "8px 0 16px 2px rgba(0, 0, 0, 4%), 8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "430": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-430", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "0", - "y": "8", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "430", - ], - "type": "boxShadow", - "value": "0 8px 16px 2px rgba(0, 0, 0, 4%), 0 8px 16px 2px rgba(0, 0, 0, 2%)", - }, - "440": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-440", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "16", - "color": "rgba(0, 0, 0, 4%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - { - "blur": "16", - "color": "rgba(0, 0, 0, 2%)", - "spread": "2", - "type": "dropShadow", - "x": "-8", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "440", - ], - "type": "boxShadow", - "value": "-8px 0 16px 2px rgba(0, 0, 0, 4%), -8px 0 16px 2px rgba(0, 0, 0, 2%)", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-50", - "original": { - "type": "boxShadow", - "value": { - "blur": "0", - "color": "", - "spread": "0", - "type": "dropShadow", - "x": "0", - "y": "0", - }, - }, - "path": [ - "core", - "elevation", - "shadow", - "50", - ], - "type": "boxShadow", - "value": "0 0 0 0", - }, - "510": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-510", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "-16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "510", - ], - "type": "boxShadow", - "value": "0 -16px 24px 4px rgba(0, 0, 0, 4%), 0 -16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "520": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-520", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "520", - ], - "type": "boxShadow", - "value": "16px 0 24px 4px rgba(0, 0, 0, 4%), 16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "530": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-530", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "0", - "y": "16", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "530", - ], - "type": "boxShadow", - "value": "0 16px 24px 4px rgba(0, 0, 0, 4%), 0 16px 24px 4px rgba(0, 0, 0, 2%)", - }, - "540": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-540", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "24", - "color": "rgba(0, 0, 0, 4%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - { - "blur": "24", - "color": "rgba(0, 0, 0, 2%)", - "spread": "4", - "type": "dropShadow", - "x": "-16", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "540", - ], - "type": "boxShadow", - "value": "-16px 0 24px 4px rgba(0, 0, 0, 4%), -16px 0 24px 4px rgba(0, 0, 0, 2%)", - }, - "610": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-610", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "-24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "610", - ], - "type": "boxShadow", - "value": "0 -24px 48px 8px rgba(0, 0, 0, 6%), 0 -24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "620": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-620", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "24", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "620", - ], - "type": "boxShadow", - "value": "24px 0 48px 8px rgba(0, 0, 0, 6%), 24px 0 48px 8px rgba(0, 0, 0, 3%)", - }, - "630": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-630", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "48", - "color": "rgba(0, 0, 0, 6%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - { - "blur": "48", - "color": "rgba(0, 0, 0, 3%)", - "spread": "8", - "type": "dropShadow", - "x": "0", - "y": "24", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "630", - ], - "type": "boxShadow", - "value": "0 24px 48px 8px rgba(0, 0, 0, 6%), 0 24px 48px 8px rgba(0, 0, 0, 3%)", - }, - "710": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-710", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "-32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "710", - ], - "type": "boxShadow", - "value": "0 -32px 64px 12px rgba(0, 0, 0, 8%), 0 -32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "720": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-720", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "720", - ], - "type": "boxShadow", - "value": "32px 0 64px 12px rgba(0, 0, 0, 8%), 32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - "730": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-730", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "0", - "y": "32", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "730", - ], - "type": "boxShadow", - "value": "0 32px 64px 12px rgba(0, 0, 0, 8%), 0 32px 64px 12px rgba(0, 0, 0, 4%)", - }, - "740": { - "attributes": {}, - "filePath": "raw-tokens/data/core/boxShadow.json", - "isSource": true, - "name": "core-elevation-shadow-740", - "original": { - "type": "boxShadow", - "value": [ - { - "blur": "64", - "color": "rgba(0, 0, 0, 8%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - { - "blur": "64", - "color": "rgba(0, 0, 0, 4%)", - "spread": "12", - "type": "dropShadow", - "x": "-32", - "y": "0", - }, - ], - }, - "path": [ - "core", - "elevation", - "shadow", - "740", - ], - "type": "boxShadow", - "value": "-32px 0 64px 12px rgba(0, 0, 0, 8%), -32px 0 64px 12px rgba(0, 0, 0, 4%)", - }, - }, - }, - "fontDecoration": { - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-decoration-underline", - "original": { - "type": "textDecoration", - "value": "underline", - }, - "path": [ - "core", - "fontDecoration", - "underline", - ], - "type": "textDecoration", - "value": "underline", - }, - }, - "fontFamily": { - "fontAwesome": { - "brands": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-brands", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "brands", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Brands'", - }, - "pro": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-font-awesome-pro", - "original": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro", - }, - "path": [ - "core", - "fontFamily", - "fontAwesome", - "pro", - ], - "type": "fontFamilies", - "value": "'Font Awesome 6 Pro'", - }, - }, - "ibmPlex": { - "mono": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-mono", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Mono", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "mono", - ], - "type": "fontFamilies", - "value": "'IBM Plex Mono'", - }, - "sans": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ibm-plex-sans", - "original": { - "type": "fontFamilies", - "value": "IBM Plex Sans", - }, - "path": [ - "core", - "fontFamily", - "ibmPlex", - "sans", - ], - "type": "fontFamilies", - "value": "'IBM Plex Sans'", - }, - }, - "ubuntu": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-family-ubuntu", - "original": { - "type": "fontFamilies", - "value": "Ubuntu", - }, - "path": [ - "core", - "fontFamily", - "ubuntu", - ], - "type": "fontFamilies", - "value": "Ubuntu", - }, - }, - "fontSize": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-100", - "original": { - "description": "1rem", - "type": "fontSizes", - "value": "16", - }, - "path": [ - "core", - "fontSize", - "100", - ], - "type": "fontSizes", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1000", - "original": { - "description": "1.75rem", - "type": "fontSizes", - "value": "28", - }, - "path": [ - "core", - "fontSize", - "1000", - ], - "type": "fontSizes", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-1100", - "original": { - "description": "2.125rem", - "type": "fontSizes", - "value": "34", - }, - "path": [ - "core", - "fontSize", - "1100", - ], - "type": "fontSizes", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-200", - "original": { - "description": "1.125rem", - "type": "fontSizes", - "value": "18", - }, - "path": [ - "core", - "fontSize", - "200", - ], - "type": "fontSizes", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-300", - "original": { - "description": "1.25rem", - "type": "fontSizes", - "value": "20", - }, - "path": [ - "core", - "fontSize", - "300", - ], - "type": "fontSizes", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-400", - "original": { - "description": "1.5rem", - "type": "fontSizes", - "value": "24", - }, - "path": [ - "core", - "fontSize", - "400", - ], - "type": "fontSizes", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-50", - "original": { - "description": "0.75rem", - "type": "fontSizes", - "value": "12", - }, - "path": [ - "core", - "fontSize", - "50", - ], - "type": "fontSizes", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-500", - "original": { - "description": "2rem", - "type": "fontSizes", - "value": "32", - }, - "path": [ - "core", - "fontSize", - "500", - ], - "type": "fontSizes", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-600", - "original": { - "description": "2.5rem", - "type": "fontSizes", - "value": "40", - }, - "path": [ - "core", - "fontSize", - "600", - ], - "type": "fontSizes", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-700", - "original": { - "description": "3rem", - "type": "fontSizes", - "value": "48", - }, - "path": [ - "core", - "fontSize", - "700", - ], - "type": "fontSizes", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-75", - "original": { - "description": "0.875rem", - "type": "fontSizes", - "value": "14", - }, - "path": [ - "core", - "fontSize", - "75", - ], - "type": "fontSizes", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-800", - "original": { - "description": "4rem", - "type": "fontSizes", - "value": "64", - }, - "path": [ - "core", - "fontSize", - "800", - ], - "type": "fontSizes", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-size-900", - "original": { - "description": "5rem", - "type": "fontSizes", - "value": "80", - }, - "path": [ - "core", - "fontSize", - "900", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "fontWeight": { - "bold": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold", - "original": { - "type": "fontWeights", - "value": "700", - }, - "path": [ - "core", - "fontWeight", - "bold", - ], - "type": "fontWeights", - "value": 700, - }, - "boldItalic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-bold-italic", - "original": { - "type": "fontWeights", - "value": "Bold Italic", - }, - "path": [ - "core", - "fontWeight", - "boldItalic", - ], - "type": "fontWeights", - "value": "700 italic", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-italic", - "original": { - "type": "fontWeights", - "value": "Italic", - }, - "path": [ - "core", - "fontWeight", - "italic", - ], - "type": "fontWeights", - "value": "Italic", - }, - "light": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-light", - "original": { - "type": "fontWeights", - "value": "300", - }, - "path": [ - "core", - "fontWeight", - "light", - ], - "type": "fontWeights", - "value": 300, - }, - "regular": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-font-weight-regular", - "original": { - "type": "fontWeights", - "value": "400", - }, - "path": [ - "core", - "fontWeight", - "regular", - ], - "type": "fontWeights", - "value": 400, - }, - }, - "lineHeight": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-100", - "original": { - "description": "1.125rem", - "type": "lineHeights", - "value": "18", - }, - "path": [ - "core", - "lineHeight", - "100", - ], - "type": "lineHeights", - "value": "18px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-1000", - "original": { - "description": "6rem", - "type": "lineHeights", - "value": "96", - }, - "path": [ - "core", - "lineHeight", - "1000", - ], - "type": "lineHeights", - "value": "96px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-200", - "original": { - "description": "1.375rem", - "type": "lineHeights", - "value": "22", - }, - "path": [ - "core", - "lineHeight", - "200", - ], - "type": "lineHeights", - "value": "22px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-300", - "original": { - "description": "1.5rem", - "type": "lineHeights", - "value": "24", - }, - "path": [ - "core", - "lineHeight", - "300", - ], - "type": "lineHeights", - "value": "24px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-400", - "original": { - "description": "1.75rem", - "type": "lineHeights", - "value": "28", - }, - "path": [ - "core", - "lineHeight", - "400", - ], - "type": "lineHeights", - "value": "28px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-500", - "original": { - "description": "1.875rem", - "type": "lineHeights", - "value": "30", - }, - "path": [ - "core", - "lineHeight", - "500", - ], - "type": "lineHeights", - "value": "30px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-600", - "original": { - "description": "2rem", - "type": "lineHeights", - "value": "32", - }, - "path": [ - "core", - "lineHeight", - "600", - ], - "type": "lineHeights", - "value": "32px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-700", - "original": { - "description": "2.25rem", - "type": "lineHeights", - "value": "36", - }, - "path": [ - "core", - "lineHeight", - "700", - ], - "type": "lineHeights", - "value": "36px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-800", - "original": { - "description": "3rem", - "type": "lineHeights", - "value": "48", - }, - "path": [ - "core", - "lineHeight", - "800", - ], - "type": "lineHeights", - "value": "48px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-900", - "original": { - "description": "4rem", - "type": "lineHeights", - "value": "64", - }, - "path": [ - "core", - "lineHeight", - "900", - ], - "type": "lineHeights", - "value": "64px", - }, - "auto": { - "attributes": {}, - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-line-height-auto", - "original": { - "type": "lineHeights", - "value": "auto", - }, - "path": [ - "core", - "lineHeight", - "auto", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "motion": { - "duration": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-100", - "original": { - "type": "other", - "value": "80ms", - }, - "path": [ - "core", - "motion", - "duration", - "100", - ], - "type": "other", - "value": "80ms", - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1000", - "original": { - "type": "other", - "value": "1920ms", - }, - "path": [ - "core", - "motion", - "duration", - "1000", - ], - "type": "other", - "value": "1920ms", - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1100", - "original": { - "type": "other", - "value": "2400ms", - }, - "path": [ - "core", - "motion", - "duration", - "1100", - ], - "type": "other", - "value": "2400ms", - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1200", - "original": { - "type": "other", - "value": "2880ms", - }, - "path": [ - "core", - "motion", - "duration", - "1200", - ], - "type": "other", - "value": "2880ms", - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1300", - "original": { - "type": "other", - "value": "3360ms", - }, - "path": [ - "core", - "motion", - "duration", - "1300", - ], - "type": "other", - "value": "3360ms", - }, - "1400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1400", - "original": { - "type": "other", - "value": "3840ms", - }, - "path": [ - "core", - "motion", - "duration", - "1400", - ], - "type": "other", - "value": "3840ms", - }, - "1500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-1500", - "original": { - "type": "other", - "value": "4320ms", - }, - "path": [ - "core", - "motion", - "duration", - "1500", - ], - "type": "other", - "value": "4320ms", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-200", - "original": { - "type": "other", - "value": "160ms", - }, - "path": [ - "core", - "motion", - "duration", - "200", - ], - "type": "other", - "value": "160ms", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-300", - "original": { - "type": "other", - "value": "240ms", - }, - "path": [ - "core", - "motion", - "duration", - "300", - ], - "type": "other", - "value": "240ms", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-400", - "original": { - "type": "other", - "value": "480ms", - }, - "path": [ - "core", - "motion", - "duration", - "400", - ], - "type": "other", - "value": "480ms", - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-50", - "original": { - "type": "other", - "value": "0ms", - }, - "path": [ - "core", - "motion", - "duration", - "50", - ], - "type": "other", - "value": "0ms", - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-500", - "original": { - "type": "other", - "value": "720ms", - }, - "path": [ - "core", - "motion", - "duration", - "500", - ], - "type": "other", - "value": "720ms", - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-600", - "original": { - "type": "other", - "value": "960ms", - }, - "path": [ - "core", - "motion", - "duration", - "600", - ], - "type": "other", - "value": "960ms", - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-700", - "original": { - "type": "other", - "value": "1200ms", - }, - "path": [ - "core", - "motion", - "duration", - "700", - ], - "type": "other", - "value": "1200ms", - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-800", - "original": { - "type": "other", - "value": "1440ms", - }, - "path": [ - "core", - "motion", - "duration", - "800", - ], - "type": "other", - "value": "1440ms", - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-duration-900", - "original": { - "type": "other", - "value": "1680ms", - }, - "path": [ - "core", - "motion", - "duration", - "900", - ], - "type": "other", - "value": "1680ms", - }, - }, - "ease": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-100", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "100", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 1, 1)", - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-200", - "original": { - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "200", - ], - "type": "other", - "value": "cubic-bezier(1, 0, 1, 1)", - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-300", - "original": { - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "300", - ], - "type": "other", - "value": "cubic-bezier(0, 0, 0, 1)", - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/motion.json", - "isSource": true, - "name": "core-motion-ease-400", - "original": { - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - "path": [ - "core", - "motion", - "ease", - "400", - ], - "type": "other", - "value": "cubic-bezier(0.72, 0, 0.24, 1)", - }, - }, - }, - "opacity": { - "100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-100", - "original": { - "type": "opacity", - "value": "8%", - }, - "path": [ - "core", - "opacity", - "100", - ], - "type": "opacity", - "value": 0.08, - }, - "1000": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1000", - "original": { - "type": "opacity", - "value": "80%", - }, - "path": [ - "core", - "opacity", - "1000", - ], - "type": "opacity", - "value": 0.8, - }, - "1100": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1100", - "original": { - "type": "opacity", - "value": "88%", - }, - "path": [ - "core", - "opacity", - "1100", - ], - "type": "opacity", - "value": 0.88, - }, - "1200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1200", - "original": { - "type": "opacity", - "value": "96%", - }, - "path": [ - "core", - "opacity", - "1200", - ], - "type": "opacity", - "value": 0.96, - }, - "1300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-1300", - "original": { - "type": "opacity", - "value": "100%", - }, - "path": [ - "core", - "opacity", - "1300", - ], - "type": "opacity", - "value": 1, - }, - "200": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-200", - "original": { - "type": "opacity", - "value": "16%", - }, - "path": [ - "core", - "opacity", - "200", - ], - "type": "opacity", - "value": 0.16, - }, - "300": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-300", - "original": { - "type": "opacity", - "value": "24%", - }, - "path": [ - "core", - "opacity", - "300", - ], - "type": "opacity", - "value": 0.24, - }, - "400": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-400", - "original": { - "type": "opacity", - "value": "32%", - }, - "path": [ - "core", - "opacity", - "400", - ], - "type": "opacity", - "value": 0.32, - }, - "50": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-50", - "original": { - "type": "opacity", - "value": "0%", - }, - "path": [ - "core", - "opacity", - "50", - ], - "type": "opacity", - "value": 0, - }, - "500": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-500", - "original": { - "type": "opacity", - "value": "40%", - }, - "path": [ - "core", - "opacity", - "500", - ], - "type": "opacity", - "value": 0.4, - }, - "600": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-600", - "original": { - "type": "opacity", - "value": "48%", - }, - "path": [ - "core", - "opacity", - "600", - ], - "type": "opacity", - "value": 0.48, - }, - "700": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-700", - "original": { - "type": "opacity", - "value": "56%", - }, - "path": [ - "core", - "opacity", - "700", - ], - "type": "opacity", - "value": 0.56, - }, - "75": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-75", - "original": { - "type": "opacity", - "value": "4%", - }, - "path": [ - "core", - "opacity", - "75", - ], - "type": "opacity", - "value": 0.04, - }, - "800": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-800", - "original": { - "type": "opacity", - "value": "64%", - }, - "path": [ - "core", - "opacity", - "800", - ], - "type": "opacity", - "value": 0.64, - }, - "900": { - "attributes": {}, - "filePath": "raw-tokens/data/core/opacity.json", - "isSource": true, - "name": "core-opacity-900", - "original": { - "type": "opacity", - "value": "72%", - }, - "path": [ - "core", - "opacity", - "900", - ], - "type": "opacity", - "value": 0.72, - }, - }, - "paragraphSpacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-100", - "original": { - "description": "1rem", - "type": "paragraphSpacing", - "value": "16", - }, - "path": [ - "core", - "paragraphSpacing", - "100", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1000", - "original": { - "description": "1.75rem", - "type": "paragraphSpacing", - "value": "28", - }, - "path": [ - "core", - "paragraphSpacing", - "1000", - ], - "type": "paragraphSpacing", - "value": "28px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-1100", - "original": { - "description": "2.125rem", - "type": "paragraphSpacing", - "value": "34", - }, - "path": [ - "core", - "paragraphSpacing", - "1100", - ], - "type": "paragraphSpacing", - "value": "34px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-200", - "original": { - "description": "1.125rem", - "type": "paragraphSpacing", - "value": "18", - }, - "path": [ - "core", - "paragraphSpacing", - "200", - ], - "type": "paragraphSpacing", - "value": "18px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-300", - "original": { - "description": "1.25rem", - "type": "paragraphSpacing", - "value": "20", - }, - "path": [ - "core", - "paragraphSpacing", - "300", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-400", - "original": { - "description": "1.5rem", - "type": "paragraphSpacing", - "value": "24", - }, - "path": [ - "core", - "paragraphSpacing", - "400", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12", - }, - "comment": "0.75 rem", - "description": "0.75 rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-50", - "original": { - "description": "0.75 rem", - "type": "paragraphSpacing", - "value": "12", - }, - "path": [ - "core", - "paragraphSpacing", - "50", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-500", - "original": { - "description": "2rem", - "type": "paragraphSpacing", - "value": "32", - }, - "path": [ - "core", - "paragraphSpacing", - "500", - ], - "type": "paragraphSpacing", - "value": "32px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-600", - "original": { - "description": "2.5rem", - "type": "paragraphSpacing", - "value": "40", - }, - "path": [ - "core", - "paragraphSpacing", - "600", - ], - "type": "paragraphSpacing", - "value": "40px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48", - }, - "comment": "3", - "description": "3", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-700", - "original": { - "description": "3", - "type": "paragraphSpacing", - "value": "48", - }, - "path": [ - "core", - "paragraphSpacing", - "700", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-75", - "original": { - "description": "0.875rem", - "type": "paragraphSpacing", - "value": "14", - }, - "path": [ - "core", - "paragraphSpacing", - "75", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-800", - "original": { - "description": "4rem", - "type": "paragraphSpacing", - "value": "64", - }, - "path": [ - "core", - "paragraphSpacing", - "800", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/typography.json", - "isSource": true, - "name": "core-paragraph-spacing-900", - "original": { - "description": "5rem", - "type": "paragraphSpacing", - "value": "80", - }, - "path": [ - "core", - "paragraphSpacing", - "900", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - "spacing": { - "100": { - "attributes": { - "attributes": {}, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2", - }, - "comment": "0.125rem", - "description": "0.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-100", - "original": { - "description": "0.125rem", - "type": "spacing", - "value": "2", - }, - "path": [ - "core", - "spacing", - "100", - ], - "type": "spacing", - "value": "2px", - }, - "1000": { - "attributes": { - "attributes": {}, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20", - }, - "comment": "1.25rem", - "description": "1.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1000", - "original": { - "description": "1.25rem", - "type": "spacing", - "value": "20", - }, - "path": [ - "core", - "spacing", - "1000", - ], - "type": "spacing", - "value": "20px", - }, - "1100": { - "attributes": { - "attributes": {}, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22", - }, - "comment": "1.375rem", - "description": "1.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1100", - "original": { - "description": "1.375rem", - "type": "spacing", - "value": "22", - }, - "path": [ - "core", - "spacing", - "1100", - ], - "type": "spacing", - "value": "22px", - }, - "1200": { - "attributes": { - "attributes": {}, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24", - }, - "comment": "1.5rem", - "description": "1.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1200", - "original": { - "description": "1.5rem", - "type": "spacing", - "value": "24", - }, - "path": [ - "core", - "spacing", - "1200", - ], - "type": "spacing", - "value": "24px", - }, - "1300": { - "attributes": { - "attributes": {}, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26", - }, - "comment": "1.625rem", - "description": "1.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1300", - "original": { - "description": "1.625rem", - "type": "spacing", - "value": "26", - }, - "path": [ - "core", - "spacing", - "1300", - ], - "type": "spacing", - "value": "26px", - }, - "1400": { - "attributes": { - "attributes": {}, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28", - }, - "comment": "1.75rem", - "description": "1.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1400", - "original": { - "description": "1.75rem", - "type": "spacing", - "value": "28", - }, - "path": [ - "core", - "spacing", - "1400", - ], - "type": "spacing", - "value": "28px", - }, - "1500": { - "attributes": { - "attributes": {}, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30", - }, - "comment": "1.875rem", - "description": "1.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1500", - "original": { - "description": "1.875rem", - "type": "spacing", - "value": "30", - }, - "path": [ - "core", - "spacing", - "1500", - ], - "type": "spacing", - "value": "30px", - }, - "1600": { - "attributes": { - "attributes": {}, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32", - }, - "comment": "2rem", - "description": "2rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1600", - "original": { - "description": "2rem", - "type": "spacing", - "value": "32", - }, - "path": [ - "core", - "spacing", - "1600", - ], - "type": "spacing", - "value": "32px", - }, - "1700": { - "attributes": { - "attributes": {}, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34", - }, - "comment": "2.125rem", - "description": "2.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1700", - "original": { - "description": "2.125rem", - "type": "spacing", - "value": "34", - }, - "path": [ - "core", - "spacing", - "1700", - ], - "type": "spacing", - "value": "34px", - }, - "1800": { - "attributes": { - "attributes": {}, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36", - }, - "comment": "2.25rem", - "description": "2.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1800", - "original": { - "description": "2.25rem", - "type": "spacing", - "value": "36", - }, - "path": [ - "core", - "spacing", - "1800", - ], - "type": "spacing", - "value": "36px", - }, - "1900": { - "attributes": { - "attributes": {}, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38", - }, - "comment": "2.375rem", - "description": "2.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-1900", - "original": { - "description": "2.375rem", - "type": "spacing", - "value": "38", - }, - "path": [ - "core", - "spacing", - "1900", - ], - "type": "spacing", - "value": "38px", - }, - "200": { - "attributes": { - "attributes": {}, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4", - }, - "comment": "0.25rem", - "description": "0.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-200", - "original": { - "description": "0.25rem", - "type": "spacing", - "value": "4", - }, - "path": [ - "core", - "spacing", - "200", - ], - "type": "spacing", - "value": "4px", - }, - "2000": { - "attributes": { - "attributes": {}, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40", - }, - "comment": "2.5rem", - "description": "2.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2000", - "original": { - "description": "2.5rem", - "type": "spacing", - "value": "40", - }, - "path": [ - "core", - "spacing", - "2000", - ], - "type": "spacing", - "value": "40px", - }, - "2100": { - "attributes": { - "attributes": {}, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42", - }, - "comment": "2.625rem", - "description": "2.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2100", - "original": { - "description": "2.625rem", - "type": "spacing", - "value": "42", - }, - "path": [ - "core", - "spacing", - "2100", - ], - "type": "spacing", - "value": "42px", - }, - "2200": { - "attributes": { - "attributes": {}, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44", - }, - "comment": "2.75rem", - "description": "2.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2200", - "original": { - "description": "2.75rem", - "type": "spacing", - "value": "44", - }, - "path": [ - "core", - "spacing", - "2200", - ], - "type": "spacing", - "value": "44px", - }, - "2300": { - "attributes": { - "attributes": {}, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46", - }, - "comment": "2.875rem", - "description": "2.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2300", - "original": { - "description": "2.875rem", - "type": "spacing", - "value": "46", - }, - "path": [ - "core", - "spacing", - "2300", - ], - "type": "spacing", - "value": "46px", - }, - "2400": { - "attributes": { - "attributes": {}, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48", - }, - "comment": "3rem", - "description": "3rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2400", - "original": { - "description": "3rem", - "type": "spacing", - "value": "48", - }, - "path": [ - "core", - "spacing", - "2400", - ], - "type": "spacing", - "value": "48px", - }, - "2500": { - "attributes": { - "attributes": {}, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50", - }, - "comment": "3.125rem", - "description": "3.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2500", - "original": { - "description": "3.125rem", - "type": "spacing", - "value": "50", - }, - "path": [ - "core", - "spacing", - "2500", - ], - "type": "spacing", - "value": "50px", - }, - "2600": { - "attributes": { - "attributes": {}, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52", - }, - "comment": "3.25rem", - "description": "3.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2600", - "original": { - "description": "3.25rem", - "type": "spacing", - "value": "52", - }, - "path": [ - "core", - "spacing", - "2600", - ], - "type": "spacing", - "value": "52px", - }, - "2700": { - "attributes": { - "attributes": {}, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54", - }, - "comment": "3.375rem", - "description": "3.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2700", - "original": { - "description": "3.375rem", - "type": "spacing", - "value": "54", - }, - "path": [ - "core", - "spacing", - "2700", - ], - "type": "spacing", - "value": "54px", - }, - "2800": { - "attributes": { - "attributes": {}, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56", - }, - "comment": "3.5rem", - "description": "3.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2800", - "original": { - "description": "3.5rem", - "type": "spacing", - "value": "56", - }, - "path": [ - "core", - "spacing", - "2800", - ], - "type": "spacing", - "value": "56px", - }, - "2900": { - "attributes": { - "attributes": {}, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58", - }, - "comment": "3.625rem", - "description": "3.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-2900", - "original": { - "description": "3.625rem", - "type": "spacing", - "value": "58", - }, - "path": [ - "core", - "spacing", - "2900", - ], - "type": "spacing", - "value": "58px", - }, - "300": { - "attributes": { - "attributes": {}, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6", - }, - "comment": "0.375rem", - "description": "0.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-300", - "original": { - "description": "0.375rem", - "type": "spacing", - "value": "6", - }, - "path": [ - "core", - "spacing", - "300", - ], - "type": "spacing", - "value": "6px", - }, - "3000": { - "attributes": { - "attributes": {}, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60", - }, - "comment": "3.75rem", - "description": "3.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3000", - "original": { - "description": "3.75rem", - "type": "spacing", - "value": "60", - }, - "path": [ - "core", - "spacing", - "3000", - ], - "type": "spacing", - "value": "60px", - }, - "3100": { - "attributes": { - "attributes": {}, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62", - }, - "comment": "3.875rem", - "description": "3.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3100", - "original": { - "description": "3.875rem", - "type": "spacing", - "value": "62", - }, - "path": [ - "core", - "spacing", - "3100", - ], - "type": "spacing", - "value": "62px", - }, - "3200": { - "attributes": { - "attributes": {}, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64", - }, - "comment": "4rem", - "description": "4rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3200", - "original": { - "description": "4rem", - "type": "spacing", - "value": "64", - }, - "path": [ - "core", - "spacing", - "3200", - ], - "type": "spacing", - "value": "64px", - }, - "3300": { - "attributes": { - "attributes": {}, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66", - }, - "comment": "4.125rem", - "description": "4.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3300", - "original": { - "description": "4.125rem", - "type": "spacing", - "value": "66", - }, - "path": [ - "core", - "spacing", - "3300", - ], - "type": "spacing", - "value": "66px", - }, - "3400": { - "attributes": { - "attributes": {}, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68", - }, - "comment": "4.25rem", - "description": "4.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3400", - "original": { - "description": "4.25rem", - "type": "spacing", - "value": "68", - }, - "path": [ - "core", - "spacing", - "3400", - ], - "type": "spacing", - "value": "68px", - }, - "3500": { - "attributes": { - "attributes": {}, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70", - }, - "comment": "4.375rem", - "description": "4.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3500", - "original": { - "description": "4.375rem", - "type": "spacing", - "value": "70", - }, - "path": [ - "core", - "spacing", - "3500", - ], - "type": "spacing", - "value": "70px", - }, - "3600": { - "attributes": { - "attributes": {}, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72", - }, - "comment": "4.5rem", - "description": "4.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3600", - "original": { - "description": "4.5rem", - "type": "spacing", - "value": "72", - }, - "path": [ - "core", - "spacing", - "3600", - ], - "type": "spacing", - "value": "72px", - }, - "3700": { - "attributes": { - "attributes": {}, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74", - }, - "comment": "4.625rem", - "description": "4.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3700", - "original": { - "description": "4.625rem", - "type": "spacing", - "value": "74", - }, - "path": [ - "core", - "spacing", - "3700", - ], - "type": "spacing", - "value": "74px", - }, - "3800": { - "attributes": { - "attributes": {}, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76", - }, - "comment": "4.75rem", - "description": "4.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3800", - "original": { - "description": "4.75rem", - "type": "spacing", - "value": "76", - }, - "path": [ - "core", - "spacing", - "3800", - ], - "type": "spacing", - "value": "76px", - }, - "3900": { - "attributes": { - "attributes": {}, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78", - }, - "comment": "4.875rem", - "description": "4.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-3900", - "original": { - "description": "4.875rem", - "type": "spacing", - "value": "78", - }, - "path": [ - "core", - "spacing", - "3900", - ], - "type": "spacing", - "value": "78px", - }, - "400": { - "attributes": { - "attributes": {}, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8", - }, - "comment": "0.5rem", - "description": "0.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-400", - "original": { - "description": "0.5rem", - "type": "spacing", - "value": "8", - }, - "path": [ - "core", - "spacing", - "400", - ], - "type": "spacing", - "value": "8px", - }, - "4000": { - "attributes": { - "attributes": {}, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80", - }, - "comment": "5rem", - "description": "5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4000", - "original": { - "description": "5rem", - "type": "spacing", - "value": "80", - }, - "path": [ - "core", - "spacing", - "4000", - ], - "type": "spacing", - "value": "80px", - }, - "4100": { - "attributes": { - "attributes": {}, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82", - }, - "comment": "5.125rem", - "description": "5.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4100", - "original": { - "description": "5.125rem", - "type": "spacing", - "value": "82", - }, - "path": [ - "core", - "spacing", - "4100", - ], - "type": "spacing", - "value": "82px", - }, - "4200": { - "attributes": { - "attributes": {}, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84", - }, - "comment": "5.25rem", - "description": "5.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4200", - "original": { - "description": "5.25rem", - "type": "spacing", - "value": "84", - }, - "path": [ - "core", - "spacing", - "4200", - ], - "type": "spacing", - "value": "84px", - }, - "4300": { - "attributes": { - "attributes": {}, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86", - }, - "comment": "5.375rem", - "description": "5.375rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4300", - "original": { - "description": "5.375rem", - "type": "spacing", - "value": "86", - }, - "path": [ - "core", - "spacing", - "4300", - ], - "type": "spacing", - "value": "86px", - }, - "4400": { - "attributes": { - "attributes": {}, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88", - }, - "comment": "5.5rem", - "description": "5.5rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4400", - "original": { - "description": "5.5rem", - "type": "spacing", - "value": "88", - }, - "path": [ - "core", - "spacing", - "4400", - ], - "type": "spacing", - "value": "88px", - }, - "4500": { - "attributes": { - "attributes": {}, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90", - }, - "comment": "5.625rem", - "description": "5.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4500", - "original": { - "description": "5.625rem", - "type": "spacing", - "value": "90", - }, - "path": [ - "core", - "spacing", - "4500", - ], - "type": "spacing", - "value": "90px", - }, - "4600": { - "attributes": { - "attributes": {}, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92", - }, - "comment": "5.75rem", - "description": "5.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4600", - "original": { - "description": "5.75rem", - "type": "spacing", - "value": "92", - }, - "path": [ - "core", - "spacing", - "4600", - ], - "type": "spacing", - "value": "92px", - }, - "4700": { - "attributes": { - "attributes": {}, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94", - }, - "comment": "5.875rem", - "description": "5.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4700", - "original": { - "description": "5.875rem", - "type": "spacing", - "value": "94", - }, - "path": [ - "core", - "spacing", - "4700", - ], - "type": "spacing", - "value": "94px", - }, - "4800": { - "attributes": { - "attributes": {}, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96", - }, - "comment": "6rem", - "description": "6rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4800", - "original": { - "description": "6rem", - "type": "spacing", - "value": "96", - }, - "path": [ - "core", - "spacing", - "4800", - ], - "type": "spacing", - "value": "96px", - }, - "4900": { - "attributes": { - "attributes": {}, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98", - }, - "comment": "6.125rem", - "description": "6.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-4900", - "original": { - "description": "6.125rem", - "type": "spacing", - "value": "98", - }, - "path": [ - "core", - "spacing", - "4900", - ], - "type": "spacing", - "value": "98px", - }, - "50": { - "attributes": { - "attributes": {}, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": "0", - }, - "comment": "0rem", - "description": "0rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-50", - "original": { - "description": "0rem", - "type": "spacing", - "value": "0", - }, - "path": [ - "core", - "spacing", - "50", - ], - "type": "spacing", - "value": 0, - }, - "500": { - "attributes": { - "attributes": {}, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10", - }, - "comment": "0.625rem", - "description": "0.625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-500", - "original": { - "description": "0.625rem", - "type": "spacing", - "value": "10", - }, - "path": [ - "core", - "spacing", - "500", - ], - "type": "spacing", - "value": "10px", - }, - "5000": { - "attributes": { - "attributes": {}, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100", - }, - "comment": "6.25rem", - "description": "6.25rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-5000", - "original": { - "description": "6.25rem", - "type": "spacing", - "value": "100", - }, - "path": [ - "core", - "spacing", - "5000", - ], - "type": "spacing", - "value": "100px", - }, - "600": { - "attributes": { - "attributes": {}, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12", - }, - "comment": "0.75rem", - "description": "0.75rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-600", - "original": { - "description": "0.75rem", - "type": "spacing", - "value": "12", - }, - "path": [ - "core", - "spacing", - "600", - ], - "type": "spacing", - "value": "12px", - }, - "700": { - "attributes": { - "attributes": {}, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14", - }, - "comment": "0.875rem", - "description": "0.875rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-700", - "original": { - "description": "0.875rem", - "type": "spacing", - "value": "14", - }, - "path": [ - "core", - "spacing", - "700", - ], - "type": "spacing", - "value": "14px", - }, - "75": { - "attributes": { - "attributes": {}, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1", - }, - "comment": "0.0625rem", - "description": "0.0625rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-75", - "original": { - "description": "0.0625rem", - "type": "spacing", - "value": "1", - }, - "path": [ - "core", - "spacing", - "75", - ], - "type": "spacing", - "value": "1px", - }, - "800": { - "attributes": { - "attributes": {}, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16", - }, - "comment": "1rem", - "description": "1rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-800", - "original": { - "description": "1rem", - "type": "spacing", - "value": "16", - }, - "path": [ - "core", - "spacing", - "800", - ], - "type": "spacing", - "value": "16px", - }, - "900": { - "attributes": { - "attributes": {}, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18", - }, - "comment": "1.125rem", - "description": "1.125rem", - "filePath": "raw-tokens/data/core/spacing.json", - "isSource": true, - "name": "core-spacing-900", - "original": { - "description": "1.125rem", - "type": "spacing", - "value": "18", - }, - "path": [ - "core", - "spacing", - "900", - ], - "type": "spacing", - "value": "18px", - }, - }, - }, - "semantic": { - "borderRadius": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-2xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.2400}", - }, - "path": [ - "semantic", - "borderRadius", - "2xl", - ], - "type": "borderRadius", - "value": "48px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-lg", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.800}", - }, - "path": [ - "semantic", - "borderRadius", - "lg", - ], - "type": "borderRadius", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-md", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.400}", - }, - "path": [ - "semantic", - "borderRadius", - "md", - ], - "type": "borderRadius", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-none", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.50}", - }, - "path": [ - "semantic", - "borderRadius", - "none", - ], - "type": "borderRadius", - "value": "0px", - }, - "pill": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-pill", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.4800}", - }, - "path": [ - "semantic", - "borderRadius", - "pill", - ], - "type": "borderRadius", - "value": "96px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-sm", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.200}", - }, - "path": [ - "semantic", - "borderRadius", - "sm", - ], - "type": "borderRadius", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-xl", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.1200}", - }, - "path": [ - "semantic", - "borderRadius", - "xl", - ], - "type": "borderRadius", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-border-radius-xs", - "original": { - "type": "borderRadius", - "value": "{core.borderRadius.100}", - }, - "path": [ - "semantic", - "borderRadius", - "xs", - ], - "type": "borderRadius", - "value": "2px", - }, - }, - "fontSize": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-body-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-body-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-body-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-body-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "body", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-code-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-code-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-code-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-code-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "code", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h1", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h1", - ], - "type": "fontSizes", - "value": "64px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h2", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.700}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h2", - ], - "type": "fontSizes", - "value": "48px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h3", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h3", - ], - "type": "fontSizes", - "value": "24px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h4", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h4", - ], - "type": "fontSizes", - "value": "20px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h5", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h5", - ], - "type": "fontSizes", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-h6", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "h6", - ], - "type": "fontSizes", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-heading-hero", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.900}", - }, - "path": [ - "semantic", - "fontSize", - "heading", - "hero", - ], - "type": "fontSizes", - "value": "80px", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-caption", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.50}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "caption", - ], - "type": "fontSizes", - "value": "12px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "lg", - ], - "type": "fontSizes", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "md", - ], - "type": "fontSizes", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.75}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "sm", - ], - "type": "fontSizes", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-label-paired-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.400}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "labelPaired", - "xl", - ], - "type": "fontSizes", - "value": "24px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-2xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.800}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "2xl", - ], - "type": "fontSizes", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-lg", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.500}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "lg", - ], - "type": "fontSizes", - "value": "32px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-md", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.300}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "md", - ], - "type": "fontSizes", - "value": "20px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-sm", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.100}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "sm", - ], - "type": "fontSizes", - "value": "16px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-font-size-icon-standalone-xl", - "original": { - "type": "fontSizes", - "value": "{core.fontSize.600}", - }, - "path": [ - "semantic", - "fontSize", - "icon", - "standalone", - "xl", - ], - "type": "fontSizes", - "value": "40px", - }, - }, - }, - }, - "lineHeight": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-body-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-body-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-body-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-body-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "body", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-code-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-code-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-code-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-code-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "code", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h1", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h1", - ], - "type": "lineHeights", - "value": "normal", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h2", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h2", - ], - "type": "lineHeights", - "value": "normal", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h3", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h3", - ], - "type": "lineHeights", - "value": "normal", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h4", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h4", - ], - "type": "lineHeights", - "value": "normal", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h5", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h5", - ], - "type": "lineHeights", - "value": "normal", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-h6", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "h6", - ], - "type": "lineHeights", - "value": "normal", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-heading-hero", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.auto}", - }, - "path": [ - "semantic", - "lineHeight", - "heading", - "hero", - ], - "type": "lineHeights", - "value": "normal", - }, - }, - "icon": { - "labelPaired": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-caption", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.100}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "caption", - ], - "type": "lineHeights", - "value": "18px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.500}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "lg", - ], - "type": "lineHeights", - "value": "30px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "md", - ], - "type": "lineHeights", - "value": "24px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.200}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "sm", - ], - "type": "lineHeights", - "value": "22px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-label-paired-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.700}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "labelPaired", - "xl", - ], - "type": "lineHeights", - "value": "36px", - }, - }, - "standalone": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-2xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.1000}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "2xl", - ], - "type": "lineHeights", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-lg", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.800}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "lg", - ], - "type": "lineHeights", - "value": "48px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-md", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.600}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "md", - ], - "type": "lineHeights", - "value": "32px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-sm", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.300}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "sm", - ], - "type": "lineHeights", - "value": "24px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-line-height-icon-standalone-xl", - "original": { - "type": "lineHeights", - "value": "{core.lineHeight.900}", - }, - "path": [ - "semantic", - "lineHeight", - "icon", - "standalone", - "xl", - ], - "type": "lineHeights", - "value": "64px", - }, - }, - }, - }, - "paragraphSpacing": { - "body": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "lg", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-body-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "body", - "xl", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - }, - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-caption", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.50}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "caption", - ], - "type": "paragraphSpacing", - "value": "12px", - }, - "code": { - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-lg", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "lg", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-md", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "md", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-sm", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "sm", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-code-xl", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "code", - "xl", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h1", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.800}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h1", - ], - "type": "paragraphSpacing", - "value": "64px", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h2", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.700}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h2", - ], - "type": "paragraphSpacing", - "value": "48px", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h3", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.400}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h3", - ], - "type": "paragraphSpacing", - "value": "24px", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h4", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.300}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h4", - ], - "type": "paragraphSpacing", - "value": "20px", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h5", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.100}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h5", - ], - "type": "paragraphSpacing", - "value": "16px", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-h6", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.75}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "h6", - ], - "type": "paragraphSpacing", - "value": "14px", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-paragraph-spacing-heading-hero", - "original": { - "type": "paragraphSpacing", - "value": "{core.paragraphSpacing.900}", - }, - "path": [ - "semantic", - "paragraphSpacing", - "heading", - "hero", - ], - "type": "paragraphSpacing", - "value": "80px", - }, - }, - }, - "spacing": { - "gap": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xl", - ], - "type": "spacing", - "value": "32px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "2xs", - ], - "type": "spacing", - "value": "1px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "3xl", - ], - "type": "spacing", - "value": "48px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "4xl", - ], - "type": "spacing", - "value": "64px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "lg", - ], - "type": "spacing", - "value": "16px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-md", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "md", - ], - "type": "spacing", - "value": "8px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "sm", - ], - "type": "spacing", - "value": "4px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xl", - ], - "type": "spacing", - "value": "24px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-gap-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "gap", - "xs", - ], - "type": "spacing", - "value": "2px", - }, - }, - "general": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xl", - "original": { - "type": "spacing", - "value": "{core.spacing.2400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xl", - ], - "type": "spacing", - "value": "48px", - }, - "2xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-2xs", - "original": { - "type": "spacing", - "value": "{core.spacing.100}", - }, - "path": [ - "semantic", - "spacing", - "general", - "2xs", - ], - "type": "spacing", - "value": "2px", - }, - "3xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xl", - ], - "type": "spacing", - "value": "64px", - }, - "3xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-3xs", - "original": { - "type": "spacing", - "value": "{core.spacing.75}", - }, - "path": [ - "semantic", - "spacing", - "general", - "3xs", - ], - "type": "spacing", - "value": "1px", - }, - "4xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-4xl", - "original": { - "type": "spacing", - "value": "{core.spacing.3600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "4xl", - ], - "type": "spacing", - "value": "72px", - }, - "5xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-5xl", - "original": { - "type": "spacing", - "value": "{core.spacing.4800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "5xl", - ], - "type": "spacing", - "value": "96px", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-lg", - "original": { - "type": "spacing", - "value": "{core.spacing.1200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "lg", - ], - "type": "spacing", - "value": "24px", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-md", - "original": { - "type": "spacing", - "value": "{core.spacing.800}", - }, - "path": [ - "semantic", - "spacing", - "general", - "md", - ], - "type": "spacing", - "value": "16px", - }, - "none": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-none", - "original": { - "type": "spacing", - "value": "{core.spacing.50}", - }, - "path": [ - "semantic", - "spacing", - "general", - "none", - ], - "type": "spacing", - "value": 0, - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-sm", - "original": { - "type": "spacing", - "value": "{core.spacing.400}", - }, - "path": [ - "semantic", - "spacing", - "general", - "sm", - ], - "type": "spacing", - "value": "8px", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xl", - "original": { - "type": "spacing", - "value": "{core.spacing.1600}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xl", - ], - "type": "spacing", - "value": "32px", - }, - "xs": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-spacing-general-xs", - "original": { - "type": "spacing", - "value": "{core.spacing.200}", - }, - "path": [ - "semantic", - "spacing", - "general", - "xs", - ], - "type": "spacing", - "value": "4px", - }, - }, - }, - "typography": { - "body": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Sans'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Sans'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Sans'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-body-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "body", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Sans'", - }, - }, - }, - }, - "caption": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "default", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "bold", - "underline", - ], - "type": "typography", - "value": "700 12px/18px 'IBM Plex Sans'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "default", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 12px/18px 'IBM Plex Sans'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-caption-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.sans}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - "paragraphSpacing": "{core.paragraphSpacing.50}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "caption", - "regular", - "underline", - ], - "type": "typography", - "value": "400 12px/18px 'IBM Plex Sans'", - }, - }, - }, - "code": { - "lg": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "default", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "bold", - "underline", - ], - "type": "typography", - "value": "700 20px/30px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "default", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 20px/30px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-lg-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "lg", - "regular", - "underline", - ], - "type": "typography", - "value": "400 20px/30px 'IBM Plex Mono'", - }, - }, - }, - "md": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "default", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "bold", - "underline", - ], - "type": "typography", - "value": "700 16px/24px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "default", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 16px/24px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-md-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "md", - "regular", - "underline", - ], - "type": "typography", - "value": "400 16px/24px 'IBM Plex Mono'", - }, - }, - }, - "sm": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "default", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "bold", - "underline", - ], - "type": "typography", - "value": "700 14px/22px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "default", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 14px/22px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-sm-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "sm", - "regular", - "underline", - ], - "type": "typography", - "value": "400 14px/22px 'IBM Plex Mono'", - }, - }, - }, - "xl": { - "bold": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "default", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.boldItalic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "italic-underline", - ], - "type": "typography", - "value": "undefined italic 24px/36px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-bold-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "bold", - "underline", - ], - "type": "typography", - "value": "700 24px/36px 'IBM Plex Mono'", - }, - }, - "regular": { - "default": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-default", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "default", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Mono'", - }, - "italic": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Mono'", - }, - "italic-underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-italic-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.italic}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "italic-underline", - ], - "type": "typography", - "value": "Italic 24px/36px 'IBM Plex Mono'", - }, - "underline": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-code-xl-regular-underline", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ibmPlex.mono}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - "textDecoration": "{core.fontDecoration.underline}", - }, - }, - "path": [ - "semantic", - "typography", - "code", - "xl", - "regular", - "underline", - ], - "type": "typography", - "value": "400 24px/36px 'IBM Plex Mono'", - }, - }, - }, - }, - "heading": { - "h1": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h1", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.800}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h1", - ], - "type": "typography", - "value": "700 64px/normal Ubuntu", - }, - "h2": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h2", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.700}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.700}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h2", - ], - "type": "typography", - "value": "700 48px/normal Ubuntu", - }, - "h3": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h3", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.400}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h3", - ], - "type": "typography", - "value": "700 24px/normal Ubuntu", - }, - "h4": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h4", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.300}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h4", - ], - "type": "typography", - "value": "700 20px/normal Ubuntu", - }, - "h5": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h5", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.100}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h5", - ], - "type": "typography", - "value": "700 16px/normal Ubuntu", - }, - "h6": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-h6", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.75}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "h6", - ], - "type": "typography", - "value": "700 14px/normal Ubuntu", - }, - "hero": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-heading-hero", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.ubuntu}", - "fontSize": "{core.fontSize.900}", - "fontWeight": "{core.fontWeight.bold}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.auto}", - "paragraphSpacing": "{core.paragraphSpacing.900}", - }, - }, - "path": [ - "semantic", - "typography", - "heading", - "hero", - ], - "type": "typography", - "value": "700 80px/normal Ubuntu", - }, - }, - "icon": { - "labelPaired": { - "bold": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "lg", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "bold", - "xl", - ], - "type": "typography", - "value": "400 24px/36px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "caption", - ], - "type": "typography", - "value": "400 12px/18px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "lg", - ], - "type": "typography", - "value": "400 20px/30px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "md", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "sm", - ], - "type": "typography", - "value": "400 14px/22px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "brand", - "xl", - ], - "type": "typography", - "value": "400 24px/36px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "caption": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-caption", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.50}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.100}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "caption", - ], - "type": "typography", - "value": "300 12px/18px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.500}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "lg", - ], - "type": "typography", - "value": "300 20px/30px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "md", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.75}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.200}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "sm", - ], - "type": "typography", - "value": "300 14px/22px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-label-paired-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.400}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.700}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "labelPaired", - "regular", - "xl", - ], - "type": "typography", - "value": "300 24px/36px 'Font Awesome 6 Pro'", - }, - }, - }, - "standalone": { - "bold": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-bold-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.regular}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "bold", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Pro'", - }, - }, - "brand": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "2xl", - ], - "type": "typography", - "value": "400 64px/96px 'Font Awesome 6 Brands'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "lg", - ], - "type": "typography", - "value": "400 32px/48px 'Font Awesome 6 Brands'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "md", - ], - "type": "typography", - "value": "400 20px/32px 'Font Awesome 6 Brands'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "sm", - ], - "type": "typography", - "value": "400 16px/24px 'Font Awesome 6 Brands'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-brand-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.brands}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "brand", - "xl", - ], - "type": "typography", - "value": "400 40px/64px 'Font Awesome 6 Brands'", - }, - }, - "regular": { - "2xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-2xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.800}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.1000}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "2xl", - ], - "type": "typography", - "value": "300 64px/96px 'Font Awesome 6 Pro'", - }, - "lg": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-lg", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.500}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.800}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "lg", - ], - "type": "typography", - "value": "300 32px/48px 'Font Awesome 6 Pro'", - }, - "md": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-md", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.300}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.600}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "md", - ], - "type": "typography", - "value": "300 20px/32px 'Font Awesome 6 Pro'", - }, - "sm": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-sm", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.100}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.300}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "sm", - ], - "type": "typography", - "value": "300 16px/24px 'Font Awesome 6 Pro'", - }, - "xl": { - "attributes": {}, - "filePath": "raw-tokens/data/semantic/viewPort/1280-plus.json", - "isSource": true, - "name": "semantic-typography-icon-standalone-regular-xl", - "original": { - "type": "typography", - "value": { - "fontFamily": "{core.fontFamily.fontAwesome.pro}", - "fontSize": "{core.fontSize.600}", - "fontWeight": "{core.fontWeight.light}", - "letterSpacing": "", - "lineHeight": "{core.lineHeight.900}", - }, - }, - "path": [ - "semantic", - "typography", - "icon", - "standalone", - "regular", - "xl", - ], - "type": "typography", - "value": "300 40px/64px 'Font Awesome 6 Pro'", - }, - }, - }, - }, - }, - }, -} -`; diff --git a/src/tests/tailwind/tailwind.test.ts b/src/tests/tailwind/tailwind.test.ts deleted file mode 100644 index f0cacae..0000000 --- a/src/tests/tailwind/tailwind.test.ts +++ /dev/null @@ -1,69 +0,0 @@ -import { - CoreSdConfig, - SemanticDarkSdConfig, - SemanticLightSdConfig, - SemanticMobileSdConfig, - SemanticSmSdConfig, - SemanticMdSdConfig, - SemanticLgSdConfig, - SemanticXlSdConfig, - Semantic2xlSdConfig, - TailWindCjsSdConfig, - TailWindEsmSdConfig, -} from '../../generators/tailwind'; - -describe('Tailwind Exports', () => { - it('Should generate Core CSS variables properly', () => { - const sdExport = CoreSdConfig.exportPlatform('core_css'); - expect(sdExport).toMatchSnapshot(); - }); - it('Should generate Light Theme Semantic CSS variables properly', () => { - const sdExport = SemanticLightSdConfig.exportPlatform('semantic_light'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate Dark Theme Semantic CSS variables properly', () => { - const sdExport = SemanticDarkSdConfig.exportPlatform('semantic_dark'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate Mobile Semantic CSS variables properly', () => { - const sdExport = SemanticMobileSdConfig.exportPlatform('semantic_mobile'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate SM Semantic CSS variables properly', () => { - const sdExport = SemanticSmSdConfig.exportPlatform('semantic_sm'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate MD Semantic CSS variables properly', () => { - const sdExport = SemanticMdSdConfig.exportPlatform('semantic_md'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate LG Semantic CSS variables properly', () => { - const sdExport = SemanticLgSdConfig.exportPlatform('semantic_lg'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate XL Semantic CSS variables properly', () => { - const sdExport = SemanticXlSdConfig.exportPlatform('semantic_xl'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate 2XL Semantic CSS variables properly', () => { - const sdExport = Semantic2xlSdConfig.exportPlatform('semantic_2xl'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate Tailwind Theme Config properly for esm', () => { - const sdExport = TailWindEsmSdConfig.exportPlatform('tailwind'); - expect(sdExport).toMatchSnapshot(); - }); - - it('Should generate Tailwind Theme Config properly for cjs', () => { - const sdExport = TailWindCjsSdConfig.exportPlatform('tailwind'); - expect(sdExport).toMatchSnapshot(); - }); -}); diff --git a/src/transformers/tailwind.transformers.ts b/src/transformers/tailwind.transformers.ts deleted file mode 100644 index a4450d0..0000000 --- a/src/transformers/tailwind.transformers.ts +++ /dev/null @@ -1,96 +0,0 @@ -import { Named, Transform, TransformGroup } from 'style-dictionary'; -import { QuillTokenType } from '../types'; -import { getCleanTokenPath } from '../utils'; - -export const stringValueTransformer: Named = { - name: 'deriv/tw/string-value', - type: 'value', - transformer: (token) => { - if (typeof token.value !== 'string') { - return String(token.value); - } - return token.value; - }, -}; - -export const paragraphSpacingTransformer: Named = { - name: 'deriv/paragraph-spacing', - type: 'value', - matcher: (token) => token.type === 'paragraphSpacing' || token.type === 'lineHeights', - transformer: (token) => { - if (token.type === 'lineHeights' && token.value === 'auto') { - return 'normal'; - } - if (typeof token.value === 'string') { - return token.value; - } - return `${token.value}px`; - }, -}; - -export const spacingNameTransformer: Named = { - name: 'deriv/spacing-name', - type: 'name', - matcher: (token) => token.type === 'spacing', - transformer: (token) => token.path.join('-'), -}; - -export const tokenPathTransformer: Named = { - name: 'deriv/token-path', - type: 'attribute', - transformer: (token) => { - const tokenType = token.type as QuillTokenType; - const attributes: { - tokenPath?: Array; - } = {}; - - const defaultIgnoreList = ['core', 'semantic']; - switch (tokenType) { - case 'spacing': - case 'paragraphSpacing': - attributes['tokenPath'] = getCleanTokenPath(token, ['spacing', ...defaultIgnoreList]); - break; - case 'borderRadius': - attributes['tokenPath'] = getCleanTokenPath(token, ['borderRadius', ...defaultIgnoreList]); - break; - case 'borderWidth': - attributes['tokenPath'] = getCleanTokenPath(token, ['borderWidth', ...defaultIgnoreList]); - break; - case 'boxShadow': - attributes['tokenPath'] = getCleanTokenPath(token, ['elevation', 'shadow', ...defaultIgnoreList]); - break; - case 'fontSizes': - attributes['tokenPath'] = getCleanTokenPath(token, ['fontSize', ...defaultIgnoreList]); - break; - case 'opacity': - attributes['tokenPath'] = getCleanTokenPath(token, ['opacity', ...defaultIgnoreList]); - break; - case 'fontWeights': - attributes['tokenPath'] = getCleanTokenPath(token, ['fontWeight', ...defaultIgnoreList]); - break; - case 'lineHeights': - attributes['tokenPath'] = getCleanTokenPath(token, ['lineHeight', ...defaultIgnoreList]); - break; - case 'color': - attributes['tokenPath'] = getCleanTokenPath(token, ['color', ...defaultIgnoreList]); - break; - case 'fontFamilies': - attributes['tokenPath'] = getCleanTokenPath(token, ['core', 'fontFamily', ...defaultIgnoreList]); - default: - break; - } - return attributes; - }, -}; - -export const tailwindTransforms = [ - 'deriv/paragraph-spacing', - 'deriv/spacing-name', - 'deriv/token-path', - 'deriv/tw/string-value', -]; - -export const tailwindTransferGroup: Named = { - name: 'deriv/tailwind-tokens', - transforms: tailwindTransforms, -}; diff --git a/src/types/index.ts b/src/types/index.ts deleted file mode 100644 index 76ccbbd..0000000 --- a/src/types/index.ts +++ /dev/null @@ -1,17 +0,0 @@ -export type QuillTokenType = - | 'borderRadius' // done - | 'borderWidth' // done - | 'boxShadow' // done - | 'color' // done - | 'opacity' // done - | 'spacing' // done - | 'fontSizes' // done - | 'fontFamilies' // done - | 'fontWeights' // done - | 'lineHeights' // done - | 'textDecoration' // should be removed we don't need this - | 'paragraphSpacing'; // done - -export type NestedObj> = { - [P in keyof T]: Record> | T[P]; -}; diff --git a/src/utils/index.ts b/src/utils/index.ts deleted file mode 100644 index a3d254e..0000000 --- a/src/utils/index.ts +++ /dev/null @@ -1,41 +0,0 @@ -import { camelCase } from 'camel-case'; -import { NestedObj } from '../types'; -import { type TransformedToken } from 'style-dictionary'; - -export const RAW_TOKENS_BASE_FOLDER = 'raw-tokens/data'; - -export const RAW_SOURCE_FOLDER = `${RAW_TOKENS_BASE_FOLDER}/**/*.json`; -export const RAW_CORE_SOURCE_FOLDER = `${RAW_TOKENS_BASE_FOLDER}/core/**/*.json`; -export const BASE_VARIANT_SOURCE_INCLUDES = [ - `${RAW_TOKENS_BASE_FOLDER}/semantic/viewPort/default.json`, - `${RAW_TOKENS_BASE_FOLDER}/semantic/theme/light.json`, - `${RAW_TOKENS_BASE_FOLDER}/semantic/global.json`, -]; -export const QUILL_TAILWIND_BUILD_PATH = 'dist/quill-tailwind/'; - -export const makeNestedObject = ( - obj: NestedObj<{ [key: string]: any }>, - keys: T, - value: string, -): void => { - const lastIndex = keys.length - 1; - for (let i = 0; i < lastIndex; ++i) { - const key = camelCase(keys[i]); - if (!(key in obj)) { - obj[key] = {}; - } - obj = obj[key]; - } - - // https://v2.tailwindcss.com/docs/upgrading-to-v2#update-default-theme-keys-to-default - if (keys[lastIndex] === 'DEFAULT') { - obj[keys[lastIndex]] = value; - } else { - obj[camelCase(keys[lastIndex])] = value; - } -}; - -export const getCleanTokenPath = (tokenItem: TransformedToken, excludes: string[]) => { - const cleanPath = tokenItem.path.filter((el) => !excludes.includes(el)); - return cleanPath; -};