@sage/design-tokens 7.1.7 → 7.3.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 +15 -4
- package/css/frozenproduct/large/components/form.css +8 -3
- package/css/frozenproduct/large/components/profile.css +1 -1
- package/css/frozenproduct/large/dark.css +3 -0
- package/css/frozenproduct/large/light.css +3 -0
- package/css/frozenproduct/small/components/form.css +8 -3
- package/css/frozenproduct/small/components/profile.css +1 -1
- package/css/frozenproduct/small/dark.css +3 -0
- package/css/frozenproduct/small/light.css +3 -0
- package/css/marketing/all.css +15 -4
- package/css/marketing/large/components/form.css +8 -3
- package/css/marketing/large/components/profile.css +1 -1
- package/css/marketing/large/dark.css +3 -0
- package/css/marketing/large/light.css +3 -0
- package/css/marketing/small/components/form.css +8 -3
- package/css/marketing/small/components/profile.css +1 -1
- package/css/marketing/small/dark.css +3 -0
- package/css/marketing/small/light.css +3 -0
- package/css/product/all.css +15 -4
- package/css/product/large/components/form.css +8 -3
- package/css/product/large/components/profile.css +1 -1
- package/css/product/large/dark.css +3 -0
- package/css/product/large/light.css +3 -0
- package/css/product/small/components/form.css +8 -3
- package/css/product/small/components/profile.css +1 -1
- package/css/product/small/dark.css +3 -0
- package/css/product/small/light.css +3 -0
- package/ios/frozenproduct/large/dark/components/form.h +8 -3
- package/ios/frozenproduct/large/dark/components/profile.h +1 -1
- package/ios/frozenproduct/large/dark/mode.h +3 -0
- package/ios/frozenproduct/large/light/components/form.h +8 -3
- package/ios/frozenproduct/large/light/components/profile.h +1 -1
- package/ios/frozenproduct/large/light/mode.h +3 -0
- package/ios/frozenproduct/small/dark/components/form.h +8 -3
- package/ios/frozenproduct/small/dark/components/profile.h +1 -1
- package/ios/frozenproduct/small/dark/mode.h +3 -0
- package/ios/frozenproduct/small/light/components/form.h +8 -3
- package/ios/frozenproduct/small/light/components/profile.h +1 -1
- package/ios/frozenproduct/small/light/mode.h +3 -0
- package/ios/marketing/large/dark/components/form.h +8 -3
- package/ios/marketing/large/dark/components/profile.h +1 -1
- package/ios/marketing/large/dark/mode.h +3 -0
- package/ios/marketing/large/light/components/form.h +8 -3
- package/ios/marketing/large/light/components/profile.h +1 -1
- package/ios/marketing/large/light/mode.h +3 -0
- package/ios/marketing/small/dark/components/form.h +8 -3
- package/ios/marketing/small/dark/components/profile.h +1 -1
- package/ios/marketing/small/dark/mode.h +3 -0
- package/ios/marketing/small/light/components/form.h +8 -3
- package/ios/marketing/small/light/components/profile.h +1 -1
- package/ios/marketing/small/light/mode.h +3 -0
- package/ios/product/large/dark/components/form.h +8 -3
- package/ios/product/large/dark/components/profile.h +1 -1
- package/ios/product/large/dark/mode.h +3 -0
- package/ios/product/large/light/components/form.h +8 -3
- package/ios/product/large/light/components/profile.h +1 -1
- package/ios/product/large/light/mode.h +3 -0
- package/ios/product/small/dark/components/form.h +8 -3
- package/ios/product/small/dark/components/profile.h +1 -1
- package/ios/product/small/dark/mode.h +3 -0
- package/ios/product/small/light/components/form.h +8 -3
- package/ios/product/small/light/components/profile.h +1 -1
- package/ios/product/small/light/mode.h +3 -0
- package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/form.js +119 -6
- package/js/common/frozenproduct/large/dark/components/profile.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +5 -0
- package/js/common/frozenproduct/large/dark/mode.js +79 -0
- package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/form.js +119 -6
- package/js/common/frozenproduct/large/light/components/profile.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +5 -0
- package/js/common/frozenproduct/large/light/mode.js +83 -0
- package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/form.js +119 -6
- package/js/common/frozenproduct/small/dark/components/profile.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +5 -0
- package/js/common/frozenproduct/small/dark/mode.js +79 -0
- package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/form.js +119 -6
- package/js/common/frozenproduct/small/light/components/profile.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +5 -0
- package/js/common/frozenproduct/small/light/mode.js +83 -0
- package/js/common/marketing/large/dark/components/form.d.ts +11 -0
- package/js/common/marketing/large/dark/components/form.js +119 -6
- package/js/common/marketing/large/dark/components/profile.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +5 -0
- package/js/common/marketing/large/dark/mode.js +79 -0
- package/js/common/marketing/large/light/components/form.d.ts +11 -0
- package/js/common/marketing/large/light/components/form.js +119 -6
- package/js/common/marketing/large/light/components/profile.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +5 -0
- package/js/common/marketing/large/light/mode.js +83 -0
- package/js/common/marketing/small/dark/components/form.d.ts +11 -0
- package/js/common/marketing/small/dark/components/form.js +119 -6
- package/js/common/marketing/small/dark/components/profile.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +5 -0
- package/js/common/marketing/small/dark/mode.js +79 -0
- package/js/common/marketing/small/light/components/form.d.ts +11 -0
- package/js/common/marketing/small/light/components/form.js +119 -6
- package/js/common/marketing/small/light/components/profile.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +5 -0
- package/js/common/marketing/small/light/mode.js +83 -0
- package/js/common/product/large/dark/components/form.d.ts +11 -0
- package/js/common/product/large/dark/components/form.js +119 -6
- package/js/common/product/large/dark/components/profile.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +5 -0
- package/js/common/product/large/dark/mode.js +79 -0
- package/js/common/product/large/light/components/form.d.ts +11 -0
- package/js/common/product/large/light/components/form.js +119 -6
- package/js/common/product/large/light/components/profile.js +2 -2
- package/js/common/product/large/light/mode.d.ts +5 -0
- package/js/common/product/large/light/mode.js +83 -0
- package/js/common/product/small/dark/components/form.d.ts +11 -0
- package/js/common/product/small/dark/components/form.js +119 -6
- package/js/common/product/small/dark/components/profile.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +5 -0
- package/js/common/product/small/dark/mode.js +79 -0
- package/js/common/product/small/light/components/form.d.ts +11 -0
- package/js/common/product/small/light/components/form.js +119 -6
- package/js/common/product/small/light/components/profile.js +2 -2
- package/js/common/product/small/light/mode.d.ts +5 -0
- package/js/common/product/small/light/mode.js +83 -0
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/dark/mode.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/mode.js +3 -0
- package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/form.js +8 -3
- package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/light/mode.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/mode.js +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/small/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/small/dark/mode.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/mode.js +3 -0
- package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/form.js +8 -3
- package/js/es6/frozenproduct/small/light/components/profile.js +1 -1
- package/js/es6/frozenproduct/small/light/mode.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/mode.js +3 -0
- package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/form.js +8 -3
- package/js/es6/marketing/large/dark/components/profile.js +1 -1
- package/js/es6/marketing/large/dark/mode.d.ts +3 -0
- package/js/es6/marketing/large/dark/mode.js +3 -0
- package/js/es6/marketing/large/light/components/form.d.ts +5 -0
- package/js/es6/marketing/large/light/components/form.js +8 -3
- package/js/es6/marketing/large/light/components/profile.js +1 -1
- package/js/es6/marketing/large/light/mode.d.ts +3 -0
- package/js/es6/marketing/large/light/mode.js +3 -0
- package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/form.js +8 -3
- package/js/es6/marketing/small/dark/components/profile.js +1 -1
- package/js/es6/marketing/small/dark/mode.d.ts +3 -0
- package/js/es6/marketing/small/dark/mode.js +3 -0
- package/js/es6/marketing/small/light/components/form.d.ts +5 -0
- package/js/es6/marketing/small/light/components/form.js +8 -3
- package/js/es6/marketing/small/light/components/profile.js +1 -1
- package/js/es6/marketing/small/light/mode.d.ts +3 -0
- package/js/es6/marketing/small/light/mode.js +3 -0
- package/js/es6/product/large/dark/components/form.d.ts +5 -0
- package/js/es6/product/large/dark/components/form.js +8 -3
- package/js/es6/product/large/dark/components/profile.js +1 -1
- package/js/es6/product/large/dark/mode.d.ts +3 -0
- package/js/es6/product/large/dark/mode.js +3 -0
- package/js/es6/product/large/light/components/form.d.ts +5 -0
- package/js/es6/product/large/light/components/form.js +8 -3
- package/js/es6/product/large/light/components/profile.js +1 -1
- package/js/es6/product/large/light/mode.d.ts +3 -0
- package/js/es6/product/large/light/mode.js +3 -0
- package/js/es6/product/small/dark/components/form.d.ts +5 -0
- package/js/es6/product/small/dark/components/form.js +8 -3
- package/js/es6/product/small/dark/components/profile.js +1 -1
- package/js/es6/product/small/dark/mode.d.ts +3 -0
- package/js/es6/product/small/dark/mode.js +3 -0
- package/js/es6/product/small/light/components/form.d.ts +5 -0
- package/js/es6/product/small/light/components/form.js +8 -3
- package/js/es6/product/small/light/components/profile.js +1 -1
- package/js/es6/product/small/light/mode.d.ts +3 -0
- package/js/es6/product/small/light/mode.js +3 -0
- package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/large/dark/components/profile.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +80 -0
- package/js/umd/frozenproduct/large/light/components/form.js +119 -6
- package/js/umd/frozenproduct/large/light/components/profile.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +83 -0
- package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/small/dark/components/profile.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +80 -0
- package/js/umd/frozenproduct/small/light/components/form.js +119 -6
- package/js/umd/frozenproduct/small/light/components/profile.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +83 -0
- package/js/umd/marketing/large/dark/components/form.js +119 -6
- package/js/umd/marketing/large/dark/components/profile.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +80 -0
- package/js/umd/marketing/large/light/components/form.js +119 -6
- package/js/umd/marketing/large/light/components/profile.js +2 -2
- package/js/umd/marketing/large/light/mode.js +83 -0
- package/js/umd/marketing/small/dark/components/form.js +119 -6
- package/js/umd/marketing/small/dark/components/profile.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +80 -0
- package/js/umd/marketing/small/light/components/form.js +119 -6
- package/js/umd/marketing/small/light/components/profile.js +2 -2
- package/js/umd/marketing/small/light/mode.js +83 -0
- package/js/umd/product/large/dark/components/form.js +119 -6
- package/js/umd/product/large/dark/components/profile.js +2 -2
- package/js/umd/product/large/dark/mode.js +80 -0
- package/js/umd/product/large/light/components/form.js +119 -6
- package/js/umd/product/large/light/components/profile.js +2 -2
- package/js/umd/product/large/light/mode.js +83 -0
- package/js/umd/product/small/dark/components/form.js +119 -6
- package/js/umd/product/small/dark/components/profile.js +2 -2
- package/js/umd/product/small/dark/mode.js +80 -0
- package/js/umd/product/small/light/components/form.js +119 -6
- package/js/umd/product/small/light/components/profile.js +2 -2
- package/js/umd/product/small/light/mode.js +83 -0
- package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/dark/mode.json +3 -0
- package/json/flat/frozenproduct/large/light/components/form.json +8 -3
- package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/light/mode.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/small/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/small/dark/mode.json +3 -0
- package/json/flat/frozenproduct/small/light/components/form.json +8 -3
- package/json/flat/frozenproduct/small/light/components/profile.json +1 -1
- package/json/flat/frozenproduct/small/light/mode.json +3 -0
- package/json/flat/marketing/large/dark/components/form.json +8 -3
- package/json/flat/marketing/large/dark/components/profile.json +1 -1
- package/json/flat/marketing/large/dark/mode.json +3 -0
- package/json/flat/marketing/large/light/components/form.json +8 -3
- package/json/flat/marketing/large/light/components/profile.json +1 -1
- package/json/flat/marketing/large/light/mode.json +3 -0
- package/json/flat/marketing/small/dark/components/form.json +8 -3
- package/json/flat/marketing/small/dark/components/profile.json +1 -1
- package/json/flat/marketing/small/dark/mode.json +3 -0
- package/json/flat/marketing/small/light/components/form.json +8 -3
- package/json/flat/marketing/small/light/components/profile.json +1 -1
- package/json/flat/marketing/small/light/mode.json +3 -0
- package/json/flat/product/large/dark/components/form.json +8 -3
- package/json/flat/product/large/dark/components/profile.json +1 -1
- package/json/flat/product/large/dark/mode.json +3 -0
- package/json/flat/product/large/light/components/form.json +8 -3
- package/json/flat/product/large/light/components/profile.json +1 -1
- package/json/flat/product/large/light/mode.json +3 -0
- package/json/flat/product/small/dark/components/form.json +8 -3
- package/json/flat/product/small/dark/components/profile.json +1 -1
- package/json/flat/product/small/dark/mode.json +3 -0
- package/json/flat/product/small/light/components/form.json +8 -3
- package/json/flat/product/small/light/components/profile.json +1 -1
- package/json/flat/product/small/light/mode.json +3 -0
- package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/dark/mode.json +8 -3
- package/json/nested/frozenproduct/large/light/components/form.json +14 -3
- package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/light/mode.json +8 -3
- package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/small/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/small/dark/mode.json +8 -3
- package/json/nested/frozenproduct/small/light/components/form.json +14 -3
- package/json/nested/frozenproduct/small/light/components/profile.json +1 -1
- package/json/nested/frozenproduct/small/light/mode.json +8 -3
- package/json/nested/marketing/large/dark/components/form.json +14 -3
- package/json/nested/marketing/large/dark/components/profile.json +1 -1
- package/json/nested/marketing/large/dark/mode.json +8 -3
- package/json/nested/marketing/large/light/components/form.json +14 -3
- package/json/nested/marketing/large/light/components/profile.json +1 -1
- package/json/nested/marketing/large/light/mode.json +8 -3
- package/json/nested/marketing/small/dark/components/form.json +14 -3
- package/json/nested/marketing/small/dark/components/profile.json +1 -1
- package/json/nested/marketing/small/dark/mode.json +8 -3
- package/json/nested/marketing/small/light/components/form.json +14 -3
- package/json/nested/marketing/small/light/components/profile.json +1 -1
- package/json/nested/marketing/small/light/mode.json +8 -3
- package/json/nested/product/large/dark/components/form.json +14 -3
- package/json/nested/product/large/dark/components/profile.json +1 -1
- package/json/nested/product/large/dark/mode.json +8 -3
- package/json/nested/product/large/light/components/form.json +14 -3
- package/json/nested/product/large/light/components/profile.json +1 -1
- package/json/nested/product/large/light/mode.json +8 -3
- package/json/nested/product/small/dark/components/form.json +14 -3
- package/json/nested/product/small/dark/components/profile.json +1 -1
- package/json/nested/product/small/dark/mode.json +8 -3
- package/json/nested/product/small/light/components/form.json +14 -3
- package/json/nested/product/small/light/components/profile.json +1 -1
- package/json/nested/product/small/light/mode.json +8 -3
- package/package.json +1 -1
- package/sage-design-tokens-7.3.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +23 -23
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +15 -10
- package/scss/frozenproduct/large/components/link.scss +2 -2
- 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/profile.scss +1 -1
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/large/dark.scss +3 -0
- package/scss/frozenproduct/large/light.scss +3 -0
- package/scss/frozenproduct/small/components/form.scss +8 -3
- package/scss/frozenproduct/small/components/profile.scss +1 -1
- package/scss/frozenproduct/small/dark.scss +3 -0
- package/scss/frozenproduct/small/light.scss +3 -0
- package/scss/marketing/large/components/form.scss +8 -3
- package/scss/marketing/large/components/profile.scss +1 -1
- package/scss/marketing/large/dark.scss +3 -0
- package/scss/marketing/large/light.scss +3 -0
- package/scss/marketing/small/components/button.scss +23 -23
- package/scss/marketing/small/components/container.scss +9 -9
- package/scss/marketing/small/components/form.scss +15 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +3 -3
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/profile.scss +1 -1
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/dark.scss +3 -0
- package/scss/marketing/small/light.scss +3 -0
- package/scss/product/large/components/form.scss +8 -3
- package/scss/product/large/components/profile.scss +1 -1
- package/scss/product/large/dark.scss +3 -0
- package/scss/product/large/light.scss +3 -0
- package/scss/product/small/components/button.scss +23 -23
- package/scss/product/small/components/container.scss +9 -9
- package/scss/product/small/components/form.scss +15 -10
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +3 -3
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/profile.scss +1 -1
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +10 -10
- package/scss/product/small/dark.scss +3 -0
- package/scss/product/small/light.scss +3 -0
- package/sage-design-tokens-7.1.7.tgz +0 -0
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"modesColorGenericFgDelicate": "#d1d1d1",
|
|
32
32
|
"modesColorGenericFgSoft": "#a6a6a6",
|
|
33
33
|
"modesColorGenericFgModerate": "#777",
|
|
34
|
+
"modesColorGenericFgFrozenSoft": "#335B70",
|
|
34
35
|
"modesColorGenericBackdropNought": "#FFFFFF",
|
|
35
36
|
"modesColorGenericBackdropFaint": "#f6f8f9",
|
|
36
37
|
"modesColorInteractiveAiActive": "linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%)",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"modesColorInteractiveMonochromeGenericWithDefault": "#FFFFFF",
|
|
87
88
|
"modesColorInteractiveMonochromeGenericWithHover": "#000000",
|
|
88
89
|
"modesColorInteractiveMonochromeGenericFrozenActive": "#eaedf0",
|
|
90
|
+
"modesColorInteractiveMonochromeGenericFrozenActive2": "#335B70",
|
|
89
91
|
"modesColorInteractiveMonochromeMarketingActive": "#000000",
|
|
90
92
|
"modesColorInteractiveMonochromeMarketingWithActive": "#00D639",
|
|
91
93
|
"modesColorInteractiveMonochromeSubtleDefaultAlt": "#00000080",
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
"modesColorInteractiveProgressBg": "#00000014",
|
|
110
112
|
"modesColorInteractiveProgressBgAlt": "#ffffff14",
|
|
111
113
|
"modesColorInteractiveProgressFrozenBg": "#00804614",
|
|
114
|
+
"modesColorInteractiveProgressFrozenBgAlt": "#cad3d9",
|
|
112
115
|
"modesColorStatusAiDefault": "#FFFFFF",
|
|
113
116
|
"modesColorStatusAiDefaultAlt": "#000000",
|
|
114
117
|
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
@@ -82,15 +82,18 @@
|
|
|
82
82
|
"formSpaceIntegralYgS": 6,
|
|
83
83
|
"formSpaceIntegralYgM": 8,
|
|
84
84
|
"formSpaceIntegralYgL": 10,
|
|
85
|
-
"formSpaceIntegralProgressiveXS":
|
|
86
|
-
"formSpaceIntegralProgressiveXM":
|
|
87
|
-
"formSpaceIntegralProgressiveXL":
|
|
85
|
+
"formSpaceIntegralProgressiveXS": 9.8,
|
|
86
|
+
"formSpaceIntegralProgressiveXM": 16,
|
|
87
|
+
"formSpaceIntegralProgressiveXL": 20.2,
|
|
88
88
|
"formSpaceIntegralProgressiveYS": 8,
|
|
89
89
|
"formSpaceIntegralProgressiveYM": 12,
|
|
90
90
|
"formSpaceIntegralProgressiveYL": 16,
|
|
91
91
|
"formSpaceIntegralProgressiveYgS": 8,
|
|
92
92
|
"formSpaceIntegralProgressiveYgM": 12,
|
|
93
93
|
"formSpaceIntegralProgressiveYgL": 16,
|
|
94
|
+
"formSpaceIntegralProgressiveKeylineXS": 5.4,
|
|
95
|
+
"formSpaceIntegralProgressiveKeylineXM": 8.6,
|
|
96
|
+
"formSpaceIntegralProgressiveKeylineXL": 11.8,
|
|
94
97
|
"formSpaceRatingXgM": 8,
|
|
95
98
|
"formSpaceRatingXgL": 12,
|
|
96
99
|
"formSpaceLayoutStackS": 12.8,
|
|
@@ -176,6 +179,7 @@
|
|
|
176
179
|
"formSizeSearchInputMaxwidth": 400,
|
|
177
180
|
"formSizeTextareaM": 80,
|
|
178
181
|
"formSizeValidationBar": 2,
|
|
182
|
+
"formSizeProgressiveBar": 2,
|
|
179
183
|
"formSizeRatingM": 20,
|
|
180
184
|
"formSizeRatingL": 32,
|
|
181
185
|
"formColorCalendarBgActive": "#FFFFFF",
|
|
@@ -260,6 +264,7 @@
|
|
|
260
264
|
"formRadiusRadio": "999",
|
|
261
265
|
"formRadiusSwitch": "999",
|
|
262
266
|
"formRadiusValidationbar": 2,
|
|
267
|
+
"formRadiusProgressivebar": 2,
|
|
263
268
|
"formRadiusCalendarNone": "0",
|
|
264
269
|
"formRadiusCalendarDate": "999",
|
|
265
270
|
"formRadiusCalendarToday": 2,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"profileSizeInsideMl": 28,
|
|
14
14
|
"profileSizeInsideL": 40,
|
|
15
15
|
"profileSizeInsideXl": 56,
|
|
16
|
-
"profileSizeInsideXxl":
|
|
16
|
+
"profileSizeInsideXxl": 72,
|
|
17
17
|
"profileColorBgAlt": "#fffffff2",
|
|
18
18
|
"profileColorBgDefault": "#0e0e0e",
|
|
19
19
|
"profileColorBorderDefault": "#282828",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"modesColorGenericFgDelicate": "#282828",
|
|
32
32
|
"modesColorGenericFgSoft": "#4b4b4b",
|
|
33
33
|
"modesColorGenericFgModerate": "#777",
|
|
34
|
+
"modesColorGenericFgFrozenSoft": "#4b4b4b",
|
|
34
35
|
"modesColorGenericBackdropNought": "#000000",
|
|
35
36
|
"modesColorGenericBackdropFaint": "#181818",
|
|
36
37
|
"modesColorInteractiveAiActive": "linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%)",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"modesColorInteractiveMonochromeGenericWithDefault": "#000000",
|
|
87
88
|
"modesColorInteractiveMonochromeGenericWithHover": "#FFFFFF",
|
|
88
89
|
"modesColorInteractiveMonochromeGenericFrozenActive": "#FFFFFF",
|
|
90
|
+
"modesColorInteractiveMonochromeGenericFrozenActive2": "#FFFFFF",
|
|
89
91
|
"modesColorInteractiveMonochromeMarketingWithActive": "#000000",
|
|
90
92
|
"modesColorInteractiveMonochromeMarketingActive": "#00D639",
|
|
91
93
|
"modesColorInteractiveMonochromeSubtleDefaultAlt": "#ffffff80",
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
110
112
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
111
113
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
114
|
+
"modesColorInteractiveProgressFrozenBgAlt": "#ffffff14",
|
|
112
115
|
"modesColorStatusCautionDefault": "#E04500",
|
|
113
116
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
114
117
|
"modesColorStatusCautionHover": "#eb6732",
|
|
@@ -82,15 +82,18 @@
|
|
|
82
82
|
"formSpaceIntegralYgS": 6,
|
|
83
83
|
"formSpaceIntegralYgM": 8,
|
|
84
84
|
"formSpaceIntegralYgL": 10,
|
|
85
|
-
"formSpaceIntegralProgressiveXS":
|
|
86
|
-
"formSpaceIntegralProgressiveXM":
|
|
87
|
-
"formSpaceIntegralProgressiveXL":
|
|
85
|
+
"formSpaceIntegralProgressiveXS": 9.8,
|
|
86
|
+
"formSpaceIntegralProgressiveXM": 16,
|
|
87
|
+
"formSpaceIntegralProgressiveXL": 20.2,
|
|
88
88
|
"formSpaceIntegralProgressiveYS": 8,
|
|
89
89
|
"formSpaceIntegralProgressiveYM": 12,
|
|
90
90
|
"formSpaceIntegralProgressiveYL": 16,
|
|
91
91
|
"formSpaceIntegralProgressiveYgS": 8,
|
|
92
92
|
"formSpaceIntegralProgressiveYgM": 12,
|
|
93
93
|
"formSpaceIntegralProgressiveYgL": 16,
|
|
94
|
+
"formSpaceIntegralProgressiveKeylineXS": 5.4,
|
|
95
|
+
"formSpaceIntegralProgressiveKeylineXM": 8.6,
|
|
96
|
+
"formSpaceIntegralProgressiveKeylineXL": 11.8,
|
|
94
97
|
"formSpaceRatingXgM": 8,
|
|
95
98
|
"formSpaceRatingXgL": 12,
|
|
96
99
|
"formSpaceLayoutStackS": 12.8,
|
|
@@ -176,6 +179,7 @@
|
|
|
176
179
|
"formSizeSearchInputMaxwidth": 400,
|
|
177
180
|
"formSizeTextareaM": 80,
|
|
178
181
|
"formSizeValidationBar": 2,
|
|
182
|
+
"formSizeProgressiveBar": 2,
|
|
179
183
|
"formSizeRatingM": 20,
|
|
180
184
|
"formSizeRatingL": 32,
|
|
181
185
|
"formColorCalendarBgActive": "#000000",
|
|
@@ -260,6 +264,7 @@
|
|
|
260
264
|
"formRadiusRadio": "999",
|
|
261
265
|
"formRadiusSwitch": "999",
|
|
262
266
|
"formRadiusValidationbar": 2,
|
|
267
|
+
"formRadiusProgressivebar": 2,
|
|
263
268
|
"formRadiusCalendarNone": "0",
|
|
264
269
|
"formRadiusCalendarDate": "999",
|
|
265
270
|
"formRadiusCalendarToday": 2,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"profileSizeInsideMl": 28,
|
|
14
14
|
"profileSizeInsideL": 40,
|
|
15
15
|
"profileSizeInsideXl": 56,
|
|
16
|
-
"profileSizeInsideXxl":
|
|
16
|
+
"profileSizeInsideXxl": 72,
|
|
17
17
|
"profileColorBgAlt": "#000000f2",
|
|
18
18
|
"profileColorBgDefault": "#f3f3f3",
|
|
19
19
|
"profileColorBorderDefault": "#d1d1d1",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"modesColorGenericFgDelicate": "#d1d1d1",
|
|
32
32
|
"modesColorGenericFgSoft": "#a6a6a6",
|
|
33
33
|
"modesColorGenericFgModerate": "#777",
|
|
34
|
+
"modesColorGenericFgFrozenSoft": "#335B70",
|
|
34
35
|
"modesColorGenericBackdropNought": "#FFFFFF",
|
|
35
36
|
"modesColorGenericBackdropFaint": "#f6f8f9",
|
|
36
37
|
"modesColorInteractiveAiActive": "linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%)",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"modesColorInteractiveMonochromeGenericWithDefault": "#FFFFFF",
|
|
87
88
|
"modesColorInteractiveMonochromeGenericWithHover": "#000000",
|
|
88
89
|
"modesColorInteractiveMonochromeGenericFrozenActive": "#eaedf0",
|
|
90
|
+
"modesColorInteractiveMonochromeGenericFrozenActive2": "#335B70",
|
|
89
91
|
"modesColorInteractiveMonochromeMarketingActive": "#000000",
|
|
90
92
|
"modesColorInteractiveMonochromeMarketingWithActive": "#00D639",
|
|
91
93
|
"modesColorInteractiveMonochromeSubtleDefaultAlt": "#00000080",
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
"modesColorInteractiveProgressBg": "#00000014",
|
|
110
112
|
"modesColorInteractiveProgressBgAlt": "#ffffff14",
|
|
111
113
|
"modesColorInteractiveProgressFrozenBg": "#00804614",
|
|
114
|
+
"modesColorInteractiveProgressFrozenBgAlt": "#cad3d9",
|
|
112
115
|
"modesColorStatusAiDefault": "#FFFFFF",
|
|
113
116
|
"modesColorStatusAiDefaultAlt": "#000000",
|
|
114
117
|
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
"faint": "#181818",
|
|
51
51
|
"delicate": "#282828",
|
|
52
52
|
"soft": "#4b4b4b",
|
|
53
|
-
"moderate": "#777"
|
|
53
|
+
"moderate": "#777",
|
|
54
|
+
"frozen": {
|
|
55
|
+
"soft": "#4b4b4b"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"backdrop": {
|
|
56
59
|
"nought": "#000000",
|
|
@@ -129,7 +132,8 @@
|
|
|
129
132
|
"withDefault": "#000000",
|
|
130
133
|
"withHover": "#FFFFFF",
|
|
131
134
|
"frozen": {
|
|
132
|
-
"active": "#FFFFFF"
|
|
135
|
+
"active": "#FFFFFF",
|
|
136
|
+
"active2": "#FFFFFF"
|
|
133
137
|
}
|
|
134
138
|
},
|
|
135
139
|
"marketing": {
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"bg": "#ffffff14",
|
|
170
174
|
"bgAlt": "#00000014",
|
|
171
175
|
"frozen": {
|
|
172
|
-
"bg": "#ffffff14"
|
|
176
|
+
"bg": "#ffffff14",
|
|
177
|
+
"bg-alt": "#ffffff14"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
"faint": "#e8e8e8",
|
|
51
51
|
"delicate": "#d1d1d1",
|
|
52
52
|
"soft": "#a6a6a6",
|
|
53
|
-
"moderate": "#777"
|
|
53
|
+
"moderate": "#777",
|
|
54
|
+
"frozen": {
|
|
55
|
+
"soft": "#335B70"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"backdrop": {
|
|
56
59
|
"nought": "#FFFFFF",
|
|
@@ -129,7 +132,8 @@
|
|
|
129
132
|
"withDefault": "#FFFFFF",
|
|
130
133
|
"withHover": "#000000",
|
|
131
134
|
"frozen": {
|
|
132
|
-
"active": "#eaedf0"
|
|
135
|
+
"active": "#eaedf0",
|
|
136
|
+
"active2": "#335B70"
|
|
133
137
|
}
|
|
134
138
|
},
|
|
135
139
|
"marketing": {
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"bg": "#00000014",
|
|
170
174
|
"bgAlt": "#ffffff14",
|
|
171
175
|
"frozen": {
|
|
172
|
-
"bg": "#00804614"
|
|
176
|
+
"bg": "#00804614",
|
|
177
|
+
"bg-alt": "#cad3d9"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
"faint": "#181818",
|
|
51
51
|
"delicate": "#282828",
|
|
52
52
|
"soft": "#4b4b4b",
|
|
53
|
-
"moderate": "#777"
|
|
53
|
+
"moderate": "#777",
|
|
54
|
+
"frozen": {
|
|
55
|
+
"soft": "#4b4b4b"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"backdrop": {
|
|
56
59
|
"nought": "#000000",
|
|
@@ -129,7 +132,8 @@
|
|
|
129
132
|
"withDefault": "#000000",
|
|
130
133
|
"withHover": "#FFFFFF",
|
|
131
134
|
"frozen": {
|
|
132
|
-
"active": "#FFFFFF"
|
|
135
|
+
"active": "#FFFFFF",
|
|
136
|
+
"active2": "#FFFFFF"
|
|
133
137
|
}
|
|
134
138
|
},
|
|
135
139
|
"marketing": {
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"bg": "#ffffff14",
|
|
170
174
|
"bgAlt": "#00000014",
|
|
171
175
|
"frozen": {
|
|
172
|
-
"bg": "#ffffff14"
|
|
176
|
+
"bg": "#ffffff14",
|
|
177
|
+
"bg-alt": "#ffffff14"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
"faint": "#e8e8e8",
|
|
51
51
|
"delicate": "#d1d1d1",
|
|
52
52
|
"soft": "#a6a6a6",
|
|
53
|
-
"moderate": "#777"
|
|
53
|
+
"moderate": "#777",
|
|
54
|
+
"frozen": {
|
|
55
|
+
"soft": "#335B70"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"backdrop": {
|
|
56
59
|
"nought": "#FFFFFF",
|
|
@@ -129,7 +132,8 @@
|
|
|
129
132
|
"withDefault": "#FFFFFF",
|
|
130
133
|
"withHover": "#000000",
|
|
131
134
|
"frozen": {
|
|
132
|
-
"active": "#eaedf0"
|
|
135
|
+
"active": "#eaedf0",
|
|
136
|
+
"active2": "#335B70"
|
|
133
137
|
}
|
|
134
138
|
},
|
|
135
139
|
"marketing": {
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"bg": "#00000014",
|
|
170
174
|
"bgAlt": "#ffffff14",
|
|
171
175
|
"frozen": {
|
|
172
|
-
"bg": "#00804614"
|
|
176
|
+
"bg": "#00804614",
|
|
177
|
+
"bg-alt": "#cad3d9"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
"faint": "#181818",
|
|
51
51
|
"delicate": "#282828",
|
|
52
52
|
"soft": "#4b4b4b",
|
|
53
|
-
"moderate": "#777"
|
|
53
|
+
"moderate": "#777",
|
|
54
|
+
"frozen": {
|
|
55
|
+
"soft": "#4b4b4b"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"backdrop": {
|
|
56
59
|
"nought": "#000000",
|
|
@@ -129,7 +132,8 @@
|
|
|
129
132
|
"withDefault": "#000000",
|
|
130
133
|
"withHover": "#FFFFFF",
|
|
131
134
|
"frozen": {
|
|
132
|
-
"active": "#FFFFFF"
|
|
135
|
+
"active": "#FFFFFF",
|
|
136
|
+
"active2": "#FFFFFF"
|
|
133
137
|
}
|
|
134
138
|
},
|
|
135
139
|
"marketing": {
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"bg": "#ffffff14",
|
|
170
174
|
"bgAlt": "#00000014",
|
|
171
175
|
"frozen": {
|
|
172
|
-
"bg": "#ffffff14"
|
|
176
|
+
"bg": "#ffffff14",
|
|
177
|
+
"bg-alt": "#ffffff14"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|