@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
@@ -212,27 +212,27 @@
|
|
212
212
|
--modes-color-interactive-ai-active-light: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
|
213
213
|
--modes-color-interactive-ai-hover-light: linear-gradient(90deg, #13A03814 0%, #14919714 40%, #a87cfb14 90%);
|
214
214
|
--modes-color-interactive-ai-default-light: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
215
|
-
--modes-color-interactive-danger-active-light: #
|
215
|
+
--modes-color-interactive-danger-active-light: #8c2c35; /* used on pill hover states */
|
216
216
|
--modes-color-interactive-danger-default-light: #CD384B;
|
217
217
|
--modes-color-interactive-danger-default-alt-light: #b23342; /* For links in datatables */
|
218
|
-
--modes-color-interactive-danger-hover-light: #
|
219
|
-
--modes-color-interactive-danger-hover-alt-light: #
|
220
|
-
--modes-color-interactive-danger-hover-alt2-light: #
|
218
|
+
--modes-color-interactive-danger-hover-light: #ac3240; /* used on solid-pill and primary-button hover states */
|
219
|
+
--modes-color-interactive-danger-hover-alt-light: #cd384b1a; /* used on secondary-button hover states */
|
220
|
+
--modes-color-interactive-danger-hover-alt2-light: #9f303c; /* used on link hover state */
|
221
221
|
--modes-color-interactive-danger-with-active-light: #FFFFFF;
|
222
222
|
--modes-color-interactive-danger-with-default-light: #FFFFFF;
|
223
|
-
--modes-color-interactive-danger-inverse-active-light: #
|
223
|
+
--modes-color-interactive-danger-inverse-active-light: #f28083; /* used on pill hover states */
|
224
224
|
--modes-color-interactive-danger-inverse-default-light: #E13E53;
|
225
225
|
--modes-color-interactive-danger-inverse-default-alt-light: #e85b66; /* For links in datatables */
|
226
|
-
--modes-color-interactive-danger-inverse-hover-light: #
|
227
|
-
--modes-color-interactive-danger-inverse-hover-alt-light: #
|
228
|
-
--modes-color-interactive-danger-inverse-hover-alt2-light: #
|
226
|
+
--modes-color-interactive-danger-inverse-hover-light: #ea626a; /* used on solid-pill and primary-button hover states */
|
227
|
+
--modes-color-interactive-danger-inverse-hover-alt-light: #e13e531a; /* used on secondary-button hover states */
|
228
|
+
--modes-color-interactive-danger-inverse-hover-alt2-light: #ed6e74; /* used on link hover state */
|
229
229
|
--modes-color-interactive-danger-inverse-with-active-light: #000000;
|
230
230
|
--modes-color-interactive-danger-inverse-with-default-light: #000000;
|
231
231
|
--modes-color-interactive-data-entry-default-light: #FFFFFF; /* Input backgrounds. */
|
232
232
|
--modes-color-interactive-data-entry-with-active-light: #000000; /* checkbox tick icon or radio handle */
|
233
233
|
--modes-color-interactive-data-entry-with-active-alt-light: #FFFFFF;
|
234
234
|
--modes-color-interactive-data-entry-with-hover-light: #000000; /* text for draggable area on file input */
|
235
|
-
--modes-color-interactive-data-entry-hover-alt-light: #
|
235
|
+
--modes-color-interactive-data-entry-hover-alt-light: #e2e2e2; /* bg hover for draggable area on file input */
|
236
236
|
--modes-color-interactive-data-entry-with-default-light: #777; /* Input borders. */
|
237
237
|
--modes-color-interactive-data-entry-default-alt-light: #f3f3f3; /* Input footer bgs (e.g text editor). */
|
238
238
|
--modes-color-interactive-data-entry-content-light: #000000f2; /* Input Text */
|
@@ -258,31 +258,31 @@
|
|
258
258
|
--modes-color-interactive-inactive-inverse-content-light: #ffffff6b; /* Inversed disabled text inside buttons and form inputs. */
|
259
259
|
--modes-color-interactive-inactive-inverse-content-alt-light: #000000; /* Disabled labels inside buttons and Switch. */
|
260
260
|
--modes-color-interactive-monochrome-active-light: #000000;
|
261
|
-
--modes-color-interactive-monochrome-active-alt-light: #
|
261
|
+
--modes-color-interactive-monochrome-active-alt-light: #00000026;
|
262
262
|
--modes-color-interactive-monochrome-default-light: #000000e6;
|
263
263
|
--modes-color-interactive-monochrome-default-alt-light: #000000ab; /* subtle and toggle button text */
|
264
264
|
--modes-color-interactive-monochrome-default-alt2-light: #0000006b; /* Tertiary border color */
|
265
|
-
--modes-color-interactive-monochrome-hover-alt-light: #
|
266
|
-
--modes-color-interactive-monochrome-hover-light: #
|
265
|
+
--modes-color-interactive-monochrome-hover-alt-light: #0000001a; /* Accordion, secondary, tertiary, menu bg on hover */
|
266
|
+
--modes-color-interactive-monochrome-hover-light: #00000026; /* subtle table header hover */
|
267
267
|
--modes-color-interactive-monochrome-with-active-light: #FFFFFF;
|
268
268
|
--modes-color-interactive-monochrome-with-active-alt-light: #000000;
|
269
269
|
--modes-color-interactive-monochrome-with-default-light: #FFFFFF;
|
270
270
|
--modes-color-interactive-monochrome-with-hover-light: #000000; /* maybe should be white to align with primary group logic */
|
271
271
|
--modes-color-interactive-monochrome-frozen-active-light: #223743;
|
272
|
-
--modes-color-interactive-monochrome-frozen-active-alt-light: #
|
272
|
+
--modes-color-interactive-monochrome-frozen-active-alt-light: #22374326;
|
273
273
|
--modes-color-interactive-monochrome-frozen-default-light: #335B70;
|
274
274
|
--modes-color-interactive-monochrome-frozen-default-alt-light: #476a7d;
|
275
|
-
--modes-color-interactive-monochrome-frozen-hover-alt-light: #
|
275
|
+
--modes-color-interactive-monochrome-frozen-hover-alt-light: #2237431a;
|
276
276
|
--modes-color-interactive-monochrome-frozen-with-active-light: #FFFFFF;
|
277
277
|
--modes-color-interactive-monochrome-frozen-with-hover-light: #223743;
|
278
278
|
--modes-color-interactive-monochrome-frozen-with-hover-alt-light: #FFFFFF;
|
279
279
|
--modes-color-interactive-monochrome-inverse-active-light: #FFFFFF;
|
280
|
-
--modes-color-interactive-monochrome-inverse-active-alt-light: #
|
280
|
+
--modes-color-interactive-monochrome-inverse-active-alt-light: #ffffff26;
|
281
281
|
--modes-color-interactive-monochrome-inverse-default-light: #ffffffe6;
|
282
282
|
--modes-color-interactive-monochrome-inverse-default-alt-light: #ffffffab; /* subtle and toggle button text */
|
283
283
|
--modes-color-interactive-monochrome-inverse-default-alt2-light: #ffffff6b; /* Tertiary border color */
|
284
|
-
--modes-color-interactive-monochrome-inverse-hover-alt-light: #
|
285
|
-
--modes-color-interactive-monochrome-inverse-hover-light: #
|
284
|
+
--modes-color-interactive-monochrome-inverse-hover-alt-light: #ffffff1a; /* Accordion, secondary, tertiary, menu bg on hover */
|
285
|
+
--modes-color-interactive-monochrome-inverse-hover-light: #ffffff26; /* subtle table header hover */
|
286
286
|
--modes-color-interactive-monochrome-inverse-with-active-light: #000000;
|
287
287
|
--modes-color-interactive-monochrome-inverse-with-active-alt-light: #FFFFFF;
|
288
288
|
--modes-color-interactive-monochrome-inverse-with-default-light: #000000;
|
@@ -294,39 +294,39 @@
|
|
294
294
|
--modes-color-interactive-nav-active-light: #00000029; /* active bg for nav items */
|
295
295
|
--modes-color-interactive-nav-default-light: #FFFFFF;
|
296
296
|
--modes-color-interactive-nav-default-alt-light: #f3f3f3; /* default bg for left nav container */
|
297
|
-
--modes-color-interactive-nav-hover-light: #
|
297
|
+
--modes-color-interactive-nav-hover-light: #0000001a; /* hover bg for nav items */
|
298
298
|
--modes-color-interactive-nav-with-active-light: #000000; /* text and icons on top of active bgs in nav contexts */
|
299
299
|
--modes-color-interactive-nav-with-default-light: #000000f2; /* hover bg for nav items */
|
300
300
|
--modes-color-interactive-nav-with-hover-light: #000000; /* hover bg for nav items */
|
301
|
-
--modes-color-interactive-primary-active-light: #
|
302
|
-
--modes-color-interactive-primary-active-alt-light: #
|
301
|
+
--modes-color-interactive-primary-active-light: #13591a;
|
302
|
+
--modes-color-interactive-primary-active-alt-light: #00811f4d; /* Active color for secondary and tertiary buttons */
|
303
303
|
--modes-color-interactive-primary-default-light: #00811F;
|
304
|
-
--modes-color-interactive-primary-default-alt-light: #00811fcc; /* border color for secondary buttons */
|
305
|
-
--modes-color-interactive-primary-default-alt2-light: #
|
306
|
-
--modes-color-interactive-primary-default-alt3-light: #
|
307
|
-
--modes-color-interactive-primary-hover-light: #
|
308
|
-
--modes-color-interactive-primary-hover-alt-light: #
|
309
|
-
--modes-color-interactive-primary-hover-alt2-light: #
|
304
|
+
--modes-color-interactive-primary-default-alt-light: #00811fcc; /* border color for secondary and tertiary buttons */
|
305
|
+
--modes-color-interactive-primary-default-alt2-light: #0c711d; /* default value for links */
|
306
|
+
--modes-color-interactive-primary-default-alt3-light: #00811f08; /* Default background color of secondary button */
|
307
|
+
--modes-color-interactive-primary-hover-light: #0e6d1d;
|
308
|
+
--modes-color-interactive-primary-hover-alt-light: #00811f1a; /* hover for secondary and tertiary buttons */
|
309
|
+
--modes-color-interactive-primary-hover-alt2-light: #12601b; /* hover for links */
|
310
310
|
--modes-color-interactive-primary-with-active-light: #FFFFFF;
|
311
311
|
--modes-color-interactive-primary-with-default-light: #FFFFFF;
|
312
312
|
--modes-color-interactive-primary-with-hover-light: #FFFFFF;
|
313
|
-
--modes-color-interactive-primary-frozen-active-light: #
|
313
|
+
--modes-color-interactive-primary-frozen-active-light: #135932;
|
314
314
|
--modes-color-interactive-primary-frozen-default-light: #008046;
|
315
315
|
--modes-color-interactive-primary-frozen-default-alt-light: #0b703e; /* for links */
|
316
|
-
--modes-color-interactive-primary-frozen-hover-light: #
|
316
|
+
--modes-color-interactive-primary-frozen-hover-light: #0d6c3c;
|
317
317
|
--modes-color-interactive-primary-frozen-hover-alt-light: #106237; /* for link hover */
|
318
318
|
--modes-color-interactive-primary-frozen-nav-hover-light: #008046;
|
319
319
|
--modes-color-interactive-primary-frozen-nav-label-hover-light: #FFFFFF;
|
320
320
|
--modes-color-interactive-primary-frozen-table-default-light: #9badb8;
|
321
|
-
--modes-color-interactive-primary-inverse-active-light: #
|
322
|
-
--modes-color-interactive-primary-inverse-active-alt-light: #
|
321
|
+
--modes-color-interactive-primary-inverse-active-light: #7ce47a;
|
322
|
+
--modes-color-interactive-primary-inverse-active-alt-light: #00d6394d; /* Active color for inverse secondary and tertiary buttons */
|
323
323
|
--modes-color-interactive-primary-inverse-default-light: #00D639;
|
324
|
-
--modes-color-interactive-primary-inverse-default-alt-light: #00d639cc; /* border color for secondary inverse buttons */
|
325
|
-
--modes-color-interactive-primary-inverse-default-alt2-light: #
|
326
|
-
--modes-color-interactive-primary-inverse-default-alt3-light: #
|
327
|
-
--modes-color-interactive-primary-inverse-hover-light: #
|
328
|
-
--modes-color-interactive-primary-inverse-hover-alt-light: #
|
329
|
-
--modes-color-interactive-primary-inverse-hover-alt2-light: #
|
324
|
+
--modes-color-interactive-primary-inverse-default-alt-light: #00d639cc; /* border color for secondary and tertiary inverse buttons */
|
325
|
+
--modes-color-interactive-primary-inverse-default-alt2-light: #4cdc55; /* Default color for links */
|
326
|
+
--modes-color-interactive-primary-inverse-default-alt3-light: #00d63908; /* Default background color of inverse secondary buttons */
|
327
|
+
--modes-color-interactive-primary-inverse-hover-light: #55dd5b;
|
328
|
+
--modes-color-interactive-primary-inverse-hover-alt-light: #00d6391a; /* Hover for inverse secondary and tertiary buttons */
|
329
|
+
--modes-color-interactive-primary-inverse-hover-alt2-light: #71e270; /* hover for links */
|
330
330
|
--modes-color-interactive-primary-inverse-with-active-light: #000000;
|
331
331
|
--modes-color-interactive-primary-inverse-with-default-light: #000000;
|
332
332
|
--modes-color-interactive-primary-inverse-with-hover-light: #000000;
|
@@ -338,18 +338,19 @@
|
|
338
338
|
--modes-color-status-ai-default-alt-light: #000000; /* bg for contextual message comp */
|
339
339
|
--modes-color-status-ai-default-horizontal-light: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
340
340
|
--modes-color-status-ai-default-vertical-light: linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
341
|
-
--modes-color-status-
|
341
|
+
--modes-color-status-callout-default-alt-light: #e5fae2; /* used for marketing banners */
|
342
|
+
--modes-color-status-callout-hover-alt-light: #d8ecd5; /* used for marketing banners */
|
342
343
|
--modes-color-status-caution-default-light: #D64309; /* For pills and messages. Not accessible with white TEXT. */
|
343
344
|
--modes-color-status-caution-default-alt-light: #ffede5; /* Subtle message bg */
|
344
|
-
--modes-color-status-caution-hover-light: #
|
345
|
-
--modes-color-status-caution-hover-alt-light: #
|
345
|
+
--modes-color-status-caution-hover-light: #b33b0d; /* used on pill hover states */
|
346
|
+
--modes-color-status-caution-hover-alt-light: #fed5c3; /* used on pill hover states and message bg */
|
346
347
|
--modes-color-status-caution-text-light: #bf3e0c;
|
347
348
|
--modes-color-status-caution-frozenglobal-default-light: #ff8629; /* used on global message bg */
|
348
|
-
--modes-color-status-caution-frozenglobal-hover-light: #
|
349
|
+
--modes-color-status-caution-frozenglobal-hover-light: #ff994c; /* used on global message bg */
|
349
350
|
--modes-color-status-caution-inverse-default-light: #E04500;
|
350
351
|
--modes-color-status-caution-inverse-default-alt-light: #251206; /* Subtle message bg */
|
351
|
-
--modes-color-status-caution-inverse-hover-light: #
|
352
|
-
--modes-color-status-caution-inverse-hover-alt-light: #
|
352
|
+
--modes-color-status-caution-inverse-hover-light: #eb6530; /* used on pill hover states */
|
353
|
+
--modes-color-status-caution-inverse-hover-alt-light: #3e1a0b; /* used on pill hover states and message bg */
|
353
354
|
--modes-color-status-caution-inverse-text-light: #e75b23;
|
354
355
|
--modes-color-status-content-with-default-light: #FFFFFF;
|
355
356
|
--modes-color-status-content-with-default-alt-light: #000000f2;
|
@@ -360,68 +361,107 @@
|
|
360
361
|
--modes-color-status-content-inverse-with-default-alt-light: #fffffff2;
|
361
362
|
--modes-color-status-content-inverse-with-hover-light: #000000; /* for pill hover X */
|
362
363
|
--modes-color-status-content-inverse-with-hover-alt-light: #FFFFFF; /* for message text */
|
364
|
+
--modes-color-status-custom-blue-default-light: #0071C3; /* For pills. Not accessible with white TEXT. */
|
365
|
+
--modes-color-status-custom-blue-default-alt-light: #ebf0f9; /* Pill bg */
|
366
|
+
--modes-color-status-custom-blue-hover-light: #135fa3; /* used on pill hover states */
|
367
|
+
--modes-color-status-custom-blue-hover-alt-light: #ced9ed; /* used on pill hover states */
|
368
|
+
--modes-color-status-custom-teal-default-light: #007C7B; /* For pills. Not accessible with white TEXT. */
|
369
|
+
--modes-color-status-custom-teal-default-alt-light: #e9f1f1; /* Pill bg */
|
370
|
+
--modes-color-status-custom-teal-hover-light: #0e6968; /* used on pill hover states */
|
371
|
+
--modes-color-status-custom-teal-hover-alt-light: #c4dde0; /* used on pill hover states */
|
372
|
+
--modes-color-status-custom-green-default-light: #00811F; /* For pills. Not accessible with white TEXT. */
|
373
|
+
--modes-color-status-custom-green-default-alt-light: #e9f2e8; /* Pill bg */
|
374
|
+
--modes-color-status-custom-green-hover-light: #0e6d1d; /* used on pill hover states */
|
375
|
+
--modes-color-status-custom-green-hover-alt-light: #c4decf; /* used on pill hover states */
|
376
|
+
--modes-color-status-custom-lime-default-light: #637700; /* For pills. Not accessible with white TEXT. */
|
377
|
+
--modes-color-status-custom-lime-default-alt-light: #eff1e6; /* Pill bg */
|
378
|
+
--modes-color-status-custom-lime-hover-light: #546408; /* used on pill hover states */
|
379
|
+
--modes-color-status-custom-lime-hover-alt-light: #cdddc9; /* used on pill hover states */
|
380
|
+
--modes-color-status-custom-orange-default-light: #C54300; /* For pills. Not accessible with white TEXT. */
|
381
|
+
--modes-color-status-custom-orange-default-alt-light: #feece5; /* Pill bg */
|
382
|
+
--modes-color-status-custom-orange-hover-light: #a53a06; /* used on pill hover states */
|
383
|
+
--modes-color-status-custom-orange-hover-alt-light: #f2d0ce; /* used on pill hover states */
|
384
|
+
--modes-color-status-custom-red-default-light: #DC004E; /* For pills. Not accessible with white TEXT. */
|
385
|
+
--modes-color-status-custom-red-default-alt-light: #ffebec; /* Pill bg */
|
386
|
+
--modes-color-status-custom-red-hover-light: #b81242; /* used on pill hover states */
|
387
|
+
--modes-color-status-custom-red-hover-alt-light: #f1cfd9; /* used on pill hover states */
|
388
|
+
--modes-color-status-custom-pink-default-light: #C8269A; /* For pills. Not accessible with white TEXT. */
|
389
|
+
--modes-color-status-custom-pink-default-alt-light: #fcecf5; /* Pill bg */
|
390
|
+
--modes-color-status-custom-pink-hover-light: #a82581; /* used on pill hover states */
|
391
|
+
--modes-color-status-custom-pink-hover-alt-light: #ead2e5; /* used on pill hover states */
|
392
|
+
--modes-color-status-custom-purple-default-light: #8F4CD7; /* For pills. Not accessible with white TEXT. */
|
393
|
+
--modes-color-status-custom-purple-default-alt-light: #f5edfc; /* Pill bg */
|
394
|
+
--modes-color-status-custom-purple-hover-light: #7941b4; /* used on pill hover states */
|
395
|
+
--modes-color-status-custom-purple-hover-alt-light: #ded4ee; /* used on pill hover states */
|
396
|
+
--modes-color-status-custom-gray-default-light: #6F6F6F; /* For pills. Not accessible with white TEXT. */
|
397
|
+
--modes-color-status-custom-gray-default-alt-light: #f0f0f0; /* Pill bg */
|
398
|
+
--modes-color-status-custom-gray-hover-light: #5e5e5e; /* used on pill hover states */
|
399
|
+
--modes-color-status-custom-gray-hover-alt-light: #d3d9e5; /* used on pill hover states */
|
400
|
+
--modes-color-status-custom-slate-default-light: #527386; /* For pills. Not accessible with white TEXT. */
|
401
|
+
--modes-color-status-custom-slate-default-alt-light: #edf0f2; /* Pill bg */
|
402
|
+
--modes-color-status-custom-slate-hover-light: #466171; /* used on pill hover states */
|
403
|
+
--modes-color-status-custom-slate-hover-alt-light: #cbdae6; /* used on pill hover states */
|
404
|
+
--modes-color-status-generic-default-light: #F0F; /* TO BE DETLETED: Was #007c7b and used in Progress bar, dataVis colour. */
|
405
|
+
--modes-color-status-important-default-light: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
406
|
+
--modes-color-status-important-default-alt-light: #f5edfc; /* Subtle message bg */
|
407
|
+
--modes-color-status-important-hover-light: #7941b4; /* used on pill hover states */
|
408
|
+
--modes-color-status-important-hover-alt-light: #ded4ee; /* used on pill hover states and message bg */
|
409
|
+
--modes-color-status-important-inverse-default-light: #985FDC;
|
410
|
+
--modes-color-status-important-inverse-default-alt-light: #1b1422; /* Subtle message bg */
|
411
|
+
--modes-color-status-important-inverse-hover-light: #a977e2; /* used on pill hover states */
|
412
|
+
--modes-color-status-important-inverse-hover-alt-light: #282039; /* used on pill hover states and message bg */
|
363
413
|
--modes-color-status-inactive-default-light: #a6a6a6; /* For readonly pill bg and border */
|
364
414
|
--modes-color-status-inactive-with-default-light: #000000ab; /* For readonly filled pill text */
|
365
415
|
--modes-color-status-inactive-inverse-default-light: #4b4b4b; /* For readonly pill bg and border */
|
366
416
|
--modes-color-status-inactive-inverse-with-default-light: #ffffffab; /* For readonly filled pill text */
|
367
|
-
--modes-color-status-important-default-light: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
368
417
|
--modes-color-status-info-default-light: #0060A7; /* For pills and messages. Not accessible with white TEXT. */
|
369
418
|
--modes-color-status-info-default-alt-light: #eaeef6; /* Subtle message bg */
|
370
|
-
--modes-color-status-info-hover-light: #
|
371
|
-
--modes-color-status-info-hover-alt-light: #
|
419
|
+
--modes-color-status-info-hover-light: #10518c; /* used on pill hover states */
|
420
|
+
--modes-color-status-info-hover-alt-light: #cdd7ea; /* used on pill hover states and message bg */
|
372
421
|
--modes-color-status-info-frozenglobal-default-light: #65a9ff; /* used on global message bg */
|
373
|
-
--modes-color-status-info-frozenglobal-hover-light: #
|
422
|
+
--modes-color-status-info-frozenglobal-hover-light: #82b5ff; /* used on global message bg */
|
374
423
|
--modes-color-status-info-inverse-default-light: #007ED9;
|
375
424
|
--modes-color-status-info-inverse-default-alt-light: #111722; /* Subtle message bg */
|
376
|
-
--modes-color-status-info-inverse-hover-light: #
|
377
|
-
--modes-color-status-info-inverse-hover-alt-light: #
|
425
|
+
--modes-color-status-info-inverse-hover-light: #4f90df; /* used on pill hover states */
|
426
|
+
--modes-color-status-info-inverse-hover-alt-light: #17253a; /* used on pill hover states and message bg */
|
378
427
|
--modes-color-status-negative-default-light: #CD384B; /* For pills and messages. Not accessible with white TEXT. */
|
379
428
|
--modes-color-status-negative-default-alt-light: #fdeceb; /* Subtle message bg */
|
380
|
-
--modes-color-status-negative-hover-light: #
|
381
|
-
--modes-color-status-negative-hover-alt-light: #
|
429
|
+
--modes-color-status-negative-hover-light: #ac3240; /* used on pill hover states */
|
430
|
+
--modes-color-status-negative-hover-alt-light: #f9d3d1; /* used on pill hover states and message bg */
|
382
431
|
--modes-color-status-negative-text-light: #CD384B;
|
383
432
|
--modes-color-status-negative-inverse-default-light: #E13E53;
|
384
433
|
--modes-color-status-negative-inverse-default-alt-light: #241212; /* Subtle message bg */
|
385
|
-
--modes-color-status-negative-inverse-hover-light: #
|
386
|
-
--modes-color-status-negative-inverse-hover-alt-light: #
|
434
|
+
--modes-color-status-negative-inverse-hover-light: #ea626a; /* used on pill hover states */
|
435
|
+
--modes-color-status-negative-inverse-hover-alt-light: #3d1a1c; /* used on pill hover states and message bg */
|
387
436
|
--modes-color-status-negative-inverse-text-light: #E13E53;
|
388
437
|
--modes-color-status-neutral-default-light: #656565;
|
389
438
|
--modes-color-status-neutral-default-alt-light: #efefef; /* Subtle message bg */
|
390
|
-
--modes-color-status-neutral-hover-light: #
|
391
|
-
--modes-color-status-neutral-hover-alt-light: #
|
439
|
+
--modes-color-status-neutral-hover-light: #565656; /* used on pill hover states */
|
440
|
+
--modes-color-status-neutral-hover-alt-light: #d9d9d9; /* used on pill hover states and message bg */
|
392
441
|
--modes-color-status-neutral-frozen-default-light: #335B70;
|
393
442
|
--modes-color-status-neutral-frozen-default-alt-light: #eaedf0; /* Subtle message bg */
|
394
443
|
--modes-color-status-neutral-frozen-hover-light: #20313b;
|
395
444
|
--modes-color-status-neutral-frozen-hover-alt-light: #dde0e2; /* used on pill hover states and message bg */
|
396
445
|
--modes-color-status-neutral-inverse-default-light: #7C7C7C;
|
397
446
|
--modes-color-status-neutral-inverse-default-alt-light: #171717; /* Subtle message bg */
|
398
|
-
--modes-color-status-neutral-inverse-hover-light: #
|
399
|
-
--modes-color-status-neutral-inverse-hover-alt-light: #
|
447
|
+
--modes-color-status-neutral-inverse-hover-light: #8e8e8e; /* used on pill hover states */
|
448
|
+
--modes-color-status-neutral-inverse-hover-alt-light: #242424; /* used on pill hover states and message bg */
|
400
449
|
--modes-color-status-positive-default-light: #00811F; /* For pills and messages. Not accessible with white TEXT. */
|
401
450
|
--modes-color-status-positive-default-alt-light: #e9f2e8; /* Subtle message bg */
|
402
|
-
--modes-color-status-positive-hover-light: #
|
403
|
-
--modes-color-status-positive-hover-alt-light: #
|
451
|
+
--modes-color-status-positive-hover-light: #0e6d1d; /* used on pill hover states */
|
452
|
+
--modes-color-status-positive-hover-alt-light: #cbe1c9; /* used on pill hover states and message bg */
|
404
453
|
--modes-color-status-positive-inverse-default-light: #009023;
|
405
454
|
--modes-color-status-positive-inverse-default-alt-light: #0e1a0b; /* Subtle message bg */
|
406
|
-
--modes-color-status-positive-inverse-hover-light: #
|
407
|
-
--modes-color-status-positive-inverse-hover-alt-light: #
|
408
|
-
--modes-color-status-callout-default-alt-light: #e5fae2; /* used for marketing banners */
|
409
|
-
--modes-color-status-callout-hover-alt-light: #d8ecd5; /* used for marketing banners */
|
455
|
+
--modes-color-status-positive-inverse-hover-light: #328e37; /* used on pill hover states */
|
456
|
+
--modes-color-status-positive-inverse-hover-alt-light: #132912; /* used on pill hover states and message bg */
|
410
457
|
--modes-color-status-reviews-default-light: #00811F;
|
411
458
|
--modes-color-status-reviews-default-alt-light: linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%); /* half fill */
|
412
|
-
--modes-color-status-reviews-hover-light: #
|
459
|
+
--modes-color-status-reviews-hover-light: #0e6d1d;
|
413
460
|
--modes-color-status-reviews-frozen-default-light: #008046;
|
414
461
|
--modes-color-status-reviews-frozen-default-alt-light: linear-gradient(90deg, #008046 0%, #008046 50%, #d1d1d1 50%, #d1d1d1 100%); /* half fill */
|
415
|
-
--modes-color-status-reviews-frozen-hover-light: #
|
462
|
+
--modes-color-status-reviews-frozen-hover-light: #0d6c3c;
|
416
463
|
--modes-color-modifier-contrast-less-light: #FFFFFF;
|
417
464
|
--modes-color-modifier-contrast-more-light: #000000;
|
418
|
-
--modes-color-modifiers-button-active-light: 0.32; /* Actve modifier used when 16% hover is used */
|
419
|
-
--modes-color-modifiers-button-active-alt-light: 0.16; /* Active appled when 8% hover is used */
|
420
|
-
--modes-color-modifiers-button-hover-light: 0.16; /* Hover used on primary buttons */
|
421
|
-
--modes-color-modifiers-button-hover-alt-light: 0.08; /* Hover used on secondary and tertiary buttons */
|
422
|
-
--modes-color-modifiers-input-disabled-bg-light: 0.04; /* less contrast */
|
423
|
-
--modes-color-modifiers-input-disabled-fg-light: 0.30; /* less contrast */
|
424
|
-
--modes-color-modifiers-shadow-standard-light: 0.5; /* standard mixer for shadow */
|
425
465
|
|
426
466
|
/* Dark mode tokens */
|
427
467
|
--modes-color-none-dark: #fff0;
|
@@ -484,27 +524,27 @@
|
|
484
524
|
--modes-color-interactive-ai-active-dark: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
|
485
525
|
--modes-color-interactive-ai-hover-dark: linear-gradient(90deg, #00D63914 0%, #00d6de14 40%, #9d60ff14 90%);
|
486
526
|
--modes-color-interactive-ai-default-dark: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
487
|
-
--modes-color-interactive-danger-active-dark: #
|
527
|
+
--modes-color-interactive-danger-active-dark: #f28083; /* active button on dark */
|
488
528
|
--modes-color-interactive-danger-default-dark: #E13E53;
|
489
529
|
--modes-color-interactive-danger-default-alt-dark: #e85b66; /* for links in datatables */
|
490
|
-
--modes-color-interactive-danger-hover-dark: #
|
491
|
-
--modes-color-interactive-danger-hover-alt-dark: #
|
492
|
-
--modes-color-interactive-danger-hover-alt2-dark: #
|
530
|
+
--modes-color-interactive-danger-hover-dark: #ea626a;
|
531
|
+
--modes-color-interactive-danger-hover-alt-dark: #e13e531a; /* button hover on dark */
|
532
|
+
--modes-color-interactive-danger-hover-alt2-dark: #ed6e74; /* for links in datatables */
|
493
533
|
--modes-color-interactive-danger-with-active-dark: #000000;
|
494
534
|
--modes-color-interactive-danger-with-default-dark: #000000;
|
495
|
-
--modes-color-interactive-danger-inverse-active-dark: #
|
535
|
+
--modes-color-interactive-danger-inverse-active-dark: #8c2c35; /* used on pill hover states */
|
496
536
|
--modes-color-interactive-danger-inverse-default-dark: #CD384B;
|
497
537
|
--modes-color-interactive-danger-inverse-default-alt-dark: #b23342; /* For links in datatables */
|
498
|
-
--modes-color-interactive-danger-inverse-hover-dark: #
|
499
|
-
--modes-color-interactive-danger-inverse-hover-alt-dark: #
|
500
|
-
--modes-color-interactive-danger-inverse-hover-alt2-dark: #
|
538
|
+
--modes-color-interactive-danger-inverse-hover-dark: #ac3240; /* used on solid-pill and primary-button hover states */
|
539
|
+
--modes-color-interactive-danger-inverse-hover-alt-dark: #cd384b1a; /* used on secondary-button hover states */
|
540
|
+
--modes-color-interactive-danger-inverse-hover-alt2-dark: #9f303c; /* used on link hover state */
|
501
541
|
--modes-color-interactive-danger-inverse-with-active-dark: #FFFFFF;
|
502
542
|
--modes-color-interactive-danger-inverse-with-default-dark: #FFFFFF;
|
503
543
|
--modes-color-interactive-data-entry-default-dark: #000000; /* Input backgrounds. */
|
504
544
|
--modes-color-interactive-data-entry-with-active-dark: #FFFFFF; /* checkbox tick icon or radio handle */
|
505
545
|
--modes-color-interactive-data-entry-with-active-alt-dark: #000000;
|
506
546
|
--modes-color-interactive-data-entry-with-hover-dark: #FFFFFF; /* text for draggable area on file input */
|
507
|
-
--modes-color-interactive-data-entry-hover-alt-dark: #
|
547
|
+
--modes-color-interactive-data-entry-hover-alt-dark: #1b1b1b; /* bg hover for draggable area on file input */
|
508
548
|
--modes-color-interactive-data-entry-with-default-dark: #777; /* Input borders. */
|
509
549
|
--modes-color-interactive-data-entry-default-alt-dark: #0e0e0e; /* Input footer bgs (e.g text editor) */
|
510
550
|
--modes-color-interactive-data-entry-content-dark: #fffffff2; /* Input Text */
|
@@ -530,31 +570,31 @@
|
|
530
570
|
--modes-color-interactive-inactive-inverse-content-dark: #0000006b; /* Inversed disabled text inside buttons and form inputs. */
|
531
571
|
--modes-color-interactive-inactive-inverse-content-alt-dark: #FFFFFF; /* Disabled labels inside buttons and Switch. */
|
532
572
|
--modes-color-interactive-monochrome-active-dark: #FFFFFF;
|
533
|
-
--modes-color-interactive-monochrome-active-alt-dark: #
|
573
|
+
--modes-color-interactive-monochrome-active-alt-dark: #ffffff26;
|
534
574
|
--modes-color-interactive-monochrome-default-dark: #ffffffe6;
|
535
575
|
--modes-color-interactive-monochrome-default-alt-dark: #ffffffab; /* subtle and toggle button text */
|
536
576
|
--modes-color-interactive-monochrome-default-alt2-dark: #ffffff6b; /* Tertiary border color */
|
537
|
-
--modes-color-interactive-monochrome-hover-alt-dark: #
|
538
|
-
--modes-color-interactive-monochrome-hover-dark: #
|
577
|
+
--modes-color-interactive-monochrome-hover-alt-dark: #ffffff1a; /* Accordion, secondary, tertiary, menu bg on hover */
|
578
|
+
--modes-color-interactive-monochrome-hover-dark: #ffffff26; /* subtle table header hover */
|
539
579
|
--modes-color-interactive-monochrome-with-active-dark: #000000;
|
540
580
|
--modes-color-interactive-monochrome-with-active-alt-dark: #FFFFFF;
|
541
581
|
--modes-color-interactive-monochrome-with-default-dark: #000000;
|
542
582
|
--modes-color-interactive-monochrome-with-hover-dark: #FFFFFF;
|
543
583
|
--modes-color-interactive-monochrome-frozen-active-dark: #FFFFFF;
|
544
|
-
--modes-color-interactive-monochrome-frozen-active-alt-dark: #
|
584
|
+
--modes-color-interactive-monochrome-frozen-active-alt-dark: #ffffff26;
|
545
585
|
--modes-color-interactive-monochrome-frozen-default-dark: #ffffffe6;
|
546
586
|
--modes-color-interactive-monochrome-frozen-default-alt-dark: #ffffffab;
|
547
|
-
--modes-color-interactive-monochrome-frozen-hover-alt-dark: #
|
587
|
+
--modes-color-interactive-monochrome-frozen-hover-alt-dark: #ffffff1a;
|
548
588
|
--modes-color-interactive-monochrome-frozen-with-active-dark: #000000;
|
549
589
|
--modes-color-interactive-monochrome-frozen-with-hover-dark: #FFFFFF;
|
550
590
|
--modes-color-interactive-monochrome-frozen-with-hover-alt-dark: #000000;
|
551
591
|
--modes-color-interactive-monochrome-inverse-active-dark: #000000;
|
552
|
-
--modes-color-interactive-monochrome-inverse-active-alt-dark: #
|
592
|
+
--modes-color-interactive-monochrome-inverse-active-alt-dark: #00000026;
|
553
593
|
--modes-color-interactive-monochrome-inverse-default-dark: #000000e6;
|
554
594
|
--modes-color-interactive-monochrome-inverse-default-alt-dark: #000000ab; /* subtle and toggle button text */
|
555
595
|
--modes-color-interactive-monochrome-inverse-default-alt2-dark: #0000006b; /* Tertiary border color */
|
556
|
-
--modes-color-interactive-monochrome-inverse-hover-alt-dark: #
|
557
|
-
--modes-color-interactive-monochrome-inverse-hover-dark: #
|
596
|
+
--modes-color-interactive-monochrome-inverse-hover-alt-dark: #0000001a; /* Accordion, secondary, tertiary, menu bg on hover */
|
597
|
+
--modes-color-interactive-monochrome-inverse-hover-dark: #00000026; /* subtle table header hover */
|
558
598
|
--modes-color-interactive-monochrome-inverse-with-active-dark: #FFFFFF;
|
559
599
|
--modes-color-interactive-monochrome-inverse-with-active-alt-dark: #000000;
|
560
600
|
--modes-color-interactive-monochrome-inverse-with-default-dark: #FFFFFF;
|
@@ -566,39 +606,39 @@
|
|
566
606
|
--modes-color-interactive-nav-active-dark: #ffffff59; /* active bg for nav items */
|
567
607
|
--modes-color-interactive-nav-default-dark: #000000; /* default bg for global nav */
|
568
608
|
--modes-color-interactive-nav-default-alt-dark: #282828; /* default bg for left nav container */
|
569
|
-
--modes-color-interactive-nav-hover-dark: #
|
609
|
+
--modes-color-interactive-nav-hover-dark: #ffffff26; /* hover bg for nav items */
|
570
610
|
--modes-color-interactive-nav-with-active-dark: #FFFFFF; /* text and icons on top of active bgs in nav contexts */
|
571
611
|
--modes-color-interactive-nav-with-default-dark: #fffffff2; /* hover bg for nav items */
|
572
612
|
--modes-color-interactive-nav-with-hover-dark: #FFFFFF; /* hover bg for nav items */
|
573
|
-
--modes-color-interactive-primary-active-dark: #
|
574
|
-
--modes-color-interactive-primary-active-alt-dark: #
|
613
|
+
--modes-color-interactive-primary-active-dark: #7ce47a;
|
614
|
+
--modes-color-interactive-primary-active-alt-dark: #00d6394d; /* Active color for secondary and tertiary buttons */
|
575
615
|
--modes-color-interactive-primary-default-dark: #00D639;
|
576
|
-
--modes-color-interactive-primary-default-alt-dark: #00d639cc; /* Border color for secondary buttons */
|
577
|
-
--modes-color-interactive-primary-default-alt2-dark: #
|
578
|
-
--modes-color-interactive-primary-default-alt3-dark: #
|
579
|
-
--modes-color-interactive-primary-hover-dark: #
|
580
|
-
--modes-color-interactive-primary-hover-alt-dark: #
|
581
|
-
--modes-color-interactive-primary-hover-alt2-dark: #
|
616
|
+
--modes-color-interactive-primary-default-alt-dark: #00d639cc; /* Border color for secondary and tertiary buttons */
|
617
|
+
--modes-color-interactive-primary-default-alt2-dark: #4cdc55; /* default value for links */
|
618
|
+
--modes-color-interactive-primary-default-alt3-dark: #00d63908; /* Default background color of secondary buttons */
|
619
|
+
--modes-color-interactive-primary-hover-dark: #55dd5b;
|
620
|
+
--modes-color-interactive-primary-hover-alt-dark: #00d6391a; /* Secondary and tertiary button hover */
|
621
|
+
--modes-color-interactive-primary-hover-alt2-dark: #71e270; /* hover for links */
|
582
622
|
--modes-color-interactive-primary-with-active-dark: #000000;
|
583
623
|
--modes-color-interactive-primary-with-default-dark: #000000;
|
584
624
|
--modes-color-interactive-primary-with-hover-dark: #000000;
|
585
|
-
--modes-color-interactive-primary-frozen-active-dark: #
|
625
|
+
--modes-color-interactive-primary-frozen-active-dark: #7ce47a;
|
586
626
|
--modes-color-interactive-primary-frozen-default-dark: #00D639;
|
587
627
|
--modes-color-interactive-primary-frozen-default-alt-dark: #4cdc55;
|
588
|
-
--modes-color-interactive-primary-frozen-hover-dark: #
|
589
|
-
--modes-color-interactive-primary-frozen-hover-alt-dark: #
|
628
|
+
--modes-color-interactive-primary-frozen-hover-dark: #55dd5b;
|
629
|
+
--modes-color-interactive-primary-frozen-hover-alt-dark: #71e270; /* for link hover */
|
590
630
|
--modes-color-interactive-primary-frozen-nav-hover-dark: #008046;
|
591
631
|
--modes-color-interactive-primary-frozen-nav-label-hover-dark: #FFFFFF;
|
592
632
|
--modes-color-interactive-primary-frozen-table-default-dark: #18232a;
|
593
|
-
--modes-color-interactive-primary-inverse-active-dark: #
|
594
|
-
--modes-color-interactive-primary-inverse-active-alt-dark: #
|
633
|
+
--modes-color-interactive-primary-inverse-active-dark: #13591a;
|
634
|
+
--modes-color-interactive-primary-inverse-active-alt-dark: #00811f4d; /* Active color for inverse secondary and tertiary buttons */
|
595
635
|
--modes-color-interactive-primary-inverse-default-dark: #00811F;
|
596
|
-
--modes-color-interactive-primary-inverse-default-alt-dark: #00811fcc; /* Borders on secondary inverse buttons */
|
597
|
-
--modes-color-interactive-primary-inverse-default-alt2-dark: #
|
598
|
-
--modes-color-interactive-primary-inverse-default-alt3-dark: #
|
599
|
-
--modes-color-interactive-primary-inverse-hover-dark: #
|
600
|
-
--modes-color-interactive-primary-inverse-hover-alt-dark: #
|
601
|
-
--modes-color-interactive-primary-inverse-hover-alt2-dark: #
|
636
|
+
--modes-color-interactive-primary-inverse-default-alt-dark: #00811fcc; /* Borders on secondary and tertiary inverse buttons */
|
637
|
+
--modes-color-interactive-primary-inverse-default-alt2-dark: #0c711d; /* Default color for links */
|
638
|
+
--modes-color-interactive-primary-inverse-default-alt3-dark: #00811f08; /* Default background color of inverse secondary buttons */
|
639
|
+
--modes-color-interactive-primary-inverse-hover-dark: #0e6d1d;
|
640
|
+
--modes-color-interactive-primary-inverse-hover-alt-dark: #0c711d1a; /* Secondary and tertiary inverse button hover */
|
641
|
+
--modes-color-interactive-primary-inverse-hover-alt2-dark: #11651c; /* hover for links */
|
602
642
|
--modes-color-interactive-primary-inverse-with-active-dark: #FFFFFF;
|
603
643
|
--modes-color-interactive-primary-inverse-with-default-dark: #FFFFFF;
|
604
644
|
--modes-color-interactive-primary-inverse-with-hover-dark: #FFFFFF;
|
@@ -610,18 +650,19 @@
|
|
610
650
|
--modes-color-status-ai-default-alt-dark: #FFFFFF; /* bg for contextual message comp */
|
611
651
|
--modes-color-status-ai-default-horizontal-dark: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
612
652
|
--modes-color-status-ai-default-vertical-dark: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
613
|
-
--modes-color-status-
|
653
|
+
--modes-color-status-callout-default-alt-dark: #122211; /* used for marketing banners */
|
654
|
+
--modes-color-status-callout-hover-alt-dark: #263525; /* marketing banner hover */
|
614
655
|
--modes-color-status-caution-default-dark: #E04500;
|
615
656
|
--modes-color-status-caution-default-alt-dark: #251206; /* Subtle message bg */
|
616
|
-
--modes-color-status-caution-hover-dark: #
|
617
|
-
--modes-color-status-caution-hover-alt-dark: #
|
657
|
+
--modes-color-status-caution-hover-dark: #eb6530; /* used on pill hover states */
|
658
|
+
--modes-color-status-caution-hover-alt-dark: #3e1a0b; /* used on pill hover states and message bg */
|
618
659
|
--modes-color-status-caution-text-dark: #e75b23;
|
619
660
|
--modes-color-status-caution-frozenglobal-default-dark: #E04500; /* Global message bg */
|
620
|
-
--modes-color-status-caution-frozenglobal-hover-dark: #
|
661
|
+
--modes-color-status-caution-frozenglobal-hover-dark: #eb6530; /* used on global message bg */
|
621
662
|
--modes-color-status-caution-inverse-default-dark: #D64309; /* For pills and messages. Not accessible with white TEXT. */
|
622
663
|
--modes-color-status-caution-inverse-default-alt-dark: #ffede5; /* Subtle message bg */
|
623
|
-
--modes-color-status-caution-inverse-hover-dark: #
|
624
|
-
--modes-color-status-caution-inverse-hover-alt-dark: #
|
664
|
+
--modes-color-status-caution-inverse-hover-dark: #b33b0d; /* used on pill hover states */
|
665
|
+
--modes-color-status-caution-inverse-hover-alt-dark: #fed5c3; /* used on pill hover states and message bg */
|
625
666
|
--modes-color-status-caution-inverse-text-dark: #bf3e0c;
|
626
667
|
--modes-color-status-content-with-default-dark: #000000;
|
627
668
|
--modes-color-status-content-with-default-alt-dark: #fffffff2;
|
@@ -632,68 +673,107 @@
|
|
632
673
|
--modes-color-status-content-inverse-with-default-alt-dark: #000000f2;
|
633
674
|
--modes-color-status-content-inverse-with-hover-dark: #FFFFFF;
|
634
675
|
--modes-color-status-content-inverse-with-hover-alt-dark: #000000;
|
676
|
+
--modes-color-status-custom-blue-default-dark: #007FD9; /* For pills. Not accessible with white TEXT. */
|
677
|
+
--modes-color-status-custom-blue-default-alt-dark: #0d1219; /* Pill bg */
|
678
|
+
--modes-color-status-custom-blue-hover-dark: #4f91df; /* used on pill hover states */
|
679
|
+
--modes-color-status-custom-blue-hover-alt-dark: #142131; /* used on pill hover states */
|
680
|
+
--modes-color-status-custom-teal-default-dark: #008A89; /* For pills. Not accessible with white TEXT. */
|
681
|
+
--modes-color-status-custom-teal-default-alt-dark: #0a1313; /* Pill bg */
|
682
|
+
--modes-color-status-custom-teal-hover-dark: #449b9a; /* used on pill hover states */
|
683
|
+
--modes-color-status-custom-teal-hover-alt-dark: #082427; /* used on pill hover states */
|
684
|
+
--modes-color-status-custom-green-default-dark: #009023; /* For pills. Not accessible with white TEXT. */
|
685
|
+
--modes-color-status-custom-green-default-alt-dark: #0a1408; /* Pill bg */
|
686
|
+
--modes-color-status-custom-green-hover-dark: #44a146; /* used on pill hover states */
|
687
|
+
--modes-color-status-custom-green-hover-alt-dark: #0b2418; /* used on pill hover states */
|
688
|
+
--modes-color-status-custom-lime-default-dark: #6E8500; /* For pills. Not accessible with white TEXT. */
|
689
|
+
--modes-color-status-custom-lime-default-alt-dark: #111205; /* Pill bg */
|
690
|
+
--modes-color-status-custom-lime-hover-dark: #859635; /* used on pill hover states */
|
691
|
+
--modes-color-status-custom-lime-hover-alt-dark: #162311; /* used on pill hover states */
|
692
|
+
--modes-color-status-custom-orange-default-dark: #DB4B00; /* For pills. Not accessible with white TEXT. */
|
693
|
+
--modes-color-status-custom-orange-default-alt-dark: #1c0e04; /* Pill bg */
|
694
|
+
--modes-color-status-custom-orange-hover-dark: #e66930; /* used on pill hover states */
|
695
|
+
--modes-color-status-custom-orange-hover-alt-dark: #331816; /* used on pill hover states */
|
696
|
+
--modes-color-status-custom-red-default-dark: #F50058; /* For pills. Not accessible with white TEXT. */
|
697
|
+
--modes-color-status-custom-red-default-alt-dark: #1e0d0d; /* Pill bg */
|
698
|
+
--modes-color-status-custom-red-hover-dark: #fc4e6e; /* used on pill hover states */
|
699
|
+
--modes-color-status-custom-red-hover-alt-dark: #331720; /* used on pill hover states */
|
700
|
+
--modes-color-status-custom-pink-default-dark: #DD2BAB; /* For pills. Not accessible with white TEXT. */
|
701
|
+
--modes-color-status-custom-pink-default-alt-dark: #1b0d16; /* Pill bg */
|
702
|
+
--modes-color-status-custom-pink-hover-dark: #e558b7; /* used on pill hover states */
|
703
|
+
--modes-color-status-custom-pink-hover-alt-dark: #2d192b; /* used on pill hover states */
|
704
|
+
--modes-color-status-custom-purple-default-dark: #985FDC; /* For pills. Not accessible with white TEXT. */
|
705
|
+
--modes-color-status-custom-purple-default-alt-dark: #150f19; /* Pill bg */
|
706
|
+
--modes-color-status-custom-purple-hover-dark: #a977e2; /* used on pill hover states */
|
707
|
+
--modes-color-status-custom-purple-hover-alt-dark: #231c30; /* used on pill hover states */
|
708
|
+
--modes-color-status-custom-gray-default-dark: #7C7C7C; /* For pills. Not accessible with white TEXT. */
|
709
|
+
--modes-color-status-custom-gray-default-alt-dark: #111; /* Pill bg */
|
710
|
+
--modes-color-status-custom-gray-hover-dark: #8e8e8e; /* used on pill hover states */
|
711
|
+
--modes-color-status-custom-gray-hover-alt-dark: #1a202b; /* used on pill hover states */
|
712
|
+
--modes-color-status-custom-slate-default-dark: #5C8196; /* For pills. Not accessible with white TEXT. */
|
713
|
+
--modes-color-status-custom-slate-default-alt-dark: #0f1214; /* Pill bg */
|
714
|
+
--modes-color-status-custom-slate-hover-dark: #7493a5; /* used on pill hover states */
|
715
|
+
--modes-color-status-custom-slate-hover-alt-dark: #13222c; /* used on pill hover states */
|
716
|
+
--modes-color-status-generic-default-dark: #F0F;
|
717
|
+
--modes-color-status-important-default-dark: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
718
|
+
--modes-color-status-important-default-alt-dark: #150d19; /* Subtle message bg */
|
719
|
+
--modes-color-status-important-hover-dark: #a267de; /* used on pill hover states */
|
720
|
+
--modes-color-status-important-hover-alt-dark: #231b30; /* used on pill hover states and message bg */
|
721
|
+
--modes-color-status-important-inverse-default-dark: #985FDC;
|
722
|
+
--modes-color-status-important-inverse-default-alt-dark: #f1e6fa; /* Subtle message bg */
|
723
|
+
--modes-color-status-important-inverse-hover-dark: #8051b8; /* used on pill hover states */
|
724
|
+
--modes-color-status-important-inverse-hover-alt-dark: #daceed; /* used on pill hover states and message bg */
|
635
725
|
--modes-color-status-inactive-default-dark: #4b4b4b; /* For readonly pill bg and border */
|
636
726
|
--modes-color-status-inactive-with-default-dark: #ffffffab; /* For readonly filled pill text */
|
637
727
|
--modes-color-status-inactive-inverse-default-dark: #a6a6a6; /* For readonly pill bg and border */
|
638
728
|
--modes-color-status-inactive-inverse-with-default-dark: #000000ab; /* For readonly filled pill text */
|
639
|
-
--modes-color-status-important-default-dark: #985FDC; /* For tile status keylines to show if something is of high importance. */
|
640
729
|
--modes-color-status-info-default-dark: #007ED9;
|
641
730
|
--modes-color-status-info-default-alt-dark: #111722; /* Subtle message bg */
|
642
|
-
--modes-color-status-info-hover-dark: #
|
643
|
-
--modes-color-status-info-hover-alt-dark: #
|
731
|
+
--modes-color-status-info-hover-dark: #4f90df; /* used on pill hover states */
|
732
|
+
--modes-color-status-info-hover-alt-dark: #17253a; /* used on pill hover states and message bg */
|
644
733
|
--modes-color-status-info-frozenglobal-default-dark: #007ED9; /* Global message bg */
|
645
|
-
--modes-color-status-info-frozenglobal-hover-dark: #
|
734
|
+
--modes-color-status-info-frozenglobal-hover-dark: #4f90df; /* used on global message bg */
|
646
735
|
--modes-color-status-info-inverse-default-dark: #0060A7; /* For pills and messages. Not accessible with white TEXT. */
|
647
736
|
--modes-color-status-info-inverse-default-alt-dark: #eaeef6; /* Subtle message bg */
|
648
|
-
--modes-color-status-info-inverse-hover-dark: #
|
649
|
-
--modes-color-status-info-inverse-hover-alt-dark: #
|
737
|
+
--modes-color-status-info-inverse-hover-dark: #10518c; /* used on pill hover states */
|
738
|
+
--modes-color-status-info-inverse-hover-alt-dark: #cdd7ea; /* used on pill hover states and message bg */
|
650
739
|
--modes-color-status-negative-default-dark: #E13E53;
|
651
740
|
--modes-color-status-negative-default-alt-dark: #241212; /* Subtle message bg */
|
652
|
-
--modes-color-status-negative-hover-dark: #
|
653
|
-
--modes-color-status-negative-hover-alt-dark: #
|
741
|
+
--modes-color-status-negative-hover-dark: #ea626a; /* used on pill hover states */
|
742
|
+
--modes-color-status-negative-hover-alt-dark: #3d1a1c; /* used on pill hover states and message bg */
|
654
743
|
--modes-color-status-negative-text-dark: #E13E53;
|
655
744
|
--modes-color-status-negative-inverse-default-dark: #CD384B; /* For pills and messages. Not accessible with white TEXT. */
|
656
745
|
--modes-color-status-negative-inverse-default-alt-dark: #fdeceb; /* Subtle message bg */
|
657
|
-
--modes-color-status-negative-inverse-hover-dark: #
|
658
|
-
--modes-color-status-negative-inverse-hover-alt-dark: #
|
746
|
+
--modes-color-status-negative-inverse-hover-dark: #ac3240; /* used on pill hover states */
|
747
|
+
--modes-color-status-negative-inverse-hover-alt-dark: #f9d3d1; /* used on pill hover states and message bg */
|
659
748
|
--modes-color-status-negative-inverse-text-dark: #CD384B;
|
660
749
|
--modes-color-status-neutral-default-dark: #7C7C7C;
|
661
750
|
--modes-color-status-neutral-default-alt-dark: #171717; /* Subtle message bg */
|
662
|
-
--modes-color-status-neutral-hover-dark: #
|
663
|
-
--modes-color-status-neutral-hover-alt-dark: #
|
751
|
+
--modes-color-status-neutral-hover-dark: #8e8e8e; /* used on pill hover states */
|
752
|
+
--modes-color-status-neutral-hover-alt-dark: #242424; /* used on pill hover states and message bg */
|
664
753
|
--modes-color-status-neutral-frozen-default-dark: #9e9e9e;
|
665
754
|
--modes-color-status-neutral-frozen-default-alt-dark: #171717; /* Subtle message bg */
|
666
|
-
--modes-color-status-neutral-frozen-hover-dark: #
|
667
|
-
--modes-color-status-neutral-frozen-hover-alt-dark: #
|
755
|
+
--modes-color-status-neutral-frozen-hover-dark: #8e8e8e;
|
756
|
+
--modes-color-status-neutral-frozen-hover-alt-dark: #2a2a2a; /* used on pill hover states and message bg */
|
668
757
|
--modes-color-status-neutral-inverse-default-dark: #656565;
|
669
758
|
--modes-color-status-neutral-inverse-default-alt-dark: #efefef; /* Subtle message bg */
|
670
|
-
--modes-color-status-neutral-inverse-hover-dark: #
|
671
|
-
--modes-color-status-neutral-inverse-hover-alt-dark: #
|
759
|
+
--modes-color-status-neutral-inverse-hover-dark: #696969; /* used on pill hover states */
|
760
|
+
--modes-color-status-neutral-inverse-hover-alt-dark: #d9d9d9; /* used on pill hover states and message bg */
|
672
761
|
--modes-color-status-positive-default-dark: #009023;
|
673
762
|
--modes-color-status-positive-default-alt-dark: #0e1a0b; /* Subtle message bg */
|
674
|
-
--modes-color-status-positive-hover-dark: #
|
675
|
-
--modes-color-status-positive-hover-alt-dark: #
|
763
|
+
--modes-color-status-positive-hover-dark: #359b3b; /* used on pill hover states */
|
764
|
+
--modes-color-status-positive-hover-alt-dark: #132912; /* used on pill hover states and message bg */
|
676
765
|
--modes-color-status-positive-inverse-default-dark: #00811F; /* For pills and messages. Not accessible with white TEXT. */
|
677
766
|
--modes-color-status-positive-inverse-default-alt-dark: #e9f2e8; /* Subtle message bg */
|
678
|
-
--modes-color-status-positive-inverse-hover-dark: #
|
679
|
-
--modes-color-status-positive-inverse-hover-alt-dark: #
|
680
|
-
--modes-color-status-callout-default-alt-dark: #122211; /* used for marketing banners */
|
681
|
-
--modes-color-status-callout-hover-alt-dark: #223121; /* marketing banner hover */
|
767
|
+
--modes-color-status-positive-inverse-hover-dark: #0e6d1d; /* used on pill hover states */
|
768
|
+
--modes-color-status-positive-inverse-hover-alt-dark: #cbe1c9; /* used on pill hover states and message bg */
|
682
769
|
--modes-color-status-reviews-default-dark: #00D639;
|
683
770
|
--modes-color-status-reviews-default-alt-dark: linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%);
|
684
|
-
--modes-color-status-reviews-hover-dark: #
|
771
|
+
--modes-color-status-reviews-hover-dark: #17b333; /* used on pill hover states */
|
685
772
|
--modes-color-status-reviews-frozen-default-dark: #00D639;
|
686
773
|
--modes-color-status-reviews-frozen-default-alt-dark: linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%);
|
687
|
-
--modes-color-status-reviews-frozen-hover-dark: #
|
774
|
+
--modes-color-status-reviews-frozen-hover-dark: #17b333; /* used on pill hover states */
|
688
775
|
--modes-color-modifier-contrast-less-dark: #000000;
|
689
776
|
--modes-color-modifier-contrast-more-dark: #FFFFFF;
|
690
|
-
--modes-color-modifiers-button-active-dark: 0.32; /* Active modifier used when 16% hover is used */
|
691
|
-
--modes-color-modifiers-button-active-alt-dark: 0.16; /* Active appled when 8% hover is used */
|
692
|
-
--modes-color-modifiers-button-hover-dark: 0.16; /* Hover used on primary buttons */
|
693
|
-
--modes-color-modifiers-button-hover-alt-dark: 0.08; /* Hover used on secondary and tertiary buttons */
|
694
|
-
--modes-color-modifiers-input-disabled-bg-dark: 0.04; /* less contrast */
|
695
|
-
--modes-color-modifiers-input-disabled-fg-dark: 0.30; /* less contrast */
|
696
|
-
--modes-color-modifiers-shadow-standard-dark: 0.5; /* standard mixer for shadow */
|
697
777
|
|
698
778
|
/* badge component tokens */
|
699
779
|
--badge-radius-badge: var(--global-radius-circle); /* Badge */
|
@@ -918,12 +998,16 @@
|
|
918
998
|
--button-color-typical-primary-inverse-bg-active: light-dark(var(--modes-color-interactive-primary-inverse-active-light), var(--modes-color-interactive-primary-inverse-active-dark));
|
919
999
|
--button-color-typical-primary-inverse-bg-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-light), var(--modes-color-interactive-primary-inverse-hover-dark));
|
920
1000
|
--button-color-typical-secondary-bg-active: light-dark(var(--modes-color-interactive-primary-active-alt-light), var(--modes-color-interactive-primary-active-alt-dark));
|
1001
|
+
--button-color-typical-secondary-bg-enabled: light-dark(var(--modes-color-interactive-primary-default-alt3-light), var(--modes-color-interactive-primary-default-alt3-dark));
|
1002
|
+
--button-color-typical-secondary-bg-hover: light-dark(var(--modes-color-interactive-primary-hover-alt-light), var(--modes-color-interactive-primary-hover-alt-dark));
|
921
1003
|
--button-color-typical-secondary-border-active: light-dark(var(--modes-color-interactive-primary-active-light), var(--modes-color-interactive-primary-active-dark));
|
922
1004
|
--button-color-typical-secondary-border-enabled: light-dark(var(--modes-color-interactive-primary-default-alt-light), var(--modes-color-interactive-primary-default-alt-dark));
|
923
1005
|
--button-color-typical-secondary-border-hover: light-dark(var(--modes-color-interactive-primary-hover-light), var(--modes-color-interactive-primary-hover-dark));
|
924
1006
|
--button-color-typical-secondary-label-disabled: light-dark(var(--modes-color-interactive-inactive-content-light), var(--modes-color-interactive-inactive-content-dark));
|
925
1007
|
--button-color-typical-secondary-label-enabled: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
926
1008
|
--button-color-typical-secondary-inverse-bg-active: light-dark(var(--modes-color-interactive-primary-inverse-active-alt-light), var(--modes-color-interactive-primary-inverse-active-alt-dark));
|
1009
|
+
--button-color-typical-secondary-inverse-bg-enabled: light-dark(var(--modes-color-interactive-primary-inverse-default-alt3-light), var(--modes-color-interactive-primary-inverse-default-alt3-dark));
|
1010
|
+
--button-color-typical-secondary-inverse-bg-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-alt-light), var(--modes-color-interactive-primary-inverse-hover-alt-dark));
|
927
1011
|
--button-color-typical-secondary-inverse-border-active: light-dark(var(--modes-color-interactive-primary-inverse-active-light), var(--modes-color-interactive-primary-inverse-active-dark));
|
928
1012
|
--button-color-typical-secondary-inverse-border-enabled: light-dark(var(--modes-color-interactive-primary-inverse-default-alt-light), var(--modes-color-interactive-primary-inverse-default-alt-dark));
|
929
1013
|
--button-color-typical-secondary-inverse-border-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-light), var(--modes-color-interactive-primary-inverse-hover-dark));
|
@@ -931,14 +1015,16 @@
|
|
931
1015
|
--button-color-typical-secondary-inverse-label-enabled: light-dark(var(--modes-color-interactive-monochrome-inverse-default-light), var(--modes-color-interactive-monochrome-inverse-default-dark));
|
932
1016
|
--button-color-typical-secondary-inverse-label-hover: light-dark(var(--modes-color-interactive-monochrome-inverse-with-hover-light), var(--modes-color-interactive-monochrome-inverse-with-hover-dark));
|
933
1017
|
--button-color-typical-tertiary-bg-active: light-dark(var(--modes-color-interactive-primary-active-alt-light), var(--modes-color-interactive-primary-active-alt-dark));
|
1018
|
+
--button-color-typical-tertiary-bg-hover: light-dark(var(--modes-color-interactive-primary-hover-alt-light), var(--modes-color-interactive-primary-hover-alt-dark));
|
934
1019
|
--button-color-typical-tertiary-border-active: light-dark(var(--modes-color-interactive-primary-active-light), var(--modes-color-interactive-primary-active-dark));
|
935
|
-
--button-color-typical-tertiary-border-enabled: light-dark(var(--modes-color-interactive-primary-default-
|
1020
|
+
--button-color-typical-tertiary-border-enabled: light-dark(var(--modes-color-interactive-primary-default-alt-light), var(--modes-color-interactive-primary-default-alt-dark));
|
936
1021
|
--button-color-typical-tertiary-border-hover: light-dark(var(--modes-color-interactive-primary-hover-light), var(--modes-color-interactive-primary-hover-dark));
|
937
1022
|
--button-color-typical-tertiary-label-disabled: light-dark(var(--modes-color-interactive-inactive-content-light), var(--modes-color-interactive-inactive-content-dark));
|
938
1023
|
--button-color-typical-tertiary-label-enabled: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
939
1024
|
--button-color-typical-tertiary-inverse-bg-active: light-dark(var(--modes-color-interactive-primary-inverse-active-alt-light), var(--modes-color-interactive-primary-inverse-active-alt-dark));
|
1025
|
+
--button-color-typical-tertiary-inverse-bg-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-alt-light), var(--modes-color-interactive-primary-inverse-hover-alt-dark));
|
940
1026
|
--button-color-typical-tertiary-inverse-border-active: light-dark(var(--modes-color-interactive-primary-inverse-active-light), var(--modes-color-interactive-primary-inverse-active-dark));
|
941
|
-
--button-color-typical-tertiary-inverse-border-enabled: light-dark(var(--modes-color-interactive-primary-inverse-default-
|
1027
|
+
--button-color-typical-tertiary-inverse-border-enabled: light-dark(var(--modes-color-interactive-primary-inverse-default-alt-light), var(--modes-color-interactive-primary-inverse-default-alt-dark));
|
942
1028
|
--button-color-typical-tertiary-inverse-border-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-light), var(--modes-color-interactive-primary-inverse-hover-dark));
|
943
1029
|
--button-color-typical-tertiary-inverse-label-active: light-dark(var(--modes-color-interactive-monochrome-inverse-with-active-alt-light), var(--modes-color-interactive-monochrome-inverse-with-active-alt-dark));
|
944
1030
|
--button-color-typical-tertiary-inverse-label-enabled: light-dark(var(--modes-color-interactive-monochrome-inverse-default-light), var(--modes-color-interactive-monochrome-inverse-default-dark));
|
@@ -997,12 +1083,8 @@
|
|
997
1083
|
--button-color-destructive-primary-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
998
1084
|
--button-color-destructive-secondary-border-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
999
1085
|
--button-color-typical-primary-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
1000
|
-
--button-color-typical-secondary-bg-hover: light-dark(var(--modes-color-interactive-primary-hover-alt-light), var(--modes-color-interactive-primary-hover-alt-dark));
|
1001
1086
|
--button-color-typical-secondary-border-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
1002
|
-
--button-color-typical-secondary-inverse-bg-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-alt-light), var(--modes-color-interactive-primary-inverse-hover-alt-dark));
|
1003
|
-
--button-color-typical-tertiary-bg-hover: light-dark(var(--modes-color-interactive-primary-hover-alt-light), var(--modes-color-interactive-primary-hover-alt-dark));
|
1004
1087
|
--button-color-typical-tertiary-border-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
1005
|
-
--button-color-typical-tertiary-inverse-bg-hover: light-dark(var(--modes-color-interactive-primary-inverse-hover-alt-light), var(--modes-color-interactive-primary-inverse-hover-alt-dark));
|
1006
1088
|
--button-color-typical-subtle-bg-active: light-dark(var(--modes-color-interactive-monochrome-active-alt-light), var(--modes-color-interactive-monochrome-active-alt-dark));
|
1007
1089
|
--button-color-typical-subtle-inverse-bg-active: light-dark(var(--modes-color-interactive-monochrome-inverse-active-alt-light), var(--modes-color-interactive-monochrome-inverse-active-alt-dark));
|
1008
1090
|
--button-color-typical-toggle-bg-active-disabled: light-dark(var(--modes-color-interactive-inactive-default-light), var(--modes-color-interactive-inactive-default-dark));
|
@@ -1010,12 +1092,12 @@
|
|
1010
1092
|
|
1011
1093
|
/* container component tokens */
|
1012
1094
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
1095
|
+
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1013
1096
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1014
1097
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
1015
1098
|
--container-radius-none: var(--global-radius-none); /* Card select (inner adjacent corners), Subscription tile footer top corners */
|
1016
1099
|
--container-radius-scrollbar: var(--global-radius-circle); /* Scrollbar */
|
1017
1100
|
--container-radius-blockquote-bar: var(--global-radius-circle); /* radius for blockquote bar */
|
1018
|
-
--container-opacity-carousel-hidden: light-dark(var(--modes-color-modifiers-input-disabled-fg-light), var(--modes-color-modifiers-input-disabled-fg-dark)); /* opacity applied to next and previous carousel slides */
|
1019
1101
|
--container-color-ai-dialog-borderhorizontal: light-dark(var(--modes-color-generic-fg-ai-default-light), var(--modes-color-generic-fg-ai-default-dark)); /* top border for AI dialog component */
|
1020
1102
|
--container-color-ai-nudge-border-ai-horizontal: light-dark(var(--modes-color-status-ai-default-horizontal-light), var(--modes-color-status-ai-default-horizontal-dark)); /* top and bottom border for AI nudge message component */
|
1021
1103
|
--container-color-ai-nudge-border-ai-vertical: light-dark(var(--modes-color-status-ai-default-vertical-light), var(--modes-color-status-ai-default-vertical-dark)); /* left and right border for AI nudge message component */
|
@@ -1071,6 +1153,7 @@
|
|
1071
1153
|
--container-boxshadow-card-drag: var(--global-boxshadow-interactive-drag); /* Card (drag state) */
|
1072
1154
|
--container-color-interactive-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
|
1073
1155
|
--container-color-interactive-border-alt: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark)); /* Link preview. */
|
1156
|
+
--container-color-interactive-borderalt-hover: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark)); /* For hover border on Link preview. */
|
1074
1157
|
--container-color-interactive-border-inactive: light-dark(var(--modes-color-generic-fg-soft-light), var(--modes-color-generic-fg-soft-dark));
|
1075
1158
|
--container-color-interactive-border-enabled: light-dark(var(--modes-color-generic-fg-moderate-light), var(--modes-color-generic-fg-moderate-dark));
|
1076
1159
|
--container-color-interactive-icon-enabled: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark)); /* Enabled chevron for any accordion. */
|
@@ -1282,7 +1365,6 @@
|
|
1282
1365
|
--container-borderwidth-tileselect-selected: var(--global-borderwidth-s); /* Tile select (selected tile) */
|
1283
1366
|
--container-borderwidth-tileselect-unavailable: var(--global-borderwidth-xs); /* Subscription tile (unavailable product) */
|
1284
1367
|
--container-borderwidth-tileselect-enabled: var(--global-borderwidth-xs); /* Tile select (enabled tile) */
|
1285
|
-
--container-color-interactive-borderalt-hover: var(--container-color-interactive-border-alt); /* For hover border on Link preview. */
|
1286
1368
|
--container-size-drawer-minwidth: var(--container-size-responsive-xl); /* min-width for drawer component */
|
1287
1369
|
--container-size-drawer-maxwidth: var(--container-size-responsive-xxxxl); /* max-width for drawer component */
|
1288
1370
|
|
@@ -1648,8 +1730,8 @@
|
|
1648
1730
|
--link-boxshadow-skiplink: var(--global-boxshadow-container-near);
|
1649
1731
|
--link-color-destructive-label-hover: light-dark(var(--modes-color-interactive-danger-hover-alt2-light), var(--modes-color-interactive-danger-hover-alt2-dark));
|
1650
1732
|
--link-color-destructive-inverse-label-hover: light-dark(var(--modes-color-interactive-danger-inverse-hover-alt2-light), var(--modes-color-interactive-danger-inverse-hover-alt2-dark));
|
1651
|
-
--link-color-typical-label-default: light-dark(var(--modes-color-interactive-primary-default-
|
1652
|
-
--link-color-typical-inverse-label-default: light-dark(var(--modes-color-interactive-primary-inverse-default-
|
1733
|
+
--link-color-typical-label-default: light-dark(var(--modes-color-interactive-primary-default-alt2-light), var(--modes-color-interactive-primary-default-alt2-dark));
|
1734
|
+
--link-color-typical-inverse-label-default: light-dark(var(--modes-color-interactive-primary-inverse-default-alt2-light), var(--modes-color-interactive-primary-inverse-default-alt2-dark));
|
1653
1735
|
--link-color-subtle-label-default: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
1654
1736
|
--link-color-subtle-inverse-label-default: light-dark(var(--modes-color-interactive-monochrome-inverse-default-light), var(--modes-color-interactive-monochrome-inverse-default-dark));
|
1655
1737
|
--link-size-skiplink-m: var(--global-size-macro-m);
|
@@ -1992,7 +2074,7 @@
|
|
1992
2074
|
--progress-color-fg-caution: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark));
|
1993
2075
|
--progress-color-fg-error: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
1994
2076
|
--progress-color-fg-info: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark));
|
1995
|
-
--progress-color-datavis-fg-default: light-dark(var(--modes-color-status-
|
2077
|
+
--progress-color-datavis-fg-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
1996
2078
|
--progress-color-loader-fg-error: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
1997
2079
|
--progress-color-loader-fg-complete: light-dark(var(--modes-color-status-positive-default-light), var(--modes-color-status-positive-default-dark));
|
1998
2080
|
--progress-color-stepflow-bg-complete: light-dark(var(--modes-color-status-positive-default-light), var(--modes-color-status-positive-default-dark));
|
@@ -2028,6 +2110,7 @@
|
|
2028
2110
|
--progress-size-carouselselector-activedot-m: var(--global-size-macro-xxs);
|
2029
2111
|
--progress-size-carouselselector-hitarea-m: var(--global-size-macro-xs);
|
2030
2112
|
--progress-size-carouselslide-x-m: var(--global-size-macro-xl); /* Inactive slide */
|
2113
|
+
--progress-size-spinner-xxs: var(--global-size-macro-xxs); /* Loader ring for XXS size loader spinners */
|
2031
2114
|
--progress-size-spinner-xs: calc(var(--global-size-macro-xs) - var(--global-size-micro-xs)); /* Loader ring for XS size loader spinners */
|
2032
2115
|
--progress-size-spinner-s: var(--global-size-macro-s); /* Loader ring */
|
2033
2116
|
--progress-size-spinner-m: calc(var(--global-size-macro-s) * 2); /* Loader ring */
|
@@ -2106,11 +2189,6 @@
|
|
2106
2189
|
/* status component tokens */
|
2107
2190
|
--status-radius-none: var(--global-radius-none); /* Pill (embedded element inner corners) */
|
2108
2191
|
--status-color-none: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark)); /* transparent override used for hiding colors when needed. */
|
2109
|
-
--status-color-message-global-callout-bg-default: light-dark(var(--modes-color-status-callout-default-alt-light), var(--modes-color-status-callout-default-alt-dark)); /* Global message bg */
|
2110
|
-
--status-color-message-global-info-bg-default: light-dark(var(--modes-color-status-info-default-alt-light), var(--modes-color-status-info-default-alt-dark)); /* Global message bg */
|
2111
|
-
--status-color-message-global-info-icon: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark)); /* Icon on tinted bgs */
|
2112
|
-
--status-color-message-global-warning-bg-default: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Global message bg */
|
2113
|
-
--status-color-message-global-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2114
2192
|
--status-color-message-contextual-bg: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark));
|
2115
2193
|
--status-color-message-contextual-icon: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark)); /* decorative icon on standard contextual messages */
|
2116
2194
|
--status-color-message-contextual-icon-alt: light-dark(var(--modes-color-status-neutral-default-light), var(--modes-color-status-neutral-default-dark)); /* icon on neutral status dialogs */
|
@@ -2132,6 +2210,41 @@
|
|
2132
2210
|
--status-color-message-contextual-warning-bg-alt: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Subtle message bg */
|
2133
2211
|
--status-color-message-contextual-warning-border-default: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark));
|
2134
2212
|
--status-color-message-contextual-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2213
|
+
--status-color-message-global-callout-bg-default: light-dark(var(--modes-color-status-callout-default-alt-light), var(--modes-color-status-callout-default-alt-dark)); /* Global message bg */
|
2214
|
+
--status-color-message-global-info-bg-default: light-dark(var(--modes-color-status-info-default-alt-light), var(--modes-color-status-info-default-alt-dark)); /* Global message bg */
|
2215
|
+
--status-color-message-global-info-icon: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark)); /* Icon on tinted bgs */
|
2216
|
+
--status-color-message-global-warning-bg-default: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Global message bg */
|
2217
|
+
--status-color-message-global-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2218
|
+
--status-color-pill-custom-blue-bg-default: light-dark(var(--modes-color-status-custom-blue-default-light), var(--modes-color-status-custom-blue-default-dark));
|
2219
|
+
--status-color-pill-custom-blue-bg-alt-default: light-dark(var(--modes-color-status-custom-blue-default-alt-light), var(--modes-color-status-custom-blue-default-alt-dark)); /* outline pill bg */
|
2220
|
+
--status-color-pill-custom-blue-border-default: light-dark(var(--modes-color-status-custom-blue-default-light), var(--modes-color-status-custom-blue-default-dark));
|
2221
|
+
--status-color-pill-custom-teal-bg-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
2222
|
+
--status-color-pill-custom-teal-bg-alt-default: light-dark(var(--modes-color-status-custom-teal-default-alt-light), var(--modes-color-status-custom-teal-default-alt-dark)); /* outline pill bg */
|
2223
|
+
--status-color-pill-custom-teal-border-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
2224
|
+
--status-color-pill-custom-green-bg-default: light-dark(var(--modes-color-status-custom-green-default-light), var(--modes-color-status-custom-green-default-dark));
|
2225
|
+
--status-color-pill-custom-green-bg-alt-default: light-dark(var(--modes-color-status-custom-green-default-alt-light), var(--modes-color-status-custom-green-default-alt-dark)); /* outline pill bg */
|
2226
|
+
--status-color-pill-custom-green-border-default: light-dark(var(--modes-color-status-custom-green-default-light), var(--modes-color-status-custom-green-default-dark));
|
2227
|
+
--status-color-pill-custom-lime-bg-default: light-dark(var(--modes-color-status-custom-lime-default-light), var(--modes-color-status-custom-lime-default-dark));
|
2228
|
+
--status-color-pill-custom-lime-bg-alt-default: light-dark(var(--modes-color-status-custom-lime-default-alt-light), var(--modes-color-status-custom-lime-default-alt-dark)); /* outline pill bg */
|
2229
|
+
--status-color-pill-custom-lime-border-default: light-dark(var(--modes-color-status-custom-lime-default-light), var(--modes-color-status-custom-lime-default-dark));
|
2230
|
+
--status-color-pill-custom-orange-bg-default: light-dark(var(--modes-color-status-custom-orange-default-light), var(--modes-color-status-custom-orange-default-dark));
|
2231
|
+
--status-color-pill-custom-orange-bg-alt-default: light-dark(var(--modes-color-status-custom-orange-default-alt-light), var(--modes-color-status-custom-orange-default-alt-dark)); /* outline pill bg */
|
2232
|
+
--status-color-pill-custom-orange-border-default: light-dark(var(--modes-color-status-custom-orange-default-light), var(--modes-color-status-custom-orange-default-dark));
|
2233
|
+
--status-color-pill-custom-red-bg-default: light-dark(var(--modes-color-status-custom-red-default-light), var(--modes-color-status-custom-red-default-dark));
|
2234
|
+
--status-color-pill-custom-red-bg-alt-default: light-dark(var(--modes-color-status-custom-red-default-alt-light), var(--modes-color-status-custom-red-default-alt-dark)); /* outline pill bg */
|
2235
|
+
--status-color-pill-custom-red-border-default: light-dark(var(--modes-color-status-custom-red-default-light), var(--modes-color-status-custom-red-default-dark));
|
2236
|
+
--status-color-pill-custom-pink-bg-default: light-dark(var(--modes-color-status-custom-pink-default-light), var(--modes-color-status-custom-pink-default-dark));
|
2237
|
+
--status-color-pill-custom-pink-bg-alt-default: light-dark(var(--modes-color-status-custom-pink-default-alt-light), var(--modes-color-status-custom-pink-default-alt-dark)); /* outline pill bg */
|
2238
|
+
--status-color-pill-custom-pink-border-default: light-dark(var(--modes-color-status-custom-pink-default-light), var(--modes-color-status-custom-pink-default-dark));
|
2239
|
+
--status-color-pill-custom-purple-bg-default: light-dark(var(--modes-color-status-custom-purple-default-light), var(--modes-color-status-custom-purple-default-dark));
|
2240
|
+
--status-color-pill-custom-purple-bg-alt-default: light-dark(var(--modes-color-status-custom-purple-default-alt-light), var(--modes-color-status-custom-purple-default-alt-dark)); /* outline pill bg */
|
2241
|
+
--status-color-pill-custom-purple-border-default: light-dark(var(--modes-color-status-custom-purple-default-light), var(--modes-color-status-custom-purple-default-dark));
|
2242
|
+
--status-color-pill-custom-gray-bg-default: light-dark(var(--modes-color-status-custom-gray-default-light), var(--modes-color-status-custom-gray-default-dark));
|
2243
|
+
--status-color-pill-custom-gray-bg-alt-default: light-dark(var(--modes-color-status-custom-gray-default-alt-light), var(--modes-color-status-custom-gray-default-alt-dark)); /* outline pill bg */
|
2244
|
+
--status-color-pill-custom-gray-border-default: light-dark(var(--modes-color-status-custom-gray-default-light), var(--modes-color-status-custom-gray-default-dark));
|
2245
|
+
--status-color-pill-custom-slate-bg-default: light-dark(var(--modes-color-status-custom-slate-default-light), var(--modes-color-status-custom-slate-default-dark));
|
2246
|
+
--status-color-pill-custom-slate-bg-alt-default: light-dark(var(--modes-color-status-custom-slate-default-alt-light), var(--modes-color-status-custom-slate-default-alt-dark)); /* outline pill bg */
|
2247
|
+
--status-color-pill-custom-slate-border-default: light-dark(var(--modes-color-status-custom-slate-default-light), var(--modes-color-status-custom-slate-default-dark));
|
2135
2248
|
--status-color-pill-error-bg-default: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
2136
2249
|
--status-color-pill-error-bg-alt-default: light-dark(var(--modes-color-status-negative-default-alt-light), var(--modes-color-status-negative-default-alt-dark)); /* outline pill bg */
|
2137
2250
|
--status-color-pill-error-border-default: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
@@ -2171,19 +2284,39 @@
|
|
2171
2284
|
--status-typography-heading-s: var(--global-typography-component-firm-s);
|
2172
2285
|
--status-typography-heading-m: var(--global-typography-component-firm-m);
|
2173
2286
|
--status-typography-heading-l: var(--global-typography-component-firm-l);
|
2287
|
+
--status-color-message-contextual-text: light-dark(var(--modes-color-status-content-with-hover-alt-light), var(--modes-color-status-content-with-hover-alt-dark)); /* Message text. */
|
2288
|
+
--status-color-message-contextual-ai-bg-default: light-dark(var(--modes-color-status-ai-default-alt-light), var(--modes-color-status-ai-default-alt-dark));
|
2289
|
+
--status-color-message-contextual-ai-border-default: light-dark(var(--modes-color-status-ai-default-alt-light), var(--modes-color-status-ai-default-alt-dark));
|
2174
2290
|
--status-color-message-global-label-hover: light-dark(var(--modes-color-interactive-monochrome-with-hover-light), var(--modes-color-interactive-monochrome-with-hover-dark));
|
2175
2291
|
--status-color-message-global-callout-bg-hover: light-dark(var(--modes-color-status-callout-hover-alt-light), var(--modes-color-status-callout-hover-alt-dark)); /* global message bg hover */
|
2176
2292
|
--status-color-message-global-info-bg-hover: light-dark(var(--modes-color-status-info-hover-alt-light), var(--modes-color-status-info-hover-alt-dark));
|
2177
2293
|
--status-color-message-global-warning-bg-hover: light-dark(var(--modes-color-status-caution-hover-alt-light), var(--modes-color-status-caution-hover-alt-dark));
|
2178
|
-
--status-color-
|
2179
|
-
--status-color-
|
2180
|
-
--status-color-
|
2181
|
-
--status-color-pill-
|
2182
|
-
--status-color-pill-
|
2294
|
+
--status-color-pill-custom-blue-bg-alt-hover: light-dark(var(--modes-color-status-custom-blue-hover-alt-light), var(--modes-color-status-custom-blue-hover-alt-dark));
|
2295
|
+
--status-color-pill-custom-blue-bg-hover: light-dark(var(--modes-color-status-custom-blue-hover-light), var(--modes-color-status-custom-blue-hover-dark));
|
2296
|
+
--status-color-pill-custom-teal-bg-alt-hover: light-dark(var(--modes-color-status-custom-teal-hover-alt-light), var(--modes-color-status-custom-teal-hover-alt-dark));
|
2297
|
+
--status-color-pill-custom-teal-bg-hover: light-dark(var(--modes-color-status-custom-teal-hover-light), var(--modes-color-status-custom-teal-hover-dark));
|
2298
|
+
--status-color-pill-custom-green-bg-alt-hover: light-dark(var(--modes-color-status-custom-green-hover-alt-light), var(--modes-color-status-custom-green-hover-alt-dark));
|
2299
|
+
--status-color-pill-custom-green-bg-hover: light-dark(var(--modes-color-status-custom-green-hover-light), var(--modes-color-status-custom-green-hover-dark));
|
2300
|
+
--status-color-pill-custom-lime-bg-alt-hover: light-dark(var(--modes-color-status-custom-lime-hover-alt-light), var(--modes-color-status-custom-lime-hover-alt-dark));
|
2301
|
+
--status-color-pill-custom-lime-bg-hover: light-dark(var(--modes-color-status-custom-lime-hover-light), var(--modes-color-status-custom-lime-hover-dark));
|
2302
|
+
--status-color-pill-custom-orange-bg-alt-hover: light-dark(var(--modes-color-status-custom-orange-hover-alt-light), var(--modes-color-status-custom-orange-hover-alt-dark));
|
2303
|
+
--status-color-pill-custom-orange-bg-hover: light-dark(var(--modes-color-status-custom-orange-hover-light), var(--modes-color-status-custom-orange-hover-dark));
|
2304
|
+
--status-color-pill-custom-red-bg-alt-hover: light-dark(var(--modes-color-status-custom-red-hover-alt-light), var(--modes-color-status-custom-red-hover-alt-dark));
|
2305
|
+
--status-color-pill-custom-red-bg-hover: light-dark(var(--modes-color-status-custom-red-hover-light), var(--modes-color-status-custom-red-hover-dark));
|
2306
|
+
--status-color-pill-custom-pink-bg-alt-hover: light-dark(var(--modes-color-status-custom-pink-hover-alt-light), var(--modes-color-status-custom-pink-hover-alt-dark));
|
2307
|
+
--status-color-pill-custom-pink-bg-hover: light-dark(var(--modes-color-status-custom-pink-hover-light), var(--modes-color-status-custom-pink-hover-dark));
|
2308
|
+
--status-color-pill-custom-purple-bg-alt-hover: light-dark(var(--modes-color-status-custom-purple-hover-alt-light), var(--modes-color-status-custom-purple-hover-alt-dark));
|
2309
|
+
--status-color-pill-custom-purple-bg-hover: light-dark(var(--modes-color-status-custom-purple-hover-light), var(--modes-color-status-custom-purple-hover-dark));
|
2310
|
+
--status-color-pill-custom-gray-bg-alt-hover: light-dark(var(--modes-color-status-custom-gray-hover-alt-light), var(--modes-color-status-custom-gray-hover-alt-dark));
|
2311
|
+
--status-color-pill-custom-gray-bg-hover: light-dark(var(--modes-color-status-custom-gray-hover-light), var(--modes-color-status-custom-gray-hover-dark));
|
2312
|
+
--status-color-pill-custom-slate-bg-alt-hover: light-dark(var(--modes-color-status-custom-slate-hover-alt-light), var(--modes-color-status-custom-slate-hover-alt-dark));
|
2313
|
+
--status-color-pill-custom-slate-bg-hover: light-dark(var(--modes-color-status-custom-slate-hover-light), var(--modes-color-status-custom-slate-hover-dark));
|
2183
2314
|
--status-color-pill-error-bg-alt-hover: light-dark(var(--modes-color-status-negative-hover-alt-light), var(--modes-color-status-negative-hover-alt-dark));
|
2184
2315
|
--status-color-pill-error-bg-hover: light-dark(var(--modes-color-status-negative-hover-light), var(--modes-color-status-negative-hover-dark));
|
2185
2316
|
--status-color-pill-error-inverse-bg-alt-hover: light-dark(var(--modes-color-status-negative-inverse-hover-alt-light), var(--modes-color-status-negative-inverse-hover-alt-dark));
|
2186
2317
|
--status-color-pill-error-inverse-bg-hover: light-dark(var(--modes-color-status-negative-inverse-hover-light), var(--modes-color-status-negative-inverse-hover-dark));
|
2318
|
+
--status-color-pill-generic-inverse-label-default: light-dark(var(--modes-color-status-content-inverse-with-default-light), var(--modes-color-status-content-inverse-with-default-dark));
|
2319
|
+
--status-color-pill-generic-inverse-label-hover: light-dark(var(--modes-color-status-content-inverse-with-hover-light), var(--modes-color-status-content-inverse-with-hover-dark));
|
2187
2320
|
--status-color-pill-info-bg-alt-hover: light-dark(var(--modes-color-status-info-hover-alt-light), var(--modes-color-status-info-hover-alt-dark));
|
2188
2321
|
--status-color-pill-info-bg-hover: light-dark(var(--modes-color-status-info-hover-light), var(--modes-color-status-info-hover-dark));
|
2189
2322
|
--status-color-pill-info-inverse-bg-alt-hover: light-dark(var(--modes-color-status-info-inverse-hover-alt-light), var(--modes-color-status-info-inverse-hover-alt-dark));
|
@@ -2192,6 +2325,7 @@
|
|
2192
2325
|
--status-color-pill-neutral-bg-hover: light-dark(var(--modes-color-status-neutral-hover-light), var(--modes-color-status-neutral-hover-dark));
|
2193
2326
|
--status-color-pill-neutral-inverse-bg-alt-hover: light-dark(var(--modes-color-status-neutral-inverse-hover-alt-light), var(--modes-color-status-neutral-inverse-hover-alt-dark));
|
2194
2327
|
--status-color-pill-neutral-inverse-bg-hover: light-dark(var(--modes-color-status-neutral-inverse-hover-light), var(--modes-color-status-neutral-inverse-hover-dark));
|
2328
|
+
--status-color-pill-readonly-label: light-dark(var(--modes-color-generic-content-firm-light), var(--modes-color-generic-content-firm-dark)); /* Pill (all types, readonly, when nested in disabled parent components) */
|
2195
2329
|
--status-color-pill-success-bg-alt-hover: light-dark(var(--modes-color-status-positive-hover-alt-light), var(--modes-color-status-positive-hover-alt-dark));
|
2196
2330
|
--status-color-pill-success-bg-hover: light-dark(var(--modes-color-status-positive-hover-light), var(--modes-color-status-positive-hover-dark));
|
2197
2331
|
--status-color-pill-success-inverse-bg-alt-hover: light-dark(var(--modes-color-status-positive-inverse-hover-alt-light), var(--modes-color-status-positive-inverse-hover-alt-dark));
|
@@ -2200,14 +2334,13 @@
|
|
2200
2334
|
--status-color-pill-warning-bg-hover: light-dark(var(--modes-color-status-caution-hover-light), var(--modes-color-status-caution-hover-dark));
|
2201
2335
|
--status-color-pill-warning-inverse-bg-alt-hover: light-dark(var(--modes-color-status-caution-inverse-hover-alt-light), var(--modes-color-status-caution-inverse-hover-alt-dark));
|
2202
2336
|
--status-color-pill-warning-inverse-bg-hover: light-dark(var(--modes-color-status-caution-inverse-hover-light), var(--modes-color-status-caution-inverse-hover-dark));
|
2203
|
-
--status-color-pill-readonly-label: light-dark(var(--modes-color-generic-content-firm-light), var(--modes-color-generic-content-firm-dark)); /* Pill (all types, readonly, when nested in disabled parent components) */
|
2204
2337
|
--status-color-rating-bg-default: light-dark(var(--modes-color-status-reviews-default-light), var(--modes-color-status-reviews-default-dark));
|
2205
2338
|
--status-color-rating-bg-default-alt: light-dark(var(--modes-color-status-reviews-default-alt-light), var(--modes-color-status-reviews-default-alt-dark));
|
2206
2339
|
--status-color-rating-bg-hover: light-dark(var(--modes-color-status-reviews-hover-light), var(--modes-color-status-reviews-hover-dark));
|
2207
2340
|
--status-color-rating-border-default: light-dark(var(--modes-color-status-reviews-default-light), var(--modes-color-status-reviews-default-dark));
|
2341
|
+
--status-color-message-contextual-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2208
2342
|
--status-color-message-global-label-default: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2209
2343
|
--status-color-message-global-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark)); /* Icon on tinted bgs */
|
2210
|
-
--status-color-message-contextual-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2211
2344
|
--status-color-pill-generic-label-default: light-dark(var(--modes-color-status-content-with-default-light), var(--modes-color-status-content-with-default-dark));
|
2212
2345
|
--status-color-pill-generic-label-hover: light-dark(var(--modes-color-status-content-with-hover-light), var(--modes-color-status-content-with-hover-dark));
|
2213
2346
|
--status-color-pill-generic-label-alt-default: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
@@ -2370,7 +2503,7 @@
|
|
2370
2503
|
--table-size-row-standard-l: var(--global-size-macro-l);
|
2371
2504
|
--table-size-row-standard-xl: calc(var(--global-size-macro-xl) + var(--global-size-micro-m));
|
2372
2505
|
--table-size-icon-xs: var(--global-size-icon-s);
|
2373
|
-
--table-size-icon-s: var(--global-size-icon-
|
2506
|
+
--table-size-icon-s: var(--global-size-icon-m);
|
2374
2507
|
--table-size-icon-m: var(--global-size-icon-m);
|
2375
2508
|
--table-size-icon-l: var(--global-size-icon-l);
|
2376
2509
|
--table-size-icon-xl: var(--global-size-icon-xl);
|