@sage/design-tokens 5.2.0 → 6.0.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 +87 -77
- package/css/frozenproduct/large/components/logo.css +1 -6
- package/css/frozenproduct/large/components/status.css +67 -48
- package/css/frozenproduct/large/dark.css +12 -14
- package/css/frozenproduct/large/light.css +7 -9
- package/css/frozenproduct/small/components/logo.css +1 -6
- package/css/frozenproduct/small/components/status.css +67 -48
- package/css/frozenproduct/small/dark.css +12 -14
- package/css/frozenproduct/small/light.css +7 -9
- package/css/marketing/all.css +118 -108
- package/css/marketing/large/components/logo.css +1 -6
- package/css/marketing/large/components/status.css +67 -48
- package/css/marketing/large/dark.css +12 -14
- package/css/marketing/large/light.css +7 -9
- package/css/marketing/small/components/button.css +22 -22
- package/css/marketing/small/components/container.css +9 -9
- package/css/marketing/small/components/logo.css +1 -6
- package/css/marketing/small/components/status.css +67 -48
- package/css/marketing/small/dark.css +12 -14
- package/css/marketing/small/light.css +7 -9
- package/css/product/all.css +87 -77
- package/css/product/large/components/logo.css +1 -6
- package/css/product/large/components/status.css +67 -48
- package/css/product/large/dark.css +12 -14
- package/css/product/large/light.css +7 -9
- package/css/product/small/components/logo.css +1 -6
- package/css/product/small/components/status.css +67 -48
- package/css/product/small/dark.css +12 -14
- package/css/product/small/light.css +7 -9
- package/ios/frozenproduct/large/dark/components/logo.h +0 -5
- package/ios/frozenproduct/large/dark/components/status.h +67 -48
- package/ios/frozenproduct/large/dark/mode.h +12 -14
- package/ios/frozenproduct/large/light/components/logo.h +0 -5
- package/ios/frozenproduct/large/light/components/status.h +67 -48
- package/ios/frozenproduct/large/light/mode.h +7 -9
- package/ios/frozenproduct/small/dark/components/logo.h +0 -5
- package/ios/frozenproduct/small/dark/components/status.h +67 -48
- package/ios/frozenproduct/small/dark/mode.h +12 -14
- package/ios/frozenproduct/small/light/components/logo.h +0 -5
- package/ios/frozenproduct/small/light/components/status.h +67 -48
- package/ios/frozenproduct/small/light/mode.h +7 -9
- package/ios/marketing/large/dark/components/logo.h +0 -5
- package/ios/marketing/large/dark/components/status.h +67 -48
- package/ios/marketing/large/dark/mode.h +12 -14
- package/ios/marketing/large/light/components/logo.h +0 -5
- package/ios/marketing/large/light/components/status.h +67 -48
- package/ios/marketing/large/light/mode.h +7 -9
- package/ios/marketing/small/dark/components/logo.h +0 -5
- package/ios/marketing/small/dark/components/status.h +67 -48
- package/ios/marketing/small/dark/mode.h +12 -14
- package/ios/marketing/small/light/components/logo.h +0 -5
- package/ios/marketing/small/light/components/status.h +67 -48
- package/ios/marketing/small/light/mode.h +7 -9
- package/ios/product/large/dark/components/logo.h +0 -5
- package/ios/product/large/dark/components/status.h +67 -48
- package/ios/product/large/dark/mode.h +12 -14
- package/ios/product/large/light/components/logo.h +0 -5
- package/ios/product/large/light/components/status.h +67 -48
- package/ios/product/large/light/mode.h +7 -9
- package/ios/product/small/dark/components/logo.h +0 -5
- package/ios/product/small/dark/components/status.h +67 -48
- package/ios/product/small/dark/mode.h +12 -14
- package/ios/product/small/light/components/logo.h +0 -5
- package/ios/product/small/light/components/status.h +67 -48
- package/ios/product/small/light/mode.h +7 -9
- package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/large/dark/components/logo.js +1 -70
- package/js/common/frozenproduct/large/dark/components/status.d.ts +103 -60
- package/js/common/frozenproduct/large/dark/components/status.js +1534 -892
- package/js/common/frozenproduct/large/dark/mode.d.ts +16 -20
- package/js/common/frozenproduct/large/dark/mode.js +410 -193
- package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/large/light/components/logo.js +1 -70
- package/js/common/frozenproduct/large/light/components/status.d.ts +103 -60
- package/js/common/frozenproduct/large/light/components/status.js +1534 -892
- package/js/common/frozenproduct/large/light/mode.d.ts +7 -11
- package/js/common/frozenproduct/large/light/mode.js +416 -99
- package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/small/dark/components/logo.js +1 -70
- package/js/common/frozenproduct/small/dark/components/status.d.ts +103 -60
- package/js/common/frozenproduct/small/dark/components/status.js +1534 -892
- package/js/common/frozenproduct/small/dark/mode.d.ts +16 -20
- package/js/common/frozenproduct/small/dark/mode.js +410 -193
- package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/small/light/components/logo.js +1 -70
- package/js/common/frozenproduct/small/light/components/status.d.ts +103 -60
- package/js/common/frozenproduct/small/light/components/status.js +1534 -892
- package/js/common/frozenproduct/small/light/mode.d.ts +7 -11
- package/js/common/frozenproduct/small/light/mode.js +416 -99
- package/js/common/marketing/large/dark/components/logo.d.ts +0 -7
- package/js/common/marketing/large/dark/components/logo.js +1 -70
- package/js/common/marketing/large/dark/components/status.d.ts +103 -60
- package/js/common/marketing/large/dark/components/status.js +1534 -892
- package/js/common/marketing/large/dark/mode.d.ts +16 -20
- package/js/common/marketing/large/dark/mode.js +410 -193
- package/js/common/marketing/large/light/components/logo.d.ts +0 -7
- package/js/common/marketing/large/light/components/logo.js +1 -70
- package/js/common/marketing/large/light/components/status.d.ts +103 -60
- package/js/common/marketing/large/light/components/status.js +1534 -892
- package/js/common/marketing/large/light/mode.d.ts +7 -11
- package/js/common/marketing/large/light/mode.js +416 -99
- package/js/common/marketing/small/dark/components/logo.d.ts +0 -7
- package/js/common/marketing/small/dark/components/logo.js +1 -70
- package/js/common/marketing/small/dark/components/status.d.ts +103 -60
- package/js/common/marketing/small/dark/components/status.js +1534 -892
- package/js/common/marketing/small/dark/mode.d.ts +16 -20
- package/js/common/marketing/small/dark/mode.js +410 -193
- package/js/common/marketing/small/light/components/logo.d.ts +0 -7
- package/js/common/marketing/small/light/components/logo.js +1 -70
- package/js/common/marketing/small/light/components/status.d.ts +103 -60
- package/js/common/marketing/small/light/components/status.js +1534 -892
- package/js/common/marketing/small/light/mode.d.ts +7 -11
- package/js/common/marketing/small/light/mode.js +416 -99
- package/js/common/product/large/dark/components/logo.d.ts +0 -7
- package/js/common/product/large/dark/components/logo.js +1 -70
- package/js/common/product/large/dark/components/status.d.ts +103 -60
- package/js/common/product/large/dark/components/status.js +1534 -892
- package/js/common/product/large/dark/mode.d.ts +16 -20
- package/js/common/product/large/dark/mode.js +410 -193
- package/js/common/product/large/light/components/logo.d.ts +0 -7
- package/js/common/product/large/light/components/logo.js +1 -70
- package/js/common/product/large/light/components/status.d.ts +103 -60
- package/js/common/product/large/light/components/status.js +1534 -892
- package/js/common/product/large/light/mode.d.ts +7 -11
- package/js/common/product/large/light/mode.js +416 -99
- package/js/common/product/small/dark/components/logo.d.ts +0 -7
- package/js/common/product/small/dark/components/logo.js +1 -70
- package/js/common/product/small/dark/components/status.d.ts +103 -60
- package/js/common/product/small/dark/components/status.js +1534 -892
- package/js/common/product/small/dark/mode.d.ts +16 -20
- package/js/common/product/small/dark/mode.js +410 -193
- package/js/common/product/small/light/components/logo.d.ts +0 -7
- package/js/common/product/small/light/components/logo.js +1 -70
- package/js/common/product/small/light/components/status.d.ts +103 -60
- package/js/common/product/small/light/components/status.js +1534 -892
- package/js/common/product/small/light/mode.d.ts +7 -11
- package/js/common/product/small/light/mode.js +416 -99
- package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/large/dark/components/logo.js +0 -7
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/large/dark/components/status.js +67 -48
- package/js/es6/frozenproduct/large/dark/mode.d.ts +17 -15
- package/js/es6/frozenproduct/large/dark/mode.js +12 -16
- package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/large/light/components/logo.js +0 -7
- package/js/es6/frozenproduct/large/light/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/large/light/components/status.js +67 -48
- package/js/es6/frozenproduct/large/light/mode.d.ts +11 -9
- package/js/es6/frozenproduct/large/light/mode.js +7 -11
- package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/small/dark/components/logo.js +0 -7
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/small/dark/components/status.js +67 -48
- package/js/es6/frozenproduct/small/dark/mode.d.ts +17 -15
- package/js/es6/frozenproduct/small/dark/mode.js +12 -16
- package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/small/light/components/logo.js +0 -7
- package/js/es6/frozenproduct/small/light/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/small/light/components/status.js +67 -48
- package/js/es6/frozenproduct/small/light/mode.d.ts +11 -9
- package/js/es6/frozenproduct/small/light/mode.js +7 -11
- package/js/es6/marketing/large/dark/components/logo.d.ts +0 -5
- package/js/es6/marketing/large/dark/components/logo.js +0 -7
- package/js/es6/marketing/large/dark/components/status.d.ts +84 -60
- package/js/es6/marketing/large/dark/components/status.js +67 -48
- package/js/es6/marketing/large/dark/mode.d.ts +17 -15
- package/js/es6/marketing/large/dark/mode.js +12 -16
- package/js/es6/marketing/large/light/components/logo.d.ts +0 -5
- package/js/es6/marketing/large/light/components/logo.js +0 -7
- package/js/es6/marketing/large/light/components/status.d.ts +84 -60
- package/js/es6/marketing/large/light/components/status.js +67 -48
- package/js/es6/marketing/large/light/mode.d.ts +11 -9
- package/js/es6/marketing/large/light/mode.js +7 -11
- package/js/es6/marketing/small/dark/components/logo.d.ts +0 -5
- package/js/es6/marketing/small/dark/components/logo.js +0 -7
- package/js/es6/marketing/small/dark/components/status.d.ts +84 -60
- package/js/es6/marketing/small/dark/components/status.js +67 -48
- package/js/es6/marketing/small/dark/mode.d.ts +17 -15
- package/js/es6/marketing/small/dark/mode.js +12 -16
- package/js/es6/marketing/small/light/components/logo.d.ts +0 -5
- package/js/es6/marketing/small/light/components/logo.js +0 -7
- package/js/es6/marketing/small/light/components/status.d.ts +84 -60
- package/js/es6/marketing/small/light/components/status.js +67 -48
- package/js/es6/marketing/small/light/mode.d.ts +11 -9
- package/js/es6/marketing/small/light/mode.js +7 -11
- package/js/es6/product/large/dark/components/logo.d.ts +0 -5
- package/js/es6/product/large/dark/components/logo.js +0 -7
- package/js/es6/product/large/dark/components/status.d.ts +84 -60
- package/js/es6/product/large/dark/components/status.js +67 -48
- package/js/es6/product/large/dark/mode.d.ts +17 -15
- package/js/es6/product/large/dark/mode.js +12 -16
- package/js/es6/product/large/light/components/logo.d.ts +0 -5
- package/js/es6/product/large/light/components/logo.js +0 -7
- package/js/es6/product/large/light/components/status.d.ts +84 -60
- package/js/es6/product/large/light/components/status.js +67 -48
- package/js/es6/product/large/light/mode.d.ts +11 -9
- package/js/es6/product/large/light/mode.js +7 -11
- package/js/es6/product/small/dark/components/logo.d.ts +0 -5
- package/js/es6/product/small/dark/components/logo.js +0 -7
- package/js/es6/product/small/dark/components/status.d.ts +84 -60
- package/js/es6/product/small/dark/components/status.js +67 -48
- package/js/es6/product/small/dark/mode.d.ts +17 -15
- package/js/es6/product/small/dark/mode.js +12 -16
- package/js/es6/product/small/light/components/logo.d.ts +0 -5
- package/js/es6/product/small/light/components/logo.js +0 -7
- package/js/es6/product/small/light/components/status.d.ts +84 -60
- package/js/es6/product/small/light/components/status.js +67 -48
- package/js/es6/product/small/light/mode.d.ts +11 -9
- package/js/es6/product/small/light/mode.js +7 -11
- package/js/umd/frozenproduct/large/dark/components/logo.js +1 -70
- package/js/umd/frozenproduct/large/dark/components/status.js +1554 -883
- package/js/umd/frozenproduct/large/dark/mode.js +403 -193
- package/js/umd/frozenproduct/large/light/components/logo.js +1 -70
- package/js/umd/frozenproduct/large/light/components/status.js +1554 -883
- package/js/umd/frozenproduct/large/light/mode.js +409 -99
- package/js/umd/frozenproduct/small/dark/components/logo.js +1 -70
- package/js/umd/frozenproduct/small/dark/components/status.js +1554 -883
- package/js/umd/frozenproduct/small/dark/mode.js +403 -193
- package/js/umd/frozenproduct/small/light/components/logo.js +1 -70
- package/js/umd/frozenproduct/small/light/components/status.js +1554 -883
- package/js/umd/frozenproduct/small/light/mode.js +409 -99
- package/js/umd/marketing/large/dark/components/logo.js +1 -70
- package/js/umd/marketing/large/dark/components/status.js +1554 -883
- package/js/umd/marketing/large/dark/mode.js +403 -193
- package/js/umd/marketing/large/light/components/logo.js +1 -70
- package/js/umd/marketing/large/light/components/status.js +1554 -883
- package/js/umd/marketing/large/light/mode.js +409 -99
- package/js/umd/marketing/small/dark/components/logo.js +1 -70
- package/js/umd/marketing/small/dark/components/status.js +1554 -883
- package/js/umd/marketing/small/dark/mode.js +403 -193
- package/js/umd/marketing/small/light/components/logo.js +1 -70
- package/js/umd/marketing/small/light/components/status.js +1554 -883
- package/js/umd/marketing/small/light/mode.js +409 -99
- package/js/umd/product/large/dark/components/logo.js +1 -70
- package/js/umd/product/large/dark/components/status.js +1554 -883
- package/js/umd/product/large/dark/mode.js +403 -193
- package/js/umd/product/large/light/components/logo.js +1 -70
- package/js/umd/product/large/light/components/status.js +1554 -883
- package/js/umd/product/large/light/mode.js +409 -99
- package/js/umd/product/small/dark/components/logo.js +1 -70
- package/js/umd/product/small/dark/components/status.js +1554 -883
- package/js/umd/product/small/dark/mode.js +403 -193
- package/js/umd/product/small/light/components/logo.js +1 -70
- package/js/umd/product/small/light/components/status.js +1554 -883
- package/js/umd/product/small/light/mode.js +409 -99
- package/json/flat/frozenproduct/large/dark/components/logo.json +0 -5
- package/json/flat/frozenproduct/large/dark/components/status.json +67 -48
- package/json/flat/frozenproduct/large/dark/mode.json +12 -14
- package/json/flat/frozenproduct/large/light/components/logo.json +0 -5
- package/json/flat/frozenproduct/large/light/components/status.json +67 -48
- package/json/flat/frozenproduct/large/light/mode.json +7 -9
- package/json/flat/frozenproduct/small/dark/components/logo.json +0 -5
- package/json/flat/frozenproduct/small/dark/components/status.json +67 -48
- package/json/flat/frozenproduct/small/dark/mode.json +12 -14
- package/json/flat/frozenproduct/small/light/components/logo.json +0 -5
- package/json/flat/frozenproduct/small/light/components/status.json +67 -48
- package/json/flat/frozenproduct/small/light/mode.json +7 -9
- package/json/flat/marketing/large/dark/components/logo.json +0 -5
- package/json/flat/marketing/large/dark/components/status.json +67 -48
- package/json/flat/marketing/large/dark/mode.json +12 -14
- package/json/flat/marketing/large/light/components/logo.json +0 -5
- package/json/flat/marketing/large/light/components/status.json +67 -48
- package/json/flat/marketing/large/light/mode.json +7 -9
- package/json/flat/marketing/small/dark/components/logo.json +0 -5
- package/json/flat/marketing/small/dark/components/status.json +67 -48
- package/json/flat/marketing/small/dark/mode.json +12 -14
- package/json/flat/marketing/small/light/components/logo.json +0 -5
- package/json/flat/marketing/small/light/components/status.json +67 -48
- package/json/flat/marketing/small/light/mode.json +7 -9
- package/json/flat/product/large/dark/components/logo.json +0 -5
- package/json/flat/product/large/dark/components/status.json +67 -48
- package/json/flat/product/large/dark/mode.json +12 -14
- package/json/flat/product/large/light/components/logo.json +0 -5
- package/json/flat/product/large/light/components/status.json +67 -48
- package/json/flat/product/large/light/mode.json +7 -9
- package/json/flat/product/small/dark/components/logo.json +0 -5
- package/json/flat/product/small/dark/components/status.json +67 -48
- package/json/flat/product/small/dark/mode.json +12 -14
- package/json/flat/product/small/light/components/logo.json +0 -5
- package/json/flat/product/small/light/components/status.json +67 -48
- package/json/flat/product/small/light/mode.json +7 -9
- package/json/nested/frozenproduct/large/dark/components/logo.json +0 -7
- package/json/nested/frozenproduct/large/dark/components/status.json +103 -60
- package/json/nested/frozenproduct/large/dark/mode.json +18 -22
- package/json/nested/frozenproduct/large/light/components/logo.json +0 -7
- package/json/nested/frozenproduct/large/light/components/status.json +103 -60
- package/json/nested/frozenproduct/large/light/mode.json +10 -14
- package/json/nested/frozenproduct/small/dark/components/logo.json +0 -7
- package/json/nested/frozenproduct/small/dark/components/status.json +103 -60
- package/json/nested/frozenproduct/small/dark/mode.json +18 -22
- package/json/nested/frozenproduct/small/light/components/logo.json +0 -7
- package/json/nested/frozenproduct/small/light/components/status.json +103 -60
- package/json/nested/frozenproduct/small/light/mode.json +10 -14
- package/json/nested/marketing/large/dark/components/logo.json +0 -7
- package/json/nested/marketing/large/dark/components/status.json +103 -60
- package/json/nested/marketing/large/dark/mode.json +18 -22
- package/json/nested/marketing/large/light/components/logo.json +0 -7
- package/json/nested/marketing/large/light/components/status.json +103 -60
- package/json/nested/marketing/large/light/mode.json +10 -14
- package/json/nested/marketing/small/dark/components/logo.json +0 -7
- package/json/nested/marketing/small/dark/components/status.json +103 -60
- package/json/nested/marketing/small/dark/mode.json +18 -22
- package/json/nested/marketing/small/light/components/logo.json +0 -7
- package/json/nested/marketing/small/light/components/status.json +103 -60
- package/json/nested/marketing/small/light/mode.json +10 -14
- package/json/nested/product/large/dark/components/logo.json +0 -7
- package/json/nested/product/large/dark/components/status.json +103 -60
- package/json/nested/product/large/dark/mode.json +18 -22
- package/json/nested/product/large/light/components/logo.json +0 -7
- package/json/nested/product/large/light/components/status.json +103 -60
- package/json/nested/product/large/light/mode.json +10 -14
- package/json/nested/product/small/dark/components/logo.json +0 -7
- package/json/nested/product/small/dark/components/status.json +103 -60
- package/json/nested/product/small/dark/mode.json +18 -22
- package/json/nested/product/small/light/components/logo.json +0 -7
- package/json/nested/product/small/light/components/status.json +103 -60
- package/json/nested/product/small/light/mode.json +10 -14
- package/package.json +1 -1
- package/sage-design-tokens-6.0.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +22 -22
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/logo.scss +1 -6
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- 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 +6 -6
- package/scss/frozenproduct/large/components/status.scss +67 -48
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +12 -14
- package/scss/frozenproduct/large/light.scss +7 -9
- package/scss/frozenproduct/small/components/logo.scss +1 -6
- package/scss/frozenproduct/small/components/status.scss +67 -48
- package/scss/frozenproduct/small/dark.scss +12 -14
- package/scss/frozenproduct/small/light.scss +7 -9
- package/scss/marketing/large/components/button.scss +22 -22
- package/scss/marketing/large/components/container.scss +9 -9
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/logo.scss +1 -6
- package/scss/marketing/large/components/nav.scss +3 -3
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +67 -48
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +11 -11
- package/scss/marketing/large/dark.scss +12 -14
- package/scss/marketing/large/light.scss +7 -9
- package/scss/marketing/small/components/logo.scss +1 -6
- package/scss/marketing/small/components/status.scss +67 -48
- package/scss/marketing/small/dark.scss +12 -14
- package/scss/marketing/small/light.scss +7 -9
- package/scss/product/large/components/button.scss +22 -22
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/logo.scss +1 -6
- package/scss/product/large/components/nav.scss +3 -3
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +67 -48
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -11
- package/scss/product/large/dark.scss +12 -14
- package/scss/product/large/light.scss +7 -9
- package/scss/product/small/components/logo.scss +1 -6
- package/scss/product/small/components/status.scss +67 -48
- package/scss/product/small/dark.scss +12 -14
- package/scss/product/small/light.scss +7 -9
- package/sage-design-tokens-5.2.0.tgz +0 -0
|
@@ -140,37 +140,7 @@
|
|
|
140
140
|
},
|
|
141
141
|
},
|
|
142
142
|
noBg: {
|
|
143
|
-
|
|
144
|
-
value:
|
|
145
|
-
"linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)",
|
|
146
|
-
type: "color",
|
|
147
|
-
filePath: "data/tokens/modes/dark.json",
|
|
148
|
-
isSource: true,
|
|
149
|
-
original: {
|
|
150
|
-
value:
|
|
151
|
-
"linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)",
|
|
152
|
-
type: "color",
|
|
153
|
-
},
|
|
154
|
-
name: "modesColorBrandCopilotNoBgS",
|
|
155
|
-
attributes: {},
|
|
156
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "S"],
|
|
157
|
-
},
|
|
158
|
-
star: {
|
|
159
|
-
value:
|
|
160
|
-
"radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)",
|
|
161
|
-
type: "color",
|
|
162
|
-
filePath: "data/tokens/modes/dark.json",
|
|
163
|
-
isSource: true,
|
|
164
|
-
original: {
|
|
165
|
-
value:
|
|
166
|
-
"radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)",
|
|
167
|
-
type: "color",
|
|
168
|
-
},
|
|
169
|
-
name: "modesColorBrandCopilotNoBgStar",
|
|
170
|
-
attributes: {},
|
|
171
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "star"],
|
|
172
|
-
},
|
|
173
|
-
mono: {
|
|
143
|
+
monochrome: {
|
|
174
144
|
value: "#FFFFFF",
|
|
175
145
|
type: "color",
|
|
176
146
|
filePath: "data/tokens/modes/dark.json",
|
|
@@ -179,50 +149,16 @@
|
|
|
179
149
|
value: "{primitives.colors.white}",
|
|
180
150
|
type: "color",
|
|
181
151
|
},
|
|
182
|
-
name: "
|
|
183
|
-
attributes: {},
|
|
184
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
|
|
185
|
-
},
|
|
186
|
-
},
|
|
187
|
-
withBg: {
|
|
188
|
-
S: {
|
|
189
|
-
value: "#000000",
|
|
190
|
-
type: "color",
|
|
191
|
-
filePath: "data/tokens/modes/dark.json",
|
|
192
|
-
isSource: true,
|
|
193
|
-
original: {
|
|
194
|
-
value: "{primitives.colors.black}",
|
|
195
|
-
type: "color",
|
|
196
|
-
},
|
|
197
|
-
name: "modesColorBrandCopilotWithBgS",
|
|
152
|
+
name: "modesColorBrandCopilotNoBgMonochrome",
|
|
198
153
|
attributes: {},
|
|
199
|
-
path: [
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
value: "{primitives.colors.black}",
|
|
208
|
-
type: "color",
|
|
209
|
-
},
|
|
210
|
-
name: "modesColorBrandCopilotWithBgStar",
|
|
211
|
-
attributes: {},
|
|
212
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "star"],
|
|
213
|
-
},
|
|
214
|
-
bg: {
|
|
215
|
-
value: "#FFFFFF",
|
|
216
|
-
type: "color",
|
|
217
|
-
filePath: "data/tokens/modes/dark.json",
|
|
218
|
-
isSource: true,
|
|
219
|
-
original: {
|
|
220
|
-
value: "{primitives.colors.white}",
|
|
221
|
-
type: "color",
|
|
222
|
-
},
|
|
223
|
-
name: "modesColorBrandCopilotWithBgBg",
|
|
224
|
-
attributes: {},
|
|
225
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "bg"],
|
|
154
|
+
path: [
|
|
155
|
+
"modes",
|
|
156
|
+
"color",
|
|
157
|
+
"brand",
|
|
158
|
+
"copilot",
|
|
159
|
+
"noBg",
|
|
160
|
+
"monochrome",
|
|
161
|
+
],
|
|
226
162
|
},
|
|
227
163
|
},
|
|
228
164
|
},
|
|
@@ -4519,95 +4455,6 @@
|
|
|
4519
4455
|
},
|
|
4520
4456
|
},
|
|
4521
4457
|
status: {
|
|
4522
|
-
ai: {
|
|
4523
|
-
default: {
|
|
4524
|
-
value: "#000000",
|
|
4525
|
-
type: "color",
|
|
4526
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4527
|
-
isSource: true,
|
|
4528
|
-
original: {
|
|
4529
|
-
value: "{modes.color.generic.bg.nought}",
|
|
4530
|
-
type: "color",
|
|
4531
|
-
},
|
|
4532
|
-
name: "modesColorStatusAiDefault",
|
|
4533
|
-
attributes: {},
|
|
4534
|
-
path: ["modes", "color", "status", "ai", "default"],
|
|
4535
|
-
},
|
|
4536
|
-
defaultAlt: {
|
|
4537
|
-
value: "#FFFFFF",
|
|
4538
|
-
type: "color",
|
|
4539
|
-
description: "bg for contextual message comp",
|
|
4540
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4541
|
-
isSource: true,
|
|
4542
|
-
original: {
|
|
4543
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4544
|
-
type: "color",
|
|
4545
|
-
description: "bg for contextual message comp",
|
|
4546
|
-
},
|
|
4547
|
-
name: "modesColorStatusAiDefaultAlt",
|
|
4548
|
-
attributes: {
|
|
4549
|
-
value: "#FFFFFF",
|
|
4550
|
-
type: "color",
|
|
4551
|
-
description: "bg for contextual message comp",
|
|
4552
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4553
|
-
isSource: true,
|
|
4554
|
-
original: {
|
|
4555
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4556
|
-
type: "color",
|
|
4557
|
-
description: "bg for contextual message comp",
|
|
4558
|
-
},
|
|
4559
|
-
name: "defaultAlt",
|
|
4560
|
-
attributes: {},
|
|
4561
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4562
|
-
comment: "bg for contextual message comp",
|
|
4563
|
-
},
|
|
4564
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4565
|
-
comment: "bg for contextual message comp",
|
|
4566
|
-
},
|
|
4567
|
-
"default-horizontal": {
|
|
4568
|
-
value:
|
|
4569
|
-
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4570
|
-
type: "color",
|
|
4571
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4572
|
-
isSource: true,
|
|
4573
|
-
original: {
|
|
4574
|
-
value: "{primitives.colors.lightAiH}",
|
|
4575
|
-
type: "color",
|
|
4576
|
-
},
|
|
4577
|
-
name: "modesColorStatusAiDefaultHorizontal",
|
|
4578
|
-
attributes: {},
|
|
4579
|
-
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4580
|
-
},
|
|
4581
|
-
"default-vertical": {
|
|
4582
|
-
value:
|
|
4583
|
-
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4584
|
-
type: "color",
|
|
4585
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4586
|
-
isSource: true,
|
|
4587
|
-
original: {
|
|
4588
|
-
value: "{primitives.colors.lightAiV}",
|
|
4589
|
-
type: "color",
|
|
4590
|
-
},
|
|
4591
|
-
name: "modesColorStatusAiDefaultVertical",
|
|
4592
|
-
attributes: {},
|
|
4593
|
-
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4594
|
-
},
|
|
4595
|
-
},
|
|
4596
|
-
generic: {
|
|
4597
|
-
default: {
|
|
4598
|
-
value: "#008a89",
|
|
4599
|
-
type: "color",
|
|
4600
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4601
|
-
isSource: true,
|
|
4602
|
-
original: {
|
|
4603
|
-
value: "{primitives.colors.petrol}",
|
|
4604
|
-
type: "color",
|
|
4605
|
-
},
|
|
4606
|
-
name: "modesColorStatusGenericDefault",
|
|
4607
|
-
attributes: {},
|
|
4608
|
-
path: ["modes", "color", "status", "generic", "default"],
|
|
4609
|
-
},
|
|
4610
|
-
},
|
|
4611
4458
|
caution: {
|
|
4612
4459
|
default: {
|
|
4613
4460
|
value: "#E04500",
|
|
@@ -4903,27 +4750,27 @@
|
|
|
4903
4750
|
attributes: {},
|
|
4904
4751
|
path: ["modes", "color", "status", "caution", "text"],
|
|
4905
4752
|
},
|
|
4906
|
-
|
|
4753
|
+
frozenglobal: {
|
|
4907
4754
|
default: {
|
|
4908
|
-
value: "#
|
|
4755
|
+
value: "#E04500",
|
|
4909
4756
|
type: "color",
|
|
4910
4757
|
description: "Global message bg",
|
|
4911
4758
|
filePath: "data/tokens/modes/dark.json",
|
|
4912
4759
|
isSource: true,
|
|
4913
4760
|
original: {
|
|
4914
|
-
value: "{modes.color.status.caution.
|
|
4761
|
+
value: "{modes.color.status.caution.default}",
|
|
4915
4762
|
type: "color",
|
|
4916
4763
|
description: "Global message bg",
|
|
4917
4764
|
},
|
|
4918
|
-
name: "
|
|
4765
|
+
name: "modesColorStatusCautionFrozenglobalDefault",
|
|
4919
4766
|
attributes: {
|
|
4920
|
-
value: "#
|
|
4767
|
+
value: "#E04500",
|
|
4921
4768
|
type: "color",
|
|
4922
4769
|
description: "Global message bg",
|
|
4923
4770
|
filePath: "data/tokens/modes/dark.json",
|
|
4924
4771
|
isSource: true,
|
|
4925
4772
|
original: {
|
|
4926
|
-
value: "{modes.color.status.caution.
|
|
4773
|
+
value: "{modes.color.status.caution.default}",
|
|
4927
4774
|
type: "color",
|
|
4928
4775
|
description: "Global message bg",
|
|
4929
4776
|
},
|
|
@@ -4934,7 +4781,7 @@
|
|
|
4934
4781
|
"color",
|
|
4935
4782
|
"status",
|
|
4936
4783
|
"caution",
|
|
4937
|
-
"
|
|
4784
|
+
"frozenglobal",
|
|
4938
4785
|
"default",
|
|
4939
4786
|
],
|
|
4940
4787
|
comment: "Global message bg",
|
|
@@ -4944,11 +4791,145 @@
|
|
|
4944
4791
|
"color",
|
|
4945
4792
|
"status",
|
|
4946
4793
|
"caution",
|
|
4947
|
-
"
|
|
4794
|
+
"frozenglobal",
|
|
4948
4795
|
"default",
|
|
4949
4796
|
],
|
|
4950
4797
|
comment: "Global message bg",
|
|
4951
4798
|
},
|
|
4799
|
+
hover: {
|
|
4800
|
+
value: "#eb6732",
|
|
4801
|
+
type: "color",
|
|
4802
|
+
description: "used on global message bg",
|
|
4803
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4804
|
+
isSource: true,
|
|
4805
|
+
original: {
|
|
4806
|
+
value: "{modes.color.status.caution.hover}",
|
|
4807
|
+
type: "color",
|
|
4808
|
+
description: "used on global message bg",
|
|
4809
|
+
},
|
|
4810
|
+
name: "modesColorStatusCautionFrozenglobalHover",
|
|
4811
|
+
attributes: {
|
|
4812
|
+
value: "#eb6732",
|
|
4813
|
+
type: "color",
|
|
4814
|
+
description: "used on global message bg",
|
|
4815
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4816
|
+
isSource: true,
|
|
4817
|
+
original: {
|
|
4818
|
+
value: "{modes.color.status.caution.hover}",
|
|
4819
|
+
type: "color",
|
|
4820
|
+
description: "used on global message bg",
|
|
4821
|
+
},
|
|
4822
|
+
name: "hover",
|
|
4823
|
+
attributes: {},
|
|
4824
|
+
path: [
|
|
4825
|
+
"modes",
|
|
4826
|
+
"color",
|
|
4827
|
+
"status",
|
|
4828
|
+
"caution",
|
|
4829
|
+
"frozenglobal",
|
|
4830
|
+
"hover",
|
|
4831
|
+
],
|
|
4832
|
+
comment: "used on global message bg",
|
|
4833
|
+
},
|
|
4834
|
+
path: [
|
|
4835
|
+
"modes",
|
|
4836
|
+
"color",
|
|
4837
|
+
"status",
|
|
4838
|
+
"caution",
|
|
4839
|
+
"frozenglobal",
|
|
4840
|
+
"hover",
|
|
4841
|
+
],
|
|
4842
|
+
comment: "used on global message bg",
|
|
4843
|
+
},
|
|
4844
|
+
},
|
|
4845
|
+
},
|
|
4846
|
+
ai: {
|
|
4847
|
+
default: {
|
|
4848
|
+
value: "#000000",
|
|
4849
|
+
type: "color",
|
|
4850
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4851
|
+
isSource: true,
|
|
4852
|
+
original: {
|
|
4853
|
+
value: "{modes.color.generic.bg.nought}",
|
|
4854
|
+
type: "color",
|
|
4855
|
+
},
|
|
4856
|
+
name: "modesColorStatusAiDefault",
|
|
4857
|
+
attributes: {},
|
|
4858
|
+
path: ["modes", "color", "status", "ai", "default"],
|
|
4859
|
+
},
|
|
4860
|
+
defaultAlt: {
|
|
4861
|
+
value: "#FFFFFF",
|
|
4862
|
+
type: "color",
|
|
4863
|
+
description: "bg for contextual message comp",
|
|
4864
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4865
|
+
isSource: true,
|
|
4866
|
+
original: {
|
|
4867
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4868
|
+
type: "color",
|
|
4869
|
+
description: "bg for contextual message comp",
|
|
4870
|
+
},
|
|
4871
|
+
name: "modesColorStatusAiDefaultAlt",
|
|
4872
|
+
attributes: {
|
|
4873
|
+
value: "#FFFFFF",
|
|
4874
|
+
type: "color",
|
|
4875
|
+
description: "bg for contextual message comp",
|
|
4876
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4877
|
+
isSource: true,
|
|
4878
|
+
original: {
|
|
4879
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4880
|
+
type: "color",
|
|
4881
|
+
description: "bg for contextual message comp",
|
|
4882
|
+
},
|
|
4883
|
+
name: "defaultAlt",
|
|
4884
|
+
attributes: {},
|
|
4885
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4886
|
+
comment: "bg for contextual message comp",
|
|
4887
|
+
},
|
|
4888
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4889
|
+
comment: "bg for contextual message comp",
|
|
4890
|
+
},
|
|
4891
|
+
"default-horizontal": {
|
|
4892
|
+
value:
|
|
4893
|
+
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4894
|
+
type: "color",
|
|
4895
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4896
|
+
isSource: true,
|
|
4897
|
+
original: {
|
|
4898
|
+
value: "{primitives.colors.lightAiH}",
|
|
4899
|
+
type: "color",
|
|
4900
|
+
},
|
|
4901
|
+
name: "modesColorStatusAiDefaultHorizontal",
|
|
4902
|
+
attributes: {},
|
|
4903
|
+
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4904
|
+
},
|
|
4905
|
+
"default-vertical": {
|
|
4906
|
+
value:
|
|
4907
|
+
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4908
|
+
type: "color",
|
|
4909
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4910
|
+
isSource: true,
|
|
4911
|
+
original: {
|
|
4912
|
+
value: "{primitives.colors.lightAiV}",
|
|
4913
|
+
type: "color",
|
|
4914
|
+
},
|
|
4915
|
+
name: "modesColorStatusAiDefaultVertical",
|
|
4916
|
+
attributes: {},
|
|
4917
|
+
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4918
|
+
},
|
|
4919
|
+
},
|
|
4920
|
+
generic: {
|
|
4921
|
+
default: {
|
|
4922
|
+
value: "#008a89",
|
|
4923
|
+
type: "color",
|
|
4924
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4925
|
+
isSource: true,
|
|
4926
|
+
original: {
|
|
4927
|
+
value: "{primitives.colors.petrol}",
|
|
4928
|
+
type: "color",
|
|
4929
|
+
},
|
|
4930
|
+
name: "modesColorStatusGenericDefault",
|
|
4931
|
+
attributes: {},
|
|
4932
|
+
path: ["modes", "color", "status", "generic", "default"],
|
|
4952
4933
|
},
|
|
4953
4934
|
},
|
|
4954
4935
|
content: {
|
|
@@ -5358,27 +5339,27 @@
|
|
|
5358
5339
|
path: ["modes", "color", "status", "info", "hoverAlt"],
|
|
5359
5340
|
comment: "used on pill hover states and message bg",
|
|
5360
5341
|
},
|
|
5361
|
-
|
|
5342
|
+
frozenglobal: {
|
|
5362
5343
|
default: {
|
|
5363
|
-
value: "#
|
|
5344
|
+
value: "#007ED9",
|
|
5364
5345
|
type: "color",
|
|
5365
5346
|
description: "Global message bg",
|
|
5366
5347
|
filePath: "data/tokens/modes/dark.json",
|
|
5367
5348
|
isSource: true,
|
|
5368
5349
|
original: {
|
|
5369
|
-
value: "{modes.color.status.info.
|
|
5350
|
+
value: "{modes.color.status.info.default}",
|
|
5370
5351
|
type: "color",
|
|
5371
5352
|
description: "Global message bg",
|
|
5372
5353
|
},
|
|
5373
|
-
name: "
|
|
5354
|
+
name: "modesColorStatusInfoFrozenglobalDefault",
|
|
5374
5355
|
attributes: {
|
|
5375
|
-
value: "#
|
|
5356
|
+
value: "#007ED9",
|
|
5376
5357
|
type: "color",
|
|
5377
5358
|
description: "Global message bg",
|
|
5378
5359
|
filePath: "data/tokens/modes/dark.json",
|
|
5379
5360
|
isSource: true,
|
|
5380
5361
|
original: {
|
|
5381
|
-
value: "{modes.color.status.info.
|
|
5362
|
+
value: "{modes.color.status.info.default}",
|
|
5382
5363
|
type: "color",
|
|
5383
5364
|
description: "Global message bg",
|
|
5384
5365
|
},
|
|
@@ -5389,14 +5370,66 @@
|
|
|
5389
5370
|
"color",
|
|
5390
5371
|
"status",
|
|
5391
5372
|
"info",
|
|
5392
|
-
"
|
|
5373
|
+
"frozenglobal",
|
|
5393
5374
|
"default",
|
|
5394
5375
|
],
|
|
5395
5376
|
comment: "Global message bg",
|
|
5396
5377
|
},
|
|
5397
|
-
path: [
|
|
5378
|
+
path: [
|
|
5379
|
+
"modes",
|
|
5380
|
+
"color",
|
|
5381
|
+
"status",
|
|
5382
|
+
"info",
|
|
5383
|
+
"frozenglobal",
|
|
5384
|
+
"default",
|
|
5385
|
+
],
|
|
5398
5386
|
comment: "Global message bg",
|
|
5399
5387
|
},
|
|
5388
|
+
hover: {
|
|
5389
|
+
value: "#5291e0",
|
|
5390
|
+
type: "color",
|
|
5391
|
+
description: "used on global message bg",
|
|
5392
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5393
|
+
isSource: true,
|
|
5394
|
+
original: {
|
|
5395
|
+
value: "{modes.color.status.info.hover}",
|
|
5396
|
+
type: "color",
|
|
5397
|
+
description: "used on global message bg",
|
|
5398
|
+
},
|
|
5399
|
+
name: "modesColorStatusInfoFrozenglobalHover",
|
|
5400
|
+
attributes: {
|
|
5401
|
+
value: "#5291e0",
|
|
5402
|
+
type: "color",
|
|
5403
|
+
description: "used on global message bg",
|
|
5404
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5405
|
+
isSource: true,
|
|
5406
|
+
original: {
|
|
5407
|
+
value: "{modes.color.status.info.hover}",
|
|
5408
|
+
type: "color",
|
|
5409
|
+
description: "used on global message bg",
|
|
5410
|
+
},
|
|
5411
|
+
name: "hover",
|
|
5412
|
+
attributes: {},
|
|
5413
|
+
path: [
|
|
5414
|
+
"modes",
|
|
5415
|
+
"color",
|
|
5416
|
+
"status",
|
|
5417
|
+
"info",
|
|
5418
|
+
"frozenglobal",
|
|
5419
|
+
"hover",
|
|
5420
|
+
],
|
|
5421
|
+
comment: "used on global message bg",
|
|
5422
|
+
},
|
|
5423
|
+
path: [
|
|
5424
|
+
"modes",
|
|
5425
|
+
"color",
|
|
5426
|
+
"status",
|
|
5427
|
+
"info",
|
|
5428
|
+
"frozenglobal",
|
|
5429
|
+
"hover",
|
|
5430
|
+
],
|
|
5431
|
+
comment: "used on global message bg",
|
|
5432
|
+
},
|
|
5400
5433
|
},
|
|
5401
5434
|
},
|
|
5402
5435
|
negative: {
|
|
@@ -5671,19 +5704,6 @@
|
|
|
5671
5704
|
},
|
|
5672
5705
|
},
|
|
5673
5706
|
neutral: {
|
|
5674
|
-
alt: {
|
|
5675
|
-
value: "#7C7C7C",
|
|
5676
|
-
type: "color",
|
|
5677
|
-
filePath: "data/tokens/modes/dark.json",
|
|
5678
|
-
isSource: true,
|
|
5679
|
-
original: {
|
|
5680
|
-
value: "{primitives.colors.smoke}",
|
|
5681
|
-
type: "color",
|
|
5682
|
-
},
|
|
5683
|
-
name: "modesColorStatusNeutralAlt",
|
|
5684
|
-
attributes: {},
|
|
5685
|
-
path: ["modes", "color", "status", "neutral", "alt"],
|
|
5686
|
-
},
|
|
5687
5707
|
default: {
|
|
5688
5708
|
value: "#7C7C7C",
|
|
5689
5709
|
type: "color",
|
|
@@ -5960,7 +5980,7 @@
|
|
|
5960
5980
|
filePath: "data/tokens/modes/dark.json",
|
|
5961
5981
|
isSource: true,
|
|
5962
5982
|
original: {
|
|
5963
|
-
value: "{modes.color.status.neutral.
|
|
5983
|
+
value: "{modes.color.status.neutral.default}",
|
|
5964
5984
|
type: "color",
|
|
5965
5985
|
$extensions: {
|
|
5966
5986
|
"studio.tokens": {
|
|
@@ -5986,6 +6006,101 @@
|
|
|
5986
6006
|
"default",
|
|
5987
6007
|
],
|
|
5988
6008
|
},
|
|
6009
|
+
defaultAlt: {
|
|
6010
|
+
value: "#171717",
|
|
6011
|
+
type: "color",
|
|
6012
|
+
$extensions: {
|
|
6013
|
+
"studio.tokens": {
|
|
6014
|
+
modify: {
|
|
6015
|
+
type: "mix",
|
|
6016
|
+
value: "0.85",
|
|
6017
|
+
space: "lch",
|
|
6018
|
+
color: "#000000",
|
|
6019
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6020
|
+
isSource: true,
|
|
6021
|
+
format: "hex",
|
|
6022
|
+
},
|
|
6023
|
+
},
|
|
6024
|
+
},
|
|
6025
|
+
description: "Subtle message bg",
|
|
6026
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6027
|
+
isSource: true,
|
|
6028
|
+
original: {
|
|
6029
|
+
value: "{primitives.colors.smoke}",
|
|
6030
|
+
type: "color",
|
|
6031
|
+
$extensions: {
|
|
6032
|
+
"studio.tokens": {
|
|
6033
|
+
modify: {
|
|
6034
|
+
type: "mix",
|
|
6035
|
+
value: "0.85",
|
|
6036
|
+
space: "lch",
|
|
6037
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
6038
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6039
|
+
isSource: true,
|
|
6040
|
+
},
|
|
6041
|
+
},
|
|
6042
|
+
},
|
|
6043
|
+
description: "Subtle message bg",
|
|
6044
|
+
},
|
|
6045
|
+
name: "modesColorStatusNeutralFrozenDefaultAlt",
|
|
6046
|
+
attributes: {
|
|
6047
|
+
value: "#7C7C7C",
|
|
6048
|
+
type: "color",
|
|
6049
|
+
$extensions: {
|
|
6050
|
+
"studio.tokens": {
|
|
6051
|
+
modify: {
|
|
6052
|
+
type: "mix",
|
|
6053
|
+
value: "0.85",
|
|
6054
|
+
space: "lch",
|
|
6055
|
+
color: "#000000",
|
|
6056
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6057
|
+
isSource: true,
|
|
6058
|
+
format: "hex",
|
|
6059
|
+
},
|
|
6060
|
+
},
|
|
6061
|
+
},
|
|
6062
|
+
description: "Subtle message bg",
|
|
6063
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6064
|
+
isSource: true,
|
|
6065
|
+
original: {
|
|
6066
|
+
value: "{primitives.colors.smoke}",
|
|
6067
|
+
type: "color",
|
|
6068
|
+
$extensions: {
|
|
6069
|
+
"studio.tokens": {
|
|
6070
|
+
modify: {
|
|
6071
|
+
type: "mix",
|
|
6072
|
+
value: "0.85",
|
|
6073
|
+
space: "lch",
|
|
6074
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
6075
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6076
|
+
isSource: true,
|
|
6077
|
+
},
|
|
6078
|
+
},
|
|
6079
|
+
},
|
|
6080
|
+
description: "Subtle message bg",
|
|
6081
|
+
},
|
|
6082
|
+
name: "defaultAlt",
|
|
6083
|
+
attributes: {},
|
|
6084
|
+
path: [
|
|
6085
|
+
"modes",
|
|
6086
|
+
"color",
|
|
6087
|
+
"status",
|
|
6088
|
+
"neutral",
|
|
6089
|
+
"frozen",
|
|
6090
|
+
"defaultAlt",
|
|
6091
|
+
],
|
|
6092
|
+
comment: "Subtle message bg",
|
|
6093
|
+
},
|
|
6094
|
+
path: [
|
|
6095
|
+
"modes",
|
|
6096
|
+
"color",
|
|
6097
|
+
"status",
|
|
6098
|
+
"neutral",
|
|
6099
|
+
"frozen",
|
|
6100
|
+
"defaultAlt",
|
|
6101
|
+
],
|
|
6102
|
+
comment: "Subtle message bg",
|
|
6103
|
+
},
|
|
5989
6104
|
hover: {
|
|
5990
6105
|
value: "#909090",
|
|
5991
6106
|
type: "color",
|
|
@@ -6006,6 +6121,101 @@
|
|
|
6006
6121
|
"hover",
|
|
6007
6122
|
],
|
|
6008
6123
|
},
|
|
6124
|
+
hoverAlt: {
|
|
6125
|
+
value: "#262626",
|
|
6126
|
+
type: "color",
|
|
6127
|
+
$extensions: {
|
|
6128
|
+
"studio.tokens": {
|
|
6129
|
+
modify: {
|
|
6130
|
+
type: "mix",
|
|
6131
|
+
value: "0.08 ",
|
|
6132
|
+
space: "lch",
|
|
6133
|
+
color: "#FFFFFF",
|
|
6134
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6135
|
+
isSource: true,
|
|
6136
|
+
format: "hex",
|
|
6137
|
+
},
|
|
6138
|
+
},
|
|
6139
|
+
},
|
|
6140
|
+
description: "used on pill hover states and message bg",
|
|
6141
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6142
|
+
isSource: true,
|
|
6143
|
+
original: {
|
|
6144
|
+
value: "{modes.color.status.neutral.defaultAlt}",
|
|
6145
|
+
type: "color",
|
|
6146
|
+
$extensions: {
|
|
6147
|
+
"studio.tokens": {
|
|
6148
|
+
modify: {
|
|
6149
|
+
type: "mix",
|
|
6150
|
+
value: "{modes.color.modifiers.button.hoverAlt} ",
|
|
6151
|
+
space: "lch",
|
|
6152
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6153
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6154
|
+
isSource: true,
|
|
6155
|
+
},
|
|
6156
|
+
},
|
|
6157
|
+
},
|
|
6158
|
+
description: "used on pill hover states and message bg",
|
|
6159
|
+
},
|
|
6160
|
+
name: "modesColorStatusNeutralFrozenHoverAlt",
|
|
6161
|
+
attributes: {
|
|
6162
|
+
value: "#171717",
|
|
6163
|
+
type: "color",
|
|
6164
|
+
$extensions: {
|
|
6165
|
+
"studio.tokens": {
|
|
6166
|
+
modify: {
|
|
6167
|
+
type: "mix",
|
|
6168
|
+
value: "0.08 ",
|
|
6169
|
+
space: "lch",
|
|
6170
|
+
color: "#FFFFFF",
|
|
6171
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6172
|
+
isSource: true,
|
|
6173
|
+
format: "hex",
|
|
6174
|
+
},
|
|
6175
|
+
},
|
|
6176
|
+
},
|
|
6177
|
+
description: "used on pill hover states and message bg",
|
|
6178
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6179
|
+
isSource: true,
|
|
6180
|
+
original: {
|
|
6181
|
+
value: "{modes.color.status.neutral.defaultAlt}",
|
|
6182
|
+
type: "color",
|
|
6183
|
+
$extensions: {
|
|
6184
|
+
"studio.tokens": {
|
|
6185
|
+
modify: {
|
|
6186
|
+
type: "mix",
|
|
6187
|
+
value: "{modes.color.modifiers.button.hoverAlt} ",
|
|
6188
|
+
space: "lch",
|
|
6189
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6190
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6191
|
+
isSource: true,
|
|
6192
|
+
},
|
|
6193
|
+
},
|
|
6194
|
+
},
|
|
6195
|
+
description: "used on pill hover states and message bg",
|
|
6196
|
+
},
|
|
6197
|
+
name: "hoverAlt",
|
|
6198
|
+
attributes: {},
|
|
6199
|
+
path: [
|
|
6200
|
+
"modes",
|
|
6201
|
+
"color",
|
|
6202
|
+
"status",
|
|
6203
|
+
"neutral",
|
|
6204
|
+
"frozen",
|
|
6205
|
+
"hoverAlt",
|
|
6206
|
+
],
|
|
6207
|
+
comment: "used on pill hover states and message bg",
|
|
6208
|
+
},
|
|
6209
|
+
path: [
|
|
6210
|
+
"modes",
|
|
6211
|
+
"color",
|
|
6212
|
+
"status",
|
|
6213
|
+
"neutral",
|
|
6214
|
+
"frozen",
|
|
6215
|
+
"hoverAlt",
|
|
6216
|
+
],
|
|
6217
|
+
comment: "used on pill hover states and message bg",
|
|
6218
|
+
},
|
|
6009
6219
|
},
|
|
6010
6220
|
},
|
|
6011
6221
|
positive: {
|