@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
|
@@ -129,78 +129,7 @@ module.exports = {
|
|
|
129
129
|
},
|
|
130
130
|
},
|
|
131
131
|
noBg: {
|
|
132
|
-
|
|
133
|
-
value:
|
|
134
|
-
"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%)",
|
|
135
|
-
type: "color",
|
|
136
|
-
filePath: "data/tokens/modes/dark.json",
|
|
137
|
-
isSource: true,
|
|
138
|
-
original: {
|
|
139
|
-
value:
|
|
140
|
-
"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%)",
|
|
141
|
-
type: "color",
|
|
142
|
-
},
|
|
143
|
-
name: "modesColorBrandCopilotNoBgS",
|
|
144
|
-
attributes: {},
|
|
145
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "S"],
|
|
146
|
-
},
|
|
147
|
-
star: {
|
|
148
|
-
value:
|
|
149
|
-
"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%)",
|
|
150
|
-
type: "color",
|
|
151
|
-
filePath: "data/tokens/modes/dark.json",
|
|
152
|
-
isSource: true,
|
|
153
|
-
original: {
|
|
154
|
-
value:
|
|
155
|
-
"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%)",
|
|
156
|
-
type: "color",
|
|
157
|
-
},
|
|
158
|
-
name: "modesColorBrandCopilotNoBgStar",
|
|
159
|
-
attributes: {},
|
|
160
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "star"],
|
|
161
|
-
},
|
|
162
|
-
mono: {
|
|
163
|
-
value: "#FFFFFF",
|
|
164
|
-
type: "color",
|
|
165
|
-
filePath: "data/tokens/modes/dark.json",
|
|
166
|
-
isSource: true,
|
|
167
|
-
original: {
|
|
168
|
-
value: "{primitives.colors.white}",
|
|
169
|
-
type: "color",
|
|
170
|
-
},
|
|
171
|
-
name: "modesColorBrandCopilotNoBgMono",
|
|
172
|
-
attributes: {},
|
|
173
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
withBg: {
|
|
177
|
-
S: {
|
|
178
|
-
value: "#000000",
|
|
179
|
-
type: "color",
|
|
180
|
-
filePath: "data/tokens/modes/dark.json",
|
|
181
|
-
isSource: true,
|
|
182
|
-
original: {
|
|
183
|
-
value: "{primitives.colors.black}",
|
|
184
|
-
type: "color",
|
|
185
|
-
},
|
|
186
|
-
name: "modesColorBrandCopilotWithBgS",
|
|
187
|
-
attributes: {},
|
|
188
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "S"],
|
|
189
|
-
},
|
|
190
|
-
star: {
|
|
191
|
-
value: "#000000",
|
|
192
|
-
type: "color",
|
|
193
|
-
filePath: "data/tokens/modes/dark.json",
|
|
194
|
-
isSource: true,
|
|
195
|
-
original: {
|
|
196
|
-
value: "{primitives.colors.black}",
|
|
197
|
-
type: "color",
|
|
198
|
-
},
|
|
199
|
-
name: "modesColorBrandCopilotWithBgStar",
|
|
200
|
-
attributes: {},
|
|
201
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "star"],
|
|
202
|
-
},
|
|
203
|
-
bg: {
|
|
132
|
+
monochrome: {
|
|
204
133
|
value: "#FFFFFF",
|
|
205
134
|
type: "color",
|
|
206
135
|
filePath: "data/tokens/modes/dark.json",
|
|
@@ -209,9 +138,16 @@ module.exports = {
|
|
|
209
138
|
value: "{primitives.colors.white}",
|
|
210
139
|
type: "color",
|
|
211
140
|
},
|
|
212
|
-
name: "
|
|
141
|
+
name: "modesColorBrandCopilotNoBgMonochrome",
|
|
213
142
|
attributes: {},
|
|
214
|
-
path: [
|
|
143
|
+
path: [
|
|
144
|
+
"modes",
|
|
145
|
+
"color",
|
|
146
|
+
"brand",
|
|
147
|
+
"copilot",
|
|
148
|
+
"noBg",
|
|
149
|
+
"monochrome",
|
|
150
|
+
],
|
|
215
151
|
},
|
|
216
152
|
},
|
|
217
153
|
},
|
|
@@ -4435,95 +4371,6 @@ module.exports = {
|
|
|
4435
4371
|
},
|
|
4436
4372
|
},
|
|
4437
4373
|
status: {
|
|
4438
|
-
ai: {
|
|
4439
|
-
default: {
|
|
4440
|
-
value: "#000000",
|
|
4441
|
-
type: "color",
|
|
4442
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4443
|
-
isSource: true,
|
|
4444
|
-
original: {
|
|
4445
|
-
value: "{modes.color.generic.bg.nought}",
|
|
4446
|
-
type: "color",
|
|
4447
|
-
},
|
|
4448
|
-
name: "modesColorStatusAiDefault",
|
|
4449
|
-
attributes: {},
|
|
4450
|
-
path: ["modes", "color", "status", "ai", "default"],
|
|
4451
|
-
},
|
|
4452
|
-
defaultAlt: {
|
|
4453
|
-
value: "#FFFFFF",
|
|
4454
|
-
type: "color",
|
|
4455
|
-
description: "bg for contextual message comp",
|
|
4456
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4457
|
-
isSource: true,
|
|
4458
|
-
original: {
|
|
4459
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4460
|
-
type: "color",
|
|
4461
|
-
description: "bg for contextual message comp",
|
|
4462
|
-
},
|
|
4463
|
-
name: "modesColorStatusAiDefaultAlt",
|
|
4464
|
-
attributes: {
|
|
4465
|
-
value: "#FFFFFF",
|
|
4466
|
-
type: "color",
|
|
4467
|
-
description: "bg for contextual message comp",
|
|
4468
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4469
|
-
isSource: true,
|
|
4470
|
-
original: {
|
|
4471
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4472
|
-
type: "color",
|
|
4473
|
-
description: "bg for contextual message comp",
|
|
4474
|
-
},
|
|
4475
|
-
name: "defaultAlt",
|
|
4476
|
-
attributes: {},
|
|
4477
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4478
|
-
comment: "bg for contextual message comp",
|
|
4479
|
-
},
|
|
4480
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4481
|
-
comment: "bg for contextual message comp",
|
|
4482
|
-
},
|
|
4483
|
-
"default-horizontal": {
|
|
4484
|
-
value:
|
|
4485
|
-
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4486
|
-
type: "color",
|
|
4487
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4488
|
-
isSource: true,
|
|
4489
|
-
original: {
|
|
4490
|
-
value: "{primitives.colors.lightAiH}",
|
|
4491
|
-
type: "color",
|
|
4492
|
-
},
|
|
4493
|
-
name: "modesColorStatusAiDefaultHorizontal",
|
|
4494
|
-
attributes: {},
|
|
4495
|
-
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4496
|
-
},
|
|
4497
|
-
"default-vertical": {
|
|
4498
|
-
value:
|
|
4499
|
-
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4500
|
-
type: "color",
|
|
4501
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4502
|
-
isSource: true,
|
|
4503
|
-
original: {
|
|
4504
|
-
value: "{primitives.colors.lightAiV}",
|
|
4505
|
-
type: "color",
|
|
4506
|
-
},
|
|
4507
|
-
name: "modesColorStatusAiDefaultVertical",
|
|
4508
|
-
attributes: {},
|
|
4509
|
-
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4510
|
-
},
|
|
4511
|
-
},
|
|
4512
|
-
generic: {
|
|
4513
|
-
default: {
|
|
4514
|
-
value: "#008a89",
|
|
4515
|
-
type: "color",
|
|
4516
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4517
|
-
isSource: true,
|
|
4518
|
-
original: {
|
|
4519
|
-
value: "{primitives.colors.petrol}",
|
|
4520
|
-
type: "color",
|
|
4521
|
-
},
|
|
4522
|
-
name: "modesColorStatusGenericDefault",
|
|
4523
|
-
attributes: {},
|
|
4524
|
-
path: ["modes", "color", "status", "generic", "default"],
|
|
4525
|
-
},
|
|
4526
|
-
},
|
|
4527
4374
|
caution: {
|
|
4528
4375
|
default: {
|
|
4529
4376
|
value: "#E04500",
|
|
@@ -4819,27 +4666,27 @@ module.exports = {
|
|
|
4819
4666
|
attributes: {},
|
|
4820
4667
|
path: ["modes", "color", "status", "caution", "text"],
|
|
4821
4668
|
},
|
|
4822
|
-
|
|
4669
|
+
frozenglobal: {
|
|
4823
4670
|
default: {
|
|
4824
|
-
value: "#
|
|
4671
|
+
value: "#E04500",
|
|
4825
4672
|
type: "color",
|
|
4826
4673
|
description: "Global message bg",
|
|
4827
4674
|
filePath: "data/tokens/modes/dark.json",
|
|
4828
4675
|
isSource: true,
|
|
4829
4676
|
original: {
|
|
4830
|
-
value: "{modes.color.status.caution.
|
|
4677
|
+
value: "{modes.color.status.caution.default}",
|
|
4831
4678
|
type: "color",
|
|
4832
4679
|
description: "Global message bg",
|
|
4833
4680
|
},
|
|
4834
|
-
name: "
|
|
4681
|
+
name: "modesColorStatusCautionFrozenglobalDefault",
|
|
4835
4682
|
attributes: {
|
|
4836
|
-
value: "#
|
|
4683
|
+
value: "#E04500",
|
|
4837
4684
|
type: "color",
|
|
4838
4685
|
description: "Global message bg",
|
|
4839
4686
|
filePath: "data/tokens/modes/dark.json",
|
|
4840
4687
|
isSource: true,
|
|
4841
4688
|
original: {
|
|
4842
|
-
value: "{modes.color.status.caution.
|
|
4689
|
+
value: "{modes.color.status.caution.default}",
|
|
4843
4690
|
type: "color",
|
|
4844
4691
|
description: "Global message bg",
|
|
4845
4692
|
},
|
|
@@ -4850,7 +4697,7 @@ module.exports = {
|
|
|
4850
4697
|
"color",
|
|
4851
4698
|
"status",
|
|
4852
4699
|
"caution",
|
|
4853
|
-
"
|
|
4700
|
+
"frozenglobal",
|
|
4854
4701
|
"default",
|
|
4855
4702
|
],
|
|
4856
4703
|
comment: "Global message bg",
|
|
@@ -4860,11 +4707,145 @@ module.exports = {
|
|
|
4860
4707
|
"color",
|
|
4861
4708
|
"status",
|
|
4862
4709
|
"caution",
|
|
4863
|
-
"
|
|
4710
|
+
"frozenglobal",
|
|
4864
4711
|
"default",
|
|
4865
4712
|
],
|
|
4866
4713
|
comment: "Global message bg",
|
|
4867
4714
|
},
|
|
4715
|
+
hover: {
|
|
4716
|
+
value: "#eb6732",
|
|
4717
|
+
type: "color",
|
|
4718
|
+
description: "used on global message bg",
|
|
4719
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4720
|
+
isSource: true,
|
|
4721
|
+
original: {
|
|
4722
|
+
value: "{modes.color.status.caution.hover}",
|
|
4723
|
+
type: "color",
|
|
4724
|
+
description: "used on global message bg",
|
|
4725
|
+
},
|
|
4726
|
+
name: "modesColorStatusCautionFrozenglobalHover",
|
|
4727
|
+
attributes: {
|
|
4728
|
+
value: "#eb6732",
|
|
4729
|
+
type: "color",
|
|
4730
|
+
description: "used on global message bg",
|
|
4731
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4732
|
+
isSource: true,
|
|
4733
|
+
original: {
|
|
4734
|
+
value: "{modes.color.status.caution.hover}",
|
|
4735
|
+
type: "color",
|
|
4736
|
+
description: "used on global message bg",
|
|
4737
|
+
},
|
|
4738
|
+
name: "hover",
|
|
4739
|
+
attributes: {},
|
|
4740
|
+
path: [
|
|
4741
|
+
"modes",
|
|
4742
|
+
"color",
|
|
4743
|
+
"status",
|
|
4744
|
+
"caution",
|
|
4745
|
+
"frozenglobal",
|
|
4746
|
+
"hover",
|
|
4747
|
+
],
|
|
4748
|
+
comment: "used on global message bg",
|
|
4749
|
+
},
|
|
4750
|
+
path: [
|
|
4751
|
+
"modes",
|
|
4752
|
+
"color",
|
|
4753
|
+
"status",
|
|
4754
|
+
"caution",
|
|
4755
|
+
"frozenglobal",
|
|
4756
|
+
"hover",
|
|
4757
|
+
],
|
|
4758
|
+
comment: "used on global message bg",
|
|
4759
|
+
},
|
|
4760
|
+
},
|
|
4761
|
+
},
|
|
4762
|
+
ai: {
|
|
4763
|
+
default: {
|
|
4764
|
+
value: "#000000",
|
|
4765
|
+
type: "color",
|
|
4766
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4767
|
+
isSource: true,
|
|
4768
|
+
original: {
|
|
4769
|
+
value: "{modes.color.generic.bg.nought}",
|
|
4770
|
+
type: "color",
|
|
4771
|
+
},
|
|
4772
|
+
name: "modesColorStatusAiDefault",
|
|
4773
|
+
attributes: {},
|
|
4774
|
+
path: ["modes", "color", "status", "ai", "default"],
|
|
4775
|
+
},
|
|
4776
|
+
defaultAlt: {
|
|
4777
|
+
value: "#FFFFFF",
|
|
4778
|
+
type: "color",
|
|
4779
|
+
description: "bg for contextual message comp",
|
|
4780
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4781
|
+
isSource: true,
|
|
4782
|
+
original: {
|
|
4783
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4784
|
+
type: "color",
|
|
4785
|
+
description: "bg for contextual message comp",
|
|
4786
|
+
},
|
|
4787
|
+
name: "modesColorStatusAiDefaultAlt",
|
|
4788
|
+
attributes: {
|
|
4789
|
+
value: "#FFFFFF",
|
|
4790
|
+
type: "color",
|
|
4791
|
+
description: "bg for contextual message comp",
|
|
4792
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4793
|
+
isSource: true,
|
|
4794
|
+
original: {
|
|
4795
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4796
|
+
type: "color",
|
|
4797
|
+
description: "bg for contextual message comp",
|
|
4798
|
+
},
|
|
4799
|
+
name: "defaultAlt",
|
|
4800
|
+
attributes: {},
|
|
4801
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4802
|
+
comment: "bg for contextual message comp",
|
|
4803
|
+
},
|
|
4804
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4805
|
+
comment: "bg for contextual message comp",
|
|
4806
|
+
},
|
|
4807
|
+
"default-horizontal": {
|
|
4808
|
+
value:
|
|
4809
|
+
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4810
|
+
type: "color",
|
|
4811
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4812
|
+
isSource: true,
|
|
4813
|
+
original: {
|
|
4814
|
+
value: "{primitives.colors.lightAiH}",
|
|
4815
|
+
type: "color",
|
|
4816
|
+
},
|
|
4817
|
+
name: "modesColorStatusAiDefaultHorizontal",
|
|
4818
|
+
attributes: {},
|
|
4819
|
+
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4820
|
+
},
|
|
4821
|
+
"default-vertical": {
|
|
4822
|
+
value:
|
|
4823
|
+
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4824
|
+
type: "color",
|
|
4825
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4826
|
+
isSource: true,
|
|
4827
|
+
original: {
|
|
4828
|
+
value: "{primitives.colors.lightAiV}",
|
|
4829
|
+
type: "color",
|
|
4830
|
+
},
|
|
4831
|
+
name: "modesColorStatusAiDefaultVertical",
|
|
4832
|
+
attributes: {},
|
|
4833
|
+
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4834
|
+
},
|
|
4835
|
+
},
|
|
4836
|
+
generic: {
|
|
4837
|
+
default: {
|
|
4838
|
+
value: "#008a89",
|
|
4839
|
+
type: "color",
|
|
4840
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4841
|
+
isSource: true,
|
|
4842
|
+
original: {
|
|
4843
|
+
value: "{primitives.colors.petrol}",
|
|
4844
|
+
type: "color",
|
|
4845
|
+
},
|
|
4846
|
+
name: "modesColorStatusGenericDefault",
|
|
4847
|
+
attributes: {},
|
|
4848
|
+
path: ["modes", "color", "status", "generic", "default"],
|
|
4868
4849
|
},
|
|
4869
4850
|
},
|
|
4870
4851
|
content: {
|
|
@@ -5273,38 +5254,97 @@ module.exports = {
|
|
|
5273
5254
|
path: ["modes", "color", "status", "info", "hoverAlt"],
|
|
5274
5255
|
comment: "used on pill hover states and message bg",
|
|
5275
5256
|
},
|
|
5276
|
-
|
|
5257
|
+
frozenglobal: {
|
|
5277
5258
|
default: {
|
|
5278
|
-
value: "#
|
|
5259
|
+
value: "#007ED9",
|
|
5279
5260
|
type: "color",
|
|
5280
5261
|
description: "Global message bg",
|
|
5281
5262
|
filePath: "data/tokens/modes/dark.json",
|
|
5282
5263
|
isSource: true,
|
|
5283
5264
|
original: {
|
|
5284
|
-
value: "{modes.color.status.info.
|
|
5265
|
+
value: "{modes.color.status.info.default}",
|
|
5285
5266
|
type: "color",
|
|
5286
5267
|
description: "Global message bg",
|
|
5287
5268
|
},
|
|
5288
|
-
name: "
|
|
5269
|
+
name: "modesColorStatusInfoFrozenglobalDefault",
|
|
5289
5270
|
attributes: {
|
|
5290
|
-
value: "#
|
|
5271
|
+
value: "#007ED9",
|
|
5291
5272
|
type: "color",
|
|
5292
5273
|
description: "Global message bg",
|
|
5293
5274
|
filePath: "data/tokens/modes/dark.json",
|
|
5294
5275
|
isSource: true,
|
|
5295
5276
|
original: {
|
|
5296
|
-
value: "{modes.color.status.info.
|
|
5277
|
+
value: "{modes.color.status.info.default}",
|
|
5297
5278
|
type: "color",
|
|
5298
5279
|
description: "Global message bg",
|
|
5299
5280
|
},
|
|
5300
5281
|
name: "default",
|
|
5301
5282
|
attributes: {},
|
|
5302
|
-
path: [
|
|
5283
|
+
path: [
|
|
5284
|
+
"modes",
|
|
5285
|
+
"color",
|
|
5286
|
+
"status",
|
|
5287
|
+
"info",
|
|
5288
|
+
"frozenglobal",
|
|
5289
|
+
"default",
|
|
5290
|
+
],
|
|
5303
5291
|
comment: "Global message bg",
|
|
5304
5292
|
},
|
|
5305
|
-
path: [
|
|
5293
|
+
path: [
|
|
5294
|
+
"modes",
|
|
5295
|
+
"color",
|
|
5296
|
+
"status",
|
|
5297
|
+
"info",
|
|
5298
|
+
"frozenglobal",
|
|
5299
|
+
"default",
|
|
5300
|
+
],
|
|
5306
5301
|
comment: "Global message bg",
|
|
5307
5302
|
},
|
|
5303
|
+
hover: {
|
|
5304
|
+
value: "#5291e0",
|
|
5305
|
+
type: "color",
|
|
5306
|
+
description: "used on global message bg",
|
|
5307
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5308
|
+
isSource: true,
|
|
5309
|
+
original: {
|
|
5310
|
+
value: "{modes.color.status.info.hover}",
|
|
5311
|
+
type: "color",
|
|
5312
|
+
description: "used on global message bg",
|
|
5313
|
+
},
|
|
5314
|
+
name: "modesColorStatusInfoFrozenglobalHover",
|
|
5315
|
+
attributes: {
|
|
5316
|
+
value: "#5291e0",
|
|
5317
|
+
type: "color",
|
|
5318
|
+
description: "used on global message bg",
|
|
5319
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5320
|
+
isSource: true,
|
|
5321
|
+
original: {
|
|
5322
|
+
value: "{modes.color.status.info.hover}",
|
|
5323
|
+
type: "color",
|
|
5324
|
+
description: "used on global message bg",
|
|
5325
|
+
},
|
|
5326
|
+
name: "hover",
|
|
5327
|
+
attributes: {},
|
|
5328
|
+
path: [
|
|
5329
|
+
"modes",
|
|
5330
|
+
"color",
|
|
5331
|
+
"status",
|
|
5332
|
+
"info",
|
|
5333
|
+
"frozenglobal",
|
|
5334
|
+
"hover",
|
|
5335
|
+
],
|
|
5336
|
+
comment: "used on global message bg",
|
|
5337
|
+
},
|
|
5338
|
+
path: [
|
|
5339
|
+
"modes",
|
|
5340
|
+
"color",
|
|
5341
|
+
"status",
|
|
5342
|
+
"info",
|
|
5343
|
+
"frozenglobal",
|
|
5344
|
+
"hover",
|
|
5345
|
+
],
|
|
5346
|
+
comment: "used on global message bg",
|
|
5347
|
+
},
|
|
5308
5348
|
},
|
|
5309
5349
|
},
|
|
5310
5350
|
negative: {
|
|
@@ -5579,19 +5619,6 @@ module.exports = {
|
|
|
5579
5619
|
},
|
|
5580
5620
|
},
|
|
5581
5621
|
neutral: {
|
|
5582
|
-
alt: {
|
|
5583
|
-
value: "#7C7C7C",
|
|
5584
|
-
type: "color",
|
|
5585
|
-
filePath: "data/tokens/modes/dark.json",
|
|
5586
|
-
isSource: true,
|
|
5587
|
-
original: {
|
|
5588
|
-
value: "{primitives.colors.smoke}",
|
|
5589
|
-
type: "color",
|
|
5590
|
-
},
|
|
5591
|
-
name: "modesColorStatusNeutralAlt",
|
|
5592
|
-
attributes: {},
|
|
5593
|
-
path: ["modes", "color", "status", "neutral", "alt"],
|
|
5594
|
-
},
|
|
5595
5622
|
default: {
|
|
5596
5623
|
value: "#7C7C7C",
|
|
5597
5624
|
type: "color",
|
|
@@ -5868,7 +5895,7 @@ module.exports = {
|
|
|
5868
5895
|
filePath: "data/tokens/modes/dark.json",
|
|
5869
5896
|
isSource: true,
|
|
5870
5897
|
original: {
|
|
5871
|
-
value: "{modes.color.status.neutral.
|
|
5898
|
+
value: "{modes.color.status.neutral.default}",
|
|
5872
5899
|
type: "color",
|
|
5873
5900
|
$extensions: {
|
|
5874
5901
|
"studio.tokens": {
|
|
@@ -5894,6 +5921,101 @@ module.exports = {
|
|
|
5894
5921
|
"default",
|
|
5895
5922
|
],
|
|
5896
5923
|
},
|
|
5924
|
+
defaultAlt: {
|
|
5925
|
+
value: "#171717",
|
|
5926
|
+
type: "color",
|
|
5927
|
+
$extensions: {
|
|
5928
|
+
"studio.tokens": {
|
|
5929
|
+
modify: {
|
|
5930
|
+
type: "mix",
|
|
5931
|
+
value: "0.85",
|
|
5932
|
+
space: "lch",
|
|
5933
|
+
color: "#000000",
|
|
5934
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5935
|
+
isSource: true,
|
|
5936
|
+
format: "hex",
|
|
5937
|
+
},
|
|
5938
|
+
},
|
|
5939
|
+
},
|
|
5940
|
+
description: "Subtle message bg",
|
|
5941
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5942
|
+
isSource: true,
|
|
5943
|
+
original: {
|
|
5944
|
+
value: "{primitives.colors.smoke}",
|
|
5945
|
+
type: "color",
|
|
5946
|
+
$extensions: {
|
|
5947
|
+
"studio.tokens": {
|
|
5948
|
+
modify: {
|
|
5949
|
+
type: "mix",
|
|
5950
|
+
value: "0.85",
|
|
5951
|
+
space: "lch",
|
|
5952
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
5953
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5954
|
+
isSource: true,
|
|
5955
|
+
},
|
|
5956
|
+
},
|
|
5957
|
+
},
|
|
5958
|
+
description: "Subtle message bg",
|
|
5959
|
+
},
|
|
5960
|
+
name: "modesColorStatusNeutralFrozenDefaultAlt",
|
|
5961
|
+
attributes: {
|
|
5962
|
+
value: "#7C7C7C",
|
|
5963
|
+
type: "color",
|
|
5964
|
+
$extensions: {
|
|
5965
|
+
"studio.tokens": {
|
|
5966
|
+
modify: {
|
|
5967
|
+
type: "mix",
|
|
5968
|
+
value: "0.85",
|
|
5969
|
+
space: "lch",
|
|
5970
|
+
color: "#000000",
|
|
5971
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5972
|
+
isSource: true,
|
|
5973
|
+
format: "hex",
|
|
5974
|
+
},
|
|
5975
|
+
},
|
|
5976
|
+
},
|
|
5977
|
+
description: "Subtle message bg",
|
|
5978
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5979
|
+
isSource: true,
|
|
5980
|
+
original: {
|
|
5981
|
+
value: "{primitives.colors.smoke}",
|
|
5982
|
+
type: "color",
|
|
5983
|
+
$extensions: {
|
|
5984
|
+
"studio.tokens": {
|
|
5985
|
+
modify: {
|
|
5986
|
+
type: "mix",
|
|
5987
|
+
value: "0.85",
|
|
5988
|
+
space: "lch",
|
|
5989
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
5990
|
+
filePath: "data/tokens/modes/dark.json",
|
|
5991
|
+
isSource: true,
|
|
5992
|
+
},
|
|
5993
|
+
},
|
|
5994
|
+
},
|
|
5995
|
+
description: "Subtle message bg",
|
|
5996
|
+
},
|
|
5997
|
+
name: "defaultAlt",
|
|
5998
|
+
attributes: {},
|
|
5999
|
+
path: [
|
|
6000
|
+
"modes",
|
|
6001
|
+
"color",
|
|
6002
|
+
"status",
|
|
6003
|
+
"neutral",
|
|
6004
|
+
"frozen",
|
|
6005
|
+
"defaultAlt",
|
|
6006
|
+
],
|
|
6007
|
+
comment: "Subtle message bg",
|
|
6008
|
+
},
|
|
6009
|
+
path: [
|
|
6010
|
+
"modes",
|
|
6011
|
+
"color",
|
|
6012
|
+
"status",
|
|
6013
|
+
"neutral",
|
|
6014
|
+
"frozen",
|
|
6015
|
+
"defaultAlt",
|
|
6016
|
+
],
|
|
6017
|
+
comment: "Subtle message bg",
|
|
6018
|
+
},
|
|
5897
6019
|
hover: {
|
|
5898
6020
|
value: "#909090",
|
|
5899
6021
|
type: "color",
|
|
@@ -5907,6 +6029,101 @@ module.exports = {
|
|
|
5907
6029
|
attributes: {},
|
|
5908
6030
|
path: ["modes", "color", "status", "neutral", "frozen", "hover"],
|
|
5909
6031
|
},
|
|
6032
|
+
hoverAlt: {
|
|
6033
|
+
value: "#262626",
|
|
6034
|
+
type: "color",
|
|
6035
|
+
$extensions: {
|
|
6036
|
+
"studio.tokens": {
|
|
6037
|
+
modify: {
|
|
6038
|
+
type: "mix",
|
|
6039
|
+
value: "0.08 ",
|
|
6040
|
+
space: "lch",
|
|
6041
|
+
color: "#FFFFFF",
|
|
6042
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6043
|
+
isSource: true,
|
|
6044
|
+
format: "hex",
|
|
6045
|
+
},
|
|
6046
|
+
},
|
|
6047
|
+
},
|
|
6048
|
+
description: "used on pill hover states and message bg",
|
|
6049
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6050
|
+
isSource: true,
|
|
6051
|
+
original: {
|
|
6052
|
+
value: "{modes.color.status.neutral.defaultAlt}",
|
|
6053
|
+
type: "color",
|
|
6054
|
+
$extensions: {
|
|
6055
|
+
"studio.tokens": {
|
|
6056
|
+
modify: {
|
|
6057
|
+
type: "mix",
|
|
6058
|
+
value: "{modes.color.modifiers.button.hoverAlt} ",
|
|
6059
|
+
space: "lch",
|
|
6060
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6061
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6062
|
+
isSource: true,
|
|
6063
|
+
},
|
|
6064
|
+
},
|
|
6065
|
+
},
|
|
6066
|
+
description: "used on pill hover states and message bg",
|
|
6067
|
+
},
|
|
6068
|
+
name: "modesColorStatusNeutralFrozenHoverAlt",
|
|
6069
|
+
attributes: {
|
|
6070
|
+
value: "#171717",
|
|
6071
|
+
type: "color",
|
|
6072
|
+
$extensions: {
|
|
6073
|
+
"studio.tokens": {
|
|
6074
|
+
modify: {
|
|
6075
|
+
type: "mix",
|
|
6076
|
+
value: "0.08 ",
|
|
6077
|
+
space: "lch",
|
|
6078
|
+
color: "#FFFFFF",
|
|
6079
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6080
|
+
isSource: true,
|
|
6081
|
+
format: "hex",
|
|
6082
|
+
},
|
|
6083
|
+
},
|
|
6084
|
+
},
|
|
6085
|
+
description: "used on pill hover states and message bg",
|
|
6086
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6087
|
+
isSource: true,
|
|
6088
|
+
original: {
|
|
6089
|
+
value: "{modes.color.status.neutral.defaultAlt}",
|
|
6090
|
+
type: "color",
|
|
6091
|
+
$extensions: {
|
|
6092
|
+
"studio.tokens": {
|
|
6093
|
+
modify: {
|
|
6094
|
+
type: "mix",
|
|
6095
|
+
value: "{modes.color.modifiers.button.hoverAlt} ",
|
|
6096
|
+
space: "lch",
|
|
6097
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6098
|
+
filePath: "data/tokens/modes/dark.json",
|
|
6099
|
+
isSource: true,
|
|
6100
|
+
},
|
|
6101
|
+
},
|
|
6102
|
+
},
|
|
6103
|
+
description: "used on pill hover states and message bg",
|
|
6104
|
+
},
|
|
6105
|
+
name: "hoverAlt",
|
|
6106
|
+
attributes: {},
|
|
6107
|
+
path: [
|
|
6108
|
+
"modes",
|
|
6109
|
+
"color",
|
|
6110
|
+
"status",
|
|
6111
|
+
"neutral",
|
|
6112
|
+
"frozen",
|
|
6113
|
+
"hoverAlt",
|
|
6114
|
+
],
|
|
6115
|
+
comment: "used on pill hover states and message bg",
|
|
6116
|
+
},
|
|
6117
|
+
path: [
|
|
6118
|
+
"modes",
|
|
6119
|
+
"color",
|
|
6120
|
+
"status",
|
|
6121
|
+
"neutral",
|
|
6122
|
+
"frozen",
|
|
6123
|
+
"hoverAlt",
|
|
6124
|
+
],
|
|
6125
|
+
comment: "used on pill hover states and message bg",
|
|
6126
|
+
},
|
|
5910
6127
|
},
|
|
5911
6128
|
},
|
|
5912
6129
|
positive: {
|