@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,7 +140,7 @@
|
|
|
140
140
|
},
|
|
141
141
|
},
|
|
142
142
|
noBg: {
|
|
143
|
-
|
|
143
|
+
monochrome: {
|
|
144
144
|
value: "#000000",
|
|
145
145
|
type: "color",
|
|
146
146
|
filePath: "data/tokens/modes/light.json",
|
|
@@ -149,80 +149,16 @@
|
|
|
149
149
|
value: "{primitives.colors.black}",
|
|
150
150
|
type: "color",
|
|
151
151
|
},
|
|
152
|
-
name: "
|
|
152
|
+
name: "modesColorBrandCopilotNoBgMonochrome",
|
|
153
153
|
attributes: {},
|
|
154
|
-
path: [
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
value: "{primitives.colors.black}",
|
|
163
|
-
type: "color",
|
|
164
|
-
},
|
|
165
|
-
name: "modesColorBrandCopilotNoBgStar",
|
|
166
|
-
attributes: {},
|
|
167
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "star"],
|
|
168
|
-
},
|
|
169
|
-
mono: {
|
|
170
|
-
value: "#000000",
|
|
171
|
-
type: "color",
|
|
172
|
-
filePath: "data/tokens/modes/light.json",
|
|
173
|
-
isSource: true,
|
|
174
|
-
original: {
|
|
175
|
-
value: "{primitives.colors.black}",
|
|
176
|
-
type: "color",
|
|
177
|
-
},
|
|
178
|
-
name: "modesColorBrandCopilotNoBgMono",
|
|
179
|
-
attributes: {},
|
|
180
|
-
path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
withBg: {
|
|
184
|
-
S: {
|
|
185
|
-
value:
|
|
186
|
-
"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%)",
|
|
187
|
-
type: "color",
|
|
188
|
-
filePath: "data/tokens/modes/light.json",
|
|
189
|
-
isSource: true,
|
|
190
|
-
original: {
|
|
191
|
-
value:
|
|
192
|
-
"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%)",
|
|
193
|
-
type: "color",
|
|
194
|
-
},
|
|
195
|
-
name: "modesColorBrandCopilotWithBgS",
|
|
196
|
-
attributes: {},
|
|
197
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "S"],
|
|
198
|
-
},
|
|
199
|
-
star: {
|
|
200
|
-
value:
|
|
201
|
-
"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%)",
|
|
202
|
-
type: "color",
|
|
203
|
-
filePath: "data/tokens/modes/light.json",
|
|
204
|
-
isSource: true,
|
|
205
|
-
original: {
|
|
206
|
-
value:
|
|
207
|
-
"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%)",
|
|
208
|
-
type: "color",
|
|
209
|
-
},
|
|
210
|
-
name: "modesColorBrandCopilotWithBgStar",
|
|
211
|
-
attributes: {},
|
|
212
|
-
path: ["modes", "color", "brand", "copilot", "withBg", "star"],
|
|
213
|
-
},
|
|
214
|
-
bg: {
|
|
215
|
-
value: "#000000",
|
|
216
|
-
type: "color",
|
|
217
|
-
filePath: "data/tokens/modes/light.json",
|
|
218
|
-
isSource: true,
|
|
219
|
-
original: {
|
|
220
|
-
value: "{primitives.colors.black}",
|
|
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
|
},
|
|
@@ -5301,27 +5237,27 @@
|
|
|
5301
5237
|
attributes: {},
|
|
5302
5238
|
path: ["modes", "color", "status", "caution", "text"],
|
|
5303
5239
|
},
|
|
5304
|
-
|
|
5240
|
+
frozenglobal: {
|
|
5305
5241
|
default: {
|
|
5306
|
-
value: "#
|
|
5242
|
+
value: "#ff8629",
|
|
5307
5243
|
type: "color",
|
|
5308
5244
|
description: "used on global message bg",
|
|
5309
5245
|
filePath: "data/tokens/modes/light.json",
|
|
5310
5246
|
isSource: true,
|
|
5311
5247
|
original: {
|
|
5312
|
-
value: "#
|
|
5248
|
+
value: "#ff8629",
|
|
5313
5249
|
type: "color",
|
|
5314
5250
|
description: "used on global message bg",
|
|
5315
5251
|
},
|
|
5316
|
-
name: "
|
|
5252
|
+
name: "modesColorStatusCautionFrozenglobalDefault",
|
|
5317
5253
|
attributes: {
|
|
5318
|
-
value: "#
|
|
5254
|
+
value: "#ff8629",
|
|
5319
5255
|
type: "color",
|
|
5320
5256
|
description: "used on global message bg",
|
|
5321
5257
|
filePath: "data/tokens/modes/light.json",
|
|
5322
5258
|
isSource: true,
|
|
5323
5259
|
original: {
|
|
5324
|
-
value: "#
|
|
5260
|
+
value: "#ff8629",
|
|
5325
5261
|
type: "color",
|
|
5326
5262
|
description: "used on global message bg",
|
|
5327
5263
|
},
|
|
@@ -5332,7 +5268,7 @@
|
|
|
5332
5268
|
"color",
|
|
5333
5269
|
"status",
|
|
5334
5270
|
"caution",
|
|
5335
|
-
"
|
|
5271
|
+
"frozenglobal",
|
|
5336
5272
|
"default",
|
|
5337
5273
|
],
|
|
5338
5274
|
comment: "used on global message bg",
|
|
@@ -5342,11 +5278,106 @@
|
|
|
5342
5278
|
"color",
|
|
5343
5279
|
"status",
|
|
5344
5280
|
"caution",
|
|
5345
|
-
"
|
|
5281
|
+
"frozenglobal",
|
|
5346
5282
|
"default",
|
|
5347
5283
|
],
|
|
5348
5284
|
comment: "used on global message bg",
|
|
5349
5285
|
},
|
|
5286
|
+
hover: {
|
|
5287
|
+
value: "#ff9a4e",
|
|
5288
|
+
type: "color",
|
|
5289
|
+
$extensions: {
|
|
5290
|
+
"studio.tokens": {
|
|
5291
|
+
modify: {
|
|
5292
|
+
type: "mix",
|
|
5293
|
+
value: "0.16 ",
|
|
5294
|
+
space: "lch",
|
|
5295
|
+
color: "#FFFFFF ",
|
|
5296
|
+
filePath: "data/tokens/modes/light.json",
|
|
5297
|
+
isSource: true,
|
|
5298
|
+
format: "hex",
|
|
5299
|
+
},
|
|
5300
|
+
},
|
|
5301
|
+
},
|
|
5302
|
+
description: "used on global message bg",
|
|
5303
|
+
filePath: "data/tokens/modes/light.json",
|
|
5304
|
+
isSource: true,
|
|
5305
|
+
original: {
|
|
5306
|
+
value: "{modes.color.status.caution.frozenglobal.default}",
|
|
5307
|
+
type: "color",
|
|
5308
|
+
$extensions: {
|
|
5309
|
+
"studio.tokens": {
|
|
5310
|
+
modify: {
|
|
5311
|
+
type: "mix",
|
|
5312
|
+
value: "{modes.color.modifiers.button.hover} ",
|
|
5313
|
+
space: "lch",
|
|
5314
|
+
color: "{modes.color.modifier.contrastLess} ",
|
|
5315
|
+
filePath: "data/tokens/modes/light.json",
|
|
5316
|
+
isSource: true,
|
|
5317
|
+
},
|
|
5318
|
+
},
|
|
5319
|
+
},
|
|
5320
|
+
description: "used on global message bg",
|
|
5321
|
+
},
|
|
5322
|
+
name: "modesColorStatusCautionFrozenglobalHover",
|
|
5323
|
+
attributes: {
|
|
5324
|
+
value: "#ff8629",
|
|
5325
|
+
type: "color",
|
|
5326
|
+
$extensions: {
|
|
5327
|
+
"studio.tokens": {
|
|
5328
|
+
modify: {
|
|
5329
|
+
type: "mix",
|
|
5330
|
+
value: "0.16 ",
|
|
5331
|
+
space: "lch",
|
|
5332
|
+
color: "#FFFFFF ",
|
|
5333
|
+
filePath: "data/tokens/modes/light.json",
|
|
5334
|
+
isSource: true,
|
|
5335
|
+
format: "hex",
|
|
5336
|
+
},
|
|
5337
|
+
},
|
|
5338
|
+
},
|
|
5339
|
+
description: "used on global message bg",
|
|
5340
|
+
filePath: "data/tokens/modes/light.json",
|
|
5341
|
+
isSource: true,
|
|
5342
|
+
original: {
|
|
5343
|
+
value: "{modes.color.status.caution.frozenglobal.default}",
|
|
5344
|
+
type: "color",
|
|
5345
|
+
$extensions: {
|
|
5346
|
+
"studio.tokens": {
|
|
5347
|
+
modify: {
|
|
5348
|
+
type: "mix",
|
|
5349
|
+
value: "{modes.color.modifiers.button.hover} ",
|
|
5350
|
+
space: "lch",
|
|
5351
|
+
color: "{modes.color.modifier.contrastLess} ",
|
|
5352
|
+
filePath: "data/tokens/modes/light.json",
|
|
5353
|
+
isSource: true,
|
|
5354
|
+
},
|
|
5355
|
+
},
|
|
5356
|
+
},
|
|
5357
|
+
description: "used on global message bg",
|
|
5358
|
+
},
|
|
5359
|
+
name: "hover",
|
|
5360
|
+
attributes: {},
|
|
5361
|
+
path: [
|
|
5362
|
+
"modes",
|
|
5363
|
+
"color",
|
|
5364
|
+
"status",
|
|
5365
|
+
"caution",
|
|
5366
|
+
"frozenglobal",
|
|
5367
|
+
"hover",
|
|
5368
|
+
],
|
|
5369
|
+
comment: "used on global message bg",
|
|
5370
|
+
},
|
|
5371
|
+
path: [
|
|
5372
|
+
"modes",
|
|
5373
|
+
"color",
|
|
5374
|
+
"status",
|
|
5375
|
+
"caution",
|
|
5376
|
+
"frozenglobal",
|
|
5377
|
+
"hover",
|
|
5378
|
+
],
|
|
5379
|
+
comment: "used on global message bg",
|
|
5380
|
+
},
|
|
5350
5381
|
},
|
|
5351
5382
|
},
|
|
5352
5383
|
content: {
|
|
@@ -5816,7 +5847,7 @@
|
|
|
5816
5847
|
path: ["modes", "color", "status", "info", "hoverAlt"],
|
|
5817
5848
|
comment: "used on pill hover states and message bg",
|
|
5818
5849
|
},
|
|
5819
|
-
|
|
5850
|
+
frozenglobal: {
|
|
5820
5851
|
default: {
|
|
5821
5852
|
value: "#65a9ff",
|
|
5822
5853
|
type: "color",
|
|
@@ -5828,7 +5859,7 @@
|
|
|
5828
5859
|
type: "color",
|
|
5829
5860
|
description: "used on global message bg",
|
|
5830
5861
|
},
|
|
5831
|
-
name: "
|
|
5862
|
+
name: "modesColorStatusInfoFrozenglobalDefault",
|
|
5832
5863
|
attributes: {
|
|
5833
5864
|
value: "#65a9ff",
|
|
5834
5865
|
type: "color",
|
|
@@ -5847,12 +5878,114 @@
|
|
|
5847
5878
|
"color",
|
|
5848
5879
|
"status",
|
|
5849
5880
|
"info",
|
|
5850
|
-
"
|
|
5881
|
+
"frozenglobal",
|
|
5851
5882
|
"default",
|
|
5852
5883
|
],
|
|
5853
5884
|
comment: "used on global message bg",
|
|
5854
5885
|
},
|
|
5855
|
-
path: [
|
|
5886
|
+
path: [
|
|
5887
|
+
"modes",
|
|
5888
|
+
"color",
|
|
5889
|
+
"status",
|
|
5890
|
+
"info",
|
|
5891
|
+
"frozenglobal",
|
|
5892
|
+
"default",
|
|
5893
|
+
],
|
|
5894
|
+
comment: "used on global message bg",
|
|
5895
|
+
},
|
|
5896
|
+
hover: {
|
|
5897
|
+
value: "#84b6ff",
|
|
5898
|
+
type: "color",
|
|
5899
|
+
$extensions: {
|
|
5900
|
+
"studio.tokens": {
|
|
5901
|
+
modify: {
|
|
5902
|
+
type: "mix",
|
|
5903
|
+
value: "0.16 ",
|
|
5904
|
+
space: "lch",
|
|
5905
|
+
color: "#FFFFFF ",
|
|
5906
|
+
filePath: "data/tokens/modes/light.json",
|
|
5907
|
+
isSource: true,
|
|
5908
|
+
format: "hex",
|
|
5909
|
+
},
|
|
5910
|
+
},
|
|
5911
|
+
},
|
|
5912
|
+
description: "used on global message bg",
|
|
5913
|
+
filePath: "data/tokens/modes/light.json",
|
|
5914
|
+
isSource: true,
|
|
5915
|
+
original: {
|
|
5916
|
+
value: "{modes.color.status.info.frozenglobal.default}",
|
|
5917
|
+
type: "color",
|
|
5918
|
+
$extensions: {
|
|
5919
|
+
"studio.tokens": {
|
|
5920
|
+
modify: {
|
|
5921
|
+
type: "mix",
|
|
5922
|
+
value: "{modes.color.modifiers.button.hover} ",
|
|
5923
|
+
space: "lch",
|
|
5924
|
+
color: "{modes.color.modifier.contrastLess} ",
|
|
5925
|
+
filePath: "data/tokens/modes/light.json",
|
|
5926
|
+
isSource: true,
|
|
5927
|
+
},
|
|
5928
|
+
},
|
|
5929
|
+
},
|
|
5930
|
+
description: "used on global message bg",
|
|
5931
|
+
},
|
|
5932
|
+
name: "modesColorStatusInfoFrozenglobalHover",
|
|
5933
|
+
attributes: {
|
|
5934
|
+
value: "#65a9ff",
|
|
5935
|
+
type: "color",
|
|
5936
|
+
$extensions: {
|
|
5937
|
+
"studio.tokens": {
|
|
5938
|
+
modify: {
|
|
5939
|
+
type: "mix",
|
|
5940
|
+
value: "0.16 ",
|
|
5941
|
+
space: "lch",
|
|
5942
|
+
color: "#FFFFFF ",
|
|
5943
|
+
filePath: "data/tokens/modes/light.json",
|
|
5944
|
+
isSource: true,
|
|
5945
|
+
format: "hex",
|
|
5946
|
+
},
|
|
5947
|
+
},
|
|
5948
|
+
},
|
|
5949
|
+
description: "used on global message bg",
|
|
5950
|
+
filePath: "data/tokens/modes/light.json",
|
|
5951
|
+
isSource: true,
|
|
5952
|
+
original: {
|
|
5953
|
+
value: "{modes.color.status.info.frozenglobal.default}",
|
|
5954
|
+
type: "color",
|
|
5955
|
+
$extensions: {
|
|
5956
|
+
"studio.tokens": {
|
|
5957
|
+
modify: {
|
|
5958
|
+
type: "mix",
|
|
5959
|
+
value: "{modes.color.modifiers.button.hover} ",
|
|
5960
|
+
space: "lch",
|
|
5961
|
+
color: "{modes.color.modifier.contrastLess} ",
|
|
5962
|
+
filePath: "data/tokens/modes/light.json",
|
|
5963
|
+
isSource: true,
|
|
5964
|
+
},
|
|
5965
|
+
},
|
|
5966
|
+
},
|
|
5967
|
+
description: "used on global message bg",
|
|
5968
|
+
},
|
|
5969
|
+
name: "hover",
|
|
5970
|
+
attributes: {},
|
|
5971
|
+
path: [
|
|
5972
|
+
"modes",
|
|
5973
|
+
"color",
|
|
5974
|
+
"status",
|
|
5975
|
+
"info",
|
|
5976
|
+
"frozenglobal",
|
|
5977
|
+
"hover",
|
|
5978
|
+
],
|
|
5979
|
+
comment: "used on global message bg",
|
|
5980
|
+
},
|
|
5981
|
+
path: [
|
|
5982
|
+
"modes",
|
|
5983
|
+
"color",
|
|
5984
|
+
"status",
|
|
5985
|
+
"info",
|
|
5986
|
+
"frozenglobal",
|
|
5987
|
+
"hover",
|
|
5988
|
+
],
|
|
5856
5989
|
comment: "used on global message bg",
|
|
5857
5990
|
},
|
|
5858
5991
|
},
|
|
@@ -6153,19 +6286,6 @@
|
|
|
6153
6286
|
},
|
|
6154
6287
|
},
|
|
6155
6288
|
neutral: {
|
|
6156
|
-
alt: {
|
|
6157
|
-
value: "#656565",
|
|
6158
|
-
type: "color",
|
|
6159
|
-
filePath: "data/tokens/modes/light.json",
|
|
6160
|
-
isSource: true,
|
|
6161
|
-
original: {
|
|
6162
|
-
value: "{primitives.colors.storm}",
|
|
6163
|
-
type: "color",
|
|
6164
|
-
},
|
|
6165
|
-
name: "modesColorStatusNeutralAlt",
|
|
6166
|
-
attributes: {},
|
|
6167
|
-
path: ["modes", "color", "status", "neutral", "alt"],
|
|
6168
|
-
},
|
|
6169
6289
|
default: {
|
|
6170
6290
|
value: "#656565",
|
|
6171
6291
|
type: "color",
|
|
@@ -6443,6 +6563,101 @@
|
|
|
6443
6563
|
"default",
|
|
6444
6564
|
],
|
|
6445
6565
|
},
|
|
6566
|
+
defaultAlt: {
|
|
6567
|
+
value: "#eaedf0",
|
|
6568
|
+
type: "color",
|
|
6569
|
+
$extensions: {
|
|
6570
|
+
"studio.tokens": {
|
|
6571
|
+
modify: {
|
|
6572
|
+
type: "mix",
|
|
6573
|
+
value: "0.9",
|
|
6574
|
+
space: "lch",
|
|
6575
|
+
color: "#FFFFFF",
|
|
6576
|
+
filePath: "data/tokens/modes/light.json",
|
|
6577
|
+
isSource: true,
|
|
6578
|
+
format: "hex",
|
|
6579
|
+
},
|
|
6580
|
+
},
|
|
6581
|
+
},
|
|
6582
|
+
description: "Subtle message bg",
|
|
6583
|
+
filePath: "data/tokens/modes/light.json",
|
|
6584
|
+
isSource: true,
|
|
6585
|
+
original: {
|
|
6586
|
+
value: "{primitives.colors.navy}",
|
|
6587
|
+
type: "color",
|
|
6588
|
+
$extensions: {
|
|
6589
|
+
"studio.tokens": {
|
|
6590
|
+
modify: {
|
|
6591
|
+
type: "mix",
|
|
6592
|
+
value: "0.9",
|
|
6593
|
+
space: "lch",
|
|
6594
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
6595
|
+
filePath: "data/tokens/modes/light.json",
|
|
6596
|
+
isSource: true,
|
|
6597
|
+
},
|
|
6598
|
+
},
|
|
6599
|
+
},
|
|
6600
|
+
description: "Subtle message bg",
|
|
6601
|
+
},
|
|
6602
|
+
name: "modesColorStatusNeutralFrozenDefaultAlt",
|
|
6603
|
+
attributes: {
|
|
6604
|
+
value: "#335B70",
|
|
6605
|
+
type: "color",
|
|
6606
|
+
$extensions: {
|
|
6607
|
+
"studio.tokens": {
|
|
6608
|
+
modify: {
|
|
6609
|
+
type: "mix",
|
|
6610
|
+
value: "0.9",
|
|
6611
|
+
space: "lch",
|
|
6612
|
+
color: "#FFFFFF",
|
|
6613
|
+
filePath: "data/tokens/modes/light.json",
|
|
6614
|
+
isSource: true,
|
|
6615
|
+
format: "hex",
|
|
6616
|
+
},
|
|
6617
|
+
},
|
|
6618
|
+
},
|
|
6619
|
+
description: "Subtle message bg",
|
|
6620
|
+
filePath: "data/tokens/modes/light.json",
|
|
6621
|
+
isSource: true,
|
|
6622
|
+
original: {
|
|
6623
|
+
value: "{primitives.colors.navy}",
|
|
6624
|
+
type: "color",
|
|
6625
|
+
$extensions: {
|
|
6626
|
+
"studio.tokens": {
|
|
6627
|
+
modify: {
|
|
6628
|
+
type: "mix",
|
|
6629
|
+
value: "0.9",
|
|
6630
|
+
space: "lch",
|
|
6631
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
6632
|
+
filePath: "data/tokens/modes/light.json",
|
|
6633
|
+
isSource: true,
|
|
6634
|
+
},
|
|
6635
|
+
},
|
|
6636
|
+
},
|
|
6637
|
+
description: "Subtle message bg",
|
|
6638
|
+
},
|
|
6639
|
+
name: "defaultAlt",
|
|
6640
|
+
attributes: {},
|
|
6641
|
+
path: [
|
|
6642
|
+
"modes",
|
|
6643
|
+
"color",
|
|
6644
|
+
"status",
|
|
6645
|
+
"neutral",
|
|
6646
|
+
"frozen",
|
|
6647
|
+
"defaultAlt",
|
|
6648
|
+
],
|
|
6649
|
+
comment: "Subtle message bg",
|
|
6650
|
+
},
|
|
6651
|
+
path: [
|
|
6652
|
+
"modes",
|
|
6653
|
+
"color",
|
|
6654
|
+
"status",
|
|
6655
|
+
"neutral",
|
|
6656
|
+
"frozen",
|
|
6657
|
+
"defaultAlt",
|
|
6658
|
+
],
|
|
6659
|
+
comment: "Subtle message bg",
|
|
6660
|
+
},
|
|
6446
6661
|
hover: {
|
|
6447
6662
|
value: "#20313b",
|
|
6448
6663
|
type: "color",
|
|
@@ -6488,6 +6703,101 @@
|
|
|
6488
6703
|
"hover",
|
|
6489
6704
|
],
|
|
6490
6705
|
},
|
|
6706
|
+
hoverAlt: {
|
|
6707
|
+
value: "#dde0e2",
|
|
6708
|
+
type: "color",
|
|
6709
|
+
$extensions: {
|
|
6710
|
+
"studio.tokens": {
|
|
6711
|
+
modify: {
|
|
6712
|
+
type: "mix",
|
|
6713
|
+
value: "0.05",
|
|
6714
|
+
space: "lch",
|
|
6715
|
+
color: "#000000",
|
|
6716
|
+
filePath: "data/tokens/modes/light.json",
|
|
6717
|
+
isSource: true,
|
|
6718
|
+
format: "hex",
|
|
6719
|
+
},
|
|
6720
|
+
},
|
|
6721
|
+
},
|
|
6722
|
+
description: "used on pill hover states and message bg",
|
|
6723
|
+
filePath: "data/tokens/modes/light.json",
|
|
6724
|
+
isSource: true,
|
|
6725
|
+
original: {
|
|
6726
|
+
value: "{modes.color.status.neutral.frozen.defaultAlt}",
|
|
6727
|
+
type: "color",
|
|
6728
|
+
$extensions: {
|
|
6729
|
+
"studio.tokens": {
|
|
6730
|
+
modify: {
|
|
6731
|
+
type: "mix",
|
|
6732
|
+
value: "0.05",
|
|
6733
|
+
space: "lch",
|
|
6734
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6735
|
+
filePath: "data/tokens/modes/light.json",
|
|
6736
|
+
isSource: true,
|
|
6737
|
+
},
|
|
6738
|
+
},
|
|
6739
|
+
},
|
|
6740
|
+
description: "used on pill hover states and message bg",
|
|
6741
|
+
},
|
|
6742
|
+
name: "modesColorStatusNeutralFrozenHoverAlt",
|
|
6743
|
+
attributes: {
|
|
6744
|
+
value: "#eaedf0",
|
|
6745
|
+
type: "color",
|
|
6746
|
+
$extensions: {
|
|
6747
|
+
"studio.tokens": {
|
|
6748
|
+
modify: {
|
|
6749
|
+
type: "mix",
|
|
6750
|
+
value: "0.05",
|
|
6751
|
+
space: "lch",
|
|
6752
|
+
color: "#000000",
|
|
6753
|
+
filePath: "data/tokens/modes/light.json",
|
|
6754
|
+
isSource: true,
|
|
6755
|
+
format: "hex",
|
|
6756
|
+
},
|
|
6757
|
+
},
|
|
6758
|
+
},
|
|
6759
|
+
description: "used on pill hover states and message bg",
|
|
6760
|
+
filePath: "data/tokens/modes/light.json",
|
|
6761
|
+
isSource: true,
|
|
6762
|
+
original: {
|
|
6763
|
+
value: "{modes.color.status.neutral.frozen.defaultAlt}",
|
|
6764
|
+
type: "color",
|
|
6765
|
+
$extensions: {
|
|
6766
|
+
"studio.tokens": {
|
|
6767
|
+
modify: {
|
|
6768
|
+
type: "mix",
|
|
6769
|
+
value: "0.05",
|
|
6770
|
+
space: "lch",
|
|
6771
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
6772
|
+
filePath: "data/tokens/modes/light.json",
|
|
6773
|
+
isSource: true,
|
|
6774
|
+
},
|
|
6775
|
+
},
|
|
6776
|
+
},
|
|
6777
|
+
description: "used on pill hover states and message bg",
|
|
6778
|
+
},
|
|
6779
|
+
name: "hoverAlt",
|
|
6780
|
+
attributes: {},
|
|
6781
|
+
path: [
|
|
6782
|
+
"modes",
|
|
6783
|
+
"color",
|
|
6784
|
+
"status",
|
|
6785
|
+
"neutral",
|
|
6786
|
+
"frozen",
|
|
6787
|
+
"hoverAlt",
|
|
6788
|
+
],
|
|
6789
|
+
comment: "used on pill hover states and message bg",
|
|
6790
|
+
},
|
|
6791
|
+
path: [
|
|
6792
|
+
"modes",
|
|
6793
|
+
"color",
|
|
6794
|
+
"status",
|
|
6795
|
+
"neutral",
|
|
6796
|
+
"frozen",
|
|
6797
|
+
"hoverAlt",
|
|
6798
|
+
],
|
|
6799
|
+
comment: "used on pill hover states and message bg",
|
|
6800
|
+
},
|
|
6491
6801
|
},
|
|
6492
6802
|
},
|
|
6493
6803
|
positive: {
|
|
@@ -3,12 +3,7 @@
|
|
|
3
3
|
"logoColorSageBgAlt": "#FFFFFF",
|
|
4
4
|
"logoColorTrustBgDefault": "#009023",
|
|
5
5
|
"logoColorTrustOutline": "#FFFFFF",
|
|
6
|
-
"logoColorCopilotNoBgBgS": "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%)",
|
|
7
|
-
"logoColorCopilotNoBgBgStar": "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%)",
|
|
8
6
|
"logoColorCopilotNoBgFgDefault": "#FFFFFF",
|
|
9
|
-
"logoColorCopilotWithBgBgS": "#000000",
|
|
10
|
-
"logoColorCopilotWithBgBgStar": "#000000",
|
|
11
|
-
"logoColorCopilotWithBgBgDefault": "#FFFFFF",
|
|
12
7
|
"logoColorAiIdentifierBgStar": "#FFFFFF",
|
|
13
8
|
"logoColorAiIdentifierBgDot": "#00D639",
|
|
14
9
|
"logoColorAiIdentifierOutline": "#FFFFFF",
|