@sage/design-tokens 13.1.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +67 -21
- package/css/frozenproduct/large/components/badge.css +8 -3
- package/css/frozenproduct/large/components/button.css +16 -7
- package/css/frozenproduct/large/components/focus.css +4 -0
- package/css/frozenproduct/large/components/link.css +2 -0
- package/css/frozenproduct/large/components/logo.css +0 -2
- package/css/frozenproduct/large/components/progress.css +4 -3
- package/css/frozenproduct/large/components/table.css +1 -0
- package/css/frozenproduct/large/dark.css +16 -3
- package/css/frozenproduct/large/light.css +16 -3
- package/css/frozenproduct/small/components/badge.css +8 -3
- package/css/frozenproduct/small/components/button.css +16 -7
- package/css/frozenproduct/small/components/focus.css +4 -0
- package/css/frozenproduct/small/components/link.css +2 -0
- package/css/frozenproduct/small/components/logo.css +0 -2
- package/css/frozenproduct/small/components/progress.css +4 -3
- package/css/frozenproduct/small/components/table.css +1 -0
- package/css/frozenproduct/small/dark.css +16 -3
- package/css/frozenproduct/small/light.css +16 -3
- package/css/marketing/all.css +67 -21
- package/css/marketing/large/components/badge.css +8 -3
- package/css/marketing/large/components/button.css +16 -7
- package/css/marketing/large/components/focus.css +4 -0
- package/css/marketing/large/components/link.css +2 -0
- package/css/marketing/large/components/logo.css +0 -2
- package/css/marketing/large/components/progress.css +4 -3
- package/css/marketing/large/components/table.css +1 -0
- package/css/marketing/large/dark.css +16 -3
- package/css/marketing/large/light.css +16 -3
- package/css/marketing/small/components/badge.css +8 -3
- package/css/marketing/small/components/button.css +16 -7
- package/css/marketing/small/components/focus.css +4 -0
- package/css/marketing/small/components/link.css +2 -0
- package/css/marketing/small/components/logo.css +0 -2
- package/css/marketing/small/components/progress.css +4 -3
- package/css/marketing/small/components/table.css +1 -0
- package/css/marketing/small/dark.css +16 -3
- package/css/marketing/small/light.css +16 -3
- package/css/product/all.css +67 -21
- package/css/product/large/components/badge.css +8 -3
- package/css/product/large/components/button.css +16 -7
- package/css/product/large/components/focus.css +4 -0
- package/css/product/large/components/link.css +2 -0
- package/css/product/large/components/logo.css +0 -2
- package/css/product/large/components/progress.css +4 -3
- package/css/product/large/components/table.css +1 -0
- package/css/product/large/dark.css +16 -3
- package/css/product/large/light.css +16 -3
- package/css/product/small/components/badge.css +8 -3
- package/css/product/small/components/button.css +16 -7
- package/css/product/small/components/focus.css +4 -0
- package/css/product/small/components/link.css +2 -0
- package/css/product/small/components/logo.css +0 -2
- package/css/product/small/components/progress.css +4 -3
- package/css/product/small/components/table.css +1 -0
- package/css/product/small/dark.css +16 -3
- package/css/product/small/light.css +16 -3
- package/ios/frozenproduct/large/dark/components/badge.h +5 -0
- package/ios/frozenproduct/large/dark/components/button.h +10 -1
- package/ios/frozenproduct/large/dark/components/focus.h +4 -0
- package/ios/frozenproduct/large/dark/components/link.h +2 -0
- package/ios/frozenproduct/large/dark/components/logo.h +0 -2
- package/ios/frozenproduct/large/dark/components/progress.h +4 -3
- package/ios/frozenproduct/large/dark/components/table.h +1 -0
- package/ios/frozenproduct/large/dark/mode.h +16 -3
- package/ios/frozenproduct/large/light/components/badge.h +5 -0
- package/ios/frozenproduct/large/light/components/button.h +10 -1
- package/ios/frozenproduct/large/light/components/focus.h +4 -0
- package/ios/frozenproduct/large/light/components/link.h +2 -0
- package/ios/frozenproduct/large/light/components/logo.h +0 -2
- package/ios/frozenproduct/large/light/components/progress.h +4 -3
- package/ios/frozenproduct/large/light/components/table.h +1 -0
- package/ios/frozenproduct/large/light/mode.h +16 -3
- package/ios/frozenproduct/small/dark/components/badge.h +5 -0
- package/ios/frozenproduct/small/dark/components/button.h +10 -1
- package/ios/frozenproduct/small/dark/components/focus.h +4 -0
- package/ios/frozenproduct/small/dark/components/link.h +2 -0
- package/ios/frozenproduct/small/dark/components/logo.h +0 -2
- package/ios/frozenproduct/small/dark/components/progress.h +4 -3
- package/ios/frozenproduct/small/dark/components/table.h +1 -0
- package/ios/frozenproduct/small/dark/mode.h +16 -3
- package/ios/frozenproduct/small/light/components/badge.h +5 -0
- package/ios/frozenproduct/small/light/components/button.h +10 -1
- package/ios/frozenproduct/small/light/components/focus.h +4 -0
- package/ios/frozenproduct/small/light/components/link.h +2 -0
- package/ios/frozenproduct/small/light/components/logo.h +0 -2
- package/ios/frozenproduct/small/light/components/progress.h +4 -3
- package/ios/frozenproduct/small/light/components/table.h +1 -0
- package/ios/frozenproduct/small/light/mode.h +16 -3
- package/ios/marketing/large/dark/components/badge.h +5 -0
- package/ios/marketing/large/dark/components/button.h +10 -1
- package/ios/marketing/large/dark/components/focus.h +4 -0
- package/ios/marketing/large/dark/components/link.h +2 -0
- package/ios/marketing/large/dark/components/logo.h +0 -2
- package/ios/marketing/large/dark/components/progress.h +4 -3
- package/ios/marketing/large/dark/components/table.h +1 -0
- package/ios/marketing/large/dark/mode.h +16 -3
- package/ios/marketing/large/light/components/badge.h +5 -0
- package/ios/marketing/large/light/components/button.h +10 -1
- package/ios/marketing/large/light/components/focus.h +4 -0
- package/ios/marketing/large/light/components/link.h +2 -0
- package/ios/marketing/large/light/components/logo.h +0 -2
- package/ios/marketing/large/light/components/progress.h +4 -3
- package/ios/marketing/large/light/components/table.h +1 -0
- package/ios/marketing/large/light/mode.h +16 -3
- package/ios/marketing/small/dark/components/badge.h +5 -0
- package/ios/marketing/small/dark/components/button.h +10 -1
- package/ios/marketing/small/dark/components/focus.h +4 -0
- package/ios/marketing/small/dark/components/link.h +2 -0
- package/ios/marketing/small/dark/components/logo.h +0 -2
- package/ios/marketing/small/dark/components/progress.h +4 -3
- package/ios/marketing/small/dark/components/table.h +1 -0
- package/ios/marketing/small/dark/mode.h +16 -3
- package/ios/marketing/small/light/components/badge.h +5 -0
- package/ios/marketing/small/light/components/button.h +10 -1
- package/ios/marketing/small/light/components/focus.h +4 -0
- package/ios/marketing/small/light/components/link.h +2 -0
- package/ios/marketing/small/light/components/logo.h +0 -2
- package/ios/marketing/small/light/components/progress.h +4 -3
- package/ios/marketing/small/light/components/table.h +1 -0
- package/ios/marketing/small/light/mode.h +16 -3
- package/ios/product/large/dark/components/badge.h +5 -0
- package/ios/product/large/dark/components/button.h +10 -1
- package/ios/product/large/dark/components/focus.h +4 -0
- package/ios/product/large/dark/components/link.h +2 -0
- package/ios/product/large/dark/components/logo.h +0 -2
- package/ios/product/large/dark/components/progress.h +4 -3
- package/ios/product/large/dark/components/table.h +1 -0
- package/ios/product/large/dark/mode.h +16 -3
- package/ios/product/large/light/components/badge.h +5 -0
- package/ios/product/large/light/components/button.h +10 -1
- package/ios/product/large/light/components/focus.h +4 -0
- package/ios/product/large/light/components/link.h +2 -0
- package/ios/product/large/light/components/logo.h +0 -2
- package/ios/product/large/light/components/progress.h +4 -3
- package/ios/product/large/light/components/table.h +1 -0
- package/ios/product/large/light/mode.h +16 -3
- package/ios/product/small/dark/components/badge.h +5 -0
- package/ios/product/small/dark/components/button.h +10 -1
- package/ios/product/small/dark/components/focus.h +4 -0
- package/ios/product/small/dark/components/link.h +2 -0
- package/ios/product/small/dark/components/logo.h +0 -2
- package/ios/product/small/dark/components/progress.h +4 -3
- package/ios/product/small/dark/components/table.h +1 -0
- package/ios/product/small/dark/mode.h +16 -3
- package/ios/product/small/light/components/badge.h +5 -0
- package/ios/product/small/light/components/button.h +10 -1
- package/ios/product/small/light/components/focus.h +4 -0
- package/ios/product/small/light/components/link.h +2 -0
- package/ios/product/small/light/components/logo.h +0 -2
- package/ios/product/small/light/components/progress.h +4 -3
- package/ios/product/small/light/components/table.h +1 -0
- package/ios/product/small/light/mode.h +16 -3
- package/js/common/frozenproduct/large/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/button.js +185 -1
- package/js/common/frozenproduct/large/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/large/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/dark/components/link.js +30 -0
- package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/large/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +15 -0
- package/js/common/frozenproduct/large/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/dark/mode.js +447 -26
- package/js/common/frozenproduct/large/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/badge.js +84 -3
- package/js/common/frozenproduct/large/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/button.js +185 -1
- package/js/common/frozenproduct/large/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/light/components/focus.js +54 -0
- package/js/common/frozenproduct/large/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/light/components/link.js +30 -0
- package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/light/components/logo.js +0 -30
- package/js/common/frozenproduct/large/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/light/components/progress.js +22 -7
- package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +15 -0
- package/js/common/frozenproduct/large/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/light/mode.js +452 -31
- package/js/common/frozenproduct/small/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/small/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/button.js +185 -1
- package/js/common/frozenproduct/small/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/small/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/dark/components/link.js +30 -0
- package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/small/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +15 -0
- package/js/common/frozenproduct/small/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/dark/mode.js +447 -26
- package/js/common/frozenproduct/small/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/badge.js +84 -3
- package/js/common/frozenproduct/small/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/button.js +185 -1
- package/js/common/frozenproduct/small/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/light/components/focus.js +54 -0
- package/js/common/frozenproduct/small/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/light/components/link.js +30 -0
- package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/light/components/logo.js +0 -30
- package/js/common/frozenproduct/small/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/light/components/progress.js +22 -7
- package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +15 -0
- package/js/common/frozenproduct/small/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/light/mode.js +452 -31
- package/js/common/marketing/large/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/large/dark/components/badge.js +84 -3
- package/js/common/marketing/large/dark/components/button.d.ts +11 -0
- package/js/common/marketing/large/dark/components/button.js +185 -1
- package/js/common/marketing/large/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/large/dark/components/focus.js +54 -0
- package/js/common/marketing/large/dark/components/link.d.ts +4 -0
- package/js/common/marketing/large/dark/components/link.js +30 -0
- package/js/common/marketing/large/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/large/dark/components/logo.js +0 -30
- package/js/common/marketing/large/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/large/dark/components/progress.js +22 -7
- package/js/common/marketing/large/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +15 -0
- package/js/common/marketing/large/dark/mode.d.ts +19 -2
- package/js/common/marketing/large/dark/mode.js +447 -26
- package/js/common/marketing/large/light/components/badge.d.ts +7 -0
- package/js/common/marketing/large/light/components/badge.js +84 -3
- package/js/common/marketing/large/light/components/button.d.ts +11 -0
- package/js/common/marketing/large/light/components/button.js +185 -1
- package/js/common/marketing/large/light/components/focus.d.ts +6 -0
- package/js/common/marketing/large/light/components/focus.js +54 -0
- package/js/common/marketing/large/light/components/link.d.ts +4 -0
- package/js/common/marketing/large/light/components/link.js +30 -0
- package/js/common/marketing/large/light/components/logo.d.ts +0 -4
- package/js/common/marketing/large/light/components/logo.js +0 -30
- package/js/common/marketing/large/light/components/progress.d.ts +2 -1
- package/js/common/marketing/large/light/components/progress.js +22 -7
- package/js/common/marketing/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +15 -0
- package/js/common/marketing/large/light/mode.d.ts +19 -2
- package/js/common/marketing/large/light/mode.js +452 -31
- package/js/common/marketing/small/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/small/dark/components/badge.js +84 -3
- package/js/common/marketing/small/dark/components/button.d.ts +11 -0
- package/js/common/marketing/small/dark/components/button.js +185 -1
- package/js/common/marketing/small/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/small/dark/components/focus.js +54 -0
- package/js/common/marketing/small/dark/components/link.d.ts +4 -0
- package/js/common/marketing/small/dark/components/link.js +30 -0
- package/js/common/marketing/small/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/small/dark/components/logo.js +0 -30
- package/js/common/marketing/small/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/small/dark/components/progress.js +22 -7
- package/js/common/marketing/small/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +15 -0
- package/js/common/marketing/small/dark/mode.d.ts +19 -2
- package/js/common/marketing/small/dark/mode.js +447 -26
- package/js/common/marketing/small/light/components/badge.d.ts +7 -0
- package/js/common/marketing/small/light/components/badge.js +84 -3
- package/js/common/marketing/small/light/components/button.d.ts +11 -0
- package/js/common/marketing/small/light/components/button.js +185 -1
- package/js/common/marketing/small/light/components/focus.d.ts +6 -0
- package/js/common/marketing/small/light/components/focus.js +54 -0
- package/js/common/marketing/small/light/components/link.d.ts +4 -0
- package/js/common/marketing/small/light/components/link.js +30 -0
- package/js/common/marketing/small/light/components/logo.d.ts +0 -4
- package/js/common/marketing/small/light/components/logo.js +0 -30
- package/js/common/marketing/small/light/components/progress.d.ts +2 -1
- package/js/common/marketing/small/light/components/progress.js +22 -7
- package/js/common/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +15 -0
- package/js/common/marketing/small/light/mode.d.ts +19 -2
- package/js/common/marketing/small/light/mode.js +452 -31
- package/js/common/product/large/dark/components/badge.d.ts +7 -0
- package/js/common/product/large/dark/components/badge.js +84 -3
- package/js/common/product/large/dark/components/button.d.ts +11 -0
- package/js/common/product/large/dark/components/button.js +185 -1
- package/js/common/product/large/dark/components/focus.d.ts +6 -0
- package/js/common/product/large/dark/components/focus.js +54 -0
- package/js/common/product/large/dark/components/link.d.ts +4 -0
- package/js/common/product/large/dark/components/link.js +30 -0
- package/js/common/product/large/dark/components/logo.d.ts +0 -4
- package/js/common/product/large/dark/components/logo.js +0 -30
- package/js/common/product/large/dark/components/progress.d.ts +2 -1
- package/js/common/product/large/dark/components/progress.js +22 -7
- package/js/common/product/large/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +15 -0
- package/js/common/product/large/dark/mode.d.ts +19 -2
- package/js/common/product/large/dark/mode.js +447 -26
- package/js/common/product/large/light/components/badge.d.ts +7 -0
- package/js/common/product/large/light/components/badge.js +84 -3
- package/js/common/product/large/light/components/button.d.ts +11 -0
- package/js/common/product/large/light/components/button.js +185 -1
- package/js/common/product/large/light/components/focus.d.ts +6 -0
- package/js/common/product/large/light/components/focus.js +54 -0
- package/js/common/product/large/light/components/link.d.ts +4 -0
- package/js/common/product/large/light/components/link.js +30 -0
- package/js/common/product/large/light/components/logo.d.ts +0 -4
- package/js/common/product/large/light/components/logo.js +0 -30
- package/js/common/product/large/light/components/progress.d.ts +2 -1
- package/js/common/product/large/light/components/progress.js +22 -7
- package/js/common/product/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +15 -0
- package/js/common/product/large/light/mode.d.ts +19 -2
- package/js/common/product/large/light/mode.js +452 -31
- package/js/common/product/small/dark/components/badge.d.ts +7 -0
- package/js/common/product/small/dark/components/badge.js +84 -3
- package/js/common/product/small/dark/components/button.d.ts +11 -0
- package/js/common/product/small/dark/components/button.js +185 -1
- package/js/common/product/small/dark/components/focus.d.ts +6 -0
- package/js/common/product/small/dark/components/focus.js +54 -0
- package/js/common/product/small/dark/components/link.d.ts +4 -0
- package/js/common/product/small/dark/components/link.js +30 -0
- package/js/common/product/small/dark/components/logo.d.ts +0 -4
- package/js/common/product/small/dark/components/logo.js +0 -30
- package/js/common/product/small/dark/components/progress.d.ts +2 -1
- package/js/common/product/small/dark/components/progress.js +22 -7
- package/js/common/product/small/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +15 -0
- package/js/common/product/small/dark/mode.d.ts +19 -2
- package/js/common/product/small/dark/mode.js +447 -26
- package/js/common/product/small/light/components/badge.d.ts +7 -0
- package/js/common/product/small/light/components/badge.js +84 -3
- package/js/common/product/small/light/components/button.d.ts +11 -0
- package/js/common/product/small/light/components/button.js +185 -1
- package/js/common/product/small/light/components/focus.d.ts +6 -0
- package/js/common/product/small/light/components/focus.js +54 -0
- package/js/common/product/small/light/components/link.d.ts +4 -0
- package/js/common/product/small/light/components/link.js +30 -0
- package/js/common/product/small/light/components/logo.d.ts +0 -4
- package/js/common/product/small/light/components/logo.js +0 -30
- package/js/common/product/small/light/components/progress.d.ts +2 -1
- package/js/common/product/small/light/components/progress.js +22 -7
- package/js/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +15 -0
- package/js/common/product/small/light/mode.d.ts +19 -2
- package/js/common/product/small/light/mode.js +452 -31
- package/js/es6/frozenproduct/large/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/large/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/dark/mode.js +16 -3
- package/js/es6/frozenproduct/large/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/light/components/button.js +10 -1
- package/js/es6/frozenproduct/large/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/link.js +2 -0
- package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +1 -0
- package/js/es6/frozenproduct/large/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/light/mode.js +16 -3
- package/js/es6/frozenproduct/small/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/small/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/dark/mode.js +16 -3
- package/js/es6/frozenproduct/small/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/light/components/button.js +10 -1
- package/js/es6/frozenproduct/small/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/link.js +2 -0
- package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +1 -0
- package/js/es6/frozenproduct/small/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/light/mode.js +16 -3
- package/js/es6/marketing/large/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/badge.js +5 -0
- package/js/es6/marketing/large/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/large/dark/components/button.js +10 -1
- package/js/es6/marketing/large/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/dark/components/focus.js +4 -0
- package/js/es6/marketing/large/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/link.js +2 -0
- package/js/es6/marketing/large/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/dark/components/logo.js +0 -2
- package/js/es6/marketing/large/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/dark/components/progress.js +4 -3
- package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +1 -0
- package/js/es6/marketing/large/dark/mode.d.ts +15 -2
- package/js/es6/marketing/large/dark/mode.js +16 -3
- package/js/es6/marketing/large/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/light/components/badge.js +5 -0
- package/js/es6/marketing/large/light/components/button.d.ts +9 -0
- package/js/es6/marketing/large/light/components/button.js +10 -1
- package/js/es6/marketing/large/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/light/components/focus.js +4 -0
- package/js/es6/marketing/large/light/components/link.d.ts +2 -0
- package/js/es6/marketing/large/light/components/link.js +2 -0
- package/js/es6/marketing/large/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/light/components/logo.js +0 -2
- package/js/es6/marketing/large/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/light/components/progress.js +4 -3
- package/js/es6/marketing/large/light/components/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +1 -0
- package/js/es6/marketing/large/light/mode.d.ts +15 -2
- package/js/es6/marketing/large/light/mode.js +16 -3
- package/js/es6/marketing/small/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/badge.js +5 -0
- package/js/es6/marketing/small/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/small/dark/components/button.js +10 -1
- package/js/es6/marketing/small/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/dark/components/focus.js +4 -0
- package/js/es6/marketing/small/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/link.js +2 -0
- package/js/es6/marketing/small/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/dark/components/logo.js +0 -2
- package/js/es6/marketing/small/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/dark/components/progress.js +4 -3
- package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +1 -0
- package/js/es6/marketing/small/dark/mode.d.ts +15 -2
- package/js/es6/marketing/small/dark/mode.js +16 -3
- package/js/es6/marketing/small/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/light/components/badge.js +5 -0
- package/js/es6/marketing/small/light/components/button.d.ts +9 -0
- package/js/es6/marketing/small/light/components/button.js +10 -1
- package/js/es6/marketing/small/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/light/components/focus.js +4 -0
- package/js/es6/marketing/small/light/components/link.d.ts +2 -0
- package/js/es6/marketing/small/light/components/link.js +2 -0
- package/js/es6/marketing/small/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/light/components/logo.js +0 -2
- package/js/es6/marketing/small/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/light/components/progress.js +4 -3
- package/js/es6/marketing/small/light/components/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +1 -0
- package/js/es6/marketing/small/light/mode.d.ts +15 -2
- package/js/es6/marketing/small/light/mode.js +16 -3
- package/js/es6/product/large/dark/components/badge.d.ts +5 -0
- package/js/es6/product/large/dark/components/badge.js +5 -0
- package/js/es6/product/large/dark/components/button.d.ts +9 -0
- package/js/es6/product/large/dark/components/button.js +10 -1
- package/js/es6/product/large/dark/components/focus.d.ts +4 -0
- package/js/es6/product/large/dark/components/focus.js +4 -0
- package/js/es6/product/large/dark/components/link.d.ts +2 -0
- package/js/es6/product/large/dark/components/link.js +2 -0
- package/js/es6/product/large/dark/components/logo.d.ts +0 -2
- package/js/es6/product/large/dark/components/logo.js +0 -2
- package/js/es6/product/large/dark/components/progress.d.ts +4 -3
- package/js/es6/product/large/dark/components/progress.js +4 -3
- package/js/es6/product/large/dark/components/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +1 -0
- package/js/es6/product/large/dark/mode.d.ts +15 -2
- package/js/es6/product/large/dark/mode.js +16 -3
- package/js/es6/product/large/light/components/badge.d.ts +5 -0
- package/js/es6/product/large/light/components/badge.js +5 -0
- package/js/es6/product/large/light/components/button.d.ts +9 -0
- package/js/es6/product/large/light/components/button.js +10 -1
- package/js/es6/product/large/light/components/focus.d.ts +4 -0
- package/js/es6/product/large/light/components/focus.js +4 -0
- package/js/es6/product/large/light/components/link.d.ts +2 -0
- package/js/es6/product/large/light/components/link.js +2 -0
- package/js/es6/product/large/light/components/logo.d.ts +0 -2
- package/js/es6/product/large/light/components/logo.js +0 -2
- package/js/es6/product/large/light/components/progress.d.ts +4 -3
- package/js/es6/product/large/light/components/progress.js +4 -3
- package/js/es6/product/large/light/components/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +1 -0
- package/js/es6/product/large/light/mode.d.ts +15 -2
- package/js/es6/product/large/light/mode.js +16 -3
- package/js/es6/product/small/dark/components/badge.d.ts +5 -0
- package/js/es6/product/small/dark/components/badge.js +5 -0
- package/js/es6/product/small/dark/components/button.d.ts +9 -0
- package/js/es6/product/small/dark/components/button.js +10 -1
- package/js/es6/product/small/dark/components/focus.d.ts +4 -0
- package/js/es6/product/small/dark/components/focus.js +4 -0
- package/js/es6/product/small/dark/components/link.d.ts +2 -0
- package/js/es6/product/small/dark/components/link.js +2 -0
- package/js/es6/product/small/dark/components/logo.d.ts +0 -2
- package/js/es6/product/small/dark/components/logo.js +0 -2
- package/js/es6/product/small/dark/components/progress.d.ts +4 -3
- package/js/es6/product/small/dark/components/progress.js +4 -3
- package/js/es6/product/small/dark/components/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +1 -0
- package/js/es6/product/small/dark/mode.d.ts +15 -2
- package/js/es6/product/small/dark/mode.js +16 -3
- package/js/es6/product/small/light/components/badge.d.ts +5 -0
- package/js/es6/product/small/light/components/badge.js +5 -0
- package/js/es6/product/small/light/components/button.d.ts +9 -0
- package/js/es6/product/small/light/components/button.js +10 -1
- package/js/es6/product/small/light/components/focus.d.ts +4 -0
- package/js/es6/product/small/light/components/focus.js +4 -0
- package/js/es6/product/small/light/components/link.d.ts +2 -0
- package/js/es6/product/small/light/components/link.js +2 -0
- package/js/es6/product/small/light/components/logo.d.ts +0 -2
- package/js/es6/product/small/light/components/logo.js +0 -2
- package/js/es6/product/small/light/components/progress.d.ts +4 -3
- package/js/es6/product/small/light/components/progress.js +4 -3
- package/js/es6/product/small/light/components/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +1 -0
- package/js/es6/product/small/light/mode.d.ts +15 -2
- package/js/es6/product/small/light/mode.js +16 -3
- package/js/umd/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/large/dark/mode.js +447 -26
- package/js/umd/frozenproduct/large/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/light/components/button.js +190 -1
- package/js/umd/frozenproduct/large/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/light/components/link.js +36 -0
- package/js/umd/frozenproduct/large/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/light/components/table.js +15 -0
- package/js/umd/frozenproduct/large/light/mode.js +452 -31
- package/js/umd/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/small/dark/mode.js +447 -26
- package/js/umd/frozenproduct/small/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/light/components/button.js +190 -1
- package/js/umd/frozenproduct/small/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/light/components/link.js +36 -0
- package/js/umd/frozenproduct/small/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/light/components/table.js +15 -0
- package/js/umd/frozenproduct/small/light/mode.js +452 -31
- package/js/umd/marketing/large/dark/components/badge.js +84 -3
- package/js/umd/marketing/large/dark/components/button.js +190 -1
- package/js/umd/marketing/large/dark/components/focus.js +54 -0
- package/js/umd/marketing/large/dark/components/link.js +36 -0
- package/js/umd/marketing/large/dark/components/logo.js +0 -30
- package/js/umd/marketing/large/dark/components/progress.js +22 -7
- package/js/umd/marketing/large/dark/components/table.js +15 -0
- package/js/umd/marketing/large/dark/mode.js +447 -26
- package/js/umd/marketing/large/light/components/badge.js +84 -3
- package/js/umd/marketing/large/light/components/button.js +190 -1
- package/js/umd/marketing/large/light/components/focus.js +54 -0
- package/js/umd/marketing/large/light/components/link.js +36 -0
- package/js/umd/marketing/large/light/components/logo.js +0 -30
- package/js/umd/marketing/large/light/components/progress.js +22 -7
- package/js/umd/marketing/large/light/components/table.js +15 -0
- package/js/umd/marketing/large/light/mode.js +452 -31
- package/js/umd/marketing/small/dark/components/badge.js +84 -3
- package/js/umd/marketing/small/dark/components/button.js +190 -1
- package/js/umd/marketing/small/dark/components/focus.js +54 -0
- package/js/umd/marketing/small/dark/components/link.js +36 -0
- package/js/umd/marketing/small/dark/components/logo.js +0 -30
- package/js/umd/marketing/small/dark/components/progress.js +22 -7
- package/js/umd/marketing/small/dark/components/table.js +15 -0
- package/js/umd/marketing/small/dark/mode.js +447 -26
- package/js/umd/marketing/small/light/components/badge.js +84 -3
- package/js/umd/marketing/small/light/components/button.js +190 -1
- package/js/umd/marketing/small/light/components/focus.js +54 -0
- package/js/umd/marketing/small/light/components/link.js +36 -0
- package/js/umd/marketing/small/light/components/logo.js +0 -30
- package/js/umd/marketing/small/light/components/progress.js +22 -7
- package/js/umd/marketing/small/light/components/table.js +15 -0
- package/js/umd/marketing/small/light/mode.js +452 -31
- package/js/umd/product/large/dark/components/badge.js +84 -3
- package/js/umd/product/large/dark/components/button.js +190 -1
- package/js/umd/product/large/dark/components/focus.js +54 -0
- package/js/umd/product/large/dark/components/link.js +36 -0
- package/js/umd/product/large/dark/components/logo.js +0 -30
- package/js/umd/product/large/dark/components/progress.js +22 -7
- package/js/umd/product/large/dark/components/table.js +15 -0
- package/js/umd/product/large/dark/mode.js +447 -26
- package/js/umd/product/large/light/components/badge.js +84 -3
- package/js/umd/product/large/light/components/button.js +190 -1
- package/js/umd/product/large/light/components/focus.js +54 -0
- package/js/umd/product/large/light/components/link.js +36 -0
- package/js/umd/product/large/light/components/logo.js +0 -30
- package/js/umd/product/large/light/components/progress.js +22 -7
- package/js/umd/product/large/light/components/table.js +15 -0
- package/js/umd/product/large/light/mode.js +452 -31
- package/js/umd/product/small/dark/components/badge.js +84 -3
- package/js/umd/product/small/dark/components/button.js +190 -1
- package/js/umd/product/small/dark/components/focus.js +54 -0
- package/js/umd/product/small/dark/components/link.js +36 -0
- package/js/umd/product/small/dark/components/logo.js +0 -30
- package/js/umd/product/small/dark/components/progress.js +22 -7
- package/js/umd/product/small/dark/components/table.js +15 -0
- package/js/umd/product/small/dark/mode.js +447 -26
- package/js/umd/product/small/light/components/badge.js +84 -3
- package/js/umd/product/small/light/components/button.js +190 -1
- package/js/umd/product/small/light/components/focus.js +54 -0
- package/js/umd/product/small/light/components/link.js +36 -0
- package/js/umd/product/small/light/components/logo.js +0 -30
- package/js/umd/product/small/light/components/progress.js +22 -7
- package/js/umd/product/small/light/components/table.js +15 -0
- package/js/umd/product/small/light/mode.js +452 -31
- package/json/flat/frozenproduct/large/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/large/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/large/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/large/dark/mode.json +16 -3
- package/json/flat/frozenproduct/large/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/light/components/button.json +10 -1
- package/json/flat/frozenproduct/large/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/light/components/link.json +2 -0
- package/json/flat/frozenproduct/large/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/light/components/table.json +1 -0
- package/json/flat/frozenproduct/large/light/mode.json +16 -3
- package/json/flat/frozenproduct/small/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/small/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/small/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/small/dark/mode.json +16 -3
- package/json/flat/frozenproduct/small/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/light/components/button.json +10 -1
- package/json/flat/frozenproduct/small/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/light/components/link.json +2 -0
- package/json/flat/frozenproduct/small/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/light/components/table.json +1 -0
- package/json/flat/frozenproduct/small/light/mode.json +16 -3
- package/json/flat/marketing/large/dark/components/badge.json +5 -0
- package/json/flat/marketing/large/dark/components/button.json +10 -1
- package/json/flat/marketing/large/dark/components/focus.json +4 -0
- package/json/flat/marketing/large/dark/components/link.json +2 -0
- package/json/flat/marketing/large/dark/components/logo.json +0 -2
- package/json/flat/marketing/large/dark/components/progress.json +4 -3
- package/json/flat/marketing/large/dark/components/table.json +1 -0
- package/json/flat/marketing/large/dark/mode.json +16 -3
- package/json/flat/marketing/large/light/components/badge.json +5 -0
- package/json/flat/marketing/large/light/components/button.json +10 -1
- package/json/flat/marketing/large/light/components/focus.json +4 -0
- package/json/flat/marketing/large/light/components/link.json +2 -0
- package/json/flat/marketing/large/light/components/logo.json +0 -2
- package/json/flat/marketing/large/light/components/progress.json +4 -3
- package/json/flat/marketing/large/light/components/table.json +1 -0
- package/json/flat/marketing/large/light/mode.json +16 -3
- package/json/flat/marketing/small/dark/components/badge.json +5 -0
- package/json/flat/marketing/small/dark/components/button.json +10 -1
- package/json/flat/marketing/small/dark/components/focus.json +4 -0
- package/json/flat/marketing/small/dark/components/link.json +2 -0
- package/json/flat/marketing/small/dark/components/logo.json +0 -2
- package/json/flat/marketing/small/dark/components/progress.json +4 -3
- package/json/flat/marketing/small/dark/components/table.json +1 -0
- package/json/flat/marketing/small/dark/mode.json +16 -3
- package/json/flat/marketing/small/light/components/badge.json +5 -0
- package/json/flat/marketing/small/light/components/button.json +10 -1
- package/json/flat/marketing/small/light/components/focus.json +4 -0
- package/json/flat/marketing/small/light/components/link.json +2 -0
- package/json/flat/marketing/small/light/components/logo.json +0 -2
- package/json/flat/marketing/small/light/components/progress.json +4 -3
- package/json/flat/marketing/small/light/components/table.json +1 -0
- package/json/flat/marketing/small/light/mode.json +16 -3
- package/json/flat/product/large/dark/components/badge.json +5 -0
- package/json/flat/product/large/dark/components/button.json +10 -1
- package/json/flat/product/large/dark/components/focus.json +4 -0
- package/json/flat/product/large/dark/components/link.json +2 -0
- package/json/flat/product/large/dark/components/logo.json +0 -2
- package/json/flat/product/large/dark/components/progress.json +4 -3
- package/json/flat/product/large/dark/components/table.json +1 -0
- package/json/flat/product/large/dark/mode.json +16 -3
- package/json/flat/product/large/light/components/badge.json +5 -0
- package/json/flat/product/large/light/components/button.json +10 -1
- package/json/flat/product/large/light/components/focus.json +4 -0
- package/json/flat/product/large/light/components/link.json +2 -0
- package/json/flat/product/large/light/components/logo.json +0 -2
- package/json/flat/product/large/light/components/progress.json +4 -3
- package/json/flat/product/large/light/components/table.json +1 -0
- package/json/flat/product/large/light/mode.json +16 -3
- package/json/flat/product/small/dark/components/badge.json +5 -0
- package/json/flat/product/small/dark/components/button.json +10 -1
- package/json/flat/product/small/dark/components/focus.json +4 -0
- package/json/flat/product/small/dark/components/link.json +2 -0
- package/json/flat/product/small/dark/components/logo.json +0 -2
- package/json/flat/product/small/dark/components/progress.json +4 -3
- package/json/flat/product/small/dark/components/table.json +1 -0
- package/json/flat/product/small/dark/mode.json +16 -3
- package/json/flat/product/small/light/components/badge.json +5 -0
- package/json/flat/product/small/light/components/button.json +10 -1
- package/json/flat/product/small/light/components/focus.json +4 -0
- package/json/flat/product/small/light/components/link.json +2 -0
- package/json/flat/product/small/light/components/logo.json +0 -2
- package/json/flat/product/small/light/components/progress.json +4 -3
- package/json/flat/product/small/light/components/table.json +1 -0
- package/json/flat/product/small/light/mode.json +16 -3
- package/json/nested/frozenproduct/large/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/large/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/large/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/large/dark/mode.json +22 -5
- package/json/nested/frozenproduct/large/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/light/components/button.json +13 -2
- package/json/nested/frozenproduct/large/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/light/components/link.json +5 -1
- package/json/nested/frozenproduct/large/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/light/components/table.json +1 -0
- package/json/nested/frozenproduct/large/light/mode.json +22 -5
- package/json/nested/frozenproduct/small/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/small/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/small/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/small/dark/mode.json +22 -5
- package/json/nested/frozenproduct/small/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/light/components/button.json +13 -2
- package/json/nested/frozenproduct/small/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/light/components/link.json +5 -1
- package/json/nested/frozenproduct/small/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/light/components/table.json +1 -0
- package/json/nested/frozenproduct/small/light/mode.json +22 -5
- package/json/nested/marketing/large/dark/components/badge.json +8 -1
- package/json/nested/marketing/large/dark/components/button.json +13 -2
- package/json/nested/marketing/large/dark/components/focus.json +7 -1
- package/json/nested/marketing/large/dark/components/link.json +5 -1
- package/json/nested/marketing/large/dark/components/logo.json +0 -4
- package/json/nested/marketing/large/dark/components/progress.json +2 -1
- package/json/nested/marketing/large/dark/components/table.json +1 -0
- package/json/nested/marketing/large/dark/mode.json +22 -5
- package/json/nested/marketing/large/light/components/badge.json +8 -1
- package/json/nested/marketing/large/light/components/button.json +13 -2
- package/json/nested/marketing/large/light/components/focus.json +7 -1
- package/json/nested/marketing/large/light/components/link.json +5 -1
- package/json/nested/marketing/large/light/components/logo.json +0 -4
- package/json/nested/marketing/large/light/components/progress.json +2 -1
- package/json/nested/marketing/large/light/components/table.json +1 -0
- package/json/nested/marketing/large/light/mode.json +22 -5
- package/json/nested/marketing/small/dark/components/badge.json +8 -1
- package/json/nested/marketing/small/dark/components/button.json +13 -2
- package/json/nested/marketing/small/dark/components/focus.json +7 -1
- package/json/nested/marketing/small/dark/components/link.json +5 -1
- package/json/nested/marketing/small/dark/components/logo.json +0 -4
- package/json/nested/marketing/small/dark/components/progress.json +2 -1
- package/json/nested/marketing/small/dark/components/table.json +1 -0
- package/json/nested/marketing/small/dark/mode.json +22 -5
- package/json/nested/marketing/small/light/components/badge.json +8 -1
- package/json/nested/marketing/small/light/components/button.json +13 -2
- package/json/nested/marketing/small/light/components/focus.json +7 -1
- package/json/nested/marketing/small/light/components/link.json +5 -1
- package/json/nested/marketing/small/light/components/logo.json +0 -4
- package/json/nested/marketing/small/light/components/progress.json +2 -1
- package/json/nested/marketing/small/light/components/table.json +1 -0
- package/json/nested/marketing/small/light/mode.json +22 -5
- package/json/nested/product/large/dark/components/badge.json +8 -1
- package/json/nested/product/large/dark/components/button.json +13 -2
- package/json/nested/product/large/dark/components/focus.json +7 -1
- package/json/nested/product/large/dark/components/link.json +5 -1
- package/json/nested/product/large/dark/components/logo.json +0 -4
- package/json/nested/product/large/dark/components/progress.json +2 -1
- package/json/nested/product/large/dark/components/table.json +1 -0
- package/json/nested/product/large/dark/mode.json +22 -5
- package/json/nested/product/large/light/components/badge.json +8 -1
- package/json/nested/product/large/light/components/button.json +13 -2
- package/json/nested/product/large/light/components/focus.json +7 -1
- package/json/nested/product/large/light/components/link.json +5 -1
- package/json/nested/product/large/light/components/logo.json +0 -4
- package/json/nested/product/large/light/components/progress.json +2 -1
- package/json/nested/product/large/light/components/table.json +1 -0
- package/json/nested/product/large/light/mode.json +22 -5
- package/json/nested/product/small/dark/components/badge.json +8 -1
- package/json/nested/product/small/dark/components/button.json +13 -2
- package/json/nested/product/small/dark/components/focus.json +7 -1
- package/json/nested/product/small/dark/components/link.json +5 -1
- package/json/nested/product/small/dark/components/logo.json +0 -4
- package/json/nested/product/small/dark/components/progress.json +2 -1
- package/json/nested/product/small/dark/components/table.json +1 -0
- package/json/nested/product/small/dark/mode.json +22 -5
- package/json/nested/product/small/light/components/badge.json +8 -1
- package/json/nested/product/small/light/components/button.json +13 -2
- package/json/nested/product/small/light/components/focus.json +7 -1
- package/json/nested/product/small/light/components/link.json +5 -1
- package/json/nested/product/small/light/components/logo.json +0 -4
- package/json/nested/product/small/light/components/progress.json +2 -1
- package/json/nested/product/small/light/components/table.json +1 -0
- package/json/nested/product/small/light/mode.json +22 -5
- package/package.json +1 -1
- package/sage-design-tokens-14.0.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +8 -3
- package/scss/frozenproduct/large/components/button.scss +16 -7
- package/scss/frozenproduct/large/components/focus.scss +4 -0
- package/scss/frozenproduct/large/components/link.scss +2 -0
- package/scss/frozenproduct/large/components/logo.scss +0 -2
- package/scss/frozenproduct/large/components/progress.scss +4 -3
- package/scss/frozenproduct/large/components/table.scss +1 -0
- package/scss/frozenproduct/large/dark.scss +16 -3
- package/scss/frozenproduct/large/light.scss +16 -3
- package/scss/frozenproduct/small/components/badge.scss +8 -3
- package/scss/frozenproduct/small/components/button.scss +27 -18
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/focus.scss +4 -0
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +4 -2
- package/scss/frozenproduct/small/components/logo.scss +0 -2
- 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 +10 -9
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -10
- package/scss/frozenproduct/small/dark.scss +16 -3
- package/scss/frozenproduct/small/light.scss +16 -3
- package/scss/marketing/large/components/badge.scss +8 -3
- package/scss/marketing/large/components/button.scss +16 -7
- package/scss/marketing/large/components/focus.scss +4 -0
- package/scss/marketing/large/components/link.scss +2 -0
- package/scss/marketing/large/components/logo.scss +0 -2
- package/scss/marketing/large/components/progress.scss +4 -3
- package/scss/marketing/large/components/table.scss +1 -0
- package/scss/marketing/large/dark.scss +16 -3
- package/scss/marketing/large/light.scss +16 -3
- package/scss/marketing/small/components/badge.scss +8 -3
- package/scss/marketing/small/components/button.scss +16 -7
- package/scss/marketing/small/components/focus.scss +4 -0
- package/scss/marketing/small/components/link.scss +2 -0
- package/scss/marketing/small/components/logo.scss +0 -2
- package/scss/marketing/small/components/progress.scss +4 -3
- package/scss/marketing/small/components/table.scss +1 -0
- package/scss/marketing/small/dark.scss +16 -3
- package/scss/marketing/small/light.scss +16 -3
- package/scss/product/large/components/badge.scss +8 -3
- package/scss/product/large/components/button.scss +27 -18
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/focus.scss +4 -0
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +4 -2
- package/scss/product/large/components/logo.scss +0 -2
- 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 +10 -9
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -10
- package/scss/product/large/dark.scss +16 -3
- package/scss/product/large/light.scss +16 -3
- package/scss/product/small/components/badge.scss +8 -3
- package/scss/product/small/components/button.scss +16 -7
- package/scss/product/small/components/focus.scss +4 -0
- package/scss/product/small/components/link.scss +2 -0
- package/scss/product/small/components/logo.scss +0 -2
- package/scss/product/small/components/progress.scss +4 -3
- package/scss/product/small/components/table.scss +1 -0
- package/scss/product/small/dark.scss +16 -3
- package/scss/product/small/light.scss +16 -3
- package/sage-design-tokens-13.1.0.tgz +0 -0
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault = "#e85b66";
|
10
10
|
export const linkColorDestructiveLabelHover = "#ec6a71";
|
11
|
+
export const linkColorDestructiveInverseLabelDefault = "#b23342";
|
12
|
+
export const linkColorDestructiveInverseLabelHover = "#a3303d";
|
11
13
|
export const linkColorTypicalLabelDefault = "#4cdc55";
|
12
14
|
export const linkColorTypicalLabelHover = "#73e372";
|
13
15
|
export const linkColorTypicalInverseLabelDefault = "#0c711d";
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault: string;
|
10
10
|
export const logoColorSageBgAlt: string;
|
11
|
-
export const logoColorTrustBgDefault: string;
|
12
|
-
export const logoColorTrustOutline: string;
|
13
11
|
export const logoColorCopilotNoBgFgDefault: string;
|
14
12
|
export const logoColorAiIdentifierBgStar: string;
|
15
13
|
export const logoColorAiIdentifierBgDot: string;
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault = "#00D639";
|
10
10
|
export const logoColorSageBgAlt = "#FFFFFF";
|
11
|
-
export const logoColorTrustBgDefault = "#009023";
|
12
|
-
export const logoColorTrustOutline = "#FFFFFF";
|
13
11
|
export const logoColorCopilotNoBgFgDefault = "#FFFFFF";
|
14
12
|
export const logoColorAiIdentifierBgStar = "#FFFFFF";
|
15
13
|
export const logoColorAiIdentifierBgDot = "#00D639";
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM: number;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM: number;
|
14
14
|
export const progressSizeCarouselselectorHitareaM: number;
|
15
15
|
export const progressSizeCarouselslideXM: number;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs: number;
|
17
|
+
export const progressSizeSpinnerS: number;
|
18
|
+
export const progressSizeSpinnerM: number;
|
19
|
+
export const progressSizeSpinnerL: number;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs: string;
|
20
21
|
export const progressSizeSkeletonResponsiveTextS: string;
|
21
22
|
export const progressSizeSkeletonResponsiveTextM: string;
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM = 10;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM = 16;
|
14
14
|
export const progressSizeCarouselselectorHitareaM = 24;
|
15
15
|
export const progressSizeCarouselslideXM = 56;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs = 20;
|
17
|
+
export const progressSizeSpinnerS = 32;
|
18
|
+
export const progressSizeSpinnerM = 64;
|
19
|
+
export const progressSizeSpinnerL = 96;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs =
|
20
21
|
"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)";
|
21
22
|
export const progressSizeSkeletonResponsiveTextS =
|
@@ -69,6 +69,7 @@ export const tableBoxshadowRowDragging: {
|
|
69
69
|
export const tableBorderwidthThin: number;
|
70
70
|
export const tableBorderwidthThick: number;
|
71
71
|
export const tableSpaceNone: number;
|
72
|
+
export const tableSpaceYg: number;
|
72
73
|
export const tableSpaceRowXXs: number;
|
73
74
|
export const tableSpaceRowXS: number;
|
74
75
|
export const tableSpaceRowXM: number;
|
@@ -109,6 +109,7 @@ export const tableBoxshadowRowDragging = [
|
|
109
109
|
export const tableBorderwidthThin = 1;
|
110
110
|
export const tableBorderwidthThick = 2;
|
111
111
|
export const tableSpaceNone = 0;
|
112
|
+
export const tableSpaceYg = 4;
|
112
113
|
export const tableSpaceRowXXs = 8;
|
113
114
|
export const tableSpaceRowXS = 16;
|
114
115
|
export const tableSpaceRowXM = 16;
|
@@ -74,6 +74,14 @@ export const modesColorInteractiveDangerHoverAlt: string;
|
|
74
74
|
export const modesColorInteractiveDangerHoverAlt2: string;
|
75
75
|
export const modesColorInteractiveDangerWithActive: string;
|
76
76
|
export const modesColorInteractiveDangerWithDefault: string;
|
77
|
+
export const modesColorInteractiveDangerInverseActive: string;
|
78
|
+
export const modesColorInteractiveDangerInverseDefault: string;
|
79
|
+
export const modesColorInteractiveDangerInverseDefaultAlt: string;
|
80
|
+
export const modesColorInteractiveDangerInverseHover: string;
|
81
|
+
export const modesColorInteractiveDangerInverseHoverAlt: string;
|
82
|
+
export const modesColorInteractiveDangerInverseHoverAlt2: string;
|
83
|
+
export const modesColorInteractiveDangerInverseWithActive: string;
|
84
|
+
export const modesColorInteractiveDangerInverseWithDefault: string;
|
77
85
|
export const modesColorInteractiveDataEntryDefault: string;
|
78
86
|
export const modesColorInteractiveDataEntryWithActive: string;
|
79
87
|
export const modesColorInteractiveDataEntryWithActiveAlt: string;
|
@@ -84,10 +92,14 @@ export const modesColorInteractiveDataEntryDefaultAlt: string;
|
|
84
92
|
export const modesColorInteractiveDataEntryContent: string;
|
85
93
|
export const modesColorInteractiveDataEntryContentAlt: string;
|
86
94
|
export const modesColorInteractiveDataEntryFrozenWithDefault: string;
|
87
|
-
export const
|
95
|
+
export const modesColorInteractiveFocusDefault: string;
|
88
96
|
export const modesColorInteractiveFocusContent: string;
|
97
|
+
export const modesColorInteractiveFocusWithDefault: string;
|
89
98
|
export const modesColorInteractiveFocusWithDefaultAlt: string;
|
90
|
-
export const
|
99
|
+
export const modesColorInteractiveFocusInverseDefault: string;
|
100
|
+
export const modesColorInteractiveFocusInverseContent: string;
|
101
|
+
export const modesColorInteractiveFocusInverseWithDefault: string;
|
102
|
+
export const modesColorInteractiveFocusInverseWithDefaultAlt: string;
|
91
103
|
export const modesColorInteractiveInactiveDefault: string;
|
92
104
|
export const modesColorInteractiveInactiveMask: string;
|
93
105
|
export const modesColorInteractiveInactiveDefaultAlt: string;
|
@@ -98,6 +110,7 @@ export const modesColorInteractiveInactiveIconAlt: string;
|
|
98
110
|
export const modesColorInteractiveInactiveFrozenDefaultAlt: string;
|
99
111
|
export const modesColorInteractiveInactiveInverseDefault: string;
|
100
112
|
export const modesColorInteractiveInactiveInverseContent: string;
|
113
|
+
export const modesColorInteractiveInactiveInverseContentAlt: string;
|
101
114
|
export const modesColorInteractiveMonochromeActive: string;
|
102
115
|
export const modesColorInteractiveMonochromeActiveAlt: string;
|
103
116
|
export const modesColorInteractiveMonochromeDefault: string;
|
@@ -74,10 +74,18 @@ export const modesColorInteractiveDangerActive = "#f28486";
|
|
74
74
|
export const modesColorInteractiveDangerDefault = "#E13E53";
|
75
75
|
export const modesColorInteractiveDangerDefaultAlt = "#e85b66";
|
76
76
|
export const modesColorInteractiveDangerHover = "#eb646c";
|
77
|
-
export const modesColorInteractiveDangerHoverAlt = "#
|
77
|
+
export const modesColorInteractiveDangerHoverAlt = "#e13e5314";
|
78
78
|
export const modesColorInteractiveDangerHoverAlt2 = "#ec6a71";
|
79
79
|
export const modesColorInteractiveDangerWithActive = "#000000";
|
80
80
|
export const modesColorInteractiveDangerWithDefault = "#000000";
|
81
|
+
export const modesColorInteractiveDangerInverseActive = "#882b34";
|
82
|
+
export const modesColorInteractiveDangerInverseDefault = "#CD384B";
|
83
|
+
export const modesColorInteractiveDangerInverseDefaultAlt = "#b23342";
|
84
|
+
export const modesColorInteractiveDangerInverseHover = "#aa323f";
|
85
|
+
export const modesColorInteractiveDangerInverseHoverAlt = "#cd384b14";
|
86
|
+
export const modesColorInteractiveDangerInverseHoverAlt2 = "#a3303d";
|
87
|
+
export const modesColorInteractiveDangerInverseWithActive = "#FFFFFF";
|
88
|
+
export const modesColorInteractiveDangerInverseWithDefault = "#FFFFFF";
|
81
89
|
export const modesColorInteractiveDataEntryDefault = "#000000";
|
82
90
|
export const modesColorInteractiveDataEntryWithActive = "#FFFFFF";
|
83
91
|
export const modesColorInteractiveDataEntryWithActiveAlt = "#000000";
|
@@ -88,10 +96,14 @@ export const modesColorInteractiveDataEntryDefaultAlt = "#0e0e0e";
|
|
88
96
|
export const modesColorInteractiveDataEntryContent = "#fffffff2";
|
89
97
|
export const modesColorInteractiveDataEntryContentAlt = "#ffffff8c";
|
90
98
|
export const modesColorInteractiveDataEntryFrozenWithDefault = "#777";
|
91
|
-
export const
|
99
|
+
export const modesColorInteractiveFocusDefault = "#FFB500";
|
92
100
|
export const modesColorInteractiveFocusContent = "#FFFFFF";
|
101
|
+
export const modesColorInteractiveFocusWithDefault = "#000000";
|
93
102
|
export const modesColorInteractiveFocusWithDefaultAlt = "#926916";
|
94
|
-
export const
|
103
|
+
export const modesColorInteractiveFocusInverseDefault = "#000000";
|
104
|
+
export const modesColorInteractiveFocusInverseContent = "#000000";
|
105
|
+
export const modesColorInteractiveFocusInverseWithDefault = "#FFB500";
|
106
|
+
export const modesColorInteractiveFocusInverseWithDefaultAlt = "#ffd27e";
|
95
107
|
export const modesColorInteractiveInactiveDefault = "#4b4b4b";
|
96
108
|
export const modesColorInteractiveInactiveMask = "#FFFFFF";
|
97
109
|
export const modesColorInteractiveInactiveDefaultAlt = "#0e0e0e";
|
@@ -102,6 +114,7 @@ export const modesColorInteractiveInactiveIconAlt = "#ffffff8c";
|
|
102
114
|
export const modesColorInteractiveInactiveFrozenDefaultAlt = "#0e0e0e";
|
103
115
|
export const modesColorInteractiveInactiveInverseDefault = "#a6a6a6";
|
104
116
|
export const modesColorInteractiveInactiveInverseContent = "#0000006b";
|
117
|
+
export const modesColorInteractiveInactiveInverseContentAlt = "#FFFFFF";
|
105
118
|
export const modesColorInteractiveMonochromeActive = "#FFFFFF";
|
106
119
|
export const modesColorInteractiveMonochromeActiveAlt = "#ffffff29";
|
107
120
|
export const modesColorInteractiveMonochromeDefault = "#ffffffe6";
|
@@ -11,6 +11,11 @@ export const badgeColorNotificationBgDefault: string;
|
|
11
11
|
export const badgeColorNotificationBgAlt: string;
|
12
12
|
export const badgeColorNotificationLabelDefault: string;
|
13
13
|
export const badgeColorNotificationLabelAlt: string;
|
14
|
+
export const badgeColorNotificationInverseBorderDefault: string;
|
15
|
+
export const badgeColorNotificationInverseBgDefault: string;
|
16
|
+
export const badgeColorNotificationInverseBgAlt: string;
|
17
|
+
export const badgeColorNotificationInverseLabelDefault: string;
|
18
|
+
export const badgeColorNotificationInverseLabelAlt: string;
|
14
19
|
export const badgeSizeMicroDot: number;
|
15
20
|
export const badgeSizeMicroNumberedMin: number;
|
16
21
|
export const badgeSizeMicroNumberedMax: number;
|
@@ -11,6 +11,11 @@ export const badgeColorNotificationBgDefault = "#CD384B";
|
|
11
11
|
export const badgeColorNotificationBgAlt = "#0060A7";
|
12
12
|
export const badgeColorNotificationLabelDefault = "#FFFFFF";
|
13
13
|
export const badgeColorNotificationLabelAlt = "#FFFFFF";
|
14
|
+
export const badgeColorNotificationInverseBorderDefault = "#000000";
|
15
|
+
export const badgeColorNotificationInverseBgDefault = "#E13E53";
|
16
|
+
export const badgeColorNotificationInverseBgAlt = "#007ED9";
|
17
|
+
export const badgeColorNotificationInverseLabelDefault = "#000000";
|
18
|
+
export const badgeColorNotificationInverseLabelAlt = "#000000";
|
14
19
|
export const badgeSizeMicroDot = 8;
|
15
20
|
export const badgeSizeMicroNumberedMin = 16;
|
16
21
|
export const badgeSizeMicroNumberedMax = 32;
|
@@ -159,6 +159,15 @@ export const buttonColorTypicalPrimaryLabelActive: string;
|
|
159
159
|
export const buttonColorTypicalPrimaryLabelDisabled: string;
|
160
160
|
export const buttonColorTypicalPrimaryLabelEnabled: string;
|
161
161
|
export const buttonColorTypicalPrimaryLabelHover: string;
|
162
|
+
export const buttonColorTypicalPrimaryInverseBgActive: string;
|
163
|
+
export const buttonColorTypicalPrimaryInverseBgDefault: string;
|
164
|
+
export const buttonColorTypicalPrimaryInverseBgDisabled: string;
|
165
|
+
export const buttonColorTypicalPrimaryInverseBgEnabled: string;
|
166
|
+
export const buttonColorTypicalPrimaryInverseBgHover: string;
|
167
|
+
export const buttonColorTypicalPrimaryInverseLabelActive: string;
|
168
|
+
export const buttonColorTypicalPrimaryInverseLabelDisabled: string;
|
169
|
+
export const buttonColorTypicalPrimaryInverseLabelEnabled: string;
|
170
|
+
export const buttonColorTypicalPrimaryInverseLabelHover: string;
|
162
171
|
export const buttonColorTypicalSecondaryBgActive: string;
|
163
172
|
export const buttonColorTypicalSecondaryBgHover: string;
|
164
173
|
export const buttonColorTypicalSecondaryBorderActive: string;
|
@@ -148,7 +148,7 @@ export const buttonColorDestructivePrimaryBgHover = "#aa323f";
|
|
148
148
|
export const buttonColorDestructivePrimaryLabelDisabled = "#FFFFFF";
|
149
149
|
export const buttonColorDestructivePrimaryLabelEnabled = "#FFFFFF";
|
150
150
|
export const buttonColorDestructivePrimaryLabelHover = "#FFFFFF";
|
151
|
-
export const buttonColorDestructiveSecondaryBgHover = "#
|
151
|
+
export const buttonColorDestructiveSecondaryBgHover = "#cd384b14";
|
152
152
|
export const buttonColorDestructiveSecondaryBorderDisabled = "#a6a6a6";
|
153
153
|
export const buttonColorDestructiveSecondaryBorderEnabled = "#CD384B";
|
154
154
|
export const buttonColorDestructiveSecondaryBorderHover = "#aa323f";
|
@@ -164,6 +164,15 @@ export const buttonColorTypicalPrimaryLabelActive = "#FFFFFF";
|
|
164
164
|
export const buttonColorTypicalPrimaryLabelDisabled = "#FFFFFF";
|
165
165
|
export const buttonColorTypicalPrimaryLabelEnabled = "#FFFFFF";
|
166
166
|
export const buttonColorTypicalPrimaryLabelHover = "#FFFFFF";
|
167
|
+
export const buttonColorTypicalPrimaryInverseBgActive = "#81e57d";
|
168
|
+
export const buttonColorTypicalPrimaryInverseBgDefault = "#000000";
|
169
|
+
export const buttonColorTypicalPrimaryInverseBgDisabled = "#4b4b4b";
|
170
|
+
export const buttonColorTypicalPrimaryInverseBgEnabled = "#00D639";
|
171
|
+
export const buttonColorTypicalPrimaryInverseBgHover = "#58de5d";
|
172
|
+
export const buttonColorTypicalPrimaryInverseLabelActive = "#000000";
|
173
|
+
export const buttonColorTypicalPrimaryInverseLabelDisabled = "#000000";
|
174
|
+
export const buttonColorTypicalPrimaryInverseLabelEnabled = "#000000";
|
175
|
+
export const buttonColorTypicalPrimaryInverseLabelHover = "#000000";
|
167
176
|
export const buttonColorTypicalSecondaryBgActive = "#00811f52";
|
168
177
|
export const buttonColorTypicalSecondaryBgHover = "#00811f14";
|
169
178
|
export const buttonColorTypicalSecondaryBorderActive = "#14571a";
|
@@ -10,6 +10,10 @@ export const focusColorBg: string;
|
|
10
10
|
export const focusColorBorderalt: string;
|
11
11
|
export const focusColorBorder: string;
|
12
12
|
export const focusColorLabel: string;
|
13
|
+
export const focusColorInverseBg: string;
|
14
|
+
export const focusColorInverseBorderalt: string;
|
15
|
+
export const focusColorInverseBorder: string;
|
16
|
+
export const focusColorInverseLabel: string;
|
13
17
|
export const focusSizeUnderline: number;
|
14
18
|
export const focusBorderwidthSecondary: number;
|
15
19
|
export const focusBorderwidthInner: number;
|
@@ -10,6 +10,10 @@ export const focusColorBg = "#ffd27e";
|
|
10
10
|
export const focusColorBorderalt = "#000000";
|
11
11
|
export const focusColorBorder = "#FFB500";
|
12
12
|
export const focusColorLabel = "#000000";
|
13
|
+
export const focusColorInverseBg = "#926916";
|
14
|
+
export const focusColorInverseBorderalt = "#FFB500";
|
15
|
+
export const focusColorInverseBorder = "#000000";
|
16
|
+
export const focusColorInverseLabel = "#FFFFFF";
|
13
17
|
export const focusSizeUnderline = 4;
|
14
18
|
export const focusBorderwidthSecondary = 2;
|
15
19
|
export const focusBorderwidthInner = 2;
|
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault: string;
|
10
10
|
export const linkColorDestructiveLabelHover: string;
|
11
|
+
export const linkColorDestructiveInverseLabelDefault: string;
|
12
|
+
export const linkColorDestructiveInverseLabelHover: string;
|
11
13
|
export const linkColorTypicalLabelDefault: string;
|
12
14
|
export const linkColorTypicalLabelHover: string;
|
13
15
|
export const linkColorTypicalInverseLabelDefault: string;
|
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault = "#b23342";
|
10
10
|
export const linkColorDestructiveLabelHover = "#a3303d";
|
11
|
+
export const linkColorDestructiveInverseLabelDefault = "#e85b66";
|
12
|
+
export const linkColorDestructiveInverseLabelHover = "#ec6a71";
|
11
13
|
export const linkColorTypicalLabelDefault = "#0c711d";
|
12
14
|
export const linkColorTypicalLabelHover = "#125e1b";
|
13
15
|
export const linkColorTypicalInverseLabelDefault = "#4cdc55";
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault: string;
|
10
10
|
export const logoColorSageBgAlt: string;
|
11
|
-
export const logoColorTrustBgDefault: string;
|
12
|
-
export const logoColorTrustOutline: string;
|
13
11
|
export const logoColorCopilotNoBgFgDefault: string;
|
14
12
|
export const logoColorAiIdentifierBgStar: string;
|
15
13
|
export const logoColorAiIdentifierBgDot: string;
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault = "#000000";
|
10
10
|
export const logoColorSageBgAlt = "#000000";
|
11
|
-
export const logoColorTrustBgDefault = "#00811F";
|
12
|
-
export const logoColorTrustOutline = "#000000";
|
13
11
|
export const logoColorCopilotNoBgFgDefault = "#000000";
|
14
12
|
export const logoColorAiIdentifierBgStar = "#000000";
|
15
13
|
export const logoColorAiIdentifierBgDot = "#00D639";
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM: number;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM: number;
|
14
14
|
export const progressSizeCarouselselectorHitareaM: number;
|
15
15
|
export const progressSizeCarouselslideXM: number;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs: number;
|
17
|
+
export const progressSizeSpinnerS: number;
|
18
|
+
export const progressSizeSpinnerM: number;
|
19
|
+
export const progressSizeSpinnerL: number;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs: string;
|
20
21
|
export const progressSizeSkeletonResponsiveTextS: string;
|
21
22
|
export const progressSizeSkeletonResponsiveTextM: string;
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM = 10;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM = 16;
|
14
14
|
export const progressSizeCarouselselectorHitareaM = 24;
|
15
15
|
export const progressSizeCarouselslideXM = 56;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs = 20;
|
17
|
+
export const progressSizeSpinnerS = 32;
|
18
|
+
export const progressSizeSpinnerM = 64;
|
19
|
+
export const progressSizeSpinnerL = 96;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs =
|
20
21
|
"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)";
|
21
22
|
export const progressSizeSkeletonResponsiveTextS =
|
@@ -69,6 +69,7 @@ export const tableBoxshadowRowDragging: {
|
|
69
69
|
export const tableBorderwidthThin: number;
|
70
70
|
export const tableBorderwidthThick: number;
|
71
71
|
export const tableSpaceNone: number;
|
72
|
+
export const tableSpaceYg: number;
|
72
73
|
export const tableSpaceRowXXs: number;
|
73
74
|
export const tableSpaceRowXS: number;
|
74
75
|
export const tableSpaceRowXM: number;
|
@@ -109,6 +109,7 @@ export const tableBoxshadowRowDragging = [
|
|
109
109
|
export const tableBorderwidthThin = 1;
|
110
110
|
export const tableBorderwidthThick = 2;
|
111
111
|
export const tableSpaceNone = 0;
|
112
|
+
export const tableSpaceYg = 4;
|
112
113
|
export const tableSpaceRowXXs = 8;
|
113
114
|
export const tableSpaceRowXS = 16;
|
114
115
|
export const tableSpaceRowXM = 16;
|
@@ -74,6 +74,14 @@ export const modesColorInteractiveDangerHoverAlt: string;
|
|
74
74
|
export const modesColorInteractiveDangerHoverAlt2: string;
|
75
75
|
export const modesColorInteractiveDangerWithActive: string;
|
76
76
|
export const modesColorInteractiveDangerWithDefault: string;
|
77
|
+
export const modesColorInteractiveDangerInverseActive: string;
|
78
|
+
export const modesColorInteractiveDangerInverseDefault: string;
|
79
|
+
export const modesColorInteractiveDangerInverseDefaultAlt: string;
|
80
|
+
export const modesColorInteractiveDangerInverseHover: string;
|
81
|
+
export const modesColorInteractiveDangerInverseHoverAlt: string;
|
82
|
+
export const modesColorInteractiveDangerInverseHoverAlt2: string;
|
83
|
+
export const modesColorInteractiveDangerInverseWithActive: string;
|
84
|
+
export const modesColorInteractiveDangerInverseWithDefault: string;
|
77
85
|
export const modesColorInteractiveDataEntryDefault: string;
|
78
86
|
export const modesColorInteractiveDataEntryWithActive: string;
|
79
87
|
export const modesColorInteractiveDataEntryWithActiveAlt: string;
|
@@ -84,10 +92,14 @@ export const modesColorInteractiveDataEntryDefaultAlt: string;
|
|
84
92
|
export const modesColorInteractiveDataEntryContent: string;
|
85
93
|
export const modesColorInteractiveDataEntryContentAlt: string;
|
86
94
|
export const modesColorInteractiveDataEntryFrozenWithDefault: string;
|
87
|
-
export const modesColorInteractiveFocusWithDefault: string;
|
88
|
-
export const modesColorInteractiveFocusWithDefaultAlt: string;
|
89
95
|
export const modesColorInteractiveFocusDefault: string;
|
90
96
|
export const modesColorInteractiveFocusContent: string;
|
97
|
+
export const modesColorInteractiveFocusWithDefault: string;
|
98
|
+
export const modesColorInteractiveFocusWithDefaultAlt: string;
|
99
|
+
export const modesColorInteractiveFocusInverseDefault: string;
|
100
|
+
export const modesColorInteractiveFocusInverseContent: string;
|
101
|
+
export const modesColorInteractiveFocusInverseWithDefault: string;
|
102
|
+
export const modesColorInteractiveFocusInverseWithDefaultAlt: string;
|
91
103
|
export const modesColorInteractiveInactiveDefault: string;
|
92
104
|
export const modesColorInteractiveInactiveMask: string;
|
93
105
|
export const modesColorInteractiveInactiveDefaultAlt: string;
|
@@ -98,6 +110,7 @@ export const modesColorInteractiveInactiveIconAlt: string;
|
|
98
110
|
export const modesColorInteractiveInactiveFrozenDefaultAlt: string;
|
99
111
|
export const modesColorInteractiveInactiveInverseDefault: string;
|
100
112
|
export const modesColorInteractiveInactiveInverseContent: string;
|
113
|
+
export const modesColorInteractiveInactiveInverseContentAlt: string;
|
101
114
|
export const modesColorInteractiveMonochromeActive: string;
|
102
115
|
export const modesColorInteractiveMonochromeActiveAlt: string;
|
103
116
|
export const modesColorInteractiveMonochromeDefault: string;
|
@@ -74,10 +74,18 @@ export const modesColorInteractiveDangerActive = "#882b34";
|
|
74
74
|
export const modesColorInteractiveDangerDefault = "#CD384B";
|
75
75
|
export const modesColorInteractiveDangerDefaultAlt = "#b23342";
|
76
76
|
export const modesColorInteractiveDangerHover = "#aa323f";
|
77
|
-
export const modesColorInteractiveDangerHoverAlt = "#
|
77
|
+
export const modesColorInteractiveDangerHoverAlt = "#cd384b14";
|
78
78
|
export const modesColorInteractiveDangerHoverAlt2 = "#a3303d";
|
79
79
|
export const modesColorInteractiveDangerWithActive = "#FFFFFF";
|
80
80
|
export const modesColorInteractiveDangerWithDefault = "#FFFFFF";
|
81
|
+
export const modesColorInteractiveDangerInverseActive = "#f28486";
|
82
|
+
export const modesColorInteractiveDangerInverseDefault = "#E13E53";
|
83
|
+
export const modesColorInteractiveDangerInverseDefaultAlt = "#e85b66";
|
84
|
+
export const modesColorInteractiveDangerInverseHover = "#eb646c";
|
85
|
+
export const modesColorInteractiveDangerInverseHoverAlt = "#e13e5314";
|
86
|
+
export const modesColorInteractiveDangerInverseHoverAlt2 = "#ec6a71";
|
87
|
+
export const modesColorInteractiveDangerInverseWithActive = "#000000";
|
88
|
+
export const modesColorInteractiveDangerInverseWithDefault = "#000000";
|
81
89
|
export const modesColorInteractiveDataEntryDefault = "#FFFFFF";
|
82
90
|
export const modesColorInteractiveDataEntryWithActive = "#000000";
|
83
91
|
export const modesColorInteractiveDataEntryWithActiveAlt = "#FFFFFF";
|
@@ -88,10 +96,14 @@ export const modesColorInteractiveDataEntryDefaultAlt = "#f3f3f3";
|
|
88
96
|
export const modesColorInteractiveDataEntryContent = "#000000f2";
|
89
97
|
export const modesColorInteractiveDataEntryContentAlt = "#0000008c";
|
90
98
|
export const modesColorInteractiveDataEntryFrozenWithDefault = "#698495";
|
91
|
-
export const modesColorInteractiveFocusWithDefault = "#FFB500";
|
92
|
-
export const modesColorInteractiveFocusWithDefaultAlt = "#ffd27e";
|
93
99
|
export const modesColorInteractiveFocusDefault = "#000000";
|
94
100
|
export const modesColorInteractiveFocusContent = "#000000";
|
101
|
+
export const modesColorInteractiveFocusWithDefault = "#FFB500";
|
102
|
+
export const modesColorInteractiveFocusWithDefaultAlt = "#ffd27e";
|
103
|
+
export const modesColorInteractiveFocusInverseDefault = "#FFB500";
|
104
|
+
export const modesColorInteractiveFocusInverseContent = "#FFFFFF";
|
105
|
+
export const modesColorInteractiveFocusInverseWithDefault = "#000000";
|
106
|
+
export const modesColorInteractiveFocusInverseWithDefaultAlt = "#926916";
|
95
107
|
export const modesColorInteractiveInactiveDefault = "#a6a6a6";
|
96
108
|
export const modesColorInteractiveInactiveMask = "#000000";
|
97
109
|
export const modesColorInteractiveInactiveDefaultAlt = "#f3f3f3";
|
@@ -102,6 +114,7 @@ export const modesColorInteractiveInactiveIconAlt = "#0000008c";
|
|
102
114
|
export const modesColorInteractiveInactiveFrozenDefaultAlt = "#e5eaed";
|
103
115
|
export const modesColorInteractiveInactiveInverseDefault = "#4b4b4b";
|
104
116
|
export const modesColorInteractiveInactiveInverseContent = "#ffffff6b";
|
117
|
+
export const modesColorInteractiveInactiveInverseContentAlt = "#000000";
|
105
118
|
export const modesColorInteractiveMonochromeActive = "#000000";
|
106
119
|
export const modesColorInteractiveMonochromeActiveAlt = "#00000029";
|
107
120
|
export const modesColorInteractiveMonochromeDefault = "#000000e6";
|
@@ -11,6 +11,11 @@ export const badgeColorNotificationBgDefault: string;
|
|
11
11
|
export const badgeColorNotificationBgAlt: string;
|
12
12
|
export const badgeColorNotificationLabelDefault: string;
|
13
13
|
export const badgeColorNotificationLabelAlt: string;
|
14
|
+
export const badgeColorNotificationInverseBorderDefault: string;
|
15
|
+
export const badgeColorNotificationInverseBgDefault: string;
|
16
|
+
export const badgeColorNotificationInverseBgAlt: string;
|
17
|
+
export const badgeColorNotificationInverseLabelDefault: string;
|
18
|
+
export const badgeColorNotificationInverseLabelAlt: string;
|
14
19
|
export const badgeSizeMicroDot: number;
|
15
20
|
export const badgeSizeMicroNumberedMin: number;
|
16
21
|
export const badgeSizeMicroNumberedMax: number;
|
@@ -11,6 +11,11 @@ export const badgeColorNotificationBgDefault = "#E13E53";
|
|
11
11
|
export const badgeColorNotificationBgAlt = "#007ED9";
|
12
12
|
export const badgeColorNotificationLabelDefault = "#000000";
|
13
13
|
export const badgeColorNotificationLabelAlt = "#000000";
|
14
|
+
export const badgeColorNotificationInverseBorderDefault = "#FFFFFF";
|
15
|
+
export const badgeColorNotificationInverseBgDefault = "#CD384B";
|
16
|
+
export const badgeColorNotificationInverseBgAlt = "#0060A7";
|
17
|
+
export const badgeColorNotificationInverseLabelDefault = "#FFFFFF";
|
18
|
+
export const badgeColorNotificationInverseLabelAlt = "#FFFFFF";
|
14
19
|
export const badgeSizeMicroDot = 8;
|
15
20
|
export const badgeSizeMicroNumberedMin = 16;
|
16
21
|
export const badgeSizeMicroNumberedMax = 32;
|
@@ -159,6 +159,15 @@ export const buttonColorTypicalPrimaryLabelActive: string;
|
|
159
159
|
export const buttonColorTypicalPrimaryLabelDisabled: string;
|
160
160
|
export const buttonColorTypicalPrimaryLabelEnabled: string;
|
161
161
|
export const buttonColorTypicalPrimaryLabelHover: string;
|
162
|
+
export const buttonColorTypicalPrimaryInverseBgActive: string;
|
163
|
+
export const buttonColorTypicalPrimaryInverseBgDefault: string;
|
164
|
+
export const buttonColorTypicalPrimaryInverseBgDisabled: string;
|
165
|
+
export const buttonColorTypicalPrimaryInverseBgEnabled: string;
|
166
|
+
export const buttonColorTypicalPrimaryInverseBgHover: string;
|
167
|
+
export const buttonColorTypicalPrimaryInverseLabelActive: string;
|
168
|
+
export const buttonColorTypicalPrimaryInverseLabelDisabled: string;
|
169
|
+
export const buttonColorTypicalPrimaryInverseLabelEnabled: string;
|
170
|
+
export const buttonColorTypicalPrimaryInverseLabelHover: string;
|
162
171
|
export const buttonColorTypicalSecondaryBgActive: string;
|
163
172
|
export const buttonColorTypicalSecondaryBgHover: string;
|
164
173
|
export const buttonColorTypicalSecondaryBorderActive: string;
|
@@ -148,7 +148,7 @@ export const buttonColorDestructivePrimaryBgHover = "#eb646c";
|
|
148
148
|
export const buttonColorDestructivePrimaryLabelDisabled = "#000000";
|
149
149
|
export const buttonColorDestructivePrimaryLabelEnabled = "#000000";
|
150
150
|
export const buttonColorDestructivePrimaryLabelHover = "#000000";
|
151
|
-
export const buttonColorDestructiveSecondaryBgHover = "#
|
151
|
+
export const buttonColorDestructiveSecondaryBgHover = "#e13e5314";
|
152
152
|
export const buttonColorDestructiveSecondaryBorderDisabled = "#4b4b4b";
|
153
153
|
export const buttonColorDestructiveSecondaryBorderEnabled = "#E13E53";
|
154
154
|
export const buttonColorDestructiveSecondaryBorderHover = "#eb646c";
|
@@ -164,6 +164,15 @@ export const buttonColorTypicalPrimaryLabelActive = "#000000";
|
|
164
164
|
export const buttonColorTypicalPrimaryLabelDisabled = "#000000";
|
165
165
|
export const buttonColorTypicalPrimaryLabelEnabled = "#000000";
|
166
166
|
export const buttonColorTypicalPrimaryLabelHover = "#000000";
|
167
|
+
export const buttonColorTypicalPrimaryInverseBgActive = "#14571a";
|
168
|
+
export const buttonColorTypicalPrimaryInverseBgDefault = "#FFFFFF";
|
169
|
+
export const buttonColorTypicalPrimaryInverseBgDisabled = "#a6a6a6";
|
170
|
+
export const buttonColorTypicalPrimaryInverseBgEnabled = "#00811F";
|
171
|
+
export const buttonColorTypicalPrimaryInverseBgHover = "#0e6b1d";
|
172
|
+
export const buttonColorTypicalPrimaryInverseLabelActive = "#FFFFFF";
|
173
|
+
export const buttonColorTypicalPrimaryInverseLabelDisabled = "#FFFFFF";
|
174
|
+
export const buttonColorTypicalPrimaryInverseLabelEnabled = "#FFFFFF";
|
175
|
+
export const buttonColorTypicalPrimaryInverseLabelHover = "#FFFFFF";
|
167
176
|
export const buttonColorTypicalSecondaryBgActive = "#00d63952";
|
168
177
|
export const buttonColorTypicalSecondaryBgHover = "#00d63914";
|
169
178
|
export const buttonColorTypicalSecondaryBorderActive = "#81e57d";
|
@@ -10,6 +10,10 @@ export const focusColorBg: string;
|
|
10
10
|
export const focusColorBorderalt: string;
|
11
11
|
export const focusColorBorder: string;
|
12
12
|
export const focusColorLabel: string;
|
13
|
+
export const focusColorInverseBg: string;
|
14
|
+
export const focusColorInverseBorderalt: string;
|
15
|
+
export const focusColorInverseBorder: string;
|
16
|
+
export const focusColorInverseLabel: string;
|
13
17
|
export const focusSizeUnderline: number;
|
14
18
|
export const focusBorderwidthSecondary: number;
|
15
19
|
export const focusBorderwidthInner: number;
|
@@ -10,6 +10,10 @@ export const focusColorBg = "#926916";
|
|
10
10
|
export const focusColorBorderalt = "#FFB500";
|
11
11
|
export const focusColorBorder = "#000000";
|
12
12
|
export const focusColorLabel = "#FFFFFF";
|
13
|
+
export const focusColorInverseBg = "#ffd27e";
|
14
|
+
export const focusColorInverseBorderalt = "#000000";
|
15
|
+
export const focusColorInverseBorder = "#FFB500";
|
16
|
+
export const focusColorInverseLabel = "#000000";
|
13
17
|
export const focusSizeUnderline = 4;
|
14
18
|
export const focusBorderwidthSecondary = 2;
|
15
19
|
export const focusBorderwidthInner = 2;
|
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault: string;
|
10
10
|
export const linkColorDestructiveLabelHover: string;
|
11
|
+
export const linkColorDestructiveInverseLabelDefault: string;
|
12
|
+
export const linkColorDestructiveInverseLabelHover: string;
|
11
13
|
export const linkColorTypicalLabelDefault: string;
|
12
14
|
export const linkColorTypicalLabelHover: string;
|
13
15
|
export const linkColorTypicalInverseLabelDefault: string;
|
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault = "#e85b66";
|
10
10
|
export const linkColorDestructiveLabelHover = "#ec6a71";
|
11
|
+
export const linkColorDestructiveInverseLabelDefault = "#b23342";
|
12
|
+
export const linkColorDestructiveInverseLabelHover = "#a3303d";
|
11
13
|
export const linkColorTypicalLabelDefault = "#4cdc55";
|
12
14
|
export const linkColorTypicalLabelHover = "#73e372";
|
13
15
|
export const linkColorTypicalInverseLabelDefault = "#0c711d";
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault: string;
|
10
10
|
export const logoColorSageBgAlt: string;
|
11
|
-
export const logoColorTrustBgDefault: string;
|
12
|
-
export const logoColorTrustOutline: string;
|
13
11
|
export const logoColorCopilotNoBgFgDefault: string;
|
14
12
|
export const logoColorAiIdentifierBgStar: string;
|
15
13
|
export const logoColorAiIdentifierBgDot: string;
|
@@ -8,8 +8,6 @@
|
|
8
8
|
|
9
9
|
export const logoColorSageBgDefault = "#00D639";
|
10
10
|
export const logoColorSageBgAlt = "#FFFFFF";
|
11
|
-
export const logoColorTrustBgDefault = "#009023";
|
12
|
-
export const logoColorTrustOutline = "#FFFFFF";
|
13
11
|
export const logoColorCopilotNoBgFgDefault = "#FFFFFF";
|
14
12
|
export const logoColorAiIdentifierBgStar = "#FFFFFF";
|
15
13
|
export const logoColorAiIdentifierBgDot = "#00D639";
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM: number;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM: number;
|
14
14
|
export const progressSizeCarouselselectorHitareaM: number;
|
15
15
|
export const progressSizeCarouselslideXM: number;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs: number;
|
17
|
+
export const progressSizeSpinnerS: number;
|
18
|
+
export const progressSizeSpinnerM: number;
|
19
|
+
export const progressSizeSpinnerL: number;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs: string;
|
20
21
|
export const progressSizeSkeletonResponsiveTextS: string;
|
21
22
|
export const progressSizeSkeletonResponsiveTextM: string;
|
@@ -13,9 +13,10 @@ export const progressSizeCarouselselectorDotM = 10;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM = 16;
|
14
14
|
export const progressSizeCarouselselectorHitareaM = 24;
|
15
15
|
export const progressSizeCarouselslideXM = 56;
|
16
|
-
export const
|
17
|
-
export const
|
18
|
-
export const
|
16
|
+
export const progressSizeSpinnerXs = 20;
|
17
|
+
export const progressSizeSpinnerS = 32;
|
18
|
+
export const progressSizeSpinnerM = 64;
|
19
|
+
export const progressSizeSpinnerL = 96;
|
19
20
|
export const progressSizeSkeletonResponsiveTextXs =
|
20
21
|
"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)";
|
21
22
|
export const progressSizeSkeletonResponsiveTextS =
|
@@ -69,6 +69,7 @@ export const tableBoxshadowRowDragging: {
|
|
69
69
|
export const tableBorderwidthThin: number;
|
70
70
|
export const tableBorderwidthThick: number;
|
71
71
|
export const tableSpaceNone: number;
|
72
|
+
export const tableSpaceYg: number;
|
72
73
|
export const tableSpaceRowXXs: number;
|
73
74
|
export const tableSpaceRowXS: number;
|
74
75
|
export const tableSpaceRowXM: number;
|
@@ -109,6 +109,7 @@ export const tableBoxshadowRowDragging = [
|
|
109
109
|
export const tableBorderwidthThin = 1;
|
110
110
|
export const tableBorderwidthThick = 2;
|
111
111
|
export const tableSpaceNone = 0;
|
112
|
+
export const tableSpaceYg = 4;
|
112
113
|
export const tableSpaceRowXXs = 8;
|
113
114
|
export const tableSpaceRowXS = 12.8;
|
114
115
|
export const tableSpaceRowXM = 12.8;
|