@sage/design-tokens 14.0.1 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +166 -22
- package/css/frozenproduct/large/components/progress.css +1 -1
- package/css/frozenproduct/large/components/status.css +62 -12
- package/css/frozenproduct/large/components/table.css +1 -1
- package/css/frozenproduct/large/dark.css +51 -4
- package/css/frozenproduct/large/light.css +51 -4
- package/css/frozenproduct/small/components/progress.css +1 -1
- package/css/frozenproduct/small/components/status.css +62 -12
- package/css/frozenproduct/small/components/table.css +1 -1
- package/css/frozenproduct/small/dark.css +51 -4
- package/css/frozenproduct/small/light.css +51 -4
- package/css/marketing/all.css +166 -22
- package/css/marketing/large/components/progress.css +1 -1
- package/css/marketing/large/components/status.css +62 -12
- package/css/marketing/large/components/table.css +1 -1
- package/css/marketing/large/dark.css +51 -4
- package/css/marketing/large/light.css +51 -4
- package/css/marketing/small/components/progress.css +1 -1
- package/css/marketing/small/components/status.css +62 -12
- package/css/marketing/small/components/table.css +1 -1
- package/css/marketing/small/dark.css +51 -4
- package/css/marketing/small/light.css +51 -4
- package/css/product/all.css +166 -22
- package/css/product/large/components/progress.css +1 -1
- package/css/product/large/components/status.css +62 -12
- package/css/product/large/components/table.css +1 -1
- package/css/product/large/dark.css +51 -4
- package/css/product/large/light.css +51 -4
- package/css/product/small/components/progress.css +1 -1
- package/css/product/small/components/status.css +62 -12
- package/css/product/small/components/table.css +1 -1
- package/css/product/small/dark.css +51 -4
- package/css/product/small/light.css +51 -4
- package/ios/frozenproduct/large/dark/components/container.h +1 -1
- package/ios/frozenproduct/large/dark/components/progress.h +1 -1
- package/ios/frozenproduct/large/dark/components/status.h +72 -22
- package/ios/frozenproduct/large/dark/components/table.h +1 -1
- package/ios/frozenproduct/large/dark/mode.h +51 -4
- package/ios/frozenproduct/large/light/components/progress.h +1 -1
- package/ios/frozenproduct/large/light/components/status.h +72 -22
- package/ios/frozenproduct/large/light/components/table.h +1 -1
- package/ios/frozenproduct/large/light/mode.h +51 -4
- package/ios/frozenproduct/small/dark/components/container.h +1 -1
- package/ios/frozenproduct/small/dark/components/progress.h +1 -1
- package/ios/frozenproduct/small/dark/components/status.h +72 -22
- package/ios/frozenproduct/small/dark/components/table.h +1 -1
- package/ios/frozenproduct/small/dark/mode.h +51 -4
- package/ios/frozenproduct/small/light/components/progress.h +1 -1
- package/ios/frozenproduct/small/light/components/status.h +72 -22
- package/ios/frozenproduct/small/light/components/table.h +1 -1
- package/ios/frozenproduct/small/light/mode.h +51 -4
- package/ios/marketing/large/dark/components/container.h +1 -1
- package/ios/marketing/large/dark/components/progress.h +1 -1
- package/ios/marketing/large/dark/components/status.h +72 -22
- package/ios/marketing/large/dark/components/table.h +1 -1
- package/ios/marketing/large/dark/mode.h +51 -4
- package/ios/marketing/large/light/components/progress.h +1 -1
- package/ios/marketing/large/light/components/status.h +72 -22
- package/ios/marketing/large/light/components/table.h +1 -1
- package/ios/marketing/large/light/mode.h +51 -4
- package/ios/marketing/small/dark/components/container.h +1 -1
- package/ios/marketing/small/dark/components/progress.h +1 -1
- package/ios/marketing/small/dark/components/status.h +72 -22
- package/ios/marketing/small/dark/components/table.h +1 -1
- package/ios/marketing/small/dark/mode.h +51 -4
- package/ios/marketing/small/light/components/progress.h +1 -1
- package/ios/marketing/small/light/components/status.h +72 -22
- package/ios/marketing/small/light/components/table.h +1 -1
- package/ios/marketing/small/light/mode.h +51 -4
- package/ios/product/large/dark/components/container.h +1 -1
- package/ios/product/large/dark/components/progress.h +1 -1
- package/ios/product/large/dark/components/status.h +72 -22
- package/ios/product/large/dark/components/table.h +1 -1
- package/ios/product/large/dark/mode.h +51 -4
- package/ios/product/large/light/components/progress.h +1 -1
- package/ios/product/large/light/components/status.h +72 -22
- package/ios/product/large/light/components/table.h +1 -1
- package/ios/product/large/light/mode.h +51 -4
- package/ios/product/small/dark/components/container.h +1 -1
- package/ios/product/small/dark/components/progress.h +1 -1
- package/ios/product/small/dark/components/status.h +72 -22
- package/ios/product/small/dark/components/table.h +1 -1
- package/ios/product/small/dark/mode.h +51 -4
- package/ios/product/small/light/components/progress.h +1 -1
- package/ios/product/small/light/components/status.h +72 -22
- package/ios/product/small/light/components/table.h +1 -1
- package/ios/product/small/light/mode.h +51 -4
- package/js/common/frozenproduct/large/dark/components/container.js +1 -1
- package/js/common/frozenproduct/large/dark/components/progress.js +2 -2
- package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/dark/components/status.js +1248 -325
- package/js/common/frozenproduct/large/dark/components/table.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +80 -9
- package/js/common/frozenproduct/large/dark/mode.js +1730 -142
- package/js/common/frozenproduct/large/light/components/progress.js +2 -2
- package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/light/components/status.js +1248 -325
- package/js/common/frozenproduct/large/light/components/table.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +80 -9
- package/js/common/frozenproduct/large/light/mode.js +1741 -151
- package/js/common/frozenproduct/small/dark/components/container.js +1 -1
- package/js/common/frozenproduct/small/dark/components/progress.js +2 -2
- package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/dark/components/status.js +1248 -325
- package/js/common/frozenproduct/small/dark/components/table.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +80 -9
- package/js/common/frozenproduct/small/dark/mode.js +1730 -142
- package/js/common/frozenproduct/small/light/components/progress.js +2 -2
- package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/light/components/status.js +1248 -325
- package/js/common/frozenproduct/small/light/components/table.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +80 -9
- package/js/common/frozenproduct/small/light/mode.js +1741 -151
- package/js/common/marketing/large/dark/components/container.js +1 -1
- package/js/common/marketing/large/dark/components/progress.js +2 -2
- package/js/common/marketing/large/dark/components/status.d.ts +106 -34
- package/js/common/marketing/large/dark/components/status.js +1248 -325
- package/js/common/marketing/large/dark/components/table.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +80 -9
- package/js/common/marketing/large/dark/mode.js +1730 -142
- package/js/common/marketing/large/light/components/progress.js +2 -2
- package/js/common/marketing/large/light/components/status.d.ts +106 -34
- package/js/common/marketing/large/light/components/status.js +1248 -325
- package/js/common/marketing/large/light/components/table.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +80 -9
- package/js/common/marketing/large/light/mode.js +1741 -151
- package/js/common/marketing/small/dark/components/container.js +1 -1
- package/js/common/marketing/small/dark/components/progress.js +2 -2
- package/js/common/marketing/small/dark/components/status.d.ts +106 -34
- package/js/common/marketing/small/dark/components/status.js +1248 -325
- package/js/common/marketing/small/dark/components/table.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +80 -9
- package/js/common/marketing/small/dark/mode.js +1730 -142
- package/js/common/marketing/small/light/components/progress.js +2 -2
- package/js/common/marketing/small/light/components/status.d.ts +106 -34
- package/js/common/marketing/small/light/components/status.js +1248 -325
- package/js/common/marketing/small/light/components/table.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +80 -9
- package/js/common/marketing/small/light/mode.js +1741 -151
- package/js/common/product/large/dark/components/container.js +1 -1
- package/js/common/product/large/dark/components/progress.js +2 -2
- package/js/common/product/large/dark/components/status.d.ts +106 -34
- package/js/common/product/large/dark/components/status.js +1248 -325
- package/js/common/product/large/dark/components/table.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +80 -9
- package/js/common/product/large/dark/mode.js +1730 -142
- package/js/common/product/large/light/components/progress.js +2 -2
- package/js/common/product/large/light/components/status.d.ts +106 -34
- package/js/common/product/large/light/components/status.js +1248 -325
- package/js/common/product/large/light/components/table.js +2 -2
- package/js/common/product/large/light/mode.d.ts +80 -9
- package/js/common/product/large/light/mode.js +1741 -151
- package/js/common/product/small/dark/components/container.js +1 -1
- package/js/common/product/small/dark/components/progress.js +2 -2
- package/js/common/product/small/dark/components/status.d.ts +106 -34
- package/js/common/product/small/dark/components/status.js +1248 -325
- package/js/common/product/small/dark/components/table.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +80 -9
- package/js/common/product/small/dark/mode.js +1730 -142
- package/js/common/product/small/light/components/progress.js +2 -2
- package/js/common/product/small/light/components/status.d.ts +106 -34
- package/js/common/product/small/light/components/status.js +1248 -325
- package/js/common/product/small/light/components/table.js +2 -2
- package/js/common/product/small/light/mode.d.ts +80 -9
- package/js/common/product/small/light/mode.js +1741 -151
- package/js/es6/frozenproduct/large/dark/components/container.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/progress.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/dark/components/status.js +72 -22
- package/js/es6/frozenproduct/large/dark/components/table.js +1 -1
- package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -4
- package/js/es6/frozenproduct/large/dark/mode.js +51 -4
- package/js/es6/frozenproduct/large/light/components/progress.js +1 -1
- package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/light/components/status.js +72 -22
- package/js/es6/frozenproduct/large/light/components/table.js +1 -1
- package/js/es6/frozenproduct/large/light/mode.d.ts +51 -4
- package/js/es6/frozenproduct/large/light/mode.js +51 -4
- package/js/es6/frozenproduct/small/dark/components/container.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/progress.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/dark/components/status.js +72 -22
- package/js/es6/frozenproduct/small/dark/components/table.js +1 -1
- package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -4
- package/js/es6/frozenproduct/small/dark/mode.js +51 -4
- package/js/es6/frozenproduct/small/light/components/progress.js +1 -1
- package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/light/components/status.js +72 -22
- package/js/es6/frozenproduct/small/light/components/table.js +1 -1
- package/js/es6/frozenproduct/small/light/mode.d.ts +51 -4
- package/js/es6/frozenproduct/small/light/mode.js +51 -4
- package/js/es6/marketing/large/dark/components/container.js +1 -1
- package/js/es6/marketing/large/dark/components/progress.js +1 -1
- package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/large/dark/components/status.js +72 -22
- package/js/es6/marketing/large/dark/components/table.js +1 -1
- package/js/es6/marketing/large/dark/mode.d.ts +51 -4
- package/js/es6/marketing/large/dark/mode.js +51 -4
- package/js/es6/marketing/large/light/components/progress.js +1 -1
- package/js/es6/marketing/large/light/components/status.d.ts +72 -22
- package/js/es6/marketing/large/light/components/status.js +72 -22
- package/js/es6/marketing/large/light/components/table.js +1 -1
- package/js/es6/marketing/large/light/mode.d.ts +51 -4
- package/js/es6/marketing/large/light/mode.js +51 -4
- package/js/es6/marketing/small/dark/components/container.js +1 -1
- package/js/es6/marketing/small/dark/components/progress.js +1 -1
- package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/small/dark/components/status.js +72 -22
- package/js/es6/marketing/small/dark/components/table.js +1 -1
- package/js/es6/marketing/small/dark/mode.d.ts +51 -4
- package/js/es6/marketing/small/dark/mode.js +51 -4
- package/js/es6/marketing/small/light/components/progress.js +1 -1
- package/js/es6/marketing/small/light/components/status.d.ts +72 -22
- package/js/es6/marketing/small/light/components/status.js +72 -22
- package/js/es6/marketing/small/light/components/table.js +1 -1
- package/js/es6/marketing/small/light/mode.d.ts +51 -4
- package/js/es6/marketing/small/light/mode.js +51 -4
- package/js/es6/product/large/dark/components/container.js +1 -1
- package/js/es6/product/large/dark/components/progress.js +1 -1
- package/js/es6/product/large/dark/components/status.d.ts +72 -22
- package/js/es6/product/large/dark/components/status.js +72 -22
- package/js/es6/product/large/dark/components/table.js +1 -1
- package/js/es6/product/large/dark/mode.d.ts +51 -4
- package/js/es6/product/large/dark/mode.js +51 -4
- package/js/es6/product/large/light/components/progress.js +1 -1
- package/js/es6/product/large/light/components/status.d.ts +72 -22
- package/js/es6/product/large/light/components/status.js +72 -22
- package/js/es6/product/large/light/components/table.js +1 -1
- package/js/es6/product/large/light/mode.d.ts +51 -4
- package/js/es6/product/large/light/mode.js +51 -4
- package/js/es6/product/small/dark/components/container.js +1 -1
- package/js/es6/product/small/dark/components/progress.js +1 -1
- package/js/es6/product/small/dark/components/status.d.ts +72 -22
- package/js/es6/product/small/dark/components/status.js +72 -22
- package/js/es6/product/small/dark/components/table.js +1 -1
- package/js/es6/product/small/dark/mode.d.ts +51 -4
- package/js/es6/product/small/dark/mode.js +51 -4
- package/js/es6/product/small/light/components/progress.js +1 -1
- package/js/es6/product/small/light/components/status.d.ts +72 -22
- package/js/es6/product/small/light/components/status.js +72 -22
- package/js/es6/product/small/light/components/table.js +1 -1
- package/js/es6/product/small/light/mode.d.ts +51 -4
- package/js/es6/product/small/light/mode.js +51 -4
- package/js/umd/frozenproduct/large/dark/components/container.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/progress.js +2 -2
- package/js/umd/frozenproduct/large/dark/components/status.js +1336 -336
- package/js/umd/frozenproduct/large/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +1814 -142
- package/js/umd/frozenproduct/large/light/components/progress.js +2 -2
- package/js/umd/frozenproduct/large/light/components/status.js +1336 -336
- package/js/umd/frozenproduct/large/light/components/table.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +1825 -151
- package/js/umd/frozenproduct/small/dark/components/container.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/progress.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/status.js +1336 -336
- package/js/umd/frozenproduct/small/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +1814 -142
- package/js/umd/frozenproduct/small/light/components/progress.js +2 -2
- package/js/umd/frozenproduct/small/light/components/status.js +1336 -336
- package/js/umd/frozenproduct/small/light/components/table.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +1825 -151
- package/js/umd/marketing/large/dark/components/container.js +1 -1
- package/js/umd/marketing/large/dark/components/progress.js +2 -2
- package/js/umd/marketing/large/dark/components/status.js +1336 -336
- package/js/umd/marketing/large/dark/components/table.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +1814 -142
- package/js/umd/marketing/large/light/components/progress.js +2 -2
- package/js/umd/marketing/large/light/components/status.js +1336 -336
- package/js/umd/marketing/large/light/components/table.js +2 -2
- package/js/umd/marketing/large/light/mode.js +1825 -151
- package/js/umd/marketing/small/dark/components/container.js +1 -1
- package/js/umd/marketing/small/dark/components/progress.js +2 -2
- package/js/umd/marketing/small/dark/components/status.js +1336 -336
- package/js/umd/marketing/small/dark/components/table.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +1814 -142
- package/js/umd/marketing/small/light/components/progress.js +2 -2
- package/js/umd/marketing/small/light/components/status.js +1336 -336
- package/js/umd/marketing/small/light/components/table.js +2 -2
- package/js/umd/marketing/small/light/mode.js +1825 -151
- package/js/umd/product/large/dark/components/container.js +1 -1
- package/js/umd/product/large/dark/components/progress.js +2 -2
- package/js/umd/product/large/dark/components/status.js +1336 -336
- package/js/umd/product/large/dark/components/table.js +2 -2
- package/js/umd/product/large/dark/mode.js +1814 -142
- package/js/umd/product/large/light/components/progress.js +2 -2
- package/js/umd/product/large/light/components/status.js +1336 -336
- package/js/umd/product/large/light/components/table.js +2 -2
- package/js/umd/product/large/light/mode.js +1825 -151
- package/js/umd/product/small/dark/components/container.js +1 -1
- package/js/umd/product/small/dark/components/progress.js +2 -2
- package/js/umd/product/small/dark/components/status.js +1336 -336
- package/js/umd/product/small/dark/components/table.js +2 -2
- package/js/umd/product/small/dark/mode.js +1814 -142
- package/js/umd/product/small/light/components/progress.js +2 -2
- package/js/umd/product/small/light/components/status.js +1336 -336
- package/js/umd/product/small/light/components/table.js +2 -2
- package/js/umd/product/small/light/mode.js +1825 -151
- package/json/flat/frozenproduct/large/dark/components/container.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/progress.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/status.json +72 -22
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -1
- package/json/flat/frozenproduct/large/dark/mode.json +51 -4
- package/json/flat/frozenproduct/large/light/components/progress.json +1 -1
- package/json/flat/frozenproduct/large/light/components/status.json +72 -22
- package/json/flat/frozenproduct/large/light/components/table.json +1 -1
- package/json/flat/frozenproduct/large/light/mode.json +51 -4
- package/json/flat/frozenproduct/small/dark/components/container.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/progress.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/status.json +72 -22
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -1
- package/json/flat/frozenproduct/small/dark/mode.json +51 -4
- package/json/flat/frozenproduct/small/light/components/progress.json +1 -1
- package/json/flat/frozenproduct/small/light/components/status.json +72 -22
- package/json/flat/frozenproduct/small/light/components/table.json +1 -1
- package/json/flat/frozenproduct/small/light/mode.json +51 -4
- package/json/flat/marketing/large/dark/components/container.json +1 -1
- package/json/flat/marketing/large/dark/components/progress.json +1 -1
- package/json/flat/marketing/large/dark/components/status.json +72 -22
- package/json/flat/marketing/large/dark/components/table.json +1 -1
- package/json/flat/marketing/large/dark/mode.json +51 -4
- package/json/flat/marketing/large/light/components/progress.json +1 -1
- package/json/flat/marketing/large/light/components/status.json +72 -22
- package/json/flat/marketing/large/light/components/table.json +1 -1
- package/json/flat/marketing/large/light/mode.json +51 -4
- package/json/flat/marketing/small/dark/components/container.json +1 -1
- package/json/flat/marketing/small/dark/components/progress.json +1 -1
- package/json/flat/marketing/small/dark/components/status.json +72 -22
- package/json/flat/marketing/small/dark/components/table.json +1 -1
- package/json/flat/marketing/small/dark/mode.json +51 -4
- package/json/flat/marketing/small/light/components/progress.json +1 -1
- package/json/flat/marketing/small/light/components/status.json +72 -22
- package/json/flat/marketing/small/light/components/table.json +1 -1
- package/json/flat/marketing/small/light/mode.json +51 -4
- package/json/flat/product/large/dark/components/container.json +1 -1
- package/json/flat/product/large/dark/components/progress.json +1 -1
- package/json/flat/product/large/dark/components/status.json +72 -22
- package/json/flat/product/large/dark/components/table.json +1 -1
- package/json/flat/product/large/dark/mode.json +51 -4
- package/json/flat/product/large/light/components/progress.json +1 -1
- package/json/flat/product/large/light/components/status.json +72 -22
- package/json/flat/product/large/light/components/table.json +1 -1
- package/json/flat/product/large/light/mode.json +51 -4
- package/json/flat/product/small/dark/components/container.json +1 -1
- package/json/flat/product/small/dark/components/progress.json +1 -1
- package/json/flat/product/small/dark/components/status.json +72 -22
- package/json/flat/product/small/dark/components/table.json +1 -1
- package/json/flat/product/small/dark/mode.json +51 -4
- package/json/flat/product/small/light/components/progress.json +1 -1
- package/json/flat/product/small/light/components/status.json +72 -22
- package/json/flat/product/small/light/components/table.json +1 -1
- package/json/flat/product/small/light/mode.json +51 -4
- package/json/nested/frozenproduct/large/dark/components/container.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/progress.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/status.json +106 -34
- package/json/nested/frozenproduct/large/dark/components/table.json +1 -1
- package/json/nested/frozenproduct/large/dark/mode.json +80 -9
- package/json/nested/frozenproduct/large/light/components/progress.json +1 -1
- package/json/nested/frozenproduct/large/light/components/status.json +106 -34
- package/json/nested/frozenproduct/large/light/components/table.json +1 -1
- package/json/nested/frozenproduct/large/light/mode.json +80 -9
- package/json/nested/frozenproduct/small/dark/components/container.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/progress.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/status.json +106 -34
- package/json/nested/frozenproduct/small/dark/components/table.json +1 -1
- package/json/nested/frozenproduct/small/dark/mode.json +80 -9
- package/json/nested/frozenproduct/small/light/components/progress.json +1 -1
- package/json/nested/frozenproduct/small/light/components/status.json +106 -34
- package/json/nested/frozenproduct/small/light/components/table.json +1 -1
- package/json/nested/frozenproduct/small/light/mode.json +80 -9
- package/json/nested/marketing/large/dark/components/container.json +1 -1
- package/json/nested/marketing/large/dark/components/progress.json +1 -1
- package/json/nested/marketing/large/dark/components/status.json +106 -34
- package/json/nested/marketing/large/dark/components/table.json +1 -1
- package/json/nested/marketing/large/dark/mode.json +80 -9
- package/json/nested/marketing/large/light/components/progress.json +1 -1
- package/json/nested/marketing/large/light/components/status.json +106 -34
- package/json/nested/marketing/large/light/components/table.json +1 -1
- package/json/nested/marketing/large/light/mode.json +80 -9
- package/json/nested/marketing/small/dark/components/container.json +1 -1
- package/json/nested/marketing/small/dark/components/progress.json +1 -1
- package/json/nested/marketing/small/dark/components/status.json +106 -34
- package/json/nested/marketing/small/dark/components/table.json +1 -1
- package/json/nested/marketing/small/dark/mode.json +80 -9
- package/json/nested/marketing/small/light/components/progress.json +1 -1
- package/json/nested/marketing/small/light/components/status.json +106 -34
- package/json/nested/marketing/small/light/components/table.json +1 -1
- package/json/nested/marketing/small/light/mode.json +80 -9
- package/json/nested/product/large/dark/components/container.json +1 -1
- package/json/nested/product/large/dark/components/progress.json +1 -1
- package/json/nested/product/large/dark/components/status.json +106 -34
- package/json/nested/product/large/dark/components/table.json +1 -1
- package/json/nested/product/large/dark/mode.json +80 -9
- package/json/nested/product/large/light/components/progress.json +1 -1
- package/json/nested/product/large/light/components/status.json +106 -34
- package/json/nested/product/large/light/components/table.json +1 -1
- package/json/nested/product/large/light/mode.json +80 -9
- package/json/nested/product/small/dark/components/container.json +1 -1
- package/json/nested/product/small/dark/components/progress.json +1 -1
- package/json/nested/product/small/dark/components/status.json +106 -34
- package/json/nested/product/small/dark/components/table.json +1 -1
- package/json/nested/product/small/dark/mode.json +80 -9
- package/json/nested/product/small/light/components/progress.json +1 -1
- package/json/nested/product/small/light/components/status.json +106 -34
- package/json/nested/product/small/light/components/table.json +1 -1
- package/json/nested/product/small/light/mode.json +80 -9
- package/package.json +1 -1
- package/sage-design-tokens-14.1.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +7 -7
- package/scss/frozenproduct/large/components/status.scss +64 -14
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +51 -4
- package/scss/frozenproduct/large/light.scss +51 -4
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +7 -7
- package/scss/frozenproduct/small/components/status.scss +64 -14
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -11
- package/scss/frozenproduct/small/dark.scss +51 -4
- package/scss/frozenproduct/small/light.scss +51 -4
- package/scss/marketing/large/components/progress.scss +1 -1
- package/scss/marketing/large/components/status.scss +62 -12
- package/scss/marketing/large/components/table.scss +1 -1
- package/scss/marketing/large/dark.scss +51 -4
- package/scss/marketing/large/light.scss +51 -4
- package/scss/marketing/small/components/progress.scss +1 -1
- package/scss/marketing/small/components/status.scss +62 -12
- package/scss/marketing/small/components/table.scss +1 -1
- package/scss/marketing/small/dark.scss +51 -4
- package/scss/marketing/small/light.scss +51 -4
- package/scss/product/large/components/progress.scss +1 -1
- package/scss/product/large/components/status.scss +62 -12
- package/scss/product/large/components/table.scss +1 -1
- package/scss/product/large/dark.scss +51 -4
- package/scss/product/large/light.scss +51 -4
- package/scss/product/small/components/progress.scss +1 -1
- package/scss/product/small/components/status.scss +62 -12
- package/scss/product/small/components/table.scss +1 -1
- package/scss/product/small/dark.scss +51 -4
- package/scss/product/small/light.scss +51 -4
- package/sage-design-tokens-14.0.1.tgz +0 -0
@@ -994,12 +994,12 @@ module.exports = {
|
|
994
994
|
},
|
995
995
|
S: {
|
996
996
|
$type: "sizing",
|
997
|
-
$value:
|
997
|
+
$value: 20,
|
998
998
|
filePath: "data/tokens/components/table.json",
|
999
999
|
isSource: true,
|
1000
1000
|
original: {
|
1001
1001
|
$type: "sizing",
|
1002
|
-
$value: "{global.size.icon.
|
1002
|
+
$value: "{global.size.icon.M}",
|
1003
1003
|
},
|
1004
1004
|
name: "tableSizeIconS",
|
1005
1005
|
attributes: {},
|
@@ -306,8 +306,9 @@ declare const tokens: {
|
|
306
306
|
"default-horizontal": DesignToken;
|
307
307
|
"default-vertical": DesignToken;
|
308
308
|
};
|
309
|
-
|
310
|
-
|
309
|
+
callout: {
|
310
|
+
defaultAlt: DesignToken;
|
311
|
+
hoverAlt: DesignToken;
|
311
312
|
};
|
312
313
|
caution: {
|
313
314
|
default: DesignToken;
|
@@ -340,6 +341,83 @@ declare const tokens: {
|
|
340
341
|
withHoverAlt: DesignToken;
|
341
342
|
};
|
342
343
|
};
|
344
|
+
custom: {
|
345
|
+
blue: {
|
346
|
+
default: DesignToken;
|
347
|
+
defaultAlt: DesignToken;
|
348
|
+
hover: DesignToken;
|
349
|
+
hoverAlt: DesignToken;
|
350
|
+
};
|
351
|
+
teal: {
|
352
|
+
default: DesignToken;
|
353
|
+
defaultAlt: DesignToken;
|
354
|
+
hover: DesignToken;
|
355
|
+
hoverAlt: DesignToken;
|
356
|
+
};
|
357
|
+
green: {
|
358
|
+
default: DesignToken;
|
359
|
+
defaultAlt: DesignToken;
|
360
|
+
hover: DesignToken;
|
361
|
+
hoverAlt: DesignToken;
|
362
|
+
};
|
363
|
+
lime: {
|
364
|
+
default: DesignToken;
|
365
|
+
defaultAlt: DesignToken;
|
366
|
+
hover: DesignToken;
|
367
|
+
hoverAlt: DesignToken;
|
368
|
+
};
|
369
|
+
orange: {
|
370
|
+
default: DesignToken;
|
371
|
+
defaultAlt: DesignToken;
|
372
|
+
hover: DesignToken;
|
373
|
+
hoverAlt: DesignToken;
|
374
|
+
};
|
375
|
+
red: {
|
376
|
+
default: DesignToken;
|
377
|
+
defaultAlt: DesignToken;
|
378
|
+
hover: DesignToken;
|
379
|
+
hoverAlt: DesignToken;
|
380
|
+
};
|
381
|
+
pink: {
|
382
|
+
default: DesignToken;
|
383
|
+
defaultAlt: DesignToken;
|
384
|
+
hover: DesignToken;
|
385
|
+
hoverAlt: DesignToken;
|
386
|
+
};
|
387
|
+
purple: {
|
388
|
+
default: DesignToken;
|
389
|
+
defaultAlt: DesignToken;
|
390
|
+
hover: DesignToken;
|
391
|
+
hoverAlt: DesignToken;
|
392
|
+
};
|
393
|
+
gray: {
|
394
|
+
default: DesignToken;
|
395
|
+
defaultAlt: DesignToken;
|
396
|
+
hover: DesignToken;
|
397
|
+
hoverAlt: DesignToken;
|
398
|
+
};
|
399
|
+
slate: {
|
400
|
+
default: DesignToken;
|
401
|
+
defaultAlt: DesignToken;
|
402
|
+
hover: DesignToken;
|
403
|
+
hoverAlt: DesignToken;
|
404
|
+
};
|
405
|
+
};
|
406
|
+
generic: {
|
407
|
+
default: DesignToken;
|
408
|
+
};
|
409
|
+
important: {
|
410
|
+
default: DesignToken;
|
411
|
+
defaultAlt: DesignToken;
|
412
|
+
hover: DesignToken;
|
413
|
+
hoverAlt: DesignToken;
|
414
|
+
inverse: {
|
415
|
+
default: DesignToken;
|
416
|
+
defaultAlt: DesignToken;
|
417
|
+
hover: DesignToken;
|
418
|
+
hoverAlt: DesignToken;
|
419
|
+
};
|
420
|
+
};
|
343
421
|
inactive: {
|
344
422
|
default: DesignToken;
|
345
423
|
withDefault: DesignToken;
|
@@ -348,9 +426,6 @@ declare const tokens: {
|
|
348
426
|
withDefault: DesignToken;
|
349
427
|
};
|
350
428
|
};
|
351
|
-
important: {
|
352
|
-
default: DesignToken;
|
353
|
-
};
|
354
429
|
info: {
|
355
430
|
default: DesignToken;
|
356
431
|
defaultAlt: DesignToken;
|
@@ -411,10 +486,6 @@ declare const tokens: {
|
|
411
486
|
hoverAlt: DesignToken;
|
412
487
|
};
|
413
488
|
};
|
414
|
-
callout: {
|
415
|
-
defaultAlt: DesignToken;
|
416
|
-
hoverAlt: DesignToken;
|
417
|
-
};
|
418
489
|
reviews: {
|
419
490
|
default: DesignToken;
|
420
491
|
defaultAlt: DesignToken;
|