@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
|
@@ -2,73 +2,116 @@
|
|
|
2
2
|
"status": {
|
|
3
3
|
"color": {
|
|
4
4
|
"none": "#fff0",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
5
|
+
"message": {
|
|
6
|
+
"global": {
|
|
7
|
+
"label-default": "#fffffff2",
|
|
8
|
+
"label-hover": "#fffffff2",
|
|
9
|
+
"callout": {
|
|
10
|
+
"bg-default": "#122211",
|
|
11
|
+
"bg-hover": "#223121",
|
|
12
|
+
"icon": "#fffffff2"
|
|
13
|
+
},
|
|
14
|
+
"info": {
|
|
15
|
+
"bg-default": "#111722",
|
|
16
|
+
"bg-hover": "#212631",
|
|
17
|
+
"icon": "#007ED9"
|
|
18
|
+
},
|
|
19
|
+
"warning": {
|
|
20
|
+
"bg-default": "#251206",
|
|
21
|
+
"bg-hover": "#34211a",
|
|
22
|
+
"icon": "#E04500"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"contextual": {
|
|
26
|
+
"bg": "#000000",
|
|
27
|
+
"icon": "#000000",
|
|
28
|
+
"text": "#FFFFFF",
|
|
29
|
+
"AI": {
|
|
30
|
+
"bg-default": "#FFFFFF",
|
|
31
|
+
"bgAlt": "#171717",
|
|
32
|
+
"border-default": "#FFFFFF"
|
|
33
|
+
},
|
|
34
|
+
"callout": {
|
|
35
|
+
"bgAlt": "#122211",
|
|
36
|
+
"icon": "#fffffff2"
|
|
37
|
+
},
|
|
38
|
+
"error": {
|
|
39
|
+
"bg-default": "#E13E53",
|
|
40
|
+
"bgAlt": "#241212",
|
|
41
|
+
"border-default": "#E13E53",
|
|
42
|
+
"icon": "#E13E53"
|
|
43
|
+
},
|
|
44
|
+
"info": {
|
|
45
|
+
"bg-default": "#007ED9",
|
|
46
|
+
"bgAlt": "#111722",
|
|
47
|
+
"border-default": "#007ED9",
|
|
48
|
+
"icon": "#007ED9"
|
|
49
|
+
},
|
|
50
|
+
"success": {
|
|
51
|
+
"bg-default": "#009023",
|
|
52
|
+
"bgAlt": "#0e1a0b",
|
|
53
|
+
"border-default": "#009023",
|
|
54
|
+
"icon": "#009023"
|
|
55
|
+
},
|
|
56
|
+
"warning": {
|
|
57
|
+
"bg-default": "#E04500",
|
|
58
|
+
"bgAlt": "#251206",
|
|
59
|
+
"border-default": "#E04500",
|
|
60
|
+
"icon": "#E04500"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
41
63
|
},
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
64
|
+
"pill": {
|
|
65
|
+
"label-default": "#000000",
|
|
66
|
+
"label-hover": "#000000",
|
|
67
|
+
"labelAlt-default": "#fffffff2",
|
|
68
|
+
"labelAlt-hover": "#fffffff2",
|
|
69
|
+
"error": {
|
|
70
|
+
"bg-default": "#E13E53",
|
|
71
|
+
"bgAlt-default": "#241212",
|
|
72
|
+
"bgAlt-hover": "#332122",
|
|
73
|
+
"bg-hover": "#eb646c",
|
|
74
|
+
"border-default": "#E13E53"
|
|
75
|
+
},
|
|
76
|
+
"info": {
|
|
77
|
+
"bg-default": "#007ED9",
|
|
78
|
+
"bgAlt-default": "#111722",
|
|
79
|
+
"bgAlt-hover": "#212631",
|
|
80
|
+
"bg-hover": "#5291e0",
|
|
81
|
+
"border-default": "#007ED9"
|
|
82
|
+
},
|
|
83
|
+
"neutral": {
|
|
84
|
+
"bg-default": "#7C7C7C",
|
|
85
|
+
"bgAlt-default": "#171717",
|
|
86
|
+
"bgAlt-hover": "#262626",
|
|
87
|
+
"bg-hover": "#909090",
|
|
88
|
+
"border-default": "#7C7C7C"
|
|
89
|
+
},
|
|
90
|
+
"success": {
|
|
91
|
+
"bg-default": "#009023",
|
|
92
|
+
"bgAlt-default": "#0e1a0b",
|
|
93
|
+
"bgAlt-hover": "#1e291d",
|
|
94
|
+
"bg-hover": "#2e9936",
|
|
95
|
+
"border-default": "#009023"
|
|
96
|
+
},
|
|
97
|
+
"warning": {
|
|
98
|
+
"bg-default": "#E04500",
|
|
99
|
+
"bgAlt-default": "#251206",
|
|
100
|
+
"bgAlt-hover": "#34211a",
|
|
101
|
+
"bg-hover": "#eb6732",
|
|
102
|
+
"border-default": "#E04500"
|
|
103
|
+
},
|
|
104
|
+
"readonly": {
|
|
105
|
+
"bg-default": "#4b4b4b",
|
|
106
|
+
"border-default": "#4b4b4b",
|
|
107
|
+
"label": "#ffffffab"
|
|
108
|
+
}
|
|
49
109
|
},
|
|
50
110
|
"rating": {
|
|
51
111
|
"bg-default": "#00D639",
|
|
52
112
|
"bg-defaultAlt": "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
|
|
53
113
|
"bg-hover": "#18b032",
|
|
54
114
|
"border-default": "#00D639"
|
|
55
|
-
},
|
|
56
|
-
"success": {
|
|
57
|
-
"bg-default": "#009023",
|
|
58
|
-
"bgAlt": "#0e1a0b",
|
|
59
|
-
"bgAlt-hover": "#1e291d",
|
|
60
|
-
"bg-hover": "#2e9936",
|
|
61
|
-
"border-default": "#009023",
|
|
62
|
-
"icon": "#009023"
|
|
63
|
-
},
|
|
64
|
-
"warning": {
|
|
65
|
-
"bg-default": "#E04500",
|
|
66
|
-
"bgAlt": "#251206",
|
|
67
|
-
"bgAlt-default": "#251206",
|
|
68
|
-
"bgAlt-hover": "#34211a",
|
|
69
|
-
"bg-hover": "#eb6732",
|
|
70
|
-
"border-default": "#E04500",
|
|
71
|
-
"icon": "#E04500"
|
|
72
115
|
}
|
|
73
116
|
},
|
|
74
117
|
"size": {
|
|
@@ -12,14 +12,7 @@
|
|
|
12
12
|
"withDefault": "#00D639"
|
|
13
13
|
},
|
|
14
14
|
"noBg": {
|
|
15
|
-
"
|
|
16
|
-
"star": "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%)",
|
|
17
|
-
"mono": "#FFFFFF"
|
|
18
|
-
},
|
|
19
|
-
"withBg": {
|
|
20
|
-
"S": "#000000",
|
|
21
|
-
"star": "#000000",
|
|
22
|
-
"bg": "#FFFFFF"
|
|
15
|
+
"monochrome": "#FFFFFF"
|
|
23
16
|
}
|
|
24
17
|
}
|
|
25
18
|
},
|
|
@@ -180,6 +173,17 @@
|
|
|
180
173
|
}
|
|
181
174
|
},
|
|
182
175
|
"status": {
|
|
176
|
+
"caution": {
|
|
177
|
+
"default": "#E04500",
|
|
178
|
+
"defaultAlt": "#251206",
|
|
179
|
+
"hover": "#eb6732",
|
|
180
|
+
"hoverAlt": "#34211a",
|
|
181
|
+
"text": "#e75b23",
|
|
182
|
+
"frozenglobal": {
|
|
183
|
+
"default": "#E04500",
|
|
184
|
+
"hover": "#eb6732"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
183
187
|
"ai": {
|
|
184
188
|
"default": "#000000",
|
|
185
189
|
"defaultAlt": "#FFFFFF",
|
|
@@ -189,16 +193,6 @@
|
|
|
189
193
|
"generic": {
|
|
190
194
|
"default": "#008a89"
|
|
191
195
|
},
|
|
192
|
-
"caution": {
|
|
193
|
-
"default": "#E04500",
|
|
194
|
-
"defaultAlt": "#251206",
|
|
195
|
-
"hover": "#eb6732",
|
|
196
|
-
"hoverAlt": "#34211a",
|
|
197
|
-
"text": "#e75b23",
|
|
198
|
-
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
196
|
"content": {
|
|
203
197
|
"withDefault": "#000000",
|
|
204
198
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -215,8 +209,9 @@
|
|
|
215
209
|
"defaultAlt": "#111722",
|
|
216
210
|
"hover": "#5291e0",
|
|
217
211
|
"hoverAlt": "#212631",
|
|
218
|
-
"
|
|
219
|
-
"default": "#
|
|
212
|
+
"frozenglobal": {
|
|
213
|
+
"default": "#007ED9",
|
|
214
|
+
"hover": "#5291e0"
|
|
220
215
|
}
|
|
221
216
|
},
|
|
222
217
|
"negative": {
|
|
@@ -227,14 +222,15 @@
|
|
|
227
222
|
"text": "#E13E53"
|
|
228
223
|
},
|
|
229
224
|
"neutral": {
|
|
230
|
-
"alt": "#7C7C7C",
|
|
231
225
|
"default": "#7C7C7C",
|
|
232
226
|
"defaultAlt": "#171717",
|
|
233
227
|
"hover": "#909090",
|
|
234
228
|
"hoverAlt": "#262626",
|
|
235
229
|
"frozen": {
|
|
236
230
|
"default": "#9e9e9e",
|
|
237
|
-
"
|
|
231
|
+
"defaultAlt": "#171717",
|
|
232
|
+
"hover": "#909090",
|
|
233
|
+
"hoverAlt": "#262626"
|
|
238
234
|
}
|
|
239
235
|
},
|
|
240
236
|
"positive": {
|
|
@@ -11,14 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"copilot": {
|
|
13
13
|
"noBg": {
|
|
14
|
-
"bg-S": "#000000",
|
|
15
|
-
"bg-star": "#000000",
|
|
16
14
|
"fg-default": "#000000"
|
|
17
|
-
},
|
|
18
|
-
"withBg": {
|
|
19
|
-
"bg-S": "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%)",
|
|
20
|
-
"bg-star": "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%)",
|
|
21
|
-
"bg-default": "#000000"
|
|
22
15
|
}
|
|
23
16
|
},
|
|
24
17
|
"AIIdentifier": {
|
|
@@ -2,73 +2,116 @@
|
|
|
2
2
|
"status": {
|
|
3
3
|
"color": {
|
|
4
4
|
"none": "#fff0",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
5
|
+
"message": {
|
|
6
|
+
"global": {
|
|
7
|
+
"label-default": "#000000f2",
|
|
8
|
+
"label-hover": "#000000f2",
|
|
9
|
+
"callout": {
|
|
10
|
+
"bg-default": "#e5fae2",
|
|
11
|
+
"bg-hover": "#d8ecd5",
|
|
12
|
+
"icon": "#000000f2"
|
|
13
|
+
},
|
|
14
|
+
"info": {
|
|
15
|
+
"bg-default": "#eaeef6",
|
|
16
|
+
"bg-hover": "#dde1e8",
|
|
17
|
+
"icon": "#0060A7"
|
|
18
|
+
},
|
|
19
|
+
"warning": {
|
|
20
|
+
"bg-default": "#ffede5",
|
|
21
|
+
"bg-hover": "#f1e0d8",
|
|
22
|
+
"icon": "#D64309"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"contextual": {
|
|
26
|
+
"bg": "#FFFFFF",
|
|
27
|
+
"icon": "#FFFFFF",
|
|
28
|
+
"text": "#000000",
|
|
29
|
+
"AI": {
|
|
30
|
+
"bg-default": "#000000",
|
|
31
|
+
"bgAlt": "#efefef",
|
|
32
|
+
"border-default": "#000000"
|
|
33
|
+
},
|
|
34
|
+
"callout": {
|
|
35
|
+
"bgAlt": "#e5fae2",
|
|
36
|
+
"icon": "#000000f2"
|
|
37
|
+
},
|
|
38
|
+
"error": {
|
|
39
|
+
"bg-default": "#CD384B",
|
|
40
|
+
"bgAlt": "#fdeceb",
|
|
41
|
+
"border-default": "#CD384B",
|
|
42
|
+
"icon": "#CD384B"
|
|
43
|
+
},
|
|
44
|
+
"info": {
|
|
45
|
+
"bg-default": "#0060A7",
|
|
46
|
+
"bgAlt": "#eaeef6",
|
|
47
|
+
"border-default": "#0060A7",
|
|
48
|
+
"icon": "#0060A7"
|
|
49
|
+
},
|
|
50
|
+
"success": {
|
|
51
|
+
"bg-default": "#008A21",
|
|
52
|
+
"bgAlt": "#eaf3e8",
|
|
53
|
+
"border-default": "#008A21",
|
|
54
|
+
"icon": "#008A21"
|
|
55
|
+
},
|
|
56
|
+
"warning": {
|
|
57
|
+
"bg-default": "#D64309",
|
|
58
|
+
"bgAlt": "#ffede5",
|
|
59
|
+
"border-default": "#D64309",
|
|
60
|
+
"icon": "#D64309"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
41
63
|
},
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
64
|
+
"pill": {
|
|
65
|
+
"label-default": "#FFFFFF",
|
|
66
|
+
"label-hover": "#FFFFFF",
|
|
67
|
+
"labelAlt-default": "#000000f2",
|
|
68
|
+
"labelAlt-hover": "#000000f2",
|
|
69
|
+
"error": {
|
|
70
|
+
"bg-default": "#CD384B",
|
|
71
|
+
"bgAlt-default": "#fdeceb",
|
|
72
|
+
"bgAlt-hover": "#efdfde",
|
|
73
|
+
"bg-hover": "#aa323f",
|
|
74
|
+
"border-default": "#CD384B"
|
|
75
|
+
},
|
|
76
|
+
"info": {
|
|
77
|
+
"bg-default": "#0060A7",
|
|
78
|
+
"bgAlt-default": "#eaeef6",
|
|
79
|
+
"bgAlt-hover": "#dde1e8",
|
|
80
|
+
"bg-hover": "#10508a",
|
|
81
|
+
"border-default": "#0060A7"
|
|
82
|
+
},
|
|
83
|
+
"neutral": {
|
|
84
|
+
"bg-default": "#656565",
|
|
85
|
+
"bgAlt-default": "#efefef",
|
|
86
|
+
"bgAlt-hover": "#e2e2e2",
|
|
87
|
+
"bg-hover": "#555",
|
|
88
|
+
"border-default": "#656565"
|
|
89
|
+
},
|
|
90
|
+
"success": {
|
|
91
|
+
"bg-default": "#008A21",
|
|
92
|
+
"bgAlt-default": "#eaf3e8",
|
|
93
|
+
"bgAlt-hover": "#dde5db",
|
|
94
|
+
"bg-hover": "#0f731e",
|
|
95
|
+
"border-default": "#008A21"
|
|
96
|
+
},
|
|
97
|
+
"warning": {
|
|
98
|
+
"bg-default": "#D64309",
|
|
99
|
+
"bgAlt-default": "#ffede5",
|
|
100
|
+
"bgAlt-hover": "#f1e0d8",
|
|
101
|
+
"bg-hover": "#b13a0d",
|
|
102
|
+
"border-default": "#D64309"
|
|
103
|
+
},
|
|
104
|
+
"readonly": {
|
|
105
|
+
"bg-default": "#a6a6a6",
|
|
106
|
+
"border-default": "#a6a6a6",
|
|
107
|
+
"label": "#000000ab"
|
|
108
|
+
}
|
|
49
109
|
},
|
|
50
110
|
"rating": {
|
|
51
111
|
"bg-default": "#00811F",
|
|
52
112
|
"bg-defaultAlt": "linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%)",
|
|
53
113
|
"bg-hover": "#0e6b1d",
|
|
54
114
|
"border-default": "#00811F"
|
|
55
|
-
},
|
|
56
|
-
"success": {
|
|
57
|
-
"bg-default": "#008A21",
|
|
58
|
-
"bgAlt": "#eaf3e8",
|
|
59
|
-
"bgAlt-hover": "#dde5db",
|
|
60
|
-
"bg-hover": "#0f731e",
|
|
61
|
-
"border-default": "#008A21",
|
|
62
|
-
"icon": "#008A21"
|
|
63
|
-
},
|
|
64
|
-
"warning": {
|
|
65
|
-
"bg-default": "#D64309",
|
|
66
|
-
"bgAlt": "#ffede5",
|
|
67
|
-
"bgAlt-default": "#ffede5",
|
|
68
|
-
"bgAlt-hover": "#f1e0d8",
|
|
69
|
-
"bg-hover": "#b13a0d",
|
|
70
|
-
"border-default": "#D64309",
|
|
71
|
-
"icon": "#D64309"
|
|
72
115
|
}
|
|
73
116
|
},
|
|
74
117
|
"size": {
|
|
@@ -12,14 +12,7 @@
|
|
|
12
12
|
"withDefault": "#00D639"
|
|
13
13
|
},
|
|
14
14
|
"noBg": {
|
|
15
|
-
"
|
|
16
|
-
"star": "#000000",
|
|
17
|
-
"mono": "#000000"
|
|
18
|
-
},
|
|
19
|
-
"withBg": {
|
|
20
|
-
"S": "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%)",
|
|
21
|
-
"star": "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%)",
|
|
22
|
-
"bg": "#000000"
|
|
15
|
+
"monochrome": "#000000"
|
|
23
16
|
}
|
|
24
17
|
}
|
|
25
18
|
},
|
|
@@ -195,8 +188,9 @@
|
|
|
195
188
|
"hover": "#b13a0d",
|
|
196
189
|
"hoverAlt": "#f1e0d8",
|
|
197
190
|
"text": "#bf3e0c",
|
|
198
|
-
"
|
|
199
|
-
"default": "#
|
|
191
|
+
"frozenglobal": {
|
|
192
|
+
"default": "#ff8629",
|
|
193
|
+
"hover": "#ff9a4e"
|
|
200
194
|
}
|
|
201
195
|
},
|
|
202
196
|
"content": {
|
|
@@ -215,8 +209,9 @@
|
|
|
215
209
|
"defaultAlt": "#eaeef6",
|
|
216
210
|
"hover": "#10508a",
|
|
217
211
|
"hoverAlt": "#dde1e8",
|
|
218
|
-
"
|
|
219
|
-
"default": "#65a9ff"
|
|
212
|
+
"frozenglobal": {
|
|
213
|
+
"default": "#65a9ff",
|
|
214
|
+
"hover": "#84b6ff"
|
|
220
215
|
}
|
|
221
216
|
},
|
|
222
217
|
"negative": {
|
|
@@ -227,14 +222,15 @@
|
|
|
227
222
|
"text": "#CD384B"
|
|
228
223
|
},
|
|
229
224
|
"neutral": {
|
|
230
|
-
"alt": "#656565",
|
|
231
225
|
"default": "#656565",
|
|
232
226
|
"defaultAlt": "#efefef",
|
|
233
227
|
"hover": "#555",
|
|
234
228
|
"hoverAlt": "#e2e2e2",
|
|
235
229
|
"frozen": {
|
|
236
230
|
"default": "#335B70",
|
|
237
|
-
"
|
|
231
|
+
"defaultAlt": "#eaedf0",
|
|
232
|
+
"hover": "#20313b",
|
|
233
|
+
"hoverAlt": "#dde0e2"
|
|
238
234
|
}
|
|
239
235
|
},
|
|
240
236
|
"positive": {
|
|
@@ -11,14 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"copilot": {
|
|
13
13
|
"noBg": {
|
|
14
|
-
"bg-S": "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%)",
|
|
15
|
-
"bg-star": "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%)",
|
|
16
14
|
"fg-default": "#FFFFFF"
|
|
17
|
-
},
|
|
18
|
-
"withBg": {
|
|
19
|
-
"bg-S": "#000000",
|
|
20
|
-
"bg-star": "#000000",
|
|
21
|
-
"bg-default": "#FFFFFF"
|
|
22
15
|
}
|
|
23
16
|
},
|
|
24
17
|
"AIIdentifier": {
|