@sage/design-tokens 14.0.0 → 14.0.1
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 +137 -148
- package/css/frozenproduct/large/components/button.css +8 -6
- package/css/frozenproduct/large/components/container.css +2 -2
- package/css/frozenproduct/large/components/link.css +2 -2
- package/css/frozenproduct/large/components/progress.css +1 -0
- package/css/frozenproduct/large/dark.css +64 -71
- package/css/frozenproduct/large/light.css +60 -67
- package/css/frozenproduct/small/components/button.css +8 -6
- package/css/frozenproduct/small/components/container.css +2 -2
- package/css/frozenproduct/small/components/link.css +2 -2
- package/css/frozenproduct/small/components/progress.css +1 -0
- package/css/frozenproduct/small/dark.css +64 -71
- package/css/frozenproduct/small/light.css +60 -67
- package/css/marketing/all.css +137 -148
- package/css/marketing/large/components/button.css +8 -6
- package/css/marketing/large/components/container.css +2 -2
- package/css/marketing/large/components/link.css +2 -2
- package/css/marketing/large/components/progress.css +1 -0
- package/css/marketing/large/dark.css +64 -71
- package/css/marketing/large/light.css +60 -67
- package/css/marketing/small/components/button.css +8 -6
- package/css/marketing/small/components/container.css +2 -2
- package/css/marketing/small/components/link.css +2 -2
- package/css/marketing/small/components/progress.css +1 -0
- package/css/marketing/small/dark.css +64 -71
- package/css/marketing/small/light.css +60 -67
- package/css/product/all.css +137 -148
- package/css/product/large/components/button.css +8 -6
- package/css/product/large/components/container.css +2 -2
- package/css/product/large/components/link.css +2 -2
- package/css/product/large/components/progress.css +1 -0
- package/css/product/large/dark.css +64 -71
- package/css/product/large/light.css +60 -67
- package/css/product/small/components/button.css +8 -6
- package/css/product/small/components/container.css +2 -2
- package/css/product/small/components/link.css +2 -2
- package/css/product/small/components/progress.css +1 -0
- package/css/product/small/dark.css +64 -71
- package/css/product/small/light.css +60 -67
- package/ios/frozenproduct/large/dark/components/button.h +34 -32
- package/ios/frozenproduct/large/dark/components/container.h +3 -3
- package/ios/frozenproduct/large/dark/components/form.h +4 -4
- package/ios/frozenproduct/large/dark/components/link.h +4 -4
- package/ios/frozenproduct/large/dark/components/nav.h +5 -5
- package/ios/frozenproduct/large/dark/components/popover.h +2 -2
- package/ios/frozenproduct/large/dark/components/progress.h +1 -0
- package/ios/frozenproduct/large/dark/components/status.h +24 -24
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/dark/components/table.h +2 -2
- package/ios/frozenproduct/large/dark/mode.h +62 -69
- package/ios/frozenproduct/large/light/components/button.h +34 -32
- package/ios/frozenproduct/large/light/components/container.h +3 -3
- package/ios/frozenproduct/large/light/components/form.h +4 -4
- package/ios/frozenproduct/large/light/components/link.h +4 -4
- package/ios/frozenproduct/large/light/components/nav.h +5 -5
- package/ios/frozenproduct/large/light/components/popover.h +2 -2
- package/ios/frozenproduct/large/light/components/progress.h +1 -0
- package/ios/frozenproduct/large/light/components/status.h +23 -23
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/table.h +2 -2
- package/ios/frozenproduct/large/light/mode.h +58 -65
- package/ios/frozenproduct/small/dark/components/button.h +34 -32
- package/ios/frozenproduct/small/dark/components/container.h +3 -3
- package/ios/frozenproduct/small/dark/components/form.h +4 -4
- package/ios/frozenproduct/small/dark/components/link.h +4 -4
- package/ios/frozenproduct/small/dark/components/nav.h +5 -5
- package/ios/frozenproduct/small/dark/components/popover.h +2 -2
- package/ios/frozenproduct/small/dark/components/progress.h +1 -0
- package/ios/frozenproduct/small/dark/components/status.h +24 -24
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/table.h +2 -2
- package/ios/frozenproduct/small/dark/mode.h +62 -69
- package/ios/frozenproduct/small/light/components/button.h +34 -32
- package/ios/frozenproduct/small/light/components/container.h +3 -3
- package/ios/frozenproduct/small/light/components/form.h +4 -4
- package/ios/frozenproduct/small/light/components/link.h +4 -4
- package/ios/frozenproduct/small/light/components/nav.h +5 -5
- package/ios/frozenproduct/small/light/components/popover.h +2 -2
- package/ios/frozenproduct/small/light/components/progress.h +1 -0
- package/ios/frozenproduct/small/light/components/status.h +23 -23
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/table.h +2 -2
- package/ios/frozenproduct/small/light/mode.h +58 -65
- package/ios/marketing/large/dark/components/button.h +34 -32
- package/ios/marketing/large/dark/components/container.h +3 -3
- package/ios/marketing/large/dark/components/form.h +4 -4
- package/ios/marketing/large/dark/components/link.h +4 -4
- package/ios/marketing/large/dark/components/nav.h +5 -5
- package/ios/marketing/large/dark/components/popover.h +2 -2
- package/ios/marketing/large/dark/components/progress.h +1 -0
- package/ios/marketing/large/dark/components/status.h +24 -24
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/table.h +2 -2
- package/ios/marketing/large/dark/mode.h +62 -69
- package/ios/marketing/large/light/components/button.h +34 -32
- package/ios/marketing/large/light/components/container.h +3 -3
- package/ios/marketing/large/light/components/form.h +4 -4
- package/ios/marketing/large/light/components/link.h +4 -4
- package/ios/marketing/large/light/components/nav.h +5 -5
- package/ios/marketing/large/light/components/popover.h +2 -2
- package/ios/marketing/large/light/components/progress.h +1 -0
- package/ios/marketing/large/light/components/status.h +23 -23
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/large/light/components/table.h +2 -2
- package/ios/marketing/large/light/mode.h +58 -65
- package/ios/marketing/small/dark/components/button.h +34 -32
- package/ios/marketing/small/dark/components/container.h +3 -3
- package/ios/marketing/small/dark/components/form.h +4 -4
- package/ios/marketing/small/dark/components/link.h +4 -4
- package/ios/marketing/small/dark/components/nav.h +5 -5
- package/ios/marketing/small/dark/components/popover.h +2 -2
- package/ios/marketing/small/dark/components/progress.h +1 -0
- package/ios/marketing/small/dark/components/status.h +24 -24
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/table.h +2 -2
- package/ios/marketing/small/dark/mode.h +62 -69
- package/ios/marketing/small/light/components/button.h +34 -32
- package/ios/marketing/small/light/components/container.h +3 -3
- package/ios/marketing/small/light/components/form.h +4 -4
- package/ios/marketing/small/light/components/link.h +4 -4
- package/ios/marketing/small/light/components/nav.h +5 -5
- package/ios/marketing/small/light/components/popover.h +2 -2
- package/ios/marketing/small/light/components/progress.h +1 -0
- package/ios/marketing/small/light/components/status.h +23 -23
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/marketing/small/light/components/table.h +2 -2
- package/ios/marketing/small/light/mode.h +58 -65
- package/ios/product/large/dark/components/button.h +34 -32
- package/ios/product/large/dark/components/container.h +3 -3
- package/ios/product/large/dark/components/form.h +4 -4
- package/ios/product/large/dark/components/link.h +4 -4
- package/ios/product/large/dark/components/nav.h +5 -5
- package/ios/product/large/dark/components/popover.h +2 -2
- package/ios/product/large/dark/components/progress.h +1 -0
- package/ios/product/large/dark/components/status.h +24 -24
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/dark/components/table.h +2 -2
- package/ios/product/large/dark/mode.h +62 -69
- package/ios/product/large/light/components/button.h +34 -32
- package/ios/product/large/light/components/container.h +3 -3
- package/ios/product/large/light/components/form.h +4 -4
- package/ios/product/large/light/components/link.h +4 -4
- package/ios/product/large/light/components/nav.h +5 -5
- package/ios/product/large/light/components/popover.h +2 -2
- package/ios/product/large/light/components/progress.h +1 -0
- package/ios/product/large/light/components/status.h +23 -23
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/large/light/components/table.h +2 -2
- package/ios/product/large/light/mode.h +58 -65
- package/ios/product/small/dark/components/button.h +34 -32
- package/ios/product/small/dark/components/container.h +3 -3
- package/ios/product/small/dark/components/form.h +4 -4
- package/ios/product/small/dark/components/link.h +4 -4
- package/ios/product/small/dark/components/nav.h +5 -5
- package/ios/product/small/dark/components/popover.h +2 -2
- package/ios/product/small/dark/components/progress.h +1 -0
- package/ios/product/small/dark/components/status.h +24 -24
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/dark/components/table.h +2 -2
- package/ios/product/small/dark/mode.h +62 -69
- package/ios/product/small/light/components/button.h +34 -32
- package/ios/product/small/light/components/container.h +3 -3
- package/ios/product/small/light/components/form.h +4 -4
- package/ios/product/small/light/components/link.h +4 -4
- package/ios/product/small/light/components/nav.h +5 -5
- package/ios/product/small/light/components/popover.h +2 -2
- package/ios/product/small/light/components/progress.h +1 -0
- package/ios/product/small/light/components/status.h +23 -23
- package/ios/product/small/light/components/tab.h +1 -1
- package/ios/product/small/light/components/table.h +2 -2
- package/ios/product/small/light/mode.h +58 -65
- package/js/common/frozenproduct/large/dark/components/button.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/button.js +67 -34
- package/js/common/frozenproduct/large/dark/components/container.js +5 -26
- package/js/common/frozenproduct/large/dark/components/form.js +4 -4
- package/js/common/frozenproduct/large/dark/components/link.js +6 -6
- package/js/common/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/common/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/common/frozenproduct/large/dark/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/progress.js +15 -0
- package/js/common/frozenproduct/large/dark/components/status.js +24 -24
- package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/large/dark/components/table.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +0 -15
- package/js/common/frozenproduct/large/dark/mode.js +206 -316
- package/js/common/frozenproduct/large/light/components/button.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/button.js +67 -34
- package/js/common/frozenproduct/large/light/components/container.js +5 -26
- package/js/common/frozenproduct/large/light/components/form.js +4 -4
- package/js/common/frozenproduct/large/light/components/link.js +6 -6
- package/js/common/frozenproduct/large/light/components/nav.js +5 -5
- package/js/common/frozenproduct/large/light/components/popover.js +2 -2
- package/js/common/frozenproduct/large/light/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/progress.js +15 -0
- package/js/common/frozenproduct/large/light/components/status.js +23 -23
- package/js/common/frozenproduct/large/light/components/tab.js +1 -1
- package/js/common/frozenproduct/large/light/components/table.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +0 -15
- package/js/common/frozenproduct/large/light/mode.js +202 -311
- package/js/common/frozenproduct/small/dark/components/button.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/button.js +67 -34
- package/js/common/frozenproduct/small/dark/components/container.js +5 -26
- package/js/common/frozenproduct/small/dark/components/form.js +4 -4
- package/js/common/frozenproduct/small/dark/components/link.js +6 -6
- package/js/common/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/common/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/common/frozenproduct/small/dark/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/progress.js +15 -0
- package/js/common/frozenproduct/small/dark/components/status.js +24 -24
- package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/small/dark/components/table.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +0 -15
- package/js/common/frozenproduct/small/dark/mode.js +206 -316
- package/js/common/frozenproduct/small/light/components/button.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/button.js +67 -34
- package/js/common/frozenproduct/small/light/components/container.js +5 -26
- package/js/common/frozenproduct/small/light/components/form.js +4 -4
- package/js/common/frozenproduct/small/light/components/link.js +6 -6
- package/js/common/frozenproduct/small/light/components/nav.js +5 -5
- package/js/common/frozenproduct/small/light/components/popover.js +2 -2
- package/js/common/frozenproduct/small/light/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/progress.js +15 -0
- package/js/common/frozenproduct/small/light/components/status.js +23 -23
- package/js/common/frozenproduct/small/light/components/tab.js +1 -1
- package/js/common/frozenproduct/small/light/components/table.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +0 -15
- package/js/common/frozenproduct/small/light/mode.js +202 -311
- package/js/common/marketing/large/dark/components/button.d.ts +2 -0
- package/js/common/marketing/large/dark/components/button.js +67 -34
- package/js/common/marketing/large/dark/components/container.js +5 -26
- package/js/common/marketing/large/dark/components/form.js +4 -4
- package/js/common/marketing/large/dark/components/link.js +6 -6
- package/js/common/marketing/large/dark/components/nav.js +5 -5
- package/js/common/marketing/large/dark/components/popover.js +2 -2
- package/js/common/marketing/large/dark/components/progress.d.ts +1 -0
- package/js/common/marketing/large/dark/components/progress.js +15 -0
- package/js/common/marketing/large/dark/components/status.js +24 -24
- package/js/common/marketing/large/dark/components/tab.js +1 -1
- package/js/common/marketing/large/dark/components/table.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +0 -15
- package/js/common/marketing/large/dark/mode.js +206 -316
- package/js/common/marketing/large/light/components/button.d.ts +2 -0
- package/js/common/marketing/large/light/components/button.js +67 -34
- package/js/common/marketing/large/light/components/container.js +5 -26
- package/js/common/marketing/large/light/components/form.js +4 -4
- package/js/common/marketing/large/light/components/link.js +6 -6
- package/js/common/marketing/large/light/components/nav.js +5 -5
- package/js/common/marketing/large/light/components/popover.js +2 -2
- package/js/common/marketing/large/light/components/progress.d.ts +1 -0
- package/js/common/marketing/large/light/components/progress.js +15 -0
- package/js/common/marketing/large/light/components/status.js +23 -23
- package/js/common/marketing/large/light/components/tab.js +1 -1
- package/js/common/marketing/large/light/components/table.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +0 -15
- package/js/common/marketing/large/light/mode.js +202 -311
- package/js/common/marketing/small/dark/components/button.d.ts +2 -0
- package/js/common/marketing/small/dark/components/button.js +67 -34
- package/js/common/marketing/small/dark/components/container.js +5 -26
- package/js/common/marketing/small/dark/components/form.js +4 -4
- package/js/common/marketing/small/dark/components/link.js +6 -6
- package/js/common/marketing/small/dark/components/nav.js +5 -5
- package/js/common/marketing/small/dark/components/popover.js +2 -2
- package/js/common/marketing/small/dark/components/progress.d.ts +1 -0
- package/js/common/marketing/small/dark/components/progress.js +15 -0
- package/js/common/marketing/small/dark/components/status.js +24 -24
- package/js/common/marketing/small/dark/components/tab.js +1 -1
- package/js/common/marketing/small/dark/components/table.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +0 -15
- package/js/common/marketing/small/dark/mode.js +206 -316
- package/js/common/marketing/small/light/components/button.d.ts +2 -0
- package/js/common/marketing/small/light/components/button.js +67 -34
- package/js/common/marketing/small/light/components/container.js +5 -26
- package/js/common/marketing/small/light/components/form.js +4 -4
- package/js/common/marketing/small/light/components/link.js +6 -6
- package/js/common/marketing/small/light/components/nav.js +5 -5
- package/js/common/marketing/small/light/components/popover.js +2 -2
- package/js/common/marketing/small/light/components/progress.d.ts +1 -0
- package/js/common/marketing/small/light/components/progress.js +15 -0
- package/js/common/marketing/small/light/components/status.js +23 -23
- package/js/common/marketing/small/light/components/tab.js +1 -1
- package/js/common/marketing/small/light/components/table.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +0 -15
- package/js/common/marketing/small/light/mode.js +202 -311
- package/js/common/product/large/dark/components/button.d.ts +2 -0
- package/js/common/product/large/dark/components/button.js +67 -34
- package/js/common/product/large/dark/components/container.js +5 -26
- package/js/common/product/large/dark/components/form.js +4 -4
- package/js/common/product/large/dark/components/link.js +6 -6
- package/js/common/product/large/dark/components/nav.js +5 -5
- package/js/common/product/large/dark/components/popover.js +2 -2
- package/js/common/product/large/dark/components/progress.d.ts +1 -0
- package/js/common/product/large/dark/components/progress.js +15 -0
- package/js/common/product/large/dark/components/status.js +24 -24
- package/js/common/product/large/dark/components/tab.js +1 -1
- package/js/common/product/large/dark/components/table.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +0 -15
- package/js/common/product/large/dark/mode.js +206 -316
- package/js/common/product/large/light/components/button.d.ts +2 -0
- package/js/common/product/large/light/components/button.js +67 -34
- package/js/common/product/large/light/components/container.js +5 -26
- package/js/common/product/large/light/components/form.js +4 -4
- package/js/common/product/large/light/components/link.js +6 -6
- package/js/common/product/large/light/components/nav.js +5 -5
- package/js/common/product/large/light/components/popover.js +2 -2
- package/js/common/product/large/light/components/progress.d.ts +1 -0
- package/js/common/product/large/light/components/progress.js +15 -0
- package/js/common/product/large/light/components/status.js +23 -23
- package/js/common/product/large/light/components/tab.js +1 -1
- package/js/common/product/large/light/components/table.js +2 -2
- package/js/common/product/large/light/mode.d.ts +0 -15
- package/js/common/product/large/light/mode.js +202 -311
- package/js/common/product/small/dark/components/button.d.ts +2 -0
- package/js/common/product/small/dark/components/button.js +67 -34
- package/js/common/product/small/dark/components/container.js +5 -26
- package/js/common/product/small/dark/components/form.js +4 -4
- package/js/common/product/small/dark/components/link.js +6 -6
- package/js/common/product/small/dark/components/nav.js +5 -5
- package/js/common/product/small/dark/components/popover.js +2 -2
- package/js/common/product/small/dark/components/progress.d.ts +1 -0
- package/js/common/product/small/dark/components/progress.js +15 -0
- package/js/common/product/small/dark/components/status.js +24 -24
- package/js/common/product/small/dark/components/tab.js +1 -1
- package/js/common/product/small/dark/components/table.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +0 -15
- package/js/common/product/small/dark/mode.js +206 -316
- package/js/common/product/small/light/components/button.d.ts +2 -0
- package/js/common/product/small/light/components/button.js +67 -34
- package/js/common/product/small/light/components/container.js +5 -26
- package/js/common/product/small/light/components/form.js +4 -4
- package/js/common/product/small/light/components/link.js +6 -6
- package/js/common/product/small/light/components/nav.js +5 -5
- package/js/common/product/small/light/components/popover.js +2 -2
- package/js/common/product/small/light/components/progress.d.ts +1 -0
- package/js/common/product/small/light/components/progress.js +15 -0
- package/js/common/product/small/light/components/status.js +23 -23
- package/js/common/product/small/light/components/tab.js +1 -1
- package/js/common/product/small/light/components/table.js +2 -2
- package/js/common/product/small/light/mode.d.ts +0 -15
- package/js/common/product/small/light/mode.js +202 -311
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/button.js +34 -32
- package/js/es6/frozenproduct/large/dark/components/container.js +3 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +4 -4
- package/js/es6/frozenproduct/large/dark/components/link.js +4 -4
- package/js/es6/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/es6/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/es6/frozenproduct/large/dark/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/progress.js +1 -0
- package/js/es6/frozenproduct/large/dark/components/status.js +24 -24
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/table.js +2 -2
- package/js/es6/frozenproduct/large/dark/mode.d.ts +0 -7
- package/js/es6/frozenproduct/large/dark/mode.js +62 -69
- package/js/es6/frozenproduct/large/light/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/button.js +34 -32
- package/js/es6/frozenproduct/large/light/components/container.js +3 -3
- package/js/es6/frozenproduct/large/light/components/form.js +4 -4
- package/js/es6/frozenproduct/large/light/components/link.js +4 -4
- package/js/es6/frozenproduct/large/light/components/nav.js +5 -5
- package/js/es6/frozenproduct/large/light/components/popover.js +2 -2
- package/js/es6/frozenproduct/large/light/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/progress.js +1 -0
- package/js/es6/frozenproduct/large/light/components/status.js +23 -23
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/table.js +2 -2
- package/js/es6/frozenproduct/large/light/mode.d.ts +0 -7
- package/js/es6/frozenproduct/large/light/mode.js +58 -65
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/button.js +34 -32
- package/js/es6/frozenproduct/small/dark/components/container.js +3 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +4 -4
- package/js/es6/frozenproduct/small/dark/components/link.js +4 -4
- package/js/es6/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/es6/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/es6/frozenproduct/small/dark/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/progress.js +1 -0
- package/js/es6/frozenproduct/small/dark/components/status.js +24 -24
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/table.js +2 -2
- package/js/es6/frozenproduct/small/dark/mode.d.ts +0 -7
- package/js/es6/frozenproduct/small/dark/mode.js +62 -69
- package/js/es6/frozenproduct/small/light/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/button.js +34 -32
- package/js/es6/frozenproduct/small/light/components/container.js +3 -3
- package/js/es6/frozenproduct/small/light/components/form.js +4 -4
- package/js/es6/frozenproduct/small/light/components/link.js +4 -4
- package/js/es6/frozenproduct/small/light/components/nav.js +5 -5
- package/js/es6/frozenproduct/small/light/components/popover.js +2 -2
- package/js/es6/frozenproduct/small/light/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/progress.js +1 -0
- package/js/es6/frozenproduct/small/light/components/status.js +23 -23
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/table.js +2 -2
- package/js/es6/frozenproduct/small/light/mode.d.ts +0 -7
- package/js/es6/frozenproduct/small/light/mode.js +58 -65
- package/js/es6/marketing/large/dark/components/button.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/button.js +34 -32
- package/js/es6/marketing/large/dark/components/container.js +3 -3
- package/js/es6/marketing/large/dark/components/form.js +4 -4
- package/js/es6/marketing/large/dark/components/link.js +4 -4
- package/js/es6/marketing/large/dark/components/nav.js +5 -5
- package/js/es6/marketing/large/dark/components/popover.js +2 -2
- package/js/es6/marketing/large/dark/components/progress.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/progress.js +1 -0
- package/js/es6/marketing/large/dark/components/status.js +24 -24
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/table.js +2 -2
- package/js/es6/marketing/large/dark/mode.d.ts +0 -7
- package/js/es6/marketing/large/dark/mode.js +62 -69
- package/js/es6/marketing/large/light/components/button.d.ts +2 -0
- package/js/es6/marketing/large/light/components/button.js +34 -32
- package/js/es6/marketing/large/light/components/container.js +3 -3
- package/js/es6/marketing/large/light/components/form.js +4 -4
- package/js/es6/marketing/large/light/components/link.js +4 -4
- package/js/es6/marketing/large/light/components/nav.js +5 -5
- package/js/es6/marketing/large/light/components/popover.js +2 -2
- package/js/es6/marketing/large/light/components/progress.d.ts +1 -0
- package/js/es6/marketing/large/light/components/progress.js +1 -0
- package/js/es6/marketing/large/light/components/status.js +23 -23
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/table.js +2 -2
- package/js/es6/marketing/large/light/mode.d.ts +0 -7
- package/js/es6/marketing/large/light/mode.js +58 -65
- package/js/es6/marketing/small/dark/components/button.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/button.js +34 -32
- package/js/es6/marketing/small/dark/components/container.js +3 -3
- package/js/es6/marketing/small/dark/components/form.js +4 -4
- package/js/es6/marketing/small/dark/components/link.js +4 -4
- package/js/es6/marketing/small/dark/components/nav.js +5 -5
- package/js/es6/marketing/small/dark/components/popover.js +2 -2
- package/js/es6/marketing/small/dark/components/progress.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/progress.js +1 -0
- package/js/es6/marketing/small/dark/components/status.js +24 -24
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/table.js +2 -2
- package/js/es6/marketing/small/dark/mode.d.ts +0 -7
- package/js/es6/marketing/small/dark/mode.js +62 -69
- package/js/es6/marketing/small/light/components/button.d.ts +2 -0
- package/js/es6/marketing/small/light/components/button.js +34 -32
- package/js/es6/marketing/small/light/components/container.js +3 -3
- package/js/es6/marketing/small/light/components/form.js +4 -4
- package/js/es6/marketing/small/light/components/link.js +4 -4
- package/js/es6/marketing/small/light/components/nav.js +5 -5
- package/js/es6/marketing/small/light/components/popover.js +2 -2
- package/js/es6/marketing/small/light/components/progress.d.ts +1 -0
- package/js/es6/marketing/small/light/components/progress.js +1 -0
- package/js/es6/marketing/small/light/components/status.js +23 -23
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/table.js +2 -2
- package/js/es6/marketing/small/light/mode.d.ts +0 -7
- package/js/es6/marketing/small/light/mode.js +58 -65
- package/js/es6/product/large/dark/components/button.d.ts +2 -0
- package/js/es6/product/large/dark/components/button.js +34 -32
- package/js/es6/product/large/dark/components/container.js +3 -3
- package/js/es6/product/large/dark/components/form.js +4 -4
- package/js/es6/product/large/dark/components/link.js +4 -4
- package/js/es6/product/large/dark/components/nav.js +5 -5
- package/js/es6/product/large/dark/components/popover.js +2 -2
- package/js/es6/product/large/dark/components/progress.d.ts +1 -0
- package/js/es6/product/large/dark/components/progress.js +1 -0
- package/js/es6/product/large/dark/components/status.js +24 -24
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/table.js +2 -2
- package/js/es6/product/large/dark/mode.d.ts +0 -7
- package/js/es6/product/large/dark/mode.js +62 -69
- package/js/es6/product/large/light/components/button.d.ts +2 -0
- package/js/es6/product/large/light/components/button.js +34 -32
- package/js/es6/product/large/light/components/container.js +3 -3
- package/js/es6/product/large/light/components/form.js +4 -4
- package/js/es6/product/large/light/components/link.js +4 -4
- package/js/es6/product/large/light/components/nav.js +5 -5
- package/js/es6/product/large/light/components/popover.js +2 -2
- package/js/es6/product/large/light/components/progress.d.ts +1 -0
- package/js/es6/product/large/light/components/progress.js +1 -0
- package/js/es6/product/large/light/components/status.js +23 -23
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/large/light/components/table.js +2 -2
- package/js/es6/product/large/light/mode.d.ts +0 -7
- package/js/es6/product/large/light/mode.js +58 -65
- package/js/es6/product/small/dark/components/button.d.ts +2 -0
- package/js/es6/product/small/dark/components/button.js +34 -32
- package/js/es6/product/small/dark/components/container.js +3 -3
- package/js/es6/product/small/dark/components/form.js +4 -4
- package/js/es6/product/small/dark/components/link.js +4 -4
- package/js/es6/product/small/dark/components/nav.js +5 -5
- package/js/es6/product/small/dark/components/popover.js +2 -2
- package/js/es6/product/small/dark/components/progress.d.ts +1 -0
- package/js/es6/product/small/dark/components/progress.js +1 -0
- package/js/es6/product/small/dark/components/status.js +24 -24
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/table.js +2 -2
- package/js/es6/product/small/dark/mode.d.ts +0 -7
- package/js/es6/product/small/dark/mode.js +62 -69
- package/js/es6/product/small/light/components/button.d.ts +2 -0
- package/js/es6/product/small/light/components/button.js +34 -32
- package/js/es6/product/small/light/components/container.js +3 -3
- package/js/es6/product/small/light/components/form.js +4 -4
- package/js/es6/product/small/light/components/link.js +4 -4
- package/js/es6/product/small/light/components/nav.js +5 -5
- package/js/es6/product/small/light/components/popover.js +2 -2
- package/js/es6/product/small/light/components/progress.d.ts +1 -0
- package/js/es6/product/small/light/components/progress.js +1 -0
- package/js/es6/product/small/light/components/status.js +23 -23
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/es6/product/small/light/components/table.js +2 -2
- package/js/es6/product/small/light/mode.d.ts +0 -7
- package/js/es6/product/small/light/mode.js +58 -65
- package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/large/dark/components/container.js +5 -26
- package/js/umd/frozenproduct/large/dark/components/form.js +4 -4
- package/js/umd/frozenproduct/large/dark/components/link.js +6 -6
- package/js/umd/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/umd/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/umd/frozenproduct/large/dark/components/progress.js +15 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +24 -24
- package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +207 -316
- package/js/umd/frozenproduct/large/light/components/button.js +68 -34
- package/js/umd/frozenproduct/large/light/components/container.js +5 -26
- package/js/umd/frozenproduct/large/light/components/form.js +4 -4
- package/js/umd/frozenproduct/large/light/components/link.js +6 -6
- package/js/umd/frozenproduct/large/light/components/nav.js +5 -5
- package/js/umd/frozenproduct/large/light/components/popover.js +2 -2
- package/js/umd/frozenproduct/large/light/components/progress.js +15 -0
- package/js/umd/frozenproduct/large/light/components/status.js +23 -23
- package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/light/components/table.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +202 -312
- package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/small/dark/components/container.js +5 -26
- package/js/umd/frozenproduct/small/dark/components/form.js +4 -4
- package/js/umd/frozenproduct/small/dark/components/link.js +6 -6
- package/js/umd/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/umd/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/progress.js +15 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +24 -24
- package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +207 -316
- package/js/umd/frozenproduct/small/light/components/button.js +68 -34
- package/js/umd/frozenproduct/small/light/components/container.js +5 -26
- package/js/umd/frozenproduct/small/light/components/form.js +4 -4
- package/js/umd/frozenproduct/small/light/components/link.js +6 -6
- package/js/umd/frozenproduct/small/light/components/nav.js +5 -5
- package/js/umd/frozenproduct/small/light/components/popover.js +2 -2
- package/js/umd/frozenproduct/small/light/components/progress.js +15 -0
- package/js/umd/frozenproduct/small/light/components/status.js +23 -23
- package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/light/components/table.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +202 -312
- package/js/umd/marketing/large/dark/components/button.js +68 -34
- package/js/umd/marketing/large/dark/components/container.js +5 -26
- package/js/umd/marketing/large/dark/components/form.js +4 -4
- package/js/umd/marketing/large/dark/components/link.js +6 -6
- package/js/umd/marketing/large/dark/components/nav.js +5 -5
- package/js/umd/marketing/large/dark/components/popover.js +2 -2
- package/js/umd/marketing/large/dark/components/progress.js +15 -0
- package/js/umd/marketing/large/dark/components/status.js +24 -24
- package/js/umd/marketing/large/dark/components/tab.js +1 -1
- package/js/umd/marketing/large/dark/components/table.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +207 -316
- package/js/umd/marketing/large/light/components/button.js +68 -34
- package/js/umd/marketing/large/light/components/container.js +5 -26
- package/js/umd/marketing/large/light/components/form.js +4 -4
- package/js/umd/marketing/large/light/components/link.js +6 -6
- package/js/umd/marketing/large/light/components/nav.js +5 -5
- package/js/umd/marketing/large/light/components/popover.js +2 -2
- package/js/umd/marketing/large/light/components/progress.js +15 -0
- package/js/umd/marketing/large/light/components/status.js +23 -23
- package/js/umd/marketing/large/light/components/tab.js +1 -1
- package/js/umd/marketing/large/light/components/table.js +2 -2
- package/js/umd/marketing/large/light/mode.js +202 -312
- package/js/umd/marketing/small/dark/components/button.js +68 -34
- package/js/umd/marketing/small/dark/components/container.js +5 -26
- package/js/umd/marketing/small/dark/components/form.js +4 -4
- package/js/umd/marketing/small/dark/components/link.js +6 -6
- package/js/umd/marketing/small/dark/components/nav.js +5 -5
- package/js/umd/marketing/small/dark/components/popover.js +2 -2
- package/js/umd/marketing/small/dark/components/progress.js +15 -0
- package/js/umd/marketing/small/dark/components/status.js +24 -24
- package/js/umd/marketing/small/dark/components/tab.js +1 -1
- package/js/umd/marketing/small/dark/components/table.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +207 -316
- package/js/umd/marketing/small/light/components/button.js +68 -34
- package/js/umd/marketing/small/light/components/container.js +5 -26
- package/js/umd/marketing/small/light/components/form.js +4 -4
- package/js/umd/marketing/small/light/components/link.js +6 -6
- package/js/umd/marketing/small/light/components/nav.js +5 -5
- package/js/umd/marketing/small/light/components/popover.js +2 -2
- package/js/umd/marketing/small/light/components/progress.js +15 -0
- package/js/umd/marketing/small/light/components/status.js +23 -23
- package/js/umd/marketing/small/light/components/tab.js +1 -1
- package/js/umd/marketing/small/light/components/table.js +2 -2
- package/js/umd/marketing/small/light/mode.js +202 -312
- package/js/umd/product/large/dark/components/button.js +68 -34
- package/js/umd/product/large/dark/components/container.js +5 -26
- package/js/umd/product/large/dark/components/form.js +4 -4
- package/js/umd/product/large/dark/components/link.js +6 -6
- package/js/umd/product/large/dark/components/nav.js +5 -5
- package/js/umd/product/large/dark/components/popover.js +2 -2
- package/js/umd/product/large/dark/components/progress.js +15 -0
- package/js/umd/product/large/dark/components/status.js +24 -24
- package/js/umd/product/large/dark/components/tab.js +1 -1
- package/js/umd/product/large/dark/components/table.js +2 -2
- package/js/umd/product/large/dark/mode.js +207 -316
- package/js/umd/product/large/light/components/button.js +68 -34
- package/js/umd/product/large/light/components/container.js +5 -26
- package/js/umd/product/large/light/components/form.js +4 -4
- package/js/umd/product/large/light/components/link.js +6 -6
- package/js/umd/product/large/light/components/nav.js +5 -5
- package/js/umd/product/large/light/components/popover.js +2 -2
- package/js/umd/product/large/light/components/progress.js +15 -0
- package/js/umd/product/large/light/components/status.js +23 -23
- package/js/umd/product/large/light/components/tab.js +1 -1
- package/js/umd/product/large/light/components/table.js +2 -2
- package/js/umd/product/large/light/mode.js +202 -312
- package/js/umd/product/small/dark/components/button.js +68 -34
- package/js/umd/product/small/dark/components/container.js +5 -26
- package/js/umd/product/small/dark/components/form.js +4 -4
- package/js/umd/product/small/dark/components/link.js +6 -6
- package/js/umd/product/small/dark/components/nav.js +5 -5
- package/js/umd/product/small/dark/components/popover.js +2 -2
- package/js/umd/product/small/dark/components/progress.js +15 -0
- package/js/umd/product/small/dark/components/status.js +24 -24
- package/js/umd/product/small/dark/components/tab.js +1 -1
- package/js/umd/product/small/dark/components/table.js +2 -2
- package/js/umd/product/small/dark/mode.js +207 -316
- package/js/umd/product/small/light/components/button.js +68 -34
- package/js/umd/product/small/light/components/container.js +5 -26
- package/js/umd/product/small/light/components/form.js +4 -4
- package/js/umd/product/small/light/components/link.js +6 -6
- package/js/umd/product/small/light/components/nav.js +5 -5
- package/js/umd/product/small/light/components/popover.js +2 -2
- package/js/umd/product/small/light/components/progress.js +15 -0
- package/js/umd/product/small/light/components/status.js +23 -23
- package/js/umd/product/small/light/components/tab.js +1 -1
- package/js/umd/product/small/light/components/table.js +2 -2
- package/js/umd/product/small/light/mode.js +202 -312
- package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/large/dark/components/container.json +3 -3
- package/json/flat/frozenproduct/large/dark/components/form.json +4 -4
- package/json/flat/frozenproduct/large/dark/components/link.json +4 -4
- package/json/flat/frozenproduct/large/dark/components/nav.json +5 -5
- package/json/flat/frozenproduct/large/dark/components/popover.json +2 -2
- package/json/flat/frozenproduct/large/dark/components/progress.json +1 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +24 -24
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/table.json +2 -2
- package/json/flat/frozenproduct/large/dark/mode.json +63 -70
- package/json/flat/frozenproduct/large/light/components/button.json +34 -32
- package/json/flat/frozenproduct/large/light/components/container.json +3 -3
- package/json/flat/frozenproduct/large/light/components/form.json +4 -4
- package/json/flat/frozenproduct/large/light/components/link.json +4 -4
- package/json/flat/frozenproduct/large/light/components/nav.json +5 -5
- package/json/flat/frozenproduct/large/light/components/popover.json +2 -2
- package/json/flat/frozenproduct/large/light/components/progress.json +1 -0
- package/json/flat/frozenproduct/large/light/components/status.json +23 -23
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/table.json +2 -2
- package/json/flat/frozenproduct/large/light/mode.json +59 -66
- package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/small/dark/components/container.json +3 -3
- package/json/flat/frozenproduct/small/dark/components/form.json +4 -4
- package/json/flat/frozenproduct/small/dark/components/link.json +4 -4
- package/json/flat/frozenproduct/small/dark/components/nav.json +5 -5
- package/json/flat/frozenproduct/small/dark/components/popover.json +2 -2
- package/json/flat/frozenproduct/small/dark/components/progress.json +1 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +24 -24
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +2 -2
- package/json/flat/frozenproduct/small/dark/mode.json +63 -70
- package/json/flat/frozenproduct/small/light/components/button.json +34 -32
- package/json/flat/frozenproduct/small/light/components/container.json +3 -3
- package/json/flat/frozenproduct/small/light/components/form.json +4 -4
- package/json/flat/frozenproduct/small/light/components/link.json +4 -4
- package/json/flat/frozenproduct/small/light/components/nav.json +5 -5
- package/json/flat/frozenproduct/small/light/components/popover.json +2 -2
- package/json/flat/frozenproduct/small/light/components/progress.json +1 -0
- package/json/flat/frozenproduct/small/light/components/status.json +23 -23
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/table.json +2 -2
- package/json/flat/frozenproduct/small/light/mode.json +59 -66
- package/json/flat/marketing/large/dark/components/button.json +34 -32
- package/json/flat/marketing/large/dark/components/container.json +3 -3
- package/json/flat/marketing/large/dark/components/form.json +4 -4
- package/json/flat/marketing/large/dark/components/link.json +4 -4
- package/json/flat/marketing/large/dark/components/nav.json +5 -5
- package/json/flat/marketing/large/dark/components/popover.json +2 -2
- package/json/flat/marketing/large/dark/components/progress.json +1 -0
- package/json/flat/marketing/large/dark/components/status.json +24 -24
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/table.json +2 -2
- package/json/flat/marketing/large/dark/mode.json +63 -70
- package/json/flat/marketing/large/light/components/button.json +34 -32
- package/json/flat/marketing/large/light/components/container.json +3 -3
- package/json/flat/marketing/large/light/components/form.json +4 -4
- package/json/flat/marketing/large/light/components/link.json +4 -4
- package/json/flat/marketing/large/light/components/nav.json +5 -5
- package/json/flat/marketing/large/light/components/popover.json +2 -2
- package/json/flat/marketing/large/light/components/progress.json +1 -0
- package/json/flat/marketing/large/light/components/status.json +23 -23
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/table.json +2 -2
- package/json/flat/marketing/large/light/mode.json +59 -66
- package/json/flat/marketing/small/dark/components/button.json +34 -32
- package/json/flat/marketing/small/dark/components/container.json +3 -3
- package/json/flat/marketing/small/dark/components/form.json +4 -4
- package/json/flat/marketing/small/dark/components/link.json +4 -4
- package/json/flat/marketing/small/dark/components/nav.json +5 -5
- package/json/flat/marketing/small/dark/components/popover.json +2 -2
- package/json/flat/marketing/small/dark/components/progress.json +1 -0
- package/json/flat/marketing/small/dark/components/status.json +24 -24
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/table.json +2 -2
- package/json/flat/marketing/small/dark/mode.json +63 -70
- package/json/flat/marketing/small/light/components/button.json +34 -32
- package/json/flat/marketing/small/light/components/container.json +3 -3
- package/json/flat/marketing/small/light/components/form.json +4 -4
- package/json/flat/marketing/small/light/components/link.json +4 -4
- package/json/flat/marketing/small/light/components/nav.json +5 -5
- package/json/flat/marketing/small/light/components/popover.json +2 -2
- package/json/flat/marketing/small/light/components/progress.json +1 -0
- package/json/flat/marketing/small/light/components/status.json +23 -23
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/table.json +2 -2
- package/json/flat/marketing/small/light/mode.json +59 -66
- package/json/flat/product/large/dark/components/button.json +34 -32
- package/json/flat/product/large/dark/components/container.json +3 -3
- package/json/flat/product/large/dark/components/form.json +4 -4
- package/json/flat/product/large/dark/components/link.json +4 -4
- package/json/flat/product/large/dark/components/nav.json +5 -5
- package/json/flat/product/large/dark/components/popover.json +2 -2
- package/json/flat/product/large/dark/components/progress.json +1 -0
- package/json/flat/product/large/dark/components/status.json +24 -24
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/table.json +2 -2
- package/json/flat/product/large/dark/mode.json +63 -70
- package/json/flat/product/large/light/components/button.json +34 -32
- package/json/flat/product/large/light/components/container.json +3 -3
- package/json/flat/product/large/light/components/form.json +4 -4
- package/json/flat/product/large/light/components/link.json +4 -4
- package/json/flat/product/large/light/components/nav.json +5 -5
- package/json/flat/product/large/light/components/popover.json +2 -2
- package/json/flat/product/large/light/components/progress.json +1 -0
- package/json/flat/product/large/light/components/status.json +23 -23
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/large/light/components/table.json +2 -2
- package/json/flat/product/large/light/mode.json +59 -66
- package/json/flat/product/small/dark/components/button.json +34 -32
- package/json/flat/product/small/dark/components/container.json +3 -3
- package/json/flat/product/small/dark/components/form.json +4 -4
- package/json/flat/product/small/dark/components/link.json +4 -4
- package/json/flat/product/small/dark/components/nav.json +5 -5
- package/json/flat/product/small/dark/components/popover.json +2 -2
- package/json/flat/product/small/dark/components/progress.json +1 -0
- package/json/flat/product/small/dark/components/status.json +24 -24
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/table.json +2 -2
- package/json/flat/product/small/dark/mode.json +63 -70
- package/json/flat/product/small/light/components/button.json +34 -32
- package/json/flat/product/small/light/components/container.json +3 -3
- package/json/flat/product/small/light/components/form.json +4 -4
- package/json/flat/product/small/light/components/link.json +4 -4
- package/json/flat/product/small/light/components/nav.json +5 -5
- package/json/flat/product/small/light/components/popover.json +2 -2
- package/json/flat/product/small/light/components/progress.json +1 -0
- package/json/flat/product/small/light/components/status.json +23 -23
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/flat/product/small/light/components/table.json +2 -2
- package/json/flat/product/small/light/mode.json +59 -66
- package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/large/dark/components/container.json +3 -3
- package/json/nested/frozenproduct/large/dark/components/form.json +4 -4
- package/json/nested/frozenproduct/large/dark/components/link.json +4 -4
- package/json/nested/frozenproduct/large/dark/components/nav.json +5 -5
- package/json/nested/frozenproduct/large/dark/components/popover.json +2 -2
- package/json/nested/frozenproduct/large/dark/components/progress.json +1 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +24 -24
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +2 -2
- package/json/nested/frozenproduct/large/dark/mode.json +62 -77
- package/json/nested/frozenproduct/large/light/components/button.json +34 -32
- package/json/nested/frozenproduct/large/light/components/container.json +3 -3
- package/json/nested/frozenproduct/large/light/components/form.json +4 -4
- package/json/nested/frozenproduct/large/light/components/link.json +4 -4
- package/json/nested/frozenproduct/large/light/components/nav.json +5 -5
- package/json/nested/frozenproduct/large/light/components/popover.json +2 -2
- package/json/nested/frozenproduct/large/light/components/progress.json +1 -0
- package/json/nested/frozenproduct/large/light/components/status.json +23 -23
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/table.json +2 -2
- package/json/nested/frozenproduct/large/light/mode.json +58 -73
- package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/small/dark/components/container.json +3 -3
- package/json/nested/frozenproduct/small/dark/components/form.json +4 -4
- package/json/nested/frozenproduct/small/dark/components/link.json +4 -4
- package/json/nested/frozenproduct/small/dark/components/nav.json +5 -5
- package/json/nested/frozenproduct/small/dark/components/popover.json +2 -2
- package/json/nested/frozenproduct/small/dark/components/progress.json +1 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +24 -24
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +2 -2
- package/json/nested/frozenproduct/small/dark/mode.json +62 -77
- package/json/nested/frozenproduct/small/light/components/button.json +34 -32
- package/json/nested/frozenproduct/small/light/components/container.json +3 -3
- package/json/nested/frozenproduct/small/light/components/form.json +4 -4
- package/json/nested/frozenproduct/small/light/components/link.json +4 -4
- package/json/nested/frozenproduct/small/light/components/nav.json +5 -5
- package/json/nested/frozenproduct/small/light/components/popover.json +2 -2
- package/json/nested/frozenproduct/small/light/components/progress.json +1 -0
- package/json/nested/frozenproduct/small/light/components/status.json +23 -23
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/table.json +2 -2
- package/json/nested/frozenproduct/small/light/mode.json +58 -73
- package/json/nested/marketing/large/dark/components/button.json +34 -32
- package/json/nested/marketing/large/dark/components/container.json +3 -3
- package/json/nested/marketing/large/dark/components/form.json +4 -4
- package/json/nested/marketing/large/dark/components/link.json +4 -4
- package/json/nested/marketing/large/dark/components/nav.json +5 -5
- package/json/nested/marketing/large/dark/components/popover.json +2 -2
- package/json/nested/marketing/large/dark/components/progress.json +1 -0
- package/json/nested/marketing/large/dark/components/status.json +24 -24
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/table.json +2 -2
- package/json/nested/marketing/large/dark/mode.json +62 -77
- package/json/nested/marketing/large/light/components/button.json +34 -32
- package/json/nested/marketing/large/light/components/container.json +3 -3
- package/json/nested/marketing/large/light/components/form.json +4 -4
- package/json/nested/marketing/large/light/components/link.json +4 -4
- package/json/nested/marketing/large/light/components/nav.json +5 -5
- package/json/nested/marketing/large/light/components/popover.json +2 -2
- package/json/nested/marketing/large/light/components/progress.json +1 -0
- package/json/nested/marketing/large/light/components/status.json +23 -23
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/table.json +2 -2
- package/json/nested/marketing/large/light/mode.json +58 -73
- package/json/nested/marketing/small/dark/components/button.json +34 -32
- package/json/nested/marketing/small/dark/components/container.json +3 -3
- package/json/nested/marketing/small/dark/components/form.json +4 -4
- package/json/nested/marketing/small/dark/components/link.json +4 -4
- package/json/nested/marketing/small/dark/components/nav.json +5 -5
- package/json/nested/marketing/small/dark/components/popover.json +2 -2
- package/json/nested/marketing/small/dark/components/progress.json +1 -0
- package/json/nested/marketing/small/dark/components/status.json +24 -24
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/table.json +2 -2
- package/json/nested/marketing/small/dark/mode.json +62 -77
- package/json/nested/marketing/small/light/components/button.json +34 -32
- package/json/nested/marketing/small/light/components/container.json +3 -3
- package/json/nested/marketing/small/light/components/form.json +4 -4
- package/json/nested/marketing/small/light/components/link.json +4 -4
- package/json/nested/marketing/small/light/components/nav.json +5 -5
- package/json/nested/marketing/small/light/components/popover.json +2 -2
- package/json/nested/marketing/small/light/components/progress.json +1 -0
- package/json/nested/marketing/small/light/components/status.json +23 -23
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/table.json +2 -2
- package/json/nested/marketing/small/light/mode.json +58 -73
- package/json/nested/product/large/dark/components/button.json +34 -32
- package/json/nested/product/large/dark/components/container.json +3 -3
- package/json/nested/product/large/dark/components/form.json +4 -4
- package/json/nested/product/large/dark/components/link.json +4 -4
- package/json/nested/product/large/dark/components/nav.json +5 -5
- package/json/nested/product/large/dark/components/popover.json +2 -2
- package/json/nested/product/large/dark/components/progress.json +1 -0
- package/json/nested/product/large/dark/components/status.json +24 -24
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/table.json +2 -2
- package/json/nested/product/large/dark/mode.json +62 -77
- package/json/nested/product/large/light/components/button.json +34 -32
- package/json/nested/product/large/light/components/container.json +3 -3
- package/json/nested/product/large/light/components/form.json +4 -4
- package/json/nested/product/large/light/components/link.json +4 -4
- package/json/nested/product/large/light/components/nav.json +5 -5
- package/json/nested/product/large/light/components/popover.json +2 -2
- package/json/nested/product/large/light/components/progress.json +1 -0
- package/json/nested/product/large/light/components/status.json +23 -23
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/large/light/components/table.json +2 -2
- package/json/nested/product/large/light/mode.json +58 -73
- package/json/nested/product/small/dark/components/button.json +34 -32
- package/json/nested/product/small/dark/components/container.json +3 -3
- package/json/nested/product/small/dark/components/form.json +4 -4
- package/json/nested/product/small/dark/components/link.json +4 -4
- package/json/nested/product/small/dark/components/nav.json +5 -5
- package/json/nested/product/small/dark/components/popover.json +2 -2
- package/json/nested/product/small/dark/components/progress.json +1 -0
- package/json/nested/product/small/dark/components/status.json +24 -24
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/table.json +2 -2
- package/json/nested/product/small/dark/mode.json +62 -77
- package/json/nested/product/small/light/components/button.json +34 -32
- package/json/nested/product/small/light/components/container.json +3 -3
- package/json/nested/product/small/light/components/form.json +4 -4
- package/json/nested/product/small/light/components/link.json +4 -4
- package/json/nested/product/small/light/components/nav.json +5 -5
- package/json/nested/product/small/light/components/popover.json +2 -2
- package/json/nested/product/small/light/components/progress.json +1 -0
- package/json/nested/product/small/light/components/status.json +23 -23
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/json/nested/product/small/light/components/table.json +2 -2
- package/json/nested/product/small/light/mode.json +58 -73
- package/package.json +1 -1
- package/sage-design-tokens-14.0.1.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +6 -4
- package/scss/frozenproduct/large/components/container.scss +2 -2
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +1 -0
- package/scss/frozenproduct/large/dark.scss +64 -71
- package/scss/frozenproduct/large/light.scss +60 -67
- package/scss/frozenproduct/small/components/button.scss +8 -6
- package/scss/frozenproduct/small/components/container.scss +2 -2
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +1 -0
- package/scss/frozenproduct/small/dark.scss +64 -71
- package/scss/frozenproduct/small/light.scss +60 -67
- package/scss/marketing/large/components/button.scss +6 -4
- package/scss/marketing/large/components/container.scss +2 -2
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/progress.scss +1 -0
- package/scss/marketing/large/dark.scss +64 -71
- package/scss/marketing/large/light.scss +60 -67
- package/scss/marketing/small/components/button.scss +19 -17
- package/scss/marketing/small/components/container.scss +11 -11
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +4 -4
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +7 -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 +64 -71
- package/scss/marketing/small/light.scss +60 -67
- package/scss/product/large/components/button.scss +17 -15
- package/scss/product/large/components/container.scss +11 -11
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +4 -4
- package/scss/product/large/components/nav.scss +5 -5
- 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 +7 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/dark.scss +64 -71
- package/scss/product/large/light.scss +60 -67
- package/scss/product/small/components/button.scss +6 -4
- package/scss/product/small/components/container.scss +2 -2
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/progress.scss +1 -0
- package/scss/product/small/dark.scss +64 -71
- package/scss/product/small/light.scss +60 -67
- package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -1323,7 +1323,7 @@ module.exports = {
|
|
1323
1323
|
"studio.tokens": {
|
1324
1324
|
modify: {
|
1325
1325
|
type: "mix",
|
1326
|
-
value: "0.
|
1326
|
+
value: "0.30",
|
1327
1327
|
space: "lch",
|
1328
1328
|
color: "#000000",
|
1329
1329
|
format: "hex",
|
@@ -1331,7 +1331,7 @@ module.exports = {
|
|
1331
1331
|
},
|
1332
1332
|
},
|
1333
1333
|
$type: "color",
|
1334
|
-
$value: "#
|
1334
|
+
$value: "#8c2c35",
|
1335
1335
|
$description: "used on pill hover states",
|
1336
1336
|
filePath: "data/tokens/modes/light.json",
|
1337
1337
|
isSource: true,
|
@@ -1340,7 +1340,7 @@ module.exports = {
|
|
1340
1340
|
"studio.tokens": {
|
1341
1341
|
modify: {
|
1342
1342
|
type: "mix",
|
1343
|
-
value: "{
|
1343
|
+
value: "{primitives.color.modifiers.button.active}",
|
1344
1344
|
space: "lch",
|
1345
1345
|
color: "{modes.color.modifier.contrastMore}",
|
1346
1346
|
},
|
@@ -1408,7 +1408,7 @@ module.exports = {
|
|
1408
1408
|
"studio.tokens": {
|
1409
1409
|
modify: {
|
1410
1410
|
type: "mix",
|
1411
|
-
value: "0.
|
1411
|
+
value: "0.15",
|
1412
1412
|
space: "lch",
|
1413
1413
|
color: "#000000",
|
1414
1414
|
format: "hex",
|
@@ -1416,7 +1416,7 @@ module.exports = {
|
|
1416
1416
|
},
|
1417
1417
|
},
|
1418
1418
|
$type: "color",
|
1419
|
-
$value: "#
|
1419
|
+
$value: "#ac3240",
|
1420
1420
|
$description: "used on solid-pill and primary-button hover states",
|
1421
1421
|
filePath: "data/tokens/modes/light.json",
|
1422
1422
|
isSource: true,
|
@@ -1425,7 +1425,7 @@ module.exports = {
|
|
1425
1425
|
"studio.tokens": {
|
1426
1426
|
modify: {
|
1427
1427
|
type: "mix",
|
1428
|
-
value: "{
|
1428
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1429
1429
|
space: "lch",
|
1430
1430
|
color: "{modes.color.modifier.contrastMore}",
|
1431
1431
|
},
|
@@ -1445,14 +1445,14 @@ module.exports = {
|
|
1445
1445
|
"studio.tokens": {
|
1446
1446
|
modify: {
|
1447
1447
|
type: "alpha",
|
1448
|
-
value: "0.
|
1448
|
+
value: "0.10",
|
1449
1449
|
space: "lch",
|
1450
1450
|
format: "hex",
|
1451
1451
|
},
|
1452
1452
|
},
|
1453
1453
|
},
|
1454
1454
|
$type: "color",
|
1455
|
-
$value: "#
|
1455
|
+
$value: "#cd384b1a",
|
1456
1456
|
$description: "used on secondary-button hover states",
|
1457
1457
|
filePath: "data/tokens/modes/light.json",
|
1458
1458
|
isSource: true,
|
@@ -1461,7 +1461,7 @@ module.exports = {
|
|
1461
1461
|
"studio.tokens": {
|
1462
1462
|
modify: {
|
1463
1463
|
type: "alpha",
|
1464
|
-
value: "{
|
1464
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1465
1465
|
space: "lch",
|
1466
1466
|
},
|
1467
1467
|
},
|
@@ -1479,7 +1479,7 @@ module.exports = {
|
|
1479
1479
|
"studio.tokens": {
|
1480
1480
|
modify: {
|
1481
1481
|
type: "mix",
|
1482
|
-
value: "0.
|
1482
|
+
value: "0.10",
|
1483
1483
|
space: "lch",
|
1484
1484
|
color: "#000000",
|
1485
1485
|
format: "hex",
|
@@ -1487,7 +1487,7 @@ module.exports = {
|
|
1487
1487
|
},
|
1488
1488
|
},
|
1489
1489
|
$type: "color",
|
1490
|
-
$value: "#
|
1490
|
+
$value: "#9f303c",
|
1491
1491
|
$description: "used on link hover state",
|
1492
1492
|
filePath: "data/tokens/modes/light.json",
|
1493
1493
|
isSource: true,
|
@@ -1496,7 +1496,7 @@ module.exports = {
|
|
1496
1496
|
"studio.tokens": {
|
1497
1497
|
modify: {
|
1498
1498
|
type: "mix",
|
1499
|
-
value: "{
|
1499
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1500
1500
|
space: "lch",
|
1501
1501
|
color: "{modes.color.modifier.contrastMore}",
|
1502
1502
|
},
|
@@ -1542,7 +1542,7 @@ module.exports = {
|
|
1542
1542
|
"studio.tokens": {
|
1543
1543
|
modify: {
|
1544
1544
|
type: "mix",
|
1545
|
-
value: "0.
|
1545
|
+
value: "0.30",
|
1546
1546
|
space: "lch",
|
1547
1547
|
color: "#FFFFFF ",
|
1548
1548
|
format: "hex",
|
@@ -1550,7 +1550,7 @@ module.exports = {
|
|
1550
1550
|
},
|
1551
1551
|
},
|
1552
1552
|
$type: "color",
|
1553
|
-
$value: "#
|
1553
|
+
$value: "#f28083",
|
1554
1554
|
$description: "used on pill hover states",
|
1555
1555
|
filePath: "data/tokens/modes/light.json",
|
1556
1556
|
isSource: true,
|
@@ -1559,7 +1559,7 @@ module.exports = {
|
|
1559
1559
|
"studio.tokens": {
|
1560
1560
|
modify: {
|
1561
1561
|
type: "mix",
|
1562
|
-
value: "{
|
1562
|
+
value: "{primitives.color.modifiers.button.active}",
|
1563
1563
|
space: "lch",
|
1564
1564
|
color: "{modes.color.modifier.contrastLess} ",
|
1565
1565
|
},
|
@@ -1648,7 +1648,7 @@ module.exports = {
|
|
1648
1648
|
"studio.tokens": {
|
1649
1649
|
modify: {
|
1650
1650
|
type: "mix",
|
1651
|
-
value: "0.
|
1651
|
+
value: "0.15",
|
1652
1652
|
space: "lch",
|
1653
1653
|
color: "#FFFFFF ",
|
1654
1654
|
format: "hex",
|
@@ -1656,7 +1656,7 @@ module.exports = {
|
|
1656
1656
|
},
|
1657
1657
|
},
|
1658
1658
|
$type: "color",
|
1659
|
-
$value: "#
|
1659
|
+
$value: "#ea626a",
|
1660
1660
|
$description:
|
1661
1661
|
"used on solid-pill and primary-button hover states",
|
1662
1662
|
filePath: "data/tokens/modes/light.json",
|
@@ -1666,7 +1666,7 @@ module.exports = {
|
|
1666
1666
|
"studio.tokens": {
|
1667
1667
|
modify: {
|
1668
1668
|
type: "mix",
|
1669
|
-
value: "{
|
1669
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1670
1670
|
space: "lch",
|
1671
1671
|
color: "{modes.color.modifier.contrastLess} ",
|
1672
1672
|
},
|
@@ -1693,14 +1693,14 @@ module.exports = {
|
|
1693
1693
|
"studio.tokens": {
|
1694
1694
|
modify: {
|
1695
1695
|
type: "alpha",
|
1696
|
-
value: "0.
|
1696
|
+
value: "0.10",
|
1697
1697
|
space: "lch",
|
1698
1698
|
format: "hex",
|
1699
1699
|
},
|
1700
1700
|
},
|
1701
1701
|
},
|
1702
1702
|
$type: "color",
|
1703
|
-
$value: "#
|
1703
|
+
$value: "#e13e531a",
|
1704
1704
|
$description: "used on secondary-button hover states",
|
1705
1705
|
filePath: "data/tokens/modes/light.json",
|
1706
1706
|
isSource: true,
|
@@ -1709,7 +1709,7 @@ module.exports = {
|
|
1709
1709
|
"studio.tokens": {
|
1710
1710
|
modify: {
|
1711
1711
|
type: "alpha",
|
1712
|
-
value: "{
|
1712
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1713
1713
|
space: "lch",
|
1714
1714
|
},
|
1715
1715
|
},
|
@@ -1734,7 +1734,7 @@ module.exports = {
|
|
1734
1734
|
"studio.tokens": {
|
1735
1735
|
modify: {
|
1736
1736
|
type: "mix",
|
1737
|
-
value: "0.
|
1737
|
+
value: "0.10",
|
1738
1738
|
space: "lch",
|
1739
1739
|
color: "#FFFFFF ",
|
1740
1740
|
format: "hex",
|
@@ -1742,7 +1742,7 @@ module.exports = {
|
|
1742
1742
|
},
|
1743
1743
|
},
|
1744
1744
|
$type: "color",
|
1745
|
-
$value: "#
|
1745
|
+
$value: "#ed6e74",
|
1746
1746
|
$description: "used on link hover state",
|
1747
1747
|
filePath: "data/tokens/modes/light.json",
|
1748
1748
|
isSource: true,
|
@@ -1751,7 +1751,7 @@ module.exports = {
|
|
1751
1751
|
"studio.tokens": {
|
1752
1752
|
modify: {
|
1753
1753
|
type: "mix",
|
1754
|
-
value: "{
|
1754
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1755
1755
|
space: "lch",
|
1756
1756
|
color: "{modes.color.modifier.contrastLess} ",
|
1757
1757
|
},
|
@@ -1884,7 +1884,7 @@ module.exports = {
|
|
1884
1884
|
"studio.tokens": {
|
1885
1885
|
modify: {
|
1886
1886
|
type: "mix",
|
1887
|
-
value: "0.
|
1887
|
+
value: "0.10",
|
1888
1888
|
space: "lch",
|
1889
1889
|
color: "#000000",
|
1890
1890
|
format: "hex",
|
@@ -1892,7 +1892,7 @@ module.exports = {
|
|
1892
1892
|
},
|
1893
1893
|
},
|
1894
1894
|
$type: "color",
|
1895
|
-
$value: "#
|
1895
|
+
$value: "#e2e2e2",
|
1896
1896
|
$description: "bg hover for draggable area on file input",
|
1897
1897
|
filePath: "data/tokens/modes/light.json",
|
1898
1898
|
isSource: true,
|
@@ -1901,7 +1901,7 @@ module.exports = {
|
|
1901
1901
|
"studio.tokens": {
|
1902
1902
|
modify: {
|
1903
1903
|
type: "mix",
|
1904
|
-
value: "{
|
1904
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1905
1905
|
space: "lch",
|
1906
1906
|
color: "{modes.color.modifier.contrastMore}",
|
1907
1907
|
},
|
@@ -2488,14 +2488,14 @@ module.exports = {
|
|
2488
2488
|
"studio.tokens": {
|
2489
2489
|
modify: {
|
2490
2490
|
type: "alpha",
|
2491
|
-
value: "0.
|
2491
|
+
value: "0.15",
|
2492
2492
|
space: "lch",
|
2493
2493
|
format: "hex",
|
2494
2494
|
},
|
2495
2495
|
},
|
2496
2496
|
},
|
2497
2497
|
$type: "color",
|
2498
|
-
$value: "#
|
2498
|
+
$value: "#00000026",
|
2499
2499
|
filePath: "data/tokens/modes/light.json",
|
2500
2500
|
isSource: true,
|
2501
2501
|
original: {
|
@@ -2503,7 +2503,7 @@ module.exports = {
|
|
2503
2503
|
"studio.tokens": {
|
2504
2504
|
modify: {
|
2505
2505
|
type: "alpha",
|
2506
|
-
value: "{
|
2506
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2507
2507
|
space: "lch",
|
2508
2508
|
},
|
2509
2509
|
},
|
@@ -2626,14 +2626,14 @@ module.exports = {
|
|
2626
2626
|
"studio.tokens": {
|
2627
2627
|
modify: {
|
2628
2628
|
type: "alpha",
|
2629
|
-
value: "0.
|
2629
|
+
value: "0.10",
|
2630
2630
|
space: "lch",
|
2631
2631
|
format: "hex",
|
2632
2632
|
},
|
2633
2633
|
},
|
2634
2634
|
},
|
2635
2635
|
$type: "color",
|
2636
|
-
$value: "#
|
2636
|
+
$value: "#0000001a",
|
2637
2637
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
2638
2638
|
filePath: "data/tokens/modes/light.json",
|
2639
2639
|
isSource: true,
|
@@ -2642,7 +2642,7 @@ module.exports = {
|
|
2642
2642
|
"studio.tokens": {
|
2643
2643
|
modify: {
|
2644
2644
|
type: "alpha",
|
2645
|
-
value: "{
|
2645
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
2646
2646
|
space: "lch",
|
2647
2647
|
},
|
2648
2648
|
},
|
@@ -2660,14 +2660,14 @@ module.exports = {
|
|
2660
2660
|
"studio.tokens": {
|
2661
2661
|
modify: {
|
2662
2662
|
type: "alpha",
|
2663
|
-
value: "0.
|
2663
|
+
value: "0.15",
|
2664
2664
|
space: "lch",
|
2665
2665
|
format: "hex",
|
2666
2666
|
},
|
2667
2667
|
},
|
2668
2668
|
},
|
2669
2669
|
$type: "color",
|
2670
|
-
$value: "#
|
2670
|
+
$value: "#00000026",
|
2671
2671
|
$description: "subtle table header hover",
|
2672
2672
|
filePath: "data/tokens/modes/light.json",
|
2673
2673
|
isSource: true,
|
@@ -2676,7 +2676,7 @@ module.exports = {
|
|
2676
2676
|
"studio.tokens": {
|
2677
2677
|
modify: {
|
2678
2678
|
type: "alpha",
|
2679
|
-
value: "{
|
2679
|
+
value: "{primitives.color.modifiers.button.hover}",
|
2680
2680
|
space: "lch",
|
2681
2681
|
},
|
2682
2682
|
},
|
@@ -2804,14 +2804,14 @@ module.exports = {
|
|
2804
2804
|
"studio.tokens": {
|
2805
2805
|
modify: {
|
2806
2806
|
type: "alpha",
|
2807
|
-
value: "0.
|
2807
|
+
value: "0.15",
|
2808
2808
|
space: "lch",
|
2809
2809
|
format: "hex",
|
2810
2810
|
},
|
2811
2811
|
},
|
2812
2812
|
},
|
2813
2813
|
$type: "color",
|
2814
|
-
$value: "#
|
2814
|
+
$value: "#22374326",
|
2815
2815
|
filePath: "data/tokens/modes/light.json",
|
2816
2816
|
isSource: true,
|
2817
2817
|
original: {
|
@@ -2819,7 +2819,7 @@ module.exports = {
|
|
2819
2819
|
"studio.tokens": {
|
2820
2820
|
modify: {
|
2821
2821
|
type: "alpha",
|
2822
|
-
value: "{
|
2822
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2823
2823
|
space: "lch",
|
2824
2824
|
},
|
2825
2825
|
},
|
@@ -2904,14 +2904,14 @@ module.exports = {
|
|
2904
2904
|
"studio.tokens": {
|
2905
2905
|
modify: {
|
2906
2906
|
type: "alpha",
|
2907
|
-
value: "0.
|
2907
|
+
value: "0.10",
|
2908
2908
|
space: "lch",
|
2909
2909
|
format: "hex",
|
2910
2910
|
},
|
2911
2911
|
},
|
2912
2912
|
},
|
2913
2913
|
$type: "color",
|
2914
|
-
$value: "#
|
2914
|
+
$value: "#2237431a",
|
2915
2915
|
filePath: "data/tokens/modes/light.json",
|
2916
2916
|
isSource: true,
|
2917
2917
|
original: {
|
@@ -2919,7 +2919,7 @@ module.exports = {
|
|
2919
2919
|
"studio.tokens": {
|
2920
2920
|
modify: {
|
2921
2921
|
type: "alpha",
|
2922
|
-
value: "{
|
2922
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
2923
2923
|
space: "lch",
|
2924
2924
|
},
|
2925
2925
|
},
|
@@ -3025,14 +3025,14 @@ module.exports = {
|
|
3025
3025
|
"studio.tokens": {
|
3026
3026
|
modify: {
|
3027
3027
|
type: "alpha",
|
3028
|
-
value: "0.
|
3028
|
+
value: "0.15",
|
3029
3029
|
space: "lch",
|
3030
3030
|
format: "hex",
|
3031
3031
|
},
|
3032
3032
|
},
|
3033
3033
|
},
|
3034
3034
|
$type: "color",
|
3035
|
-
$value: "#
|
3035
|
+
$value: "#ffffff26",
|
3036
3036
|
filePath: "data/tokens/modes/light.json",
|
3037
3037
|
isSource: true,
|
3038
3038
|
original: {
|
@@ -3040,7 +3040,7 @@ module.exports = {
|
|
3040
3040
|
"studio.tokens": {
|
3041
3041
|
modify: {
|
3042
3042
|
type: "alpha",
|
3043
|
-
value: "{
|
3043
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
3044
3044
|
space: "lch",
|
3045
3045
|
},
|
3046
3046
|
},
|
@@ -3185,14 +3185,14 @@ module.exports = {
|
|
3185
3185
|
"studio.tokens": {
|
3186
3186
|
modify: {
|
3187
3187
|
type: "alpha",
|
3188
|
-
value: "0.
|
3188
|
+
value: "0.10",
|
3189
3189
|
space: "lch",
|
3190
3190
|
format: "hex",
|
3191
3191
|
},
|
3192
3192
|
},
|
3193
3193
|
},
|
3194
3194
|
$type: "color",
|
3195
|
-
$value: "#
|
3195
|
+
$value: "#ffffff1a",
|
3196
3196
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
3197
3197
|
filePath: "data/tokens/modes/light.json",
|
3198
3198
|
isSource: true,
|
@@ -3201,7 +3201,7 @@ module.exports = {
|
|
3201
3201
|
"studio.tokens": {
|
3202
3202
|
modify: {
|
3203
3203
|
type: "alpha",
|
3204
|
-
value: "{
|
3204
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3205
3205
|
space: "lch",
|
3206
3206
|
},
|
3207
3207
|
},
|
@@ -3227,14 +3227,14 @@ module.exports = {
|
|
3227
3227
|
"studio.tokens": {
|
3228
3228
|
modify: {
|
3229
3229
|
type: "alpha",
|
3230
|
-
value: "0.
|
3230
|
+
value: "0.15",
|
3231
3231
|
space: "lch",
|
3232
3232
|
format: "hex",
|
3233
3233
|
},
|
3234
3234
|
},
|
3235
3235
|
},
|
3236
3236
|
$type: "color",
|
3237
|
-
$value: "#
|
3237
|
+
$value: "#ffffff26",
|
3238
3238
|
$description: "subtle table header hover",
|
3239
3239
|
filePath: "data/tokens/modes/light.json",
|
3240
3240
|
isSource: true,
|
@@ -3243,7 +3243,7 @@ module.exports = {
|
|
3243
3243
|
"studio.tokens": {
|
3244
3244
|
modify: {
|
3245
3245
|
type: "alpha",
|
3246
|
-
value: "{
|
3246
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3247
3247
|
space: "lch",
|
3248
3248
|
},
|
3249
3249
|
},
|
@@ -3545,14 +3545,14 @@ module.exports = {
|
|
3545
3545
|
"studio.tokens": {
|
3546
3546
|
modify: {
|
3547
3547
|
type: "alpha",
|
3548
|
-
value: "0.
|
3548
|
+
value: "0.10",
|
3549
3549
|
space: "lch",
|
3550
3550
|
format: "hex",
|
3551
3551
|
},
|
3552
3552
|
},
|
3553
3553
|
},
|
3554
3554
|
$type: "color",
|
3555
|
-
$value: "#
|
3555
|
+
$value: "#0000001a",
|
3556
3556
|
$description: "hover bg for nav items",
|
3557
3557
|
filePath: "data/tokens/modes/light.json",
|
3558
3558
|
isSource: true,
|
@@ -3561,7 +3561,7 @@ module.exports = {
|
|
3561
3561
|
"studio.tokens": {
|
3562
3562
|
modify: {
|
3563
3563
|
type: "alpha",
|
3564
|
-
value: "{
|
3564
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3565
3565
|
space: "lch",
|
3566
3566
|
},
|
3567
3567
|
},
|
@@ -3627,7 +3627,7 @@ module.exports = {
|
|
3627
3627
|
"studio.tokens": {
|
3628
3628
|
modify: {
|
3629
3629
|
type: "mix",
|
3630
|
-
value: "0.
|
3630
|
+
value: "0.30",
|
3631
3631
|
space: "lch",
|
3632
3632
|
color: "#000000",
|
3633
3633
|
format: "hex",
|
@@ -3635,7 +3635,7 @@ module.exports = {
|
|
3635
3635
|
},
|
3636
3636
|
},
|
3637
3637
|
$type: "color",
|
3638
|
-
$value: "#
|
3638
|
+
$value: "#13591a",
|
3639
3639
|
filePath: "data/tokens/modes/light.json",
|
3640
3640
|
isSource: true,
|
3641
3641
|
original: {
|
@@ -3643,7 +3643,7 @@ module.exports = {
|
|
3643
3643
|
"studio.tokens": {
|
3644
3644
|
modify: {
|
3645
3645
|
type: "mix",
|
3646
|
-
value: "{
|
3646
|
+
value: "{primitives.color.modifiers.button.active}",
|
3647
3647
|
space: "lch",
|
3648
3648
|
color: "{modes.color.modifier.contrastMore}",
|
3649
3649
|
},
|
@@ -3661,7 +3661,7 @@ module.exports = {
|
|
3661
3661
|
"studio.tokens": {
|
3662
3662
|
modify: {
|
3663
3663
|
type: "alpha",
|
3664
|
-
value: "0.
|
3664
|
+
value: "0.30",
|
3665
3665
|
space: "lch",
|
3666
3666
|
color: "#000000",
|
3667
3667
|
format: "hex",
|
@@ -3669,7 +3669,7 @@ module.exports = {
|
|
3669
3669
|
},
|
3670
3670
|
},
|
3671
3671
|
$type: "color",
|
3672
|
-
$value: "#
|
3672
|
+
$value: "#00811f4d",
|
3673
3673
|
$description: "Active color for secondary and tertiary buttons",
|
3674
3674
|
filePath: "data/tokens/modes/light.json",
|
3675
3675
|
isSource: true,
|
@@ -3678,7 +3678,7 @@ module.exports = {
|
|
3678
3678
|
"studio.tokens": {
|
3679
3679
|
modify: {
|
3680
3680
|
type: "alpha",
|
3681
|
-
value: "{
|
3681
|
+
value: "{primitives.color.modifiers.button.active}",
|
3682
3682
|
space: "lch",
|
3683
3683
|
color: "{modes.color.modifier.contrastMore}",
|
3684
3684
|
},
|
@@ -3719,7 +3719,7 @@ module.exports = {
|
|
3719
3719
|
},
|
3720
3720
|
$type: "color",
|
3721
3721
|
$value: "#00811fcc",
|
3722
|
-
$description: "border color for secondary buttons",
|
3722
|
+
$description: "border color for secondary and tertiary buttons",
|
3723
3723
|
filePath: "data/tokens/modes/light.json",
|
3724
3724
|
isSource: true,
|
3725
3725
|
original: {
|
@@ -3735,7 +3735,7 @@ module.exports = {
|
|
3735
3735
|
},
|
3736
3736
|
$type: "color",
|
3737
3737
|
$value: "{modes.color.interactive.primary.default}",
|
3738
|
-
$description: "border color for secondary buttons",
|
3738
|
+
$description: "border color for secondary and tertiary buttons",
|
3739
3739
|
},
|
3740
3740
|
name: "modesColorInteractivePrimaryDefaultAlt",
|
3741
3741
|
attributes: {},
|
@@ -3745,8 +3745,8 @@ module.exports = {
|
|
3745
3745
|
$extensions: {
|
3746
3746
|
"studio.tokens": {
|
3747
3747
|
modify: {
|
3748
|
-
type: "
|
3749
|
-
value: "0.
|
3748
|
+
type: "mix",
|
3749
|
+
value: "0.12",
|
3750
3750
|
space: "lch",
|
3751
3751
|
color: "#000000",
|
3752
3752
|
format: "hex",
|
@@ -3754,16 +3754,16 @@ module.exports = {
|
|
3754
3754
|
},
|
3755
3755
|
},
|
3756
3756
|
$type: "color",
|
3757
|
-
$value: "#
|
3758
|
-
$description: "
|
3757
|
+
$value: "#0c711d",
|
3758
|
+
$description: "default value for links",
|
3759
3759
|
filePath: "data/tokens/modes/light.json",
|
3760
3760
|
isSource: true,
|
3761
3761
|
original: {
|
3762
3762
|
$extensions: {
|
3763
3763
|
"studio.tokens": {
|
3764
3764
|
modify: {
|
3765
|
-
type: "
|
3766
|
-
value: "0.
|
3765
|
+
type: "mix",
|
3766
|
+
value: "0.12",
|
3767
3767
|
space: "lch",
|
3768
3768
|
color: "{modes.color.modifier.contrastMore}",
|
3769
3769
|
},
|
@@ -3771,7 +3771,7 @@ module.exports = {
|
|
3771
3771
|
},
|
3772
3772
|
$type: "color",
|
3773
3773
|
$value: "{modes.color.interactive.primary.default}",
|
3774
|
-
$description: "
|
3774
|
+
$description: "default value for links",
|
3775
3775
|
},
|
3776
3776
|
name: "modesColorInteractivePrimaryDefaultAlt2",
|
3777
3777
|
attributes: {},
|
@@ -3781,8 +3781,8 @@ module.exports = {
|
|
3781
3781
|
$extensions: {
|
3782
3782
|
"studio.tokens": {
|
3783
3783
|
modify: {
|
3784
|
-
type: "
|
3785
|
-
value: "0.
|
3784
|
+
type: "alpha",
|
3785
|
+
value: "0.03",
|
3786
3786
|
space: "lch",
|
3787
3787
|
color: "#000000",
|
3788
3788
|
format: "hex",
|
@@ -3790,16 +3790,16 @@ module.exports = {
|
|
3790
3790
|
},
|
3791
3791
|
},
|
3792
3792
|
$type: "color",
|
3793
|
-
$value: "#
|
3794
|
-
$description: "
|
3793
|
+
$value: "#00811f08",
|
3794
|
+
$description: "Default background color of secondary button",
|
3795
3795
|
filePath: "data/tokens/modes/light.json",
|
3796
3796
|
isSource: true,
|
3797
3797
|
original: {
|
3798
3798
|
$extensions: {
|
3799
3799
|
"studio.tokens": {
|
3800
3800
|
modify: {
|
3801
|
-
type: "
|
3802
|
-
value: "0.
|
3801
|
+
type: "alpha",
|
3802
|
+
value: "0.03",
|
3803
3803
|
space: "lch",
|
3804
3804
|
color: "{modes.color.modifier.contrastMore}",
|
3805
3805
|
},
|
@@ -3807,7 +3807,7 @@ module.exports = {
|
|
3807
3807
|
},
|
3808
3808
|
$type: "color",
|
3809
3809
|
$value: "{modes.color.interactive.primary.default}",
|
3810
|
-
$description: "
|
3810
|
+
$description: "Default background color of secondary button",
|
3811
3811
|
},
|
3812
3812
|
name: "modesColorInteractivePrimaryDefaultAlt3",
|
3813
3813
|
attributes: {},
|
@@ -3818,7 +3818,7 @@ module.exports = {
|
|
3818
3818
|
"studio.tokens": {
|
3819
3819
|
modify: {
|
3820
3820
|
type: "mix",
|
3821
|
-
value: "0.
|
3821
|
+
value: "0.15",
|
3822
3822
|
space: "lch",
|
3823
3823
|
color: "#000000",
|
3824
3824
|
format: "hex",
|
@@ -3826,7 +3826,7 @@ module.exports = {
|
|
3826
3826
|
},
|
3827
3827
|
},
|
3828
3828
|
$type: "color",
|
3829
|
-
$value: "#
|
3829
|
+
$value: "#0e6d1d",
|
3830
3830
|
filePath: "data/tokens/modes/light.json",
|
3831
3831
|
isSource: true,
|
3832
3832
|
original: {
|
@@ -3834,7 +3834,7 @@ module.exports = {
|
|
3834
3834
|
"studio.tokens": {
|
3835
3835
|
modify: {
|
3836
3836
|
type: "mix",
|
3837
|
-
value: "{
|
3837
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3838
3838
|
space: "lch",
|
3839
3839
|
color: "{modes.color.modifier.contrastMore}",
|
3840
3840
|
},
|
@@ -3852,7 +3852,7 @@ module.exports = {
|
|
3852
3852
|
"studio.tokens": {
|
3853
3853
|
modify: {
|
3854
3854
|
type: "alpha",
|
3855
|
-
value: "0.
|
3855
|
+
value: "0.10",
|
3856
3856
|
space: "lch",
|
3857
3857
|
color: "#FFFFFF ",
|
3858
3858
|
format: "hex",
|
@@ -3860,7 +3860,7 @@ module.exports = {
|
|
3860
3860
|
},
|
3861
3861
|
},
|
3862
3862
|
$type: "color",
|
3863
|
-
$value: "#
|
3863
|
+
$value: "#00811f1a",
|
3864
3864
|
$description: "hover for secondary and tertiary buttons",
|
3865
3865
|
filePath: "data/tokens/modes/light.json",
|
3866
3866
|
isSource: true,
|
@@ -3869,14 +3869,14 @@ module.exports = {
|
|
3869
3869
|
"studio.tokens": {
|
3870
3870
|
modify: {
|
3871
3871
|
type: "alpha",
|
3872
|
-
value: "{
|
3872
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3873
3873
|
space: "lch",
|
3874
3874
|
color: "{modes.color.modifier.contrastLess} ",
|
3875
3875
|
},
|
3876
3876
|
},
|
3877
3877
|
},
|
3878
3878
|
$type: "color",
|
3879
|
-
$value: "{modes.color.interactive.primary.
|
3879
|
+
$value: "{modes.color.interactive.primary.default}",
|
3880
3880
|
$description: "hover for secondary and tertiary buttons",
|
3881
3881
|
},
|
3882
3882
|
name: "modesColorInteractivePrimaryHoverAlt",
|
@@ -3888,7 +3888,7 @@ module.exports = {
|
|
3888
3888
|
"studio.tokens": {
|
3889
3889
|
modify: {
|
3890
3890
|
type: "mix",
|
3891
|
-
value: "0.
|
3891
|
+
value: "0.15",
|
3892
3892
|
space: "lch",
|
3893
3893
|
color: "#000000",
|
3894
3894
|
format: "hex",
|
@@ -3896,7 +3896,7 @@ module.exports = {
|
|
3896
3896
|
},
|
3897
3897
|
},
|
3898
3898
|
$type: "color",
|
3899
|
-
$value: "#
|
3899
|
+
$value: "#12601b",
|
3900
3900
|
$description: "hover for links",
|
3901
3901
|
filePath: "data/tokens/modes/light.json",
|
3902
3902
|
isSource: true,
|
@@ -3905,14 +3905,14 @@ module.exports = {
|
|
3905
3905
|
"studio.tokens": {
|
3906
3906
|
modify: {
|
3907
3907
|
type: "mix",
|
3908
|
-
value: "{
|
3908
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3909
3909
|
space: "lch",
|
3910
3910
|
color: "{modes.color.modifier.contrastMore}",
|
3911
3911
|
},
|
3912
3912
|
},
|
3913
3913
|
},
|
3914
3914
|
$type: "color",
|
3915
|
-
$value: "{modes.color.interactive.primary.
|
3915
|
+
$value: "{modes.color.interactive.primary.defaultAlt2}",
|
3916
3916
|
$description: "hover for links",
|
3917
3917
|
},
|
3918
3918
|
name: "modesColorInteractivePrimaryHoverAlt2",
|
@@ -3964,7 +3964,7 @@ module.exports = {
|
|
3964
3964
|
"studio.tokens": {
|
3965
3965
|
modify: {
|
3966
3966
|
type: "mix",
|
3967
|
-
value: "0.
|
3967
|
+
value: "0.30",
|
3968
3968
|
space: "lch",
|
3969
3969
|
color: "#000000",
|
3970
3970
|
format: "hex",
|
@@ -3972,7 +3972,7 @@ module.exports = {
|
|
3972
3972
|
},
|
3973
3973
|
},
|
3974
3974
|
$type: "color",
|
3975
|
-
$value: "#
|
3975
|
+
$value: "#135932",
|
3976
3976
|
filePath: "data/tokens/modes/light.json",
|
3977
3977
|
isSource: true,
|
3978
3978
|
original: {
|
@@ -3980,7 +3980,7 @@ module.exports = {
|
|
3980
3980
|
"studio.tokens": {
|
3981
3981
|
modify: {
|
3982
3982
|
type: "mix",
|
3983
|
-
value: "{
|
3983
|
+
value: "{primitives.color.modifiers.button.active}",
|
3984
3984
|
space: "lch",
|
3985
3985
|
color: "{modes.color.modifier.contrastMore}",
|
3986
3986
|
},
|
@@ -4068,7 +4068,7 @@ module.exports = {
|
|
4068
4068
|
"studio.tokens": {
|
4069
4069
|
modify: {
|
4070
4070
|
type: "mix",
|
4071
|
-
value: "0.
|
4071
|
+
value: "0.15",
|
4072
4072
|
space: "lch",
|
4073
4073
|
color: "#000000",
|
4074
4074
|
format: "hex",
|
@@ -4076,7 +4076,7 @@ module.exports = {
|
|
4076
4076
|
},
|
4077
4077
|
},
|
4078
4078
|
$type: "color",
|
4079
|
-
$value: "#
|
4079
|
+
$value: "#0d6c3c",
|
4080
4080
|
filePath: "data/tokens/modes/light.json",
|
4081
4081
|
isSource: true,
|
4082
4082
|
original: {
|
@@ -4084,7 +4084,7 @@ module.exports = {
|
|
4084
4084
|
"studio.tokens": {
|
4085
4085
|
modify: {
|
4086
4086
|
type: "mix",
|
4087
|
-
value: "{
|
4087
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4088
4088
|
space: "lch",
|
4089
4089
|
color: "{modes.color.modifier.contrastMore}",
|
4090
4090
|
},
|
@@ -4243,7 +4243,7 @@ module.exports = {
|
|
4243
4243
|
"studio.tokens": {
|
4244
4244
|
modify: {
|
4245
4245
|
type: "mix",
|
4246
|
-
value: "0.
|
4246
|
+
value: "0.30",
|
4247
4247
|
space: "lch",
|
4248
4248
|
color: "#FFFFFF ",
|
4249
4249
|
format: "hex",
|
@@ -4251,7 +4251,7 @@ module.exports = {
|
|
4251
4251
|
},
|
4252
4252
|
},
|
4253
4253
|
$type: "color",
|
4254
|
-
$value: "#
|
4254
|
+
$value: "#7ce47a",
|
4255
4255
|
filePath: "data/tokens/modes/light.json",
|
4256
4256
|
isSource: true,
|
4257
4257
|
original: {
|
@@ -4259,7 +4259,7 @@ module.exports = {
|
|
4259
4259
|
"studio.tokens": {
|
4260
4260
|
modify: {
|
4261
4261
|
type: "mix",
|
4262
|
-
value: "{
|
4262
|
+
value: "{primitives.color.modifiers.button.active}",
|
4263
4263
|
space: "lch",
|
4264
4264
|
color: "{modes.color.modifier.contrastLess} ",
|
4265
4265
|
},
|
@@ -4284,7 +4284,7 @@ module.exports = {
|
|
4284
4284
|
"studio.tokens": {
|
4285
4285
|
modify: {
|
4286
4286
|
type: "alpha",
|
4287
|
-
value: "0.
|
4287
|
+
value: "0.30",
|
4288
4288
|
space: "lch",
|
4289
4289
|
color: "#FFFFFF ",
|
4290
4290
|
format: "hex",
|
@@ -4292,7 +4292,7 @@ module.exports = {
|
|
4292
4292
|
},
|
4293
4293
|
},
|
4294
4294
|
$type: "color",
|
4295
|
-
$value: "#
|
4295
|
+
$value: "#00d6394d",
|
4296
4296
|
$description:
|
4297
4297
|
"Active color for inverse secondary and tertiary buttons",
|
4298
4298
|
filePath: "data/tokens/modes/light.json",
|
@@ -4302,7 +4302,7 @@ module.exports = {
|
|
4302
4302
|
"studio.tokens": {
|
4303
4303
|
modify: {
|
4304
4304
|
type: "alpha",
|
4305
|
-
value: "{
|
4305
|
+
value: "{primitives.color.modifiers.button.active}",
|
4306
4306
|
space: "lch",
|
4307
4307
|
color: "{modes.color.modifier.contrastLess} ",
|
4308
4308
|
},
|
@@ -4358,7 +4358,8 @@ module.exports = {
|
|
4358
4358
|
},
|
4359
4359
|
$type: "color",
|
4360
4360
|
$value: "#00d639cc",
|
4361
|
-
$description:
|
4361
|
+
$description:
|
4362
|
+
"border color for secondary and tertiary inverse buttons",
|
4362
4363
|
filePath: "data/tokens/modes/light.json",
|
4363
4364
|
isSource: true,
|
4364
4365
|
original: {
|
@@ -4374,7 +4375,8 @@ module.exports = {
|
|
4374
4375
|
},
|
4375
4376
|
$type: "color",
|
4376
4377
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4377
|
-
$description:
|
4378
|
+
$description:
|
4379
|
+
"border color for secondary and tertiary inverse buttons",
|
4378
4380
|
},
|
4379
4381
|
name: "modesColorInteractivePrimaryInverseDefaultAlt",
|
4380
4382
|
attributes: {},
|
@@ -4391,8 +4393,8 @@ module.exports = {
|
|
4391
4393
|
$extensions: {
|
4392
4394
|
"studio.tokens": {
|
4393
4395
|
modify: {
|
4394
|
-
type: "
|
4395
|
-
value: "0.
|
4396
|
+
type: "mix",
|
4397
|
+
value: "0.12",
|
4396
4398
|
space: "lch",
|
4397
4399
|
color: "#FFFFFF",
|
4398
4400
|
format: "hex",
|
@@ -4400,16 +4402,16 @@ module.exports = {
|
|
4400
4402
|
},
|
4401
4403
|
},
|
4402
4404
|
$type: "color",
|
4403
|
-
$value: "#
|
4404
|
-
$description: "
|
4405
|
+
$value: "#4cdc55",
|
4406
|
+
$description: "Default color for links",
|
4405
4407
|
filePath: "data/tokens/modes/light.json",
|
4406
4408
|
isSource: true,
|
4407
4409
|
original: {
|
4408
4410
|
$extensions: {
|
4409
4411
|
"studio.tokens": {
|
4410
4412
|
modify: {
|
4411
|
-
type: "
|
4412
|
-
value: "0.
|
4413
|
+
type: "mix",
|
4414
|
+
value: "0.12",
|
4413
4415
|
space: "lch",
|
4414
4416
|
color: "{modes.color.modifier.contrastLess}",
|
4415
4417
|
},
|
@@ -4417,7 +4419,7 @@ module.exports = {
|
|
4417
4419
|
},
|
4418
4420
|
$type: "color",
|
4419
4421
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4420
|
-
$description: "
|
4422
|
+
$description: "Default color for links",
|
4421
4423
|
},
|
4422
4424
|
name: "modesColorInteractivePrimaryInverseDefaultAlt2",
|
4423
4425
|
attributes: {},
|
@@ -4434,8 +4436,8 @@ module.exports = {
|
|
4434
4436
|
$extensions: {
|
4435
4437
|
"studio.tokens": {
|
4436
4438
|
modify: {
|
4437
|
-
type: "
|
4438
|
-
value: "0.
|
4439
|
+
type: "alpha",
|
4440
|
+
value: "0.03",
|
4439
4441
|
space: "lch",
|
4440
4442
|
color: "#FFFFFF",
|
4441
4443
|
format: "hex",
|
@@ -4443,16 +4445,17 @@ module.exports = {
|
|
4443
4445
|
},
|
4444
4446
|
},
|
4445
4447
|
$type: "color",
|
4446
|
-
$value: "#
|
4447
|
-
$description:
|
4448
|
+
$value: "#00d63908",
|
4449
|
+
$description:
|
4450
|
+
"Default background color of inverse secondary buttons",
|
4448
4451
|
filePath: "data/tokens/modes/light.json",
|
4449
4452
|
isSource: true,
|
4450
4453
|
original: {
|
4451
4454
|
$extensions: {
|
4452
4455
|
"studio.tokens": {
|
4453
4456
|
modify: {
|
4454
|
-
type: "
|
4455
|
-
value: "0.
|
4457
|
+
type: "alpha",
|
4458
|
+
value: "0.03",
|
4456
4459
|
space: "lch",
|
4457
4460
|
color: "{modes.color.modifier.contrastLess}",
|
4458
4461
|
},
|
@@ -4460,7 +4463,8 @@ module.exports = {
|
|
4460
4463
|
},
|
4461
4464
|
$type: "color",
|
4462
4465
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4463
|
-
$description:
|
4466
|
+
$description:
|
4467
|
+
"Default background color of inverse secondary buttons",
|
4464
4468
|
},
|
4465
4469
|
name: "modesColorInteractivePrimaryInverseDefaultAlt3",
|
4466
4470
|
attributes: {},
|
@@ -4478,7 +4482,7 @@ module.exports = {
|
|
4478
4482
|
"studio.tokens": {
|
4479
4483
|
modify: {
|
4480
4484
|
type: "mix",
|
4481
|
-
value: "0.
|
4485
|
+
value: "0.15",
|
4482
4486
|
space: "lch",
|
4483
4487
|
color: "#FFFFFF ",
|
4484
4488
|
format: "hex",
|
@@ -4486,7 +4490,7 @@ module.exports = {
|
|
4486
4490
|
},
|
4487
4491
|
},
|
4488
4492
|
$type: "color",
|
4489
|
-
$value: "#
|
4493
|
+
$value: "#55dd5b",
|
4490
4494
|
filePath: "data/tokens/modes/light.json",
|
4491
4495
|
isSource: true,
|
4492
4496
|
original: {
|
@@ -4494,7 +4498,7 @@ module.exports = {
|
|
4494
4498
|
"studio.tokens": {
|
4495
4499
|
modify: {
|
4496
4500
|
type: "mix",
|
4497
|
-
value: "{
|
4501
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4498
4502
|
space: "lch",
|
4499
4503
|
color: "{modes.color.modifier.contrastLess} ",
|
4500
4504
|
},
|
@@ -4519,7 +4523,7 @@ module.exports = {
|
|
4519
4523
|
"studio.tokens": {
|
4520
4524
|
modify: {
|
4521
4525
|
type: "alpha",
|
4522
|
-
value: "0.
|
4526
|
+
value: "0.10",
|
4523
4527
|
space: "lch",
|
4524
4528
|
color: "#FFFFFF",
|
4525
4529
|
format: "hex",
|
@@ -4527,7 +4531,7 @@ module.exports = {
|
|
4527
4531
|
},
|
4528
4532
|
},
|
4529
4533
|
$type: "color",
|
4530
|
-
$value: "#
|
4534
|
+
$value: "#00d6391a",
|
4531
4535
|
$description: "Hover for inverse secondary and tertiary buttons",
|
4532
4536
|
filePath: "data/tokens/modes/light.json",
|
4533
4537
|
isSource: true,
|
@@ -4536,14 +4540,14 @@ module.exports = {
|
|
4536
4540
|
"studio.tokens": {
|
4537
4541
|
modify: {
|
4538
4542
|
type: "alpha",
|
4539
|
-
value: "{
|
4543
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
4540
4544
|
space: "lch",
|
4541
4545
|
color: "{modes.color.modifier.contrastLess}",
|
4542
4546
|
},
|
4543
4547
|
},
|
4544
4548
|
},
|
4545
4549
|
$type: "color",
|
4546
|
-
$value: "{modes.color.interactive.primary.inverse.
|
4550
|
+
$value: "{modes.color.interactive.primary.inverse.default}",
|
4547
4551
|
$description:
|
4548
4552
|
"Hover for inverse secondary and tertiary buttons",
|
4549
4553
|
},
|
@@ -4563,7 +4567,7 @@ module.exports = {
|
|
4563
4567
|
"studio.tokens": {
|
4564
4568
|
modify: {
|
4565
4569
|
type: "mix",
|
4566
|
-
value: "0.
|
4570
|
+
value: "0.15",
|
4567
4571
|
space: "lch",
|
4568
4572
|
color: "#FFFFFF ",
|
4569
4573
|
format: "hex",
|
@@ -4571,7 +4575,7 @@ module.exports = {
|
|
4571
4575
|
},
|
4572
4576
|
},
|
4573
4577
|
$type: "color",
|
4574
|
-
$value: "#
|
4578
|
+
$value: "#71e270",
|
4575
4579
|
$description: "hover for links",
|
4576
4580
|
filePath: "data/tokens/modes/light.json",
|
4577
4581
|
isSource: true,
|
@@ -4580,14 +4584,14 @@ module.exports = {
|
|
4580
4584
|
"studio.tokens": {
|
4581
4585
|
modify: {
|
4582
4586
|
type: "mix",
|
4583
|
-
value: "{
|
4587
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4584
4588
|
space: "lch",
|
4585
4589
|
color: "{modes.color.modifier.contrastLess} ",
|
4586
4590
|
},
|
4587
4591
|
},
|
4588
4592
|
},
|
4589
4593
|
$type: "color",
|
4590
|
-
$value: "{modes.color.interactive.primary.inverse.
|
4594
|
+
$value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
|
4591
4595
|
$description: "hover for links",
|
4592
4596
|
},
|
4593
4597
|
name: "modesColorInteractivePrimaryInverseHoverAlt2",
|
@@ -4949,7 +4953,7 @@ module.exports = {
|
|
4949
4953
|
"studio.tokens": {
|
4950
4954
|
modify: {
|
4951
4955
|
type: "mix",
|
4952
|
-
value: "0.
|
4956
|
+
value: "0.15",
|
4953
4957
|
space: "lch",
|
4954
4958
|
color: "#000000",
|
4955
4959
|
format: "hex",
|
@@ -4957,7 +4961,7 @@ module.exports = {
|
|
4957
4961
|
},
|
4958
4962
|
},
|
4959
4963
|
$type: "color",
|
4960
|
-
$value: "#
|
4964
|
+
$value: "#b33b0d",
|
4961
4965
|
$description: "used on pill hover states",
|
4962
4966
|
filePath: "data/tokens/modes/light.json",
|
4963
4967
|
isSource: true,
|
@@ -4966,7 +4970,7 @@ module.exports = {
|
|
4966
4970
|
"studio.tokens": {
|
4967
4971
|
modify: {
|
4968
4972
|
type: "mix",
|
4969
|
-
value: "{
|
4973
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4970
4974
|
space: "lch",
|
4971
4975
|
color: "{modes.color.modifier.contrastMore}",
|
4972
4976
|
},
|
@@ -4985,7 +4989,7 @@ module.exports = {
|
|
4985
4989
|
"studio.tokens": {
|
4986
4990
|
modify: {
|
4987
4991
|
type: "mix",
|
4988
|
-
value: "0.
|
4992
|
+
value: "0.15",
|
4989
4993
|
space: "lch",
|
4990
4994
|
color: "#D64309",
|
4991
4995
|
format: "hex",
|
@@ -4993,7 +4997,7 @@ module.exports = {
|
|
4993
4997
|
},
|
4994
4998
|
},
|
4995
4999
|
$type: "color",
|
4996
|
-
$value: "#
|
5000
|
+
$value: "#fed5c3",
|
4997
5001
|
$description: "used on pill hover states and message bg",
|
4998
5002
|
filePath: "data/tokens/modes/light.json",
|
4999
5003
|
isSource: true,
|
@@ -5002,7 +5006,7 @@ module.exports = {
|
|
5002
5006
|
"studio.tokens": {
|
5003
5007
|
modify: {
|
5004
5008
|
type: "mix",
|
5005
|
-
value: "{
|
5009
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5006
5010
|
space: "lch",
|
5007
5011
|
color: "{modes.color.status.caution.default}",
|
5008
5012
|
},
|
@@ -5078,7 +5082,7 @@ module.exports = {
|
|
5078
5082
|
"studio.tokens": {
|
5079
5083
|
modify: {
|
5080
5084
|
type: "mix",
|
5081
|
-
value: "0.
|
5085
|
+
value: "0.15",
|
5082
5086
|
space: "lch",
|
5083
5087
|
color: "#FFFFFF ",
|
5084
5088
|
format: "hex",
|
@@ -5086,7 +5090,7 @@ module.exports = {
|
|
5086
5090
|
},
|
5087
5091
|
},
|
5088
5092
|
$type: "color",
|
5089
|
-
$value: "#
|
5093
|
+
$value: "#ff994c",
|
5090
5094
|
$description: "used on global message bg",
|
5091
5095
|
filePath: "data/tokens/modes/light.json",
|
5092
5096
|
isSource: true,
|
@@ -5095,7 +5099,7 @@ module.exports = {
|
|
5095
5099
|
"studio.tokens": {
|
5096
5100
|
modify: {
|
5097
5101
|
type: "mix",
|
5098
|
-
value: "{
|
5102
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5099
5103
|
space: "lch",
|
5100
5104
|
color: "{modes.color.modifier.contrastLess} ",
|
5101
5105
|
},
|
@@ -5186,7 +5190,7 @@ module.exports = {
|
|
5186
5190
|
"studio.tokens": {
|
5187
5191
|
modify: {
|
5188
5192
|
type: "mix",
|
5189
|
-
value: "0.
|
5193
|
+
value: "0.15",
|
5190
5194
|
space: "lch",
|
5191
5195
|
color: "#FFFFFF ",
|
5192
5196
|
format: "hex",
|
@@ -5194,7 +5198,7 @@ module.exports = {
|
|
5194
5198
|
},
|
5195
5199
|
},
|
5196
5200
|
$type: "color",
|
5197
|
-
$value: "#
|
5201
|
+
$value: "#eb6530",
|
5198
5202
|
$description: "used on pill hover states",
|
5199
5203
|
filePath: "data/tokens/modes/light.json",
|
5200
5204
|
isSource: true,
|
@@ -5203,7 +5207,7 @@ module.exports = {
|
|
5203
5207
|
"studio.tokens": {
|
5204
5208
|
modify: {
|
5205
5209
|
type: "mix",
|
5206
|
-
value: "{
|
5210
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5207
5211
|
space: "lch",
|
5208
5212
|
color: "{modes.color.modifier.contrastLess} ",
|
5209
5213
|
},
|
@@ -5222,7 +5226,7 @@ module.exports = {
|
|
5222
5226
|
"studio.tokens": {
|
5223
5227
|
modify: {
|
5224
5228
|
type: "mix",
|
5225
|
-
value: "0.
|
5229
|
+
value: "0.15",
|
5226
5230
|
space: "lch",
|
5227
5231
|
color: "#E04500",
|
5228
5232
|
format: "hex",
|
@@ -5230,7 +5234,7 @@ module.exports = {
|
|
5230
5234
|
},
|
5231
5235
|
},
|
5232
5236
|
$type: "color",
|
5233
|
-
$value: "#
|
5237
|
+
$value: "#3e1a0b",
|
5234
5238
|
$description: "used on pill hover states and message bg",
|
5235
5239
|
filePath: "data/tokens/modes/light.json",
|
5236
5240
|
isSource: true,
|
@@ -5239,7 +5243,7 @@ module.exports = {
|
|
5239
5243
|
"studio.tokens": {
|
5240
5244
|
modify: {
|
5241
5245
|
type: "mix",
|
5242
|
-
value: "{
|
5246
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5243
5247
|
space: "lch",
|
5244
5248
|
color: "{modes.color.status.caution.inverse.default}",
|
5245
5249
|
},
|
@@ -5670,7 +5674,7 @@ module.exports = {
|
|
5670
5674
|
"studio.tokens": {
|
5671
5675
|
modify: {
|
5672
5676
|
type: "mix",
|
5673
|
-
value: "0.
|
5677
|
+
value: "0.15",
|
5674
5678
|
space: "lch",
|
5675
5679
|
color: "#000000",
|
5676
5680
|
format: "hex",
|
@@ -5678,7 +5682,7 @@ module.exports = {
|
|
5678
5682
|
},
|
5679
5683
|
},
|
5680
5684
|
$type: "color",
|
5681
|
-
$value: "#
|
5685
|
+
$value: "#10518c",
|
5682
5686
|
$description: "used on pill hover states",
|
5683
5687
|
filePath: "data/tokens/modes/light.json",
|
5684
5688
|
isSource: true,
|
@@ -5687,7 +5691,7 @@ module.exports = {
|
|
5687
5691
|
"studio.tokens": {
|
5688
5692
|
modify: {
|
5689
5693
|
type: "mix",
|
5690
|
-
value: "{
|
5694
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5691
5695
|
space: "lch",
|
5692
5696
|
color: "{modes.color.modifier.contrastMore}",
|
5693
5697
|
},
|
@@ -5706,7 +5710,7 @@ module.exports = {
|
|
5706
5710
|
"studio.tokens": {
|
5707
5711
|
modify: {
|
5708
5712
|
type: "mix",
|
5709
|
-
value: "0.
|
5713
|
+
value: "0.15",
|
5710
5714
|
space: "lch",
|
5711
5715
|
color: "#0060A7",
|
5712
5716
|
format: "hex",
|
@@ -5714,7 +5718,7 @@ module.exports = {
|
|
5714
5718
|
},
|
5715
5719
|
},
|
5716
5720
|
$type: "color",
|
5717
|
-
$value: "#
|
5721
|
+
$value: "#cdd7ea",
|
5718
5722
|
$description: "used on pill hover states and message bg",
|
5719
5723
|
filePath: "data/tokens/modes/light.json",
|
5720
5724
|
isSource: true,
|
@@ -5723,7 +5727,7 @@ module.exports = {
|
|
5723
5727
|
"studio.tokens": {
|
5724
5728
|
modify: {
|
5725
5729
|
type: "mix",
|
5726
|
-
value: "{
|
5730
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5727
5731
|
space: "lch",
|
5728
5732
|
color: "{modes.color.status.info.default}",
|
5729
5733
|
},
|
@@ -5765,7 +5769,7 @@ module.exports = {
|
|
5765
5769
|
"studio.tokens": {
|
5766
5770
|
modify: {
|
5767
5771
|
type: "mix",
|
5768
|
-
value: "0.
|
5772
|
+
value: "0.15",
|
5769
5773
|
space: "lch",
|
5770
5774
|
color: "#FFFFFF ",
|
5771
5775
|
format: "hex",
|
@@ -5773,7 +5777,7 @@ module.exports = {
|
|
5773
5777
|
},
|
5774
5778
|
},
|
5775
5779
|
$type: "color",
|
5776
|
-
$value: "#
|
5780
|
+
$value: "#82b5ff",
|
5777
5781
|
$description: "used on global message bg",
|
5778
5782
|
filePath: "data/tokens/modes/light.json",
|
5779
5783
|
isSource: true,
|
@@ -5782,7 +5786,7 @@ module.exports = {
|
|
5782
5786
|
"studio.tokens": {
|
5783
5787
|
modify: {
|
5784
5788
|
type: "mix",
|
5785
|
-
value: "{
|
5789
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5786
5790
|
space: "lch",
|
5787
5791
|
color: "{modes.color.modifier.contrastLess} ",
|
5788
5792
|
},
|
@@ -5866,7 +5870,7 @@ module.exports = {
|
|
5866
5870
|
"studio.tokens": {
|
5867
5871
|
modify: {
|
5868
5872
|
type: "mix",
|
5869
|
-
value: "0.
|
5873
|
+
value: "0.15",
|
5870
5874
|
space: "lch",
|
5871
5875
|
color: "#FFFFFF",
|
5872
5876
|
format: "hex",
|
@@ -5874,7 +5878,7 @@ module.exports = {
|
|
5874
5878
|
},
|
5875
5879
|
},
|
5876
5880
|
$type: "color",
|
5877
|
-
$value: "#
|
5881
|
+
$value: "#4f90df",
|
5878
5882
|
$description: "used on pill hover states",
|
5879
5883
|
filePath: "data/tokens/modes/light.json",
|
5880
5884
|
isSource: true,
|
@@ -5883,7 +5887,7 @@ module.exports = {
|
|
5883
5887
|
"studio.tokens": {
|
5884
5888
|
modify: {
|
5885
5889
|
type: "mix",
|
5886
|
-
value: "{
|
5890
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5887
5891
|
space: "lch",
|
5888
5892
|
color: "{modes.color.modifier.contrastLess}",
|
5889
5893
|
},
|
@@ -5902,7 +5906,7 @@ module.exports = {
|
|
5902
5906
|
"studio.tokens": {
|
5903
5907
|
modify: {
|
5904
5908
|
type: "mix",
|
5905
|
-
value: "0.
|
5909
|
+
value: "0.15",
|
5906
5910
|
space: "lch",
|
5907
5911
|
color: "#007ED9",
|
5908
5912
|
format: "hex",
|
@@ -5910,7 +5914,7 @@ module.exports = {
|
|
5910
5914
|
},
|
5911
5915
|
},
|
5912
5916
|
$type: "color",
|
5913
|
-
$value: "#
|
5917
|
+
$value: "#17253a",
|
5914
5918
|
$description: "used on pill hover states and message bg",
|
5915
5919
|
filePath: "data/tokens/modes/light.json",
|
5916
5920
|
isSource: true,
|
@@ -5919,7 +5923,7 @@ module.exports = {
|
|
5919
5923
|
"studio.tokens": {
|
5920
5924
|
modify: {
|
5921
5925
|
type: "mix",
|
5922
|
-
value: "{
|
5926
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5923
5927
|
space: "lch",
|
5924
5928
|
color: "{modes.color.status.info.inverse.default}",
|
5925
5929
|
},
|
@@ -5994,7 +5998,7 @@ module.exports = {
|
|
5994
5998
|
"studio.tokens": {
|
5995
5999
|
modify: {
|
5996
6000
|
type: "mix",
|
5997
|
-
value: "0.
|
6001
|
+
value: "0.15",
|
5998
6002
|
space: "lch",
|
5999
6003
|
color: "#000000",
|
6000
6004
|
format: "hex",
|
@@ -6002,7 +6006,7 @@ module.exports = {
|
|
6002
6006
|
},
|
6003
6007
|
},
|
6004
6008
|
$type: "color",
|
6005
|
-
$value: "#
|
6009
|
+
$value: "#ac3240",
|
6006
6010
|
$description: "used on pill hover states",
|
6007
6011
|
filePath: "data/tokens/modes/light.json",
|
6008
6012
|
isSource: true,
|
@@ -6011,7 +6015,7 @@ module.exports = {
|
|
6011
6015
|
"studio.tokens": {
|
6012
6016
|
modify: {
|
6013
6017
|
type: "mix",
|
6014
|
-
value: "{
|
6018
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6015
6019
|
space: "lch",
|
6016
6020
|
color: "{modes.color.modifier.contrastMore}",
|
6017
6021
|
},
|
@@ -6030,7 +6034,7 @@ module.exports = {
|
|
6030
6034
|
"studio.tokens": {
|
6031
6035
|
modify: {
|
6032
6036
|
type: "mix",
|
6033
|
-
value: "0.
|
6037
|
+
value: "0.15",
|
6034
6038
|
space: "lch",
|
6035
6039
|
color: "#CD384B",
|
6036
6040
|
format: "hex",
|
@@ -6038,7 +6042,7 @@ module.exports = {
|
|
6038
6042
|
},
|
6039
6043
|
},
|
6040
6044
|
$type: "color",
|
6041
|
-
$value: "#
|
6045
|
+
$value: "#f9d3d1",
|
6042
6046
|
$description: "used on pill hover states and message bg",
|
6043
6047
|
filePath: "data/tokens/modes/light.json",
|
6044
6048
|
isSource: true,
|
@@ -6047,7 +6051,7 @@ module.exports = {
|
|
6047
6051
|
"studio.tokens": {
|
6048
6052
|
modify: {
|
6049
6053
|
type: "mix",
|
6050
|
-
value: "{
|
6054
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6051
6055
|
space: "lch",
|
6052
6056
|
color: "{modes.color.status.negative.default}",
|
6053
6057
|
},
|
@@ -6143,7 +6147,7 @@ module.exports = {
|
|
6143
6147
|
"studio.tokens": {
|
6144
6148
|
modify: {
|
6145
6149
|
type: "mix",
|
6146
|
-
value: "0.
|
6150
|
+
value: "0.15",
|
6147
6151
|
space: "lch",
|
6148
6152
|
color: "#FFFFFF ",
|
6149
6153
|
format: "hex",
|
@@ -6151,7 +6155,7 @@ module.exports = {
|
|
6151
6155
|
},
|
6152
6156
|
},
|
6153
6157
|
$type: "color",
|
6154
|
-
$value: "#
|
6158
|
+
$value: "#ea626a",
|
6155
6159
|
$description: "used on pill hover states",
|
6156
6160
|
filePath: "data/tokens/modes/light.json",
|
6157
6161
|
isSource: true,
|
@@ -6160,7 +6164,7 @@ module.exports = {
|
|
6160
6164
|
"studio.tokens": {
|
6161
6165
|
modify: {
|
6162
6166
|
type: "mix",
|
6163
|
-
value: "{
|
6167
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6164
6168
|
space: "lch",
|
6165
6169
|
color: "{modes.color.modifier.contrastLess} ",
|
6166
6170
|
},
|
@@ -6186,7 +6190,7 @@ module.exports = {
|
|
6186
6190
|
"studio.tokens": {
|
6187
6191
|
modify: {
|
6188
6192
|
type: "mix",
|
6189
|
-
value: "0.
|
6193
|
+
value: "0.15",
|
6190
6194
|
space: "lch",
|
6191
6195
|
color: "#E13E53",
|
6192
6196
|
format: "hex",
|
@@ -6194,7 +6198,7 @@ module.exports = {
|
|
6194
6198
|
},
|
6195
6199
|
},
|
6196
6200
|
$type: "color",
|
6197
|
-
$value: "#
|
6201
|
+
$value: "#3d1a1c",
|
6198
6202
|
$description: "used on pill hover states and message bg",
|
6199
6203
|
filePath: "data/tokens/modes/light.json",
|
6200
6204
|
isSource: true,
|
@@ -6203,7 +6207,7 @@ module.exports = {
|
|
6203
6207
|
"studio.tokens": {
|
6204
6208
|
modify: {
|
6205
6209
|
type: "mix",
|
6206
|
-
value: "{
|
6210
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6207
6211
|
space: "lch",
|
6208
6212
|
color: "{modes.color.status.negative.inverse.default}",
|
6209
6213
|
},
|
@@ -6294,7 +6298,7 @@ module.exports = {
|
|
6294
6298
|
"studio.tokens": {
|
6295
6299
|
modify: {
|
6296
6300
|
type: "mix",
|
6297
|
-
value: "0.
|
6301
|
+
value: "0.15",
|
6298
6302
|
space: "lch",
|
6299
6303
|
color: "#000000",
|
6300
6304
|
format: "hex",
|
@@ -6302,7 +6306,7 @@ module.exports = {
|
|
6302
6306
|
},
|
6303
6307
|
},
|
6304
6308
|
$type: "color",
|
6305
|
-
$value: "#
|
6309
|
+
$value: "#565656",
|
6306
6310
|
$description: "used on pill hover states",
|
6307
6311
|
filePath: "data/tokens/modes/light.json",
|
6308
6312
|
isSource: true,
|
@@ -6311,7 +6315,7 @@ module.exports = {
|
|
6311
6315
|
"studio.tokens": {
|
6312
6316
|
modify: {
|
6313
6317
|
type: "mix",
|
6314
|
-
value: "{
|
6318
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6315
6319
|
space: "lch",
|
6316
6320
|
color: "{modes.color.modifier.contrastMore}",
|
6317
6321
|
},
|
@@ -6330,7 +6334,7 @@ module.exports = {
|
|
6330
6334
|
"studio.tokens": {
|
6331
6335
|
modify: {
|
6332
6336
|
type: "mix",
|
6333
|
-
value: "0.
|
6337
|
+
value: "0.15",
|
6334
6338
|
space: "lch",
|
6335
6339
|
color: "#656565",
|
6336
6340
|
format: "hex",
|
@@ -6338,7 +6342,7 @@ module.exports = {
|
|
6338
6342
|
},
|
6339
6343
|
},
|
6340
6344
|
$type: "color",
|
6341
|
-
$value: "#
|
6345
|
+
$value: "#d9d9d9",
|
6342
6346
|
$description: "used on pill hover states and message bg",
|
6343
6347
|
filePath: "data/tokens/modes/light.json",
|
6344
6348
|
isSource: true,
|
@@ -6347,7 +6351,7 @@ module.exports = {
|
|
6347
6351
|
"studio.tokens": {
|
6348
6352
|
modify: {
|
6349
6353
|
type: "mix",
|
6350
|
-
value: "{
|
6354
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6351
6355
|
space: "lch",
|
6352
6356
|
color: "{modes.color.status.neutral.default}",
|
6353
6357
|
},
|
@@ -6572,7 +6576,7 @@ module.exports = {
|
|
6572
6576
|
"studio.tokens": {
|
6573
6577
|
modify: {
|
6574
6578
|
type: "mix",
|
6575
|
-
value: "0.
|
6579
|
+
value: "0.15",
|
6576
6580
|
space: "lch",
|
6577
6581
|
color: "#FFFFFF ",
|
6578
6582
|
format: "hex",
|
@@ -6580,7 +6584,7 @@ module.exports = {
|
|
6580
6584
|
},
|
6581
6585
|
},
|
6582
6586
|
$type: "color",
|
6583
|
-
$value: "#
|
6587
|
+
$value: "#8e8e8e",
|
6584
6588
|
$description: "used on pill hover states",
|
6585
6589
|
filePath: "data/tokens/modes/light.json",
|
6586
6590
|
isSource: true,
|
@@ -6589,7 +6593,7 @@ module.exports = {
|
|
6589
6593
|
"studio.tokens": {
|
6590
6594
|
modify: {
|
6591
6595
|
type: "mix",
|
6592
|
-
value: "{
|
6596
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6593
6597
|
space: "lch",
|
6594
6598
|
color: "{modes.color.modifier.contrastLess} ",
|
6595
6599
|
},
|
@@ -6608,7 +6612,7 @@ module.exports = {
|
|
6608
6612
|
"studio.tokens": {
|
6609
6613
|
modify: {
|
6610
6614
|
type: "mix",
|
6611
|
-
value: "0.
|
6615
|
+
value: "0.15",
|
6612
6616
|
space: "lch",
|
6613
6617
|
color: "#7C7C7C",
|
6614
6618
|
format: "hex",
|
@@ -6616,7 +6620,7 @@ module.exports = {
|
|
6616
6620
|
},
|
6617
6621
|
},
|
6618
6622
|
$type: "color",
|
6619
|
-
$value: "#
|
6623
|
+
$value: "#242424",
|
6620
6624
|
$description: "used on pill hover states and message bg",
|
6621
6625
|
filePath: "data/tokens/modes/light.json",
|
6622
6626
|
isSource: true,
|
@@ -6625,7 +6629,7 @@ module.exports = {
|
|
6625
6629
|
"studio.tokens": {
|
6626
6630
|
modify: {
|
6627
6631
|
type: "mix",
|
6628
|
-
value: "{
|
6632
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6629
6633
|
space: "lch",
|
6630
6634
|
color: "{modes.color.status.neutral.inverse.default}",
|
6631
6635
|
},
|
@@ -6707,7 +6711,7 @@ module.exports = {
|
|
6707
6711
|
"studio.tokens": {
|
6708
6712
|
modify: {
|
6709
6713
|
type: "mix",
|
6710
|
-
value: "0.
|
6714
|
+
value: "0.15",
|
6711
6715
|
space: "lch",
|
6712
6716
|
color: "#000000",
|
6713
6717
|
format: "hex",
|
@@ -6715,7 +6719,7 @@ module.exports = {
|
|
6715
6719
|
},
|
6716
6720
|
},
|
6717
6721
|
$type: "color",
|
6718
|
-
$value: "#
|
6722
|
+
$value: "#0e6d1d",
|
6719
6723
|
$description: "used on pill hover states ",
|
6720
6724
|
filePath: "data/tokens/modes/light.json",
|
6721
6725
|
isSource: true,
|
@@ -6724,7 +6728,7 @@ module.exports = {
|
|
6724
6728
|
"studio.tokens": {
|
6725
6729
|
modify: {
|
6726
6730
|
type: "mix",
|
6727
|
-
value: "{
|
6731
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6728
6732
|
space: "lch",
|
6729
6733
|
color: "{modes.color.modifier.contrastMore}",
|
6730
6734
|
},
|
@@ -6743,7 +6747,7 @@ module.exports = {
|
|
6743
6747
|
"studio.tokens": {
|
6744
6748
|
modify: {
|
6745
6749
|
type: "mix",
|
6746
|
-
value: "0.
|
6750
|
+
value: "0.15",
|
6747
6751
|
space: "lch",
|
6748
6752
|
color: "#00811F",
|
6749
6753
|
format: "hex",
|
@@ -6751,7 +6755,7 @@ module.exports = {
|
|
6751
6755
|
},
|
6752
6756
|
},
|
6753
6757
|
$type: "color",
|
6754
|
-
$value: "#
|
6758
|
+
$value: "#cbe1c9",
|
6755
6759
|
$description: "used on pill hover states and message bg",
|
6756
6760
|
filePath: "data/tokens/modes/light.json",
|
6757
6761
|
isSource: true,
|
@@ -6760,7 +6764,7 @@ module.exports = {
|
|
6760
6764
|
"studio.tokens": {
|
6761
6765
|
modify: {
|
6762
6766
|
type: "mix",
|
6763
|
-
value: "{
|
6767
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6764
6768
|
space: "lch",
|
6765
6769
|
color: "{modes.color.status.positive.default}",
|
6766
6770
|
},
|
@@ -6843,7 +6847,7 @@ module.exports = {
|
|
6843
6847
|
"studio.tokens": {
|
6844
6848
|
modify: {
|
6845
6849
|
type: "mix",
|
6846
|
-
value: "0.
|
6850
|
+
value: "0.10",
|
6847
6851
|
space: "lch",
|
6848
6852
|
color: "#FFFFFF ",
|
6849
6853
|
format: "hex",
|
@@ -6851,7 +6855,7 @@ module.exports = {
|
|
6851
6855
|
},
|
6852
6856
|
},
|
6853
6857
|
$type: "color",
|
6854
|
-
$value: "#
|
6858
|
+
$value: "#328e37",
|
6855
6859
|
$description: "used on pill hover states",
|
6856
6860
|
filePath: "data/tokens/modes/light.json",
|
6857
6861
|
isSource: true,
|
@@ -6860,7 +6864,7 @@ module.exports = {
|
|
6860
6864
|
"studio.tokens": {
|
6861
6865
|
modify: {
|
6862
6866
|
type: "mix",
|
6863
|
-
value: "{
|
6867
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
6864
6868
|
space: "lch",
|
6865
6869
|
color: "{modes.color.modifier.contrastLess} ",
|
6866
6870
|
},
|
@@ -6886,7 +6890,7 @@ module.exports = {
|
|
6886
6890
|
"studio.tokens": {
|
6887
6891
|
modify: {
|
6888
6892
|
type: "mix",
|
6889
|
-
value: "0.
|
6893
|
+
value: "0.15",
|
6890
6894
|
space: "lch",
|
6891
6895
|
color: "#009023",
|
6892
6896
|
format: "hex",
|
@@ -6894,7 +6898,7 @@ module.exports = {
|
|
6894
6898
|
},
|
6895
6899
|
},
|
6896
6900
|
$type: "color",
|
6897
|
-
$value: "#
|
6901
|
+
$value: "#132912",
|
6898
6902
|
$description: "used on pill hover states and message bg",
|
6899
6903
|
filePath: "data/tokens/modes/light.json",
|
6900
6904
|
isSource: true,
|
@@ -6903,7 +6907,7 @@ module.exports = {
|
|
6903
6907
|
"studio.tokens": {
|
6904
6908
|
modify: {
|
6905
6909
|
type: "mix",
|
6906
|
-
value: "{
|
6910
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6907
6911
|
space: "lch",
|
6908
6912
|
color: "{modes.color.status.positive.inverse.default}",
|
6909
6913
|
},
|
@@ -7036,7 +7040,7 @@ module.exports = {
|
|
7036
7040
|
"studio.tokens": {
|
7037
7041
|
modify: {
|
7038
7042
|
type: "mix",
|
7039
|
-
value: "0.
|
7043
|
+
value: "0.15",
|
7040
7044
|
space: "lch",
|
7041
7045
|
color: "#000000",
|
7042
7046
|
format: "hex",
|
@@ -7044,7 +7048,7 @@ module.exports = {
|
|
7044
7048
|
},
|
7045
7049
|
},
|
7046
7050
|
$type: "color",
|
7047
|
-
$value: "#
|
7051
|
+
$value: "#0e6d1d",
|
7048
7052
|
filePath: "data/tokens/modes/light.json",
|
7049
7053
|
isSource: true,
|
7050
7054
|
original: {
|
@@ -7052,7 +7056,7 @@ module.exports = {
|
|
7052
7056
|
"studio.tokens": {
|
7053
7057
|
modify: {
|
7054
7058
|
type: "mix",
|
7055
|
-
value: "{
|
7059
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7056
7060
|
space: "lch",
|
7057
7061
|
color: "{modes.color.modifier.contrastMore}",
|
7058
7062
|
},
|
@@ -7115,7 +7119,7 @@ module.exports = {
|
|
7115
7119
|
"studio.tokens": {
|
7116
7120
|
modify: {
|
7117
7121
|
type: "mix",
|
7118
|
-
value: "0.
|
7122
|
+
value: "0.15",
|
7119
7123
|
space: "lch",
|
7120
7124
|
color: "#000000",
|
7121
7125
|
format: "hex",
|
@@ -7123,7 +7127,7 @@ module.exports = {
|
|
7123
7127
|
},
|
7124
7128
|
},
|
7125
7129
|
$type: "color",
|
7126
|
-
$value: "#
|
7130
|
+
$value: "#0d6c3c",
|
7127
7131
|
filePath: "data/tokens/modes/light.json",
|
7128
7132
|
isSource: true,
|
7129
7133
|
original: {
|
@@ -7131,7 +7135,7 @@ module.exports = {
|
|
7131
7135
|
"studio.tokens": {
|
7132
7136
|
modify: {
|
7133
7137
|
type: "mix",
|
7134
|
-
value: "{
|
7138
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7135
7139
|
space: "lch",
|
7136
7140
|
color: "{modes.color.modifier.contrastMore}",
|
7137
7141
|
},
|
@@ -7175,119 +7179,6 @@ module.exports = {
|
|
7175
7179
|
path: ["modes", "color", "modifier", "contrastMore"],
|
7176
7180
|
},
|
7177
7181
|
},
|
7178
|
-
modifiers: {
|
7179
|
-
button: {
|
7180
|
-
active: {
|
7181
|
-
$type: "other",
|
7182
|
-
$value: "0.32",
|
7183
|
-
$description: "Actve modifier used when 16% hover is used",
|
7184
|
-
filePath: "data/tokens/modes/light.json",
|
7185
|
-
isSource: true,
|
7186
|
-
original: {
|
7187
|
-
$type: "other",
|
7188
|
-
$value: "0.32",
|
7189
|
-
$description: "Actve modifier used when 16% hover is used",
|
7190
|
-
},
|
7191
|
-
name: "modesColorModifiersButtonActive",
|
7192
|
-
attributes: {},
|
7193
|
-
path: ["modes", "color", "modifiers", "button", "active"],
|
7194
|
-
},
|
7195
|
-
activeAlt: {
|
7196
|
-
$type: "other",
|
7197
|
-
$value: "0.16",
|
7198
|
-
$description: "Active appled when 8% hover is used",
|
7199
|
-
filePath: "data/tokens/modes/light.json",
|
7200
|
-
isSource: true,
|
7201
|
-
original: {
|
7202
|
-
$type: "other",
|
7203
|
-
$value: "0.16",
|
7204
|
-
$description: "Active appled when 8% hover is used",
|
7205
|
-
},
|
7206
|
-
name: "modesColorModifiersButtonActiveAlt",
|
7207
|
-
attributes: {},
|
7208
|
-
path: ["modes", "color", "modifiers", "button", "activeAlt"],
|
7209
|
-
},
|
7210
|
-
hover: {
|
7211
|
-
$type: "other",
|
7212
|
-
$value: "0.16",
|
7213
|
-
$description: "Hover used on primary buttons",
|
7214
|
-
filePath: "data/tokens/modes/light.json",
|
7215
|
-
isSource: true,
|
7216
|
-
original: {
|
7217
|
-
$type: "other",
|
7218
|
-
$value: "0.16",
|
7219
|
-
$description: "Hover used on primary buttons",
|
7220
|
-
},
|
7221
|
-
name: "modesColorModifiersButtonHover",
|
7222
|
-
attributes: {},
|
7223
|
-
path: ["modes", "color", "modifiers", "button", "hover"],
|
7224
|
-
},
|
7225
|
-
hoverAlt: {
|
7226
|
-
$type: "other",
|
7227
|
-
$value: "0.08",
|
7228
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7229
|
-
filePath: "data/tokens/modes/light.json",
|
7230
|
-
isSource: true,
|
7231
|
-
original: {
|
7232
|
-
$type: "other",
|
7233
|
-
$value: "0.08",
|
7234
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7235
|
-
},
|
7236
|
-
name: "modesColorModifiersButtonHoverAlt",
|
7237
|
-
attributes: {},
|
7238
|
-
path: ["modes", "color", "modifiers", "button", "hoverAlt"],
|
7239
|
-
},
|
7240
|
-
},
|
7241
|
-
input: {
|
7242
|
-
disabledBg: {
|
7243
|
-
$type: "other",
|
7244
|
-
$value: "0.04",
|
7245
|
-
$description: "less contrast",
|
7246
|
-
filePath: "data/tokens/modes/light.json",
|
7247
|
-
isSource: true,
|
7248
|
-
original: {
|
7249
|
-
$type: "other",
|
7250
|
-
$value: "0.04",
|
7251
|
-
$description: "less contrast",
|
7252
|
-
},
|
7253
|
-
name: "modesColorModifiersInputDisabledBg",
|
7254
|
-
attributes: {},
|
7255
|
-
path: ["modes", "color", "modifiers", "input", "disabledBg"],
|
7256
|
-
},
|
7257
|
-
disabledFg: {
|
7258
|
-
$type: "other",
|
7259
|
-
$value: "0.30",
|
7260
|
-
$description: "less contrast",
|
7261
|
-
filePath: "data/tokens/modes/light.json",
|
7262
|
-
isSource: true,
|
7263
|
-
original: {
|
7264
|
-
$type: "other",
|
7265
|
-
$value: "0.30",
|
7266
|
-
$description: "less contrast",
|
7267
|
-
},
|
7268
|
-
name: "modesColorModifiersInputDisabledFg",
|
7269
|
-
attributes: {},
|
7270
|
-
path: ["modes", "color", "modifiers", "input", "disabledFg"],
|
7271
|
-
},
|
7272
|
-
},
|
7273
|
-
shadow: {
|
7274
|
-
standard: {
|
7275
|
-
$type: "other",
|
7276
|
-
$value: "0.5",
|
7277
|
-
$description: "standard mixer for shadow",
|
7278
|
-
filePath: "data/tokens/modes/light.json",
|
7279
|
-
isSource: true,
|
7280
|
-
original: {
|
7281
|
-
$type: "other",
|
7282
|
-
$value: "0.5",
|
7283
|
-
$description: "standard mixer for shadow",
|
7284
|
-
},
|
7285
|
-
name: "modesColorModifiersShadowStandard",
|
7286
|
-
attributes: {},
|
7287
|
-
path: ["modes", "color", "modifiers", "shadow", "standard"],
|
7288
|
-
},
|
7289
|
-
},
|
7290
|
-
},
|
7291
7182
|
},
|
7292
7183
|
},
|
7293
7184
|
};
|