@sage/design-tokens 14.0.0 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +302 -169
- 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 +2 -1
- package/css/frozenproduct/large/components/status.css +62 -12
- package/css/frozenproduct/large/components/table.css +1 -1
- package/css/frozenproduct/large/dark.css +114 -74
- package/css/frozenproduct/large/light.css +111 -71
- 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 +2 -1
- package/css/frozenproduct/small/components/status.css +62 -12
- package/css/frozenproduct/small/components/table.css +1 -1
- package/css/frozenproduct/small/dark.css +114 -74
- package/css/frozenproduct/small/light.css +111 -71
- package/css/marketing/all.css +302 -169
- 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 +2 -1
- package/css/marketing/large/components/status.css +62 -12
- package/css/marketing/large/components/table.css +1 -1
- package/css/marketing/large/dark.css +114 -74
- package/css/marketing/large/light.css +111 -71
- 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 +2 -1
- package/css/marketing/small/components/status.css +62 -12
- package/css/marketing/small/components/table.css +1 -1
- package/css/marketing/small/dark.css +114 -74
- package/css/marketing/small/light.css +111 -71
- package/css/product/all.css +302 -169
- 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 +2 -1
- package/css/product/large/components/status.css +62 -12
- package/css/product/large/components/table.css +1 -1
- package/css/product/large/dark.css +114 -74
- package/css/product/large/light.css +111 -71
- 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 +2 -1
- package/css/product/small/components/status.css +62 -12
- package/css/product/small/components/table.css +1 -1
- package/css/product/small/dark.css +114 -74
- package/css/product/small/light.css +111 -71
- package/ios/frozenproduct/large/dark/components/button.h +34 -32
- package/ios/frozenproduct/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/frozenproduct/large/dark/components/status.h +91 -41
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/dark/components/table.h +3 -3
- package/ios/frozenproduct/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/frozenproduct/large/light/components/status.h +91 -41
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/table.h +3 -3
- package/ios/frozenproduct/large/light/mode.h +109 -69
- package/ios/frozenproduct/small/dark/components/button.h +34 -32
- package/ios/frozenproduct/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/frozenproduct/small/dark/components/status.h +91 -41
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/table.h +3 -3
- package/ios/frozenproduct/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/frozenproduct/small/light/components/status.h +91 -41
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/table.h +3 -3
- package/ios/frozenproduct/small/light/mode.h +109 -69
- package/ios/marketing/large/dark/components/button.h +34 -32
- package/ios/marketing/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/marketing/large/dark/components/status.h +91 -41
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/table.h +3 -3
- package/ios/marketing/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/marketing/large/light/components/status.h +91 -41
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/large/light/components/table.h +3 -3
- package/ios/marketing/large/light/mode.h +109 -69
- package/ios/marketing/small/dark/components/button.h +34 -32
- package/ios/marketing/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/marketing/small/dark/components/status.h +91 -41
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/table.h +3 -3
- package/ios/marketing/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/marketing/small/light/components/status.h +91 -41
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/marketing/small/light/components/table.h +3 -3
- package/ios/marketing/small/light/mode.h +109 -69
- package/ios/product/large/dark/components/button.h +34 -32
- package/ios/product/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/product/large/dark/components/status.h +91 -41
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/dark/components/table.h +3 -3
- package/ios/product/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/product/large/light/components/status.h +91 -41
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/large/light/components/table.h +3 -3
- package/ios/product/large/light/mode.h +109 -69
- package/ios/product/small/dark/components/button.h +34 -32
- package/ios/product/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/product/small/dark/components/status.h +91 -41
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/dark/components/table.h +3 -3
- package/ios/product/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/product/small/light/components/status.h +91 -41
- package/ios/product/small/light/components/tab.h +1 -1
- package/ios/product/small/light/components/table.h +3 -3
- package/ios/product/small/light/mode.h +109 -69
- 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 +6 -27
- 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 +17 -2
- package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/dark/components/status.js +1269 -346
- package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/large/dark/components/table.js +4 -4
- package/js/common/frozenproduct/large/dark/mode.d.ts +80 -24
- package/js/common/frozenproduct/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/light/components/status.js +1269 -346
- package/js/common/frozenproduct/large/light/components/tab.js +1 -1
- package/js/common/frozenproduct/large/light/components/table.js +4 -4
- package/js/common/frozenproduct/large/light/mode.d.ts +80 -24
- package/js/common/frozenproduct/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/dark/components/status.js +1269 -346
- package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/small/dark/components/table.js +4 -4
- package/js/common/frozenproduct/small/dark/mode.d.ts +80 -24
- package/js/common/frozenproduct/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/light/components/status.js +1269 -346
- package/js/common/frozenproduct/small/light/components/tab.js +1 -1
- package/js/common/frozenproduct/small/light/components/table.js +4 -4
- package/js/common/frozenproduct/small/light/mode.d.ts +80 -24
- package/js/common/frozenproduct/small/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/marketing/large/dark/components/status.d.ts +106 -34
- package/js/common/marketing/large/dark/components/status.js +1269 -346
- package/js/common/marketing/large/dark/components/tab.js +1 -1
- package/js/common/marketing/large/dark/components/table.js +4 -4
- package/js/common/marketing/large/dark/mode.d.ts +80 -24
- package/js/common/marketing/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/marketing/large/light/components/status.d.ts +106 -34
- package/js/common/marketing/large/light/components/status.js +1269 -346
- package/js/common/marketing/large/light/components/tab.js +1 -1
- package/js/common/marketing/large/light/components/table.js +4 -4
- package/js/common/marketing/large/light/mode.d.ts +80 -24
- package/js/common/marketing/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/marketing/small/dark/components/status.d.ts +106 -34
- package/js/common/marketing/small/dark/components/status.js +1269 -346
- package/js/common/marketing/small/dark/components/tab.js +1 -1
- package/js/common/marketing/small/dark/components/table.js +4 -4
- package/js/common/marketing/small/dark/mode.d.ts +80 -24
- package/js/common/marketing/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/marketing/small/light/components/status.d.ts +106 -34
- package/js/common/marketing/small/light/components/status.js +1269 -346
- package/js/common/marketing/small/light/components/tab.js +1 -1
- package/js/common/marketing/small/light/components/table.js +4 -4
- package/js/common/marketing/small/light/mode.d.ts +80 -24
- package/js/common/marketing/small/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/product/large/dark/components/status.d.ts +106 -34
- package/js/common/product/large/dark/components/status.js +1269 -346
- package/js/common/product/large/dark/components/tab.js +1 -1
- package/js/common/product/large/dark/components/table.js +4 -4
- package/js/common/product/large/dark/mode.d.ts +80 -24
- package/js/common/product/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/product/large/light/components/status.d.ts +106 -34
- package/js/common/product/large/light/components/status.js +1269 -346
- package/js/common/product/large/light/components/tab.js +1 -1
- package/js/common/product/large/light/components/table.js +4 -4
- package/js/common/product/large/light/mode.d.ts +80 -24
- package/js/common/product/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/product/small/dark/components/status.d.ts +106 -34
- package/js/common/product/small/dark/components/status.js +1269 -346
- package/js/common/product/small/dark/components/tab.js +1 -1
- package/js/common/product/small/dark/components/table.js +4 -4
- package/js/common/product/small/dark/mode.d.ts +80 -24
- package/js/common/product/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/product/small/light/components/status.d.ts +106 -34
- package/js/common/product/small/light/components/status.js +1269 -346
- package/js/common/product/small/light/components/tab.js +1 -1
- package/js/common/product/small/light/components/table.js +4 -4
- package/js/common/product/small/light/mode.d.ts +80 -24
- package/js/common/product/small/light/mode.js +1949 -468
- 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 +4 -4
- 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 +2 -1
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/dark/components/status.js +91 -41
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/table.js +3 -3
- package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -11
- package/js/es6/frozenproduct/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/light/components/status.js +91 -41
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/table.js +3 -3
- package/js/es6/frozenproduct/large/light/mode.d.ts +51 -11
- package/js/es6/frozenproduct/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/dark/components/status.js +91 -41
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/table.js +3 -3
- package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -11
- package/js/es6/frozenproduct/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/light/components/status.js +91 -41
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/table.js +3 -3
- package/js/es6/frozenproduct/small/light/mode.d.ts +51 -11
- package/js/es6/frozenproduct/small/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/large/dark/components/status.js +91 -41
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/table.js +3 -3
- package/js/es6/marketing/large/dark/mode.d.ts +51 -11
- package/js/es6/marketing/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/marketing/large/light/components/status.d.ts +72 -22
- package/js/es6/marketing/large/light/components/status.js +91 -41
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/table.js +3 -3
- package/js/es6/marketing/large/light/mode.d.ts +51 -11
- package/js/es6/marketing/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/small/dark/components/status.js +91 -41
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/table.js +3 -3
- package/js/es6/marketing/small/dark/mode.d.ts +51 -11
- package/js/es6/marketing/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/marketing/small/light/components/status.d.ts +72 -22
- package/js/es6/marketing/small/light/components/status.js +91 -41
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/table.js +3 -3
- package/js/es6/marketing/small/light/mode.d.ts +51 -11
- package/js/es6/marketing/small/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/product/large/dark/components/status.d.ts +72 -22
- package/js/es6/product/large/dark/components/status.js +91 -41
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/table.js +3 -3
- package/js/es6/product/large/dark/mode.d.ts +51 -11
- package/js/es6/product/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/product/large/light/components/status.d.ts +72 -22
- package/js/es6/product/large/light/components/status.js +91 -41
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/large/light/components/table.js +3 -3
- package/js/es6/product/large/light/mode.d.ts +51 -11
- package/js/es6/product/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/product/small/dark/components/status.d.ts +72 -22
- package/js/es6/product/small/dark/components/status.js +91 -41
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/table.js +3 -3
- package/js/es6/product/small/dark/mode.d.ts +51 -11
- package/js/es6/product/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/product/small/light/components/status.d.ts +72 -22
- package/js/es6/product/small/light/components/status.js +91 -41
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/es6/product/small/light/components/table.js +3 -3
- package/js/es6/product/small/light/mode.d.ts +51 -11
- package/js/es6/product/small/light/mode.js +109 -69
- package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/frozenproduct/large/dark/components/status.js +1357 -357
- package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/table.js +4 -4
- package/js/umd/frozenproduct/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/frozenproduct/large/light/components/status.js +1357 -357
- package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/light/components/table.js +4 -4
- package/js/umd/frozenproduct/large/light/mode.js +2032 -468
- package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/frozenproduct/small/dark/components/status.js +1357 -357
- package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/table.js +4 -4
- package/js/umd/frozenproduct/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/frozenproduct/small/light/components/status.js +1357 -357
- package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/light/components/table.js +4 -4
- package/js/umd/frozenproduct/small/light/mode.js +2032 -468
- package/js/umd/marketing/large/dark/components/button.js +68 -34
- package/js/umd/marketing/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/marketing/large/dark/components/status.js +1357 -357
- package/js/umd/marketing/large/dark/components/tab.js +1 -1
- package/js/umd/marketing/large/dark/components/table.js +4 -4
- package/js/umd/marketing/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/marketing/large/light/components/status.js +1357 -357
- package/js/umd/marketing/large/light/components/tab.js +1 -1
- package/js/umd/marketing/large/light/components/table.js +4 -4
- package/js/umd/marketing/large/light/mode.js +2032 -468
- package/js/umd/marketing/small/dark/components/button.js +68 -34
- package/js/umd/marketing/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/marketing/small/dark/components/status.js +1357 -357
- package/js/umd/marketing/small/dark/components/tab.js +1 -1
- package/js/umd/marketing/small/dark/components/table.js +4 -4
- package/js/umd/marketing/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/marketing/small/light/components/status.js +1357 -357
- package/js/umd/marketing/small/light/components/tab.js +1 -1
- package/js/umd/marketing/small/light/components/table.js +4 -4
- package/js/umd/marketing/small/light/mode.js +2032 -468
- package/js/umd/product/large/dark/components/button.js +68 -34
- package/js/umd/product/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/product/large/dark/components/status.js +1357 -357
- package/js/umd/product/large/dark/components/tab.js +1 -1
- package/js/umd/product/large/dark/components/table.js +4 -4
- package/js/umd/product/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/product/large/light/components/status.js +1357 -357
- package/js/umd/product/large/light/components/tab.js +1 -1
- package/js/umd/product/large/light/components/table.js +4 -4
- package/js/umd/product/large/light/mode.js +2032 -468
- package/js/umd/product/small/dark/components/button.js +68 -34
- package/js/umd/product/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/product/small/dark/components/status.js +1357 -357
- package/js/umd/product/small/dark/components/tab.js +1 -1
- package/js/umd/product/small/dark/components/table.js +4 -4
- package/js/umd/product/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/product/small/light/components/status.js +1357 -357
- package/js/umd/product/small/light/components/tab.js +1 -1
- package/js/umd/product/small/light/components/table.js +4 -4
- package/js/umd/product/small/light/mode.js +2032 -468
- package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/frozenproduct/large/dark/components/status.json +91 -41
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/table.json +3 -3
- package/json/flat/frozenproduct/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/frozenproduct/large/light/components/status.json +91 -41
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/table.json +3 -3
- package/json/flat/frozenproduct/large/light/mode.json +110 -70
- package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/frozenproduct/small/dark/components/status.json +91 -41
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +3 -3
- package/json/flat/frozenproduct/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/frozenproduct/small/light/components/status.json +91 -41
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/table.json +3 -3
- package/json/flat/frozenproduct/small/light/mode.json +110 -70
- package/json/flat/marketing/large/dark/components/button.json +34 -32
- package/json/flat/marketing/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/marketing/large/dark/components/status.json +91 -41
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/table.json +3 -3
- package/json/flat/marketing/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/marketing/large/light/components/status.json +91 -41
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/table.json +3 -3
- package/json/flat/marketing/large/light/mode.json +110 -70
- package/json/flat/marketing/small/dark/components/button.json +34 -32
- package/json/flat/marketing/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/marketing/small/dark/components/status.json +91 -41
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/table.json +3 -3
- package/json/flat/marketing/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/marketing/small/light/components/status.json +91 -41
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/table.json +3 -3
- package/json/flat/marketing/small/light/mode.json +110 -70
- package/json/flat/product/large/dark/components/button.json +34 -32
- package/json/flat/product/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/product/large/dark/components/status.json +91 -41
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/table.json +3 -3
- package/json/flat/product/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/product/large/light/components/status.json +91 -41
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/large/light/components/table.json +3 -3
- package/json/flat/product/large/light/mode.json +110 -70
- package/json/flat/product/small/dark/components/button.json +34 -32
- package/json/flat/product/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/product/small/dark/components/status.json +91 -41
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/table.json +3 -3
- package/json/flat/product/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/product/small/light/components/status.json +91 -41
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/flat/product/small/light/components/table.json +3 -3
- package/json/flat/product/small/light/mode.json +110 -70
- package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/frozenproduct/large/dark/components/status.json +127 -55
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +3 -3
- package/json/nested/frozenproduct/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/frozenproduct/large/light/components/status.json +127 -55
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/table.json +3 -3
- package/json/nested/frozenproduct/large/light/mode.json +138 -82
- package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/frozenproduct/small/dark/components/status.json +127 -55
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +3 -3
- package/json/nested/frozenproduct/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/frozenproduct/small/light/components/status.json +127 -55
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/table.json +3 -3
- package/json/nested/frozenproduct/small/light/mode.json +138 -82
- package/json/nested/marketing/large/dark/components/button.json +34 -32
- package/json/nested/marketing/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/marketing/large/dark/components/status.json +127 -55
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/table.json +3 -3
- package/json/nested/marketing/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/marketing/large/light/components/status.json +127 -55
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/table.json +3 -3
- package/json/nested/marketing/large/light/mode.json +138 -82
- package/json/nested/marketing/small/dark/components/button.json +34 -32
- package/json/nested/marketing/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/marketing/small/dark/components/status.json +127 -55
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/table.json +3 -3
- package/json/nested/marketing/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/marketing/small/light/components/status.json +127 -55
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/table.json +3 -3
- package/json/nested/marketing/small/light/mode.json +138 -82
- package/json/nested/product/large/dark/components/button.json +34 -32
- package/json/nested/product/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/product/large/dark/components/status.json +127 -55
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/table.json +3 -3
- package/json/nested/product/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/product/large/light/components/status.json +127 -55
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/large/light/components/table.json +3 -3
- package/json/nested/product/large/light/mode.json +138 -82
- package/json/nested/product/small/dark/components/button.json +34 -32
- package/json/nested/product/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/product/small/dark/components/status.json +127 -55
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/table.json +3 -3
- package/json/nested/product/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/product/small/light/components/status.json +127 -55
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/json/nested/product/small/light/components/table.json +3 -3
- package/json/nested/product/small/light/mode.json +138 -82
- package/package.json +1 -1
- package/sage-design-tokens-14.1.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +19 -17
- package/scss/frozenproduct/large/components/container.scss +11 -11
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +4 -4
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +8 -7
- package/scss/frozenproduct/large/components/status.scss +64 -14
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +114 -74
- package/scss/frozenproduct/large/light.scss +111 -71
- package/scss/frozenproduct/small/components/button.scss +17 -15
- package/scss/frozenproduct/small/components/container.scss +11 -11
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +4 -4
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +8 -7
- package/scss/frozenproduct/small/components/status.scss +64 -14
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -11
- package/scss/frozenproduct/small/dark.scss +114 -74
- package/scss/frozenproduct/small/light.scss +111 -71
- 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 +2 -1
- package/scss/marketing/large/components/status.scss +62 -12
- package/scss/marketing/large/components/table.scss +1 -1
- package/scss/marketing/large/dark.scss +114 -74
- package/scss/marketing/large/light.scss +111 -71
- 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 +8 -7
- package/scss/marketing/small/components/status.scss +64 -14
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +11 -11
- package/scss/marketing/small/dark.scss +114 -74
- package/scss/marketing/small/light.scss +111 -71
- 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 +8 -7
- package/scss/product/large/components/status.scss +64 -14
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -11
- package/scss/product/large/dark.scss +114 -74
- package/scss/product/large/light.scss +111 -71
- 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 +2 -1
- package/scss/product/small/components/status.scss +62 -12
- package/scss/product/small/components/table.scss +1 -1
- package/scss/product/small/dark.scss +114 -74
- package/scss/product/small/light.scss +111 -71
- package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -169,6 +169,7 @@ export const buttonColorTypicalPrimaryInverseLabelDisabled: string;
|
|
169
169
|
export const buttonColorTypicalPrimaryInverseLabelEnabled: string;
|
170
170
|
export const buttonColorTypicalPrimaryInverseLabelHover: string;
|
171
171
|
export const buttonColorTypicalSecondaryBgActive: string;
|
172
|
+
export const buttonColorTypicalSecondaryBgEnabled: string;
|
172
173
|
export const buttonColorTypicalSecondaryBgHover: string;
|
173
174
|
export const buttonColorTypicalSecondaryBorderActive: string;
|
174
175
|
export const buttonColorTypicalSecondaryBorderDisabled: string;
|
@@ -179,6 +180,7 @@ export const buttonColorTypicalSecondaryLabelDisabled: string;
|
|
179
180
|
export const buttonColorTypicalSecondaryLabelEnabled: string;
|
180
181
|
export const buttonColorTypicalSecondaryLabelHover: string;
|
181
182
|
export const buttonColorTypicalSecondaryInverseBgActive: string;
|
183
|
+
export const buttonColorTypicalSecondaryInverseBgEnabled: string;
|
182
184
|
export const buttonColorTypicalSecondaryInverseBgHover: string;
|
183
185
|
export const buttonColorTypicalSecondaryInverseBorderActive: string;
|
184
186
|
export const buttonColorTypicalSecondaryInverseBorderDisabled: string;
|
@@ -144,85 +144,87 @@ export const buttonColorAiLabelEnabled = "#ffffffe6";
|
|
144
144
|
export const buttonColorAiLabelHover = "#FFFFFF";
|
145
145
|
export const buttonColorDestructivePrimaryBgDisabled = "#4b4b4b";
|
146
146
|
export const buttonColorDestructivePrimaryBgEnabled = "#E13E53";
|
147
|
-
export const buttonColorDestructivePrimaryBgHover = "#
|
147
|
+
export const buttonColorDestructivePrimaryBgHover = "#ea626a";
|
148
148
|
export const buttonColorDestructivePrimaryLabelDisabled = "#000000";
|
149
149
|
export const buttonColorDestructivePrimaryLabelEnabled = "#000000";
|
150
150
|
export const buttonColorDestructivePrimaryLabelHover = "#000000";
|
151
|
-
export const buttonColorDestructiveSecondaryBgHover = "#
|
151
|
+
export const buttonColorDestructiveSecondaryBgHover = "#e13e531a";
|
152
152
|
export const buttonColorDestructiveSecondaryBorderDisabled = "#4b4b4b";
|
153
153
|
export const buttonColorDestructiveSecondaryBorderEnabled = "#E13E53";
|
154
|
-
export const buttonColorDestructiveSecondaryBorderHover = "#
|
154
|
+
export const buttonColorDestructiveSecondaryBorderHover = "#ea626a";
|
155
155
|
export const buttonColorDestructiveSecondaryLabelDisabled = "#ffffff4d";
|
156
156
|
export const buttonColorDestructiveSecondaryLabelEnabled = "#E13E53";
|
157
|
-
export const buttonColorDestructiveSecondaryLabelHover = "#
|
158
|
-
export const buttonColorTypicalPrimaryBgActive = "#
|
157
|
+
export const buttonColorDestructiveSecondaryLabelHover = "#ea626a";
|
158
|
+
export const buttonColorTypicalPrimaryBgActive = "#7ce47a";
|
159
159
|
export const buttonColorTypicalPrimaryBgDefault = "#000000";
|
160
160
|
export const buttonColorTypicalPrimaryBgDisabled = "#4b4b4b";
|
161
161
|
export const buttonColorTypicalPrimaryBgEnabled = "#00D639";
|
162
|
-
export const buttonColorTypicalPrimaryBgHover = "#
|
162
|
+
export const buttonColorTypicalPrimaryBgHover = "#55dd5b";
|
163
163
|
export const buttonColorTypicalPrimaryLabelActive = "#000000";
|
164
164
|
export const buttonColorTypicalPrimaryLabelDisabled = "#000000";
|
165
165
|
export const buttonColorTypicalPrimaryLabelEnabled = "#000000";
|
166
166
|
export const buttonColorTypicalPrimaryLabelHover = "#000000";
|
167
|
-
export const buttonColorTypicalPrimaryInverseBgActive = "#
|
167
|
+
export const buttonColorTypicalPrimaryInverseBgActive = "#13591a";
|
168
168
|
export const buttonColorTypicalPrimaryInverseBgDefault = "#FFFFFF";
|
169
169
|
export const buttonColorTypicalPrimaryInverseBgDisabled = "#a6a6a6";
|
170
170
|
export const buttonColorTypicalPrimaryInverseBgEnabled = "#00811F";
|
171
|
-
export const buttonColorTypicalPrimaryInverseBgHover = "#
|
171
|
+
export const buttonColorTypicalPrimaryInverseBgHover = "#0e6d1d";
|
172
172
|
export const buttonColorTypicalPrimaryInverseLabelActive = "#FFFFFF";
|
173
173
|
export const buttonColorTypicalPrimaryInverseLabelDisabled = "#FFFFFF";
|
174
174
|
export const buttonColorTypicalPrimaryInverseLabelEnabled = "#FFFFFF";
|
175
175
|
export const buttonColorTypicalPrimaryInverseLabelHover = "#FFFFFF";
|
176
|
-
export const buttonColorTypicalSecondaryBgActive = "#
|
177
|
-
export const
|
178
|
-
export const
|
176
|
+
export const buttonColorTypicalSecondaryBgActive = "#00d6394d";
|
177
|
+
export const buttonColorTypicalSecondaryBgEnabled = "#00d63908";
|
178
|
+
export const buttonColorTypicalSecondaryBgHover = "#00d6391a";
|
179
|
+
export const buttonColorTypicalSecondaryBorderActive = "#7ce47a";
|
179
180
|
export const buttonColorTypicalSecondaryBorderDisabled = "#4b4b4b";
|
180
181
|
export const buttonColorTypicalSecondaryBorderEnabled = "#00d639cc";
|
181
|
-
export const buttonColorTypicalSecondaryBorderHover = "#
|
182
|
+
export const buttonColorTypicalSecondaryBorderHover = "#55dd5b";
|
182
183
|
export const buttonColorTypicalSecondaryLabelActive = "#FFFFFF";
|
183
184
|
export const buttonColorTypicalSecondaryLabelDisabled = "#ffffff4d";
|
184
185
|
export const buttonColorTypicalSecondaryLabelEnabled = "#ffffffe6";
|
185
186
|
export const buttonColorTypicalSecondaryLabelHover = "#FFFFFF";
|
186
|
-
export const buttonColorTypicalSecondaryInverseBgActive = "#
|
187
|
-
export const
|
188
|
-
export const
|
187
|
+
export const buttonColorTypicalSecondaryInverseBgActive = "#00811f4d";
|
188
|
+
export const buttonColorTypicalSecondaryInverseBgEnabled = "#00811f08";
|
189
|
+
export const buttonColorTypicalSecondaryInverseBgHover = "#0c711d1a";
|
190
|
+
export const buttonColorTypicalSecondaryInverseBorderActive = "#13591a";
|
189
191
|
export const buttonColorTypicalSecondaryInverseBorderDisabled = "#a6a6a6";
|
190
192
|
export const buttonColorTypicalSecondaryInverseBorderEnabled = "#00811fcc";
|
191
|
-
export const buttonColorTypicalSecondaryInverseBorderHover = "#
|
193
|
+
export const buttonColorTypicalSecondaryInverseBorderHover = "#0e6d1d";
|
192
194
|
export const buttonColorTypicalSecondaryInverseLabelActive = "#000000";
|
193
195
|
export const buttonColorTypicalSecondaryInverseLabelDisabled = "#0000006b";
|
194
196
|
export const buttonColorTypicalSecondaryInverseLabelEnabled = "#000000e6";
|
195
197
|
export const buttonColorTypicalSecondaryInverseLabelHover = "#000000";
|
196
|
-
export const buttonColorTypicalTertiaryBgActive = "#
|
198
|
+
export const buttonColorTypicalTertiaryBgActive = "#00d6394d";
|
197
199
|
export const buttonColorTypicalTertiaryBgEnabled = "#fff0";
|
198
|
-
export const buttonColorTypicalTertiaryBgHover = "#
|
199
|
-
export const buttonColorTypicalTertiaryBorderActive = "#
|
200
|
+
export const buttonColorTypicalTertiaryBgHover = "#00d6391a";
|
201
|
+
export const buttonColorTypicalTertiaryBorderActive = "#7ce47a";
|
200
202
|
export const buttonColorTypicalTertiaryBorderDisabled = "#4b4b4b";
|
201
|
-
export const buttonColorTypicalTertiaryBorderEnabled = "#
|
202
|
-
export const buttonColorTypicalTertiaryBorderHover = "#
|
203
|
+
export const buttonColorTypicalTertiaryBorderEnabled = "#00d639cc";
|
204
|
+
export const buttonColorTypicalTertiaryBorderHover = "#55dd5b";
|
203
205
|
export const buttonColorTypicalTertiaryLabelActive = "#FFFFFF";
|
204
206
|
export const buttonColorTypicalTertiaryLabelDisabled = "#ffffff4d";
|
205
207
|
export const buttonColorTypicalTertiaryLabelEnabled = "#ffffffe6";
|
206
208
|
export const buttonColorTypicalTertiaryLabelHover = "#FFFFFF";
|
207
|
-
export const buttonColorTypicalTertiaryInverseBgActive = "#
|
209
|
+
export const buttonColorTypicalTertiaryInverseBgActive = "#00811f4d";
|
208
210
|
export const buttonColorTypicalTertiaryInverseBgEnabled = "#fff0";
|
209
|
-
export const buttonColorTypicalTertiaryInverseBgHover = "#
|
210
|
-
export const buttonColorTypicalTertiaryInverseBorderActive = "#
|
211
|
+
export const buttonColorTypicalTertiaryInverseBgHover = "#0c711d1a";
|
212
|
+
export const buttonColorTypicalTertiaryInverseBorderActive = "#13591a";
|
211
213
|
export const buttonColorTypicalTertiaryInverseBorderDisabled = "#a6a6a6";
|
212
|
-
export const buttonColorTypicalTertiaryInverseBorderEnabled = "#
|
213
|
-
export const buttonColorTypicalTertiaryInverseBorderHover = "#
|
214
|
+
export const buttonColorTypicalTertiaryInverseBorderEnabled = "#00811fcc";
|
215
|
+
export const buttonColorTypicalTertiaryInverseBorderHover = "#0e6d1d";
|
214
216
|
export const buttonColorTypicalTertiaryInverseLabelActive = "#000000";
|
215
217
|
export const buttonColorTypicalTertiaryInverseLabelDisabled = "#0000006b";
|
216
218
|
export const buttonColorTypicalTertiaryInverseLabelEnabled = "#000000e6";
|
217
219
|
export const buttonColorTypicalTertiaryInverseLabelHover = "#000000";
|
218
|
-
export const buttonColorTypicalSubtleBgActive = "#
|
219
|
-
export const buttonColorTypicalSubtleBgHover = "#
|
220
|
+
export const buttonColorTypicalSubtleBgActive = "#ffffff26";
|
221
|
+
export const buttonColorTypicalSubtleBgHover = "#ffffff1a";
|
220
222
|
export const buttonColorTypicalSubtleLabelActive = "#FFFFFF";
|
221
223
|
export const buttonColorTypicalSubtleLabelDisabled = "#ffffff4d";
|
222
224
|
export const buttonColorTypicalSubtleLabelEnabled = "#ffffffe6";
|
223
225
|
export const buttonColorTypicalSubtleLabelHover = "#FFFFFF";
|
224
|
-
export const buttonColorTypicalSubtleInverseBgActive = "#
|
225
|
-
export const buttonColorTypicalSubtleInverseBgHover = "#
|
226
|
+
export const buttonColorTypicalSubtleInverseBgActive = "#00000026";
|
227
|
+
export const buttonColorTypicalSubtleInverseBgHover = "#0000001a";
|
226
228
|
export const buttonColorTypicalSubtleInverseLabelActive = "#000000";
|
227
229
|
export const buttonColorTypicalSubtleInverseLabelDisabled = "#0000006b";
|
228
230
|
export const buttonColorTypicalSubtleInverseLabelEnabled = "#000000e6";
|
@@ -230,14 +232,14 @@ export const buttonColorTypicalSubtleInverseLabelHover = "#000000";
|
|
230
232
|
export const buttonColorTypicalToggleBgActiveDisabled = "#4b4b4b";
|
231
233
|
export const buttonColorTypicalToggleLabelActiveDisabled = "#000000";
|
232
234
|
export const buttonColorTypicalToggleBgActive = "#FFFFFF";
|
233
|
-
export const buttonColorTypicalToggleBgHover = "#
|
235
|
+
export const buttonColorTypicalToggleBgHover = "#ffffff1a";
|
234
236
|
export const buttonColorTypicalToggleBorderEnabled = "#ffffffe6";
|
235
237
|
export const buttonColorTypicalToggleBorderDisabled = "#4b4b4b";
|
236
238
|
export const buttonColorTypicalToggleLabelActive = "#000000";
|
237
239
|
export const buttonColorTypicalToggleLabelDisabled = "#ffffff4d";
|
238
240
|
export const buttonColorTypicalToggleLabelEnabled = "#ffffffab";
|
239
241
|
export const buttonColorTypicalToggleLabelHover = "#FFFFFF";
|
240
|
-
export const buttonColorVideoBgBlur = "#
|
242
|
+
export const buttonColorVideoBgBlur = "#ffffff1a";
|
241
243
|
export const buttonColorVideoPrimaryBgEnabled = "#000000";
|
242
244
|
export const buttonColorVideoPrimaryBgHover = "#000000";
|
243
245
|
export const buttonColorVideoPrimaryLabelEnabled = "#ffffffe6";
|
@@ -21,10 +21,10 @@ export const containerColorInteractiveBorderActivated = "#009023";
|
|
21
21
|
export const containerColorInteractiveBgFooterDefault = "#000000";
|
22
22
|
export const containerColorInteractiveBgEnabled = "#000000";
|
23
23
|
export const containerColorInteractiveBgDisabled = "#0e0e0e";
|
24
|
-
export const containerColorInteractiveBgHover = "#
|
24
|
+
export const containerColorInteractiveBgHover = "#ffffff1a";
|
25
25
|
export const containerColorInteractiveBorderActive = "#FFFFFF";
|
26
26
|
export const containerColorInteractiveBorderAlt = "#282828";
|
27
|
-
export const containerColorInteractiveBorderaltHover = "#
|
27
|
+
export const containerColorInteractiveBorderaltHover = "#ffffffe6";
|
28
28
|
export const containerColorInteractiveBorderInactive = "#4b4b4b";
|
29
29
|
export const containerColorInteractiveBorderEnabled = "#777";
|
30
30
|
export const containerColorInteractiveIconActive = "#FFFFFF";
|
@@ -56,7 +56,7 @@ export const containerColorStandardStatusborderBgAi =
|
|
56
56
|
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)";
|
57
57
|
export const containerColorStandardStatusborderBgCaution = "#E04500";
|
58
58
|
export const containerColorStandardStatusborderBgNegative = "#E13E53";
|
59
|
-
export const containerColorStandardStatusborderBgImportant = "#
|
59
|
+
export const containerColorStandardStatusborderBgImportant = "#8F4CD7";
|
60
60
|
export const containerColorStandardStatusborderBgInfo = "#007ED9";
|
61
61
|
export const containerColorStandardStatusborderBgNeutral = "#7C7C7C";
|
62
62
|
export const containerColorStandardStatusborderBgPositive = "#009023";
|
@@ -454,7 +454,7 @@ export const containerBorderwidthTileselectInactive = 1;
|
|
454
454
|
export const containerBorderwidthTileselectSelected = 2;
|
455
455
|
export const containerBorderwidthTileselectUnavailable = 1;
|
456
456
|
export const containerBorderwidthTileselectEnabled = 1;
|
457
|
-
export const containerOpacityCarouselHidden = "0.
|
457
|
+
export const containerOpacityCarouselHidden = "0.3";
|
458
458
|
export const containerOpacityDialogDimmer = "0.4";
|
459
459
|
export const containerOpacityDragGhost = "0.5";
|
460
460
|
export const containerTypographyAdaptiveHeadingM = {
|
@@ -190,8 +190,8 @@ export const formSizeRatingM = 20;
|
|
190
190
|
export const formSizeRatingL = 32;
|
191
191
|
export const formColorCalendarBgActive = "#FFFFFF";
|
192
192
|
export const formColorCalendarBgDisabled = "#0e0e0e";
|
193
|
-
export const formColorCalendarBgDuration = "#
|
194
|
-
export const formColorCalendarBgHover = "#
|
193
|
+
export const formColorCalendarBgDuration = "#1b1b1b";
|
194
|
+
export const formColorCalendarBgHover = "#ffffff1a";
|
195
195
|
export const formColorCalendarBorderDuration = "#FFFFFF";
|
196
196
|
export const formColorCalendarTextActive = "#000000";
|
197
197
|
export const formColorCalendarTextAlt = "#ffffff8c";
|
@@ -200,7 +200,7 @@ export const formColorCalendarTextDuration = "#fffffff2";
|
|
200
200
|
export const formColorCalendarTextEnabled = "#fffffff2";
|
201
201
|
export const formColorCalendarTextHover = "#FFFFFF";
|
202
202
|
export const formColorCalendarTextAltEnabled = "#ffffff8c";
|
203
|
-
export const formColorDropdownBgHover = "#
|
203
|
+
export const formColorDropdownBgHover = "#ffffff1a";
|
204
204
|
export const formColorDropdownLabelActive = "#000000";
|
205
205
|
export const formColorDropdownLabelAlt = "#ffffffe6";
|
206
206
|
export const formColorDropdownLabelDisabled = "#ffffff4d";
|
@@ -215,7 +215,7 @@ export const formColorTypicalBgAlt = "#0e0e0e";
|
|
215
215
|
export const formColorTypicalBgDisabled = "#0e0e0e";
|
216
216
|
export const formColorTypicalBgDefault = "#000000";
|
217
217
|
export const formColorTypicalBgEnabled = "#000000";
|
218
|
-
export const formColorTypicalBgHover = "#
|
218
|
+
export const formColorTypicalBgHover = "#1b1b1b";
|
219
219
|
export const formColorTypicalBgReadOnly = "#0e0e0e";
|
220
220
|
export const formColorTypicalBorderAlt = "#4b4b4b";
|
221
221
|
export const formColorTypicalBorderEnabled = "#777";
|
@@ -7,13 +7,13 @@
|
|
7
7
|
*/
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault = "#e85b66";
|
10
|
-
export const linkColorDestructiveLabelHover = "#
|
10
|
+
export const linkColorDestructiveLabelHover = "#ed6e74";
|
11
11
|
export const linkColorDestructiveInverseLabelDefault = "#b23342";
|
12
|
-
export const linkColorDestructiveInverseLabelHover = "#
|
12
|
+
export const linkColorDestructiveInverseLabelHover = "#9f303c";
|
13
13
|
export const linkColorTypicalLabelDefault = "#4cdc55";
|
14
|
-
export const linkColorTypicalLabelHover = "#
|
14
|
+
export const linkColorTypicalLabelHover = "#71e270";
|
15
15
|
export const linkColorTypicalInverseLabelDefault = "#0c711d";
|
16
|
-
export const linkColorTypicalInverseLabelHover = "#
|
16
|
+
export const linkColorTypicalInverseLabelHover = "#11651c";
|
17
17
|
export const linkColorSubtleLabelDefault = "#ffffffe6";
|
18
18
|
export const linkColorSubtleLabelHover = "#FFFFFF";
|
19
19
|
export const linkColorSubtleInverseLabelDefault = "#000000e6";
|
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
export const navColorBgDefault = "#000000";
|
10
10
|
export const navColorItemBgActive = "#FFFFFF";
|
11
|
-
export const navColorItemBgActivealt = "#
|
11
|
+
export const navColorItemBgActivealt = "#ffffff1a";
|
12
12
|
export const navColorItemBgEnabled = "#fff0";
|
13
|
-
export const navColorItemBgHover = "#
|
13
|
+
export const navColorItemBgHover = "#ffffff1a";
|
14
14
|
export const navColorItemLabelActive = "#000000";
|
15
15
|
export const navColorItemLabelActivealt = "#FFFFFF";
|
16
16
|
export const navColorItemLabelEnabled = "#ffffffe6";
|
@@ -25,7 +25,7 @@ export const navColorLeftnavContainerBgDefaultAlt = "#181818";
|
|
25
25
|
export const navColorLeftnavContainerBorderDefault = "#4b4b4b";
|
26
26
|
export const navColorLeftnavItemBgActive = "#ffffff59";
|
27
27
|
export const navColorLeftnavItemBgEnabled = "#fff0";
|
28
|
-
export const navColorLeftnavItemBgHover = "#
|
28
|
+
export const navColorLeftnavItemBgHover = "#ffffff26";
|
29
29
|
export const navColorLeftnavItemLabelActive = "#FFFFFF";
|
30
30
|
export const navColorLeftnavItemLabelEnabled = "#fffffff2";
|
31
31
|
export const navColorLeftnavItemLabelHover = "#FFFFFF";
|
@@ -34,7 +34,7 @@ export const navColorModalContainerBgDefaultAlt = "#181818";
|
|
34
34
|
export const navColorModalContainerBorderDefault = "#4b4b4b";
|
35
35
|
export const navColorModalItemBgActive = "#ffffff59";
|
36
36
|
export const navColorModalItemBgEnabled = "#fff0";
|
37
|
-
export const navColorModalItemBgHover = "#
|
37
|
+
export const navColorModalItemBgHover = "#ffffff26";
|
38
38
|
export const navColorModalItemLabelActive = "#FFFFFF";
|
39
39
|
export const navColorModalItemLabelEnabled = "#fffffff2";
|
40
40
|
export const navColorModalItemLabelHover = "#FFFFFF";
|
@@ -43,7 +43,7 @@ export const navColorTopnavContainerBgDefault = "#000000";
|
|
43
43
|
export const navColorTopnavContainerBorderDefault = "#4b4b4b";
|
44
44
|
export const navColorTopnavItemBgActive = "#ffffff59";
|
45
45
|
export const navColorTopnavItemBgEnabled = "#fff0";
|
46
|
-
export const navColorTopnavItemBgHover = "#
|
46
|
+
export const navColorTopnavItemBgHover = "#ffffff26";
|
47
47
|
export const navColorTopnavItemLabelActive = "#FFFFFF";
|
48
48
|
export const navColorTopnavItemLabelEnabled = "#fffffff2";
|
49
49
|
export const navColorTopnavItemLabelHover = "#FFFFFF";
|
@@ -59,9 +59,9 @@ export const popoverSpaceSubmenuXS = 16;
|
|
59
59
|
export const popoverSpaceSubmenuXM = 16;
|
60
60
|
export const popoverSpaceSubmenuXL = 16;
|
61
61
|
export const popoverColorBgActive = "#FFFFFF";
|
62
|
-
export const popoverColorBgActivealt = "#
|
62
|
+
export const popoverColorBgActivealt = "#ffffff1a";
|
63
63
|
export const popoverColorBgDefault = "#000000";
|
64
|
-
export const popoverColorBgHover = "#
|
64
|
+
export const popoverColorBgHover = "#ffffff1a";
|
65
65
|
export const popoverColorLabelActive = "#000000";
|
66
66
|
export const popoverColorLabelActivealt = "#FFFFFF";
|
67
67
|
export const popoverColorLabelDisabled = "#ffffff4d";
|
@@ -13,6 +13,7 @@ export const progressSizeCarouselselectorDotM: number;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM: number;
|
14
14
|
export const progressSizeCarouselselectorHitareaM: number;
|
15
15
|
export const progressSizeCarouselslideXM: number;
|
16
|
+
export const progressSizeSpinnerXxs: number;
|
16
17
|
export const progressSizeSpinnerXs: number;
|
17
18
|
export const progressSizeSpinnerS: number;
|
18
19
|
export const progressSizeSpinnerM: number;
|
@@ -13,6 +13,7 @@ export const progressSizeCarouselselectorDotM = 10;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM = 16;
|
14
14
|
export const progressSizeCarouselselectorHitareaM = 24;
|
15
15
|
export const progressSizeCarouselslideXM = 56;
|
16
|
+
export const progressSizeSpinnerXxs = 16;
|
16
17
|
export const progressSizeSpinnerXs = 20;
|
17
18
|
export const progressSizeSpinnerS = 32;
|
18
19
|
export const progressSizeSpinnerM = 64;
|
@@ -50,7 +51,7 @@ export const progressColorFgError = "#E13E53";
|
|
50
51
|
export const progressColorFgInfo = "#007ED9";
|
51
52
|
export const progressColorLabelAlt = "#ffffffab";
|
52
53
|
export const progressColorLabelDefault = "#fffffff2";
|
53
|
-
export const progressColorDatavisFgDefault = "#
|
54
|
+
export const progressColorDatavisFgDefault = "#008A89";
|
54
55
|
export const progressColorLoaderBgDefault = "#ffffff14";
|
55
56
|
export const progressColorLoaderFgDefault = "#FFFFFF";
|
56
57
|
export const progressColorLoaderFgError = "#E13E53";
|
@@ -7,17 +7,6 @@
|
|
7
7
|
*/
|
8
8
|
|
9
9
|
export const statusColorNone: string;
|
10
|
-
export const statusColorMessageGlobalLabelDefault: string;
|
11
|
-
export const statusColorMessageGlobalLabelHover: string;
|
12
|
-
export const statusColorMessageGlobalCalloutBgDefault: string;
|
13
|
-
export const statusColorMessageGlobalCalloutBgHover: string;
|
14
|
-
export const statusColorMessageGlobalCalloutIcon: string;
|
15
|
-
export const statusColorMessageGlobalInfoBgDefault: string;
|
16
|
-
export const statusColorMessageGlobalInfoBgHover: string;
|
17
|
-
export const statusColorMessageGlobalInfoIcon: string;
|
18
|
-
export const statusColorMessageGlobalWarningBgDefault: string;
|
19
|
-
export const statusColorMessageGlobalWarningBgHover: string;
|
20
|
-
export const statusColorMessageGlobalWarningIcon: string;
|
21
10
|
export const statusColorMessageContextualBg: string;
|
22
11
|
export const statusColorMessageContextualIcon: string;
|
23
12
|
export const statusColorMessageContextualIconAlt: string;
|
@@ -43,14 +32,67 @@ export const statusColorMessageContextualWarningBgDefault: string;
|
|
43
32
|
export const statusColorMessageContextualWarningBgAlt: string;
|
44
33
|
export const statusColorMessageContextualWarningBorderDefault: string;
|
45
34
|
export const statusColorMessageContextualWarningIcon: string;
|
46
|
-
export const
|
47
|
-
export const
|
48
|
-
export const
|
49
|
-
export const
|
50
|
-
export const
|
51
|
-
export const
|
52
|
-
export const
|
53
|
-
export const
|
35
|
+
export const statusColorMessageGlobalLabelDefault: string;
|
36
|
+
export const statusColorMessageGlobalLabelHover: string;
|
37
|
+
export const statusColorMessageGlobalCalloutBgDefault: string;
|
38
|
+
export const statusColorMessageGlobalCalloutBgHover: string;
|
39
|
+
export const statusColorMessageGlobalCalloutIcon: string;
|
40
|
+
export const statusColorMessageGlobalInfoBgDefault: string;
|
41
|
+
export const statusColorMessageGlobalInfoBgHover: string;
|
42
|
+
export const statusColorMessageGlobalInfoIcon: string;
|
43
|
+
export const statusColorMessageGlobalWarningBgDefault: string;
|
44
|
+
export const statusColorMessageGlobalWarningBgHover: string;
|
45
|
+
export const statusColorMessageGlobalWarningIcon: string;
|
46
|
+
export const statusColorPillCustomBlueBgDefault: string;
|
47
|
+
export const statusColorPillCustomBlueBgAltDefault: string;
|
48
|
+
export const statusColorPillCustomBlueBgAltHover: string;
|
49
|
+
export const statusColorPillCustomBlueBgHover: string;
|
50
|
+
export const statusColorPillCustomBlueBorderDefault: string;
|
51
|
+
export const statusColorPillCustomTealBgDefault: string;
|
52
|
+
export const statusColorPillCustomTealBgAltDefault: string;
|
53
|
+
export const statusColorPillCustomTealBgAltHover: string;
|
54
|
+
export const statusColorPillCustomTealBgHover: string;
|
55
|
+
export const statusColorPillCustomTealBorderDefault: string;
|
56
|
+
export const statusColorPillCustomGreenBgDefault: string;
|
57
|
+
export const statusColorPillCustomGreenBgAltDefault: string;
|
58
|
+
export const statusColorPillCustomGreenBgAltHover: string;
|
59
|
+
export const statusColorPillCustomGreenBgHover: string;
|
60
|
+
export const statusColorPillCustomGreenBorderDefault: string;
|
61
|
+
export const statusColorPillCustomLimeBgDefault: string;
|
62
|
+
export const statusColorPillCustomLimeBgAltDefault: string;
|
63
|
+
export const statusColorPillCustomLimeBgAltHover: string;
|
64
|
+
export const statusColorPillCustomLimeBgHover: string;
|
65
|
+
export const statusColorPillCustomLimeBorderDefault: string;
|
66
|
+
export const statusColorPillCustomOrangeBgDefault: string;
|
67
|
+
export const statusColorPillCustomOrangeBgAltDefault: string;
|
68
|
+
export const statusColorPillCustomOrangeBgAltHover: string;
|
69
|
+
export const statusColorPillCustomOrangeBgHover: string;
|
70
|
+
export const statusColorPillCustomOrangeBorderDefault: string;
|
71
|
+
export const statusColorPillCustomRedBgDefault: string;
|
72
|
+
export const statusColorPillCustomRedBgAltDefault: string;
|
73
|
+
export const statusColorPillCustomRedBgAltHover: string;
|
74
|
+
export const statusColorPillCustomRedBgHover: string;
|
75
|
+
export const statusColorPillCustomRedBorderDefault: string;
|
76
|
+
export const statusColorPillCustomPinkBgDefault: string;
|
77
|
+
export const statusColorPillCustomPinkBgAltDefault: string;
|
78
|
+
export const statusColorPillCustomPinkBgAltHover: string;
|
79
|
+
export const statusColorPillCustomPinkBgHover: string;
|
80
|
+
export const statusColorPillCustomPinkBorderDefault: string;
|
81
|
+
export const statusColorPillCustomPurpleBgDefault: string;
|
82
|
+
export const statusColorPillCustomPurpleBgAltDefault: string;
|
83
|
+
export const statusColorPillCustomPurpleBgAltHover: string;
|
84
|
+
export const statusColorPillCustomPurpleBgHover: string;
|
85
|
+
export const statusColorPillCustomPurpleBorderDefault: string;
|
86
|
+
export const statusColorPillCustomGrayBgDefault: string;
|
87
|
+
export const statusColorPillCustomGrayBgAltDefault: string;
|
88
|
+
export const statusColorPillCustomGrayBgAltHover: string;
|
89
|
+
export const statusColorPillCustomGrayBgHover: string;
|
90
|
+
export const statusColorPillCustomGrayBorderDefault: string;
|
91
|
+
export const statusColorPillCustomSlateBgDefault: string;
|
92
|
+
export const statusColorPillCustomSlateBgAltDefault: string;
|
93
|
+
export const statusColorPillCustomSlateBgAltHover: string;
|
94
|
+
export const statusColorPillCustomSlateBgHover: string;
|
95
|
+
export const statusColorPillCustomSlateBorderDefault: string;
|
54
96
|
export const statusColorPillErrorBgDefault: string;
|
55
97
|
export const statusColorPillErrorBgAltDefault: string;
|
56
98
|
export const statusColorPillErrorBgAltHover: string;
|
@@ -61,6 +103,14 @@ export const statusColorPillErrorInverseBgAltDefault: string;
|
|
61
103
|
export const statusColorPillErrorInverseBgAltHover: string;
|
62
104
|
export const statusColorPillErrorInverseBgHover: string;
|
63
105
|
export const statusColorPillErrorInverseBorderDefault: string;
|
106
|
+
export const statusColorPillGenericLabelDefault: string;
|
107
|
+
export const statusColorPillGenericLabelHover: string;
|
108
|
+
export const statusColorPillGenericLabelAltDefault: string;
|
109
|
+
export const statusColorPillGenericLabelAltHover: string;
|
110
|
+
export const statusColorPillGenericInverseLabelDefault: string;
|
111
|
+
export const statusColorPillGenericInverseLabelHover: string;
|
112
|
+
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
|
+
export const statusColorPillGenericInverseLabelAltHover: string;
|
64
114
|
export const statusColorPillInfoBgDefault: string;
|
65
115
|
export const statusColorPillInfoBgAltDefault: string;
|
66
116
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -81,6 +131,9 @@ export const statusColorPillNeutralInverseBgAltDefault: string;
|
|
81
131
|
export const statusColorPillNeutralInverseBgAltHover: string;
|
82
132
|
export const statusColorPillNeutralInverseBgHover: string;
|
83
133
|
export const statusColorPillNeutralInverseBorderDefault: string;
|
134
|
+
export const statusColorPillReadonlyBgDefault: string;
|
135
|
+
export const statusColorPillReadonlyBorderDefault: string;
|
136
|
+
export const statusColorPillReadonlyLabel: string;
|
84
137
|
export const statusColorPillSuccessBgDefault: string;
|
85
138
|
export const statusColorPillSuccessBgAltDefault: string;
|
86
139
|
export const statusColorPillSuccessBgAltHover: string;
|
@@ -101,9 +154,6 @@ export const statusColorPillWarningInverseBgAltDefault: string;
|
|
101
154
|
export const statusColorPillWarningInverseBgAltHover: string;
|
102
155
|
export const statusColorPillWarningInverseBgHover: string;
|
103
156
|
export const statusColorPillWarningInverseBorderDefault: string;
|
104
|
-
export const statusColorPillReadonlyBgDefault: string;
|
105
|
-
export const statusColorPillReadonlyBorderDefault: string;
|
106
|
-
export const statusColorPillReadonlyLabel: string;
|
107
157
|
export const statusColorRatingBgDefault: string;
|
108
158
|
export const statusColorRatingBgDefaultAlt: string;
|
109
159
|
export const statusColorRatingBgHover: string;
|
@@ -7,17 +7,6 @@
|
|
7
7
|
*/
|
8
8
|
|
9
9
|
export const statusColorNone = "#fff0";
|
10
|
-
export const statusColorMessageGlobalLabelDefault = "#fffffff2";
|
11
|
-
export const statusColorMessageGlobalLabelHover = "#FFFFFF";
|
12
|
-
export const statusColorMessageGlobalCalloutBgDefault = "#122211";
|
13
|
-
export const statusColorMessageGlobalCalloutBgHover = "#223121";
|
14
|
-
export const statusColorMessageGlobalCalloutIcon = "#fffffff2";
|
15
|
-
export const statusColorMessageGlobalInfoBgDefault = "#111722";
|
16
|
-
export const statusColorMessageGlobalInfoBgHover = "#17253b";
|
17
|
-
export const statusColorMessageGlobalInfoIcon = "#007ED9";
|
18
|
-
export const statusColorMessageGlobalWarningBgDefault = "#251206";
|
19
|
-
export const statusColorMessageGlobalWarningBgHover = "#3f1b0b";
|
20
|
-
export const statusColorMessageGlobalWarningIcon = "#E04500";
|
21
10
|
export const statusColorMessageContextualBg = "#000000";
|
22
11
|
export const statusColorMessageContextualIcon = "#000000";
|
23
12
|
export const statusColorMessageContextualIconAlt = "#7C7C7C";
|
@@ -43,6 +32,77 @@ export const statusColorMessageContextualWarningBgDefault = "#E04500";
|
|
43
32
|
export const statusColorMessageContextualWarningBgAlt = "#251206";
|
44
33
|
export const statusColorMessageContextualWarningBorderDefault = "#E04500";
|
45
34
|
export const statusColorMessageContextualWarningIcon = "#E04500";
|
35
|
+
export const statusColorMessageGlobalLabelDefault = "#fffffff2";
|
36
|
+
export const statusColorMessageGlobalLabelHover = "#FFFFFF";
|
37
|
+
export const statusColorMessageGlobalCalloutBgDefault = "#122211";
|
38
|
+
export const statusColorMessageGlobalCalloutBgHover = "#263525";
|
39
|
+
export const statusColorMessageGlobalCalloutIcon = "#fffffff2";
|
40
|
+
export const statusColorMessageGlobalInfoBgDefault = "#111722";
|
41
|
+
export const statusColorMessageGlobalInfoBgHover = "#17253a";
|
42
|
+
export const statusColorMessageGlobalInfoIcon = "#007ED9";
|
43
|
+
export const statusColorMessageGlobalWarningBgDefault = "#251206";
|
44
|
+
export const statusColorMessageGlobalWarningBgHover = "#3e1a0b";
|
45
|
+
export const statusColorMessageGlobalWarningIcon = "#E04500";
|
46
|
+
export const statusColorPillCustomBlueBgDefault = "#007FD9";
|
47
|
+
export const statusColorPillCustomBlueBgAltDefault = "#0d1219";
|
48
|
+
export const statusColorPillCustomBlueBgAltHover = "#142131";
|
49
|
+
export const statusColorPillCustomBlueBgHover = "#4f91df";
|
50
|
+
export const statusColorPillCustomBlueBorderDefault = "#007FD9";
|
51
|
+
export const statusColorPillCustomTealBgDefault = "#008A89";
|
52
|
+
export const statusColorPillCustomTealBgAltDefault = "#0a1313";
|
53
|
+
export const statusColorPillCustomTealBgAltHover = "#082427";
|
54
|
+
export const statusColorPillCustomTealBgHover = "#449b9a";
|
55
|
+
export const statusColorPillCustomTealBorderDefault = "#008A89";
|
56
|
+
export const statusColorPillCustomGreenBgDefault = "#009023";
|
57
|
+
export const statusColorPillCustomGreenBgAltDefault = "#0a1408";
|
58
|
+
export const statusColorPillCustomGreenBgAltHover = "#0b2418";
|
59
|
+
export const statusColorPillCustomGreenBgHover = "#44a146";
|
60
|
+
export const statusColorPillCustomGreenBorderDefault = "#009023";
|
61
|
+
export const statusColorPillCustomLimeBgDefault = "#6E8500";
|
62
|
+
export const statusColorPillCustomLimeBgAltDefault = "#111205";
|
63
|
+
export const statusColorPillCustomLimeBgAltHover = "#162311";
|
64
|
+
export const statusColorPillCustomLimeBgHover = "#859635";
|
65
|
+
export const statusColorPillCustomLimeBorderDefault = "#6E8500";
|
66
|
+
export const statusColorPillCustomOrangeBgDefault = "#DB4B00";
|
67
|
+
export const statusColorPillCustomOrangeBgAltDefault = "#1c0e04";
|
68
|
+
export const statusColorPillCustomOrangeBgAltHover = "#331816";
|
69
|
+
export const statusColorPillCustomOrangeBgHover = "#e66930";
|
70
|
+
export const statusColorPillCustomOrangeBorderDefault = "#DB4B00";
|
71
|
+
export const statusColorPillCustomRedBgDefault = "#F50058";
|
72
|
+
export const statusColorPillCustomRedBgAltDefault = "#1e0d0d";
|
73
|
+
export const statusColorPillCustomRedBgAltHover = "#331720";
|
74
|
+
export const statusColorPillCustomRedBgHover = "#fc4e6e";
|
75
|
+
export const statusColorPillCustomRedBorderDefault = "#F50058";
|
76
|
+
export const statusColorPillCustomPinkBgDefault = "#DD2BAB";
|
77
|
+
export const statusColorPillCustomPinkBgAltDefault = "#1b0d16";
|
78
|
+
export const statusColorPillCustomPinkBgAltHover = "#2d192b";
|
79
|
+
export const statusColorPillCustomPinkBgHover = "#e558b7";
|
80
|
+
export const statusColorPillCustomPinkBorderDefault = "#DD2BAB";
|
81
|
+
export const statusColorPillCustomPurpleBgDefault = "#985FDC";
|
82
|
+
export const statusColorPillCustomPurpleBgAltDefault = "#150f19";
|
83
|
+
export const statusColorPillCustomPurpleBgAltHover = "#231c30";
|
84
|
+
export const statusColorPillCustomPurpleBgHover = "#a977e2";
|
85
|
+
export const statusColorPillCustomPurpleBorderDefault = "#985FDC";
|
86
|
+
export const statusColorPillCustomGrayBgDefault = "#7C7C7C";
|
87
|
+
export const statusColorPillCustomGrayBgAltDefault = "#111";
|
88
|
+
export const statusColorPillCustomGrayBgAltHover = "#1a202b";
|
89
|
+
export const statusColorPillCustomGrayBgHover = "#8e8e8e";
|
90
|
+
export const statusColorPillCustomGrayBorderDefault = "#7C7C7C";
|
91
|
+
export const statusColorPillCustomSlateBgDefault = "#5C8196";
|
92
|
+
export const statusColorPillCustomSlateBgAltDefault = "#0f1214";
|
93
|
+
export const statusColorPillCustomSlateBgAltHover = "#13222c";
|
94
|
+
export const statusColorPillCustomSlateBgHover = "#7493a5";
|
95
|
+
export const statusColorPillCustomSlateBorderDefault = "#5C8196";
|
96
|
+
export const statusColorPillErrorBgDefault = "#E13E53";
|
97
|
+
export const statusColorPillErrorBgAltDefault = "#241212";
|
98
|
+
export const statusColorPillErrorBgAltHover = "#3d1a1c";
|
99
|
+
export const statusColorPillErrorBgHover = "#ea626a";
|
100
|
+
export const statusColorPillErrorBorderDefault = "#E13E53";
|
101
|
+
export const statusColorPillErrorInverseBgDefault = "#CD384B";
|
102
|
+
export const statusColorPillErrorInverseBgAltDefault = "#fdeceb";
|
103
|
+
export const statusColorPillErrorInverseBgAltHover = "#f9d3d1";
|
104
|
+
export const statusColorPillErrorInverseBgHover = "#ac3240";
|
105
|
+
export const statusColorPillErrorInverseBorderDefault = "#CD384B";
|
46
106
|
export const statusColorPillGenericLabelDefault = "#000000";
|
47
107
|
export const statusColorPillGenericLabelHover = "#000000";
|
48
108
|
export const statusColorPillGenericLabelAltDefault = "#fffffff2";
|
@@ -51,63 +111,53 @@ export const statusColorPillGenericInverseLabelDefault = "#FFFFFF";
|
|
51
111
|
export const statusColorPillGenericInverseLabelHover = "#FFFFFF";
|
52
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#000000f2";
|
53
113
|
export const statusColorPillGenericInverseLabelAltHover = "#000000f2";
|
54
|
-
export const statusColorPillErrorBgDefault = "#E13E53";
|
55
|
-
export const statusColorPillErrorBgAltDefault = "#241212";
|
56
|
-
export const statusColorPillErrorBgAltHover = "#3f1a1c";
|
57
|
-
export const statusColorPillErrorBgHover = "#eb646c";
|
58
|
-
export const statusColorPillErrorBorderDefault = "#E13E53";
|
59
|
-
export const statusColorPillErrorInverseBgDefault = "#CD384B";
|
60
|
-
export const statusColorPillErrorInverseBgAltDefault = "#fdeceb";
|
61
|
-
export const statusColorPillErrorInverseBgAltHover = "#f9d1cf";
|
62
|
-
export const statusColorPillErrorInverseBgHover = "#aa323f";
|
63
|
-
export const statusColorPillErrorInverseBorderDefault = "#CD384B";
|
64
114
|
export const statusColorPillInfoBgDefault = "#007ED9";
|
65
115
|
export const statusColorPillInfoBgAltDefault = "#111722";
|
66
|
-
export const statusColorPillInfoBgAltHover = "#
|
67
|
-
export const statusColorPillInfoBgHover = "#
|
116
|
+
export const statusColorPillInfoBgAltHover = "#17253a";
|
117
|
+
export const statusColorPillInfoBgHover = "#4f90df";
|
68
118
|
export const statusColorPillInfoBorderDefault = "#007ED9";
|
69
119
|
export const statusColorPillInfoInverseBgDefault = "#0060A7";
|
70
120
|
export const statusColorPillInfoInverseBgAltDefault = "#eaeef6";
|
71
|
-
export const statusColorPillInfoInverseBgAltHover = "#
|
72
|
-
export const statusColorPillInfoInverseBgHover = "#
|
121
|
+
export const statusColorPillInfoInverseBgAltHover = "#cdd7ea";
|
122
|
+
export const statusColorPillInfoInverseBgHover = "#10518c";
|
73
123
|
export const statusColorPillInfoInverseBorderDefault = "#0060A7";
|
74
124
|
export const statusColorPillNeutralBgDefault = "#7C7C7C";
|
75
125
|
export const statusColorPillNeutralBgAltDefault = "#171717";
|
76
|
-
export const statusColorPillNeutralBgAltHover = "#
|
77
|
-
export const statusColorPillNeutralBgHover = "#
|
126
|
+
export const statusColorPillNeutralBgAltHover = "#242424";
|
127
|
+
export const statusColorPillNeutralBgHover = "#8e8e8e";
|
78
128
|
export const statusColorPillNeutralBorderDefault = "#7C7C7C";
|
79
129
|
export const statusColorPillNeutralInverseBgDefault = "#656565";
|
80
130
|
export const statusColorPillNeutralInverseBgAltDefault = "#efefef";
|
81
|
-
export const statusColorPillNeutralInverseBgAltHover = "#
|
82
|
-
export const statusColorPillNeutralInverseBgHover = "#
|
131
|
+
export const statusColorPillNeutralInverseBgAltHover = "#d9d9d9";
|
132
|
+
export const statusColorPillNeutralInverseBgHover = "#696969";
|
83
133
|
export const statusColorPillNeutralInverseBorderDefault = "#656565";
|
134
|
+
export const statusColorPillReadonlyBgDefault = "#4b4b4b";
|
135
|
+
export const statusColorPillReadonlyBorderDefault = "#4b4b4b";
|
136
|
+
export const statusColorPillReadonlyLabel = "#ffffffab";
|
84
137
|
export const statusColorPillSuccessBgDefault = "#009023";
|
85
138
|
export const statusColorPillSuccessBgAltDefault = "#0e1a0b";
|
86
|
-
export const statusColorPillSuccessBgAltHover = "#
|
87
|
-
export const statusColorPillSuccessBgHover = "#
|
139
|
+
export const statusColorPillSuccessBgAltHover = "#132912";
|
140
|
+
export const statusColorPillSuccessBgHover = "#359b3b";
|
88
141
|
export const statusColorPillSuccessBorderDefault = "#009023";
|
89
142
|
export const statusColorPillSuccessInverseBgDefault = "#00811F";
|
90
143
|
export const statusColorPillSuccessInverseBgAltDefault = "#e9f2e8";
|
91
|
-
export const statusColorPillSuccessInverseBgAltHover = "#
|
92
|
-
export const statusColorPillSuccessInverseBgHover = "#
|
144
|
+
export const statusColorPillSuccessInverseBgAltHover = "#cbe1c9";
|
145
|
+
export const statusColorPillSuccessInverseBgHover = "#0e6d1d";
|
93
146
|
export const statusColorPillSuccessInverseBorderDefault = "#00811F";
|
94
147
|
export const statusColorPillWarningBgDefault = "#E04500";
|
95
148
|
export const statusColorPillWarningBgAltDefault = "#251206";
|
96
|
-
export const statusColorPillWarningBgAltHover = "#
|
97
|
-
export const statusColorPillWarningBgHover = "#
|
149
|
+
export const statusColorPillWarningBgAltHover = "#3e1a0b";
|
150
|
+
export const statusColorPillWarningBgHover = "#eb6530";
|
98
151
|
export const statusColorPillWarningBorderDefault = "#E04500";
|
99
152
|
export const statusColorPillWarningInverseBgDefault = "#D64309";
|
100
153
|
export const statusColorPillWarningInverseBgAltDefault = "#ffede5";
|
101
|
-
export const statusColorPillWarningInverseBgAltHover = "#
|
102
|
-
export const statusColorPillWarningInverseBgHover = "#
|
154
|
+
export const statusColorPillWarningInverseBgAltHover = "#fed5c3";
|
155
|
+
export const statusColorPillWarningInverseBgHover = "#b33b0d";
|
103
156
|
export const statusColorPillWarningInverseBorderDefault = "#D64309";
|
104
|
-
export const statusColorPillReadonlyBgDefault = "#4b4b4b";
|
105
|
-
export const statusColorPillReadonlyBorderDefault = "#4b4b4b";
|
106
|
-
export const statusColorPillReadonlyLabel = "#ffffffab";
|
107
157
|
export const statusColorRatingBgDefault = "#00D639";
|
108
158
|
export const statusColorRatingBgDefaultAlt =
|
109
159
|
"linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)";
|
110
|
-
export const statusColorRatingBgHover = "#
|
160
|
+
export const statusColorRatingBgHover = "#17b333";
|
111
161
|
export const statusColorRatingBorderDefault = "#00D639";
|
112
162
|
export const statusSizePillS = 20;
|
113
163
|
export const statusSizePillM = 24;
|
@@ -23,7 +23,7 @@ export const tabSpaceYM = 8;
|
|
23
23
|
export const tabSpaceYL = 12;
|
24
24
|
export const tabColorBgActive = "#000000";
|
25
25
|
export const tabColorBgEnabled = "#fff0";
|
26
|
-
export const tabColorBgHover = "#
|
26
|
+
export const tabColorBgHover = "#ffffff1a";
|
27
27
|
export const tabColorBorderActivealt = "#282828";
|
28
28
|
export const tabColorBorderActive = "#FFFFFF";
|
29
29
|
export const tabColorBorderEnabled = "#282828";
|