@cloudscape-design/components-themeable 3.0.1355 → 3.0.1357
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +12 -8
- package/lib/internal/scss/icon/hover-motion.scss +1151 -124
- package/lib/internal/scss/icon/mixins.scss +4 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/link/styles.scss +2 -0
- package/lib/internal/template/expandable-section/styles.css.js +43 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +89 -88
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
- package/lib/internal/template/icon/generated/icons.js +126 -58
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/icon/styles.css.js +41 -41
- package/lib/internal/template/icon/styles.scoped.css +109 -91
- package/lib/internal/template/icon/styles.selectors.js +41 -41
- package/lib/internal/template/internal/base-component/styles.scoped.css +7 -7
- package/lib/internal/template/internal/base-theme/styles.scoped.css +6 -6
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.js +4 -4
- package/lib/internal/template/internal/generated/theming/index.cjs +12 -12
- package/lib/internal/template/internal/generated/theming/index.js +12 -12
- package/package.json +1 -1
|
@@ -996,10 +996,10 @@ export var motionDurationSideNavigationContentEnterFade = "var(--motion-duration
|
|
|
996
996
|
export var motionDurationSideNavigationContentExit = "var(--motion-duration-side-navigation-content-exit-6sbfiy, 0ms)";
|
|
997
997
|
export var motionDurationSideNavigationContentExitFade = "var(--motion-duration-side-navigation-content-exit-fade-ydl422, 0ms)";
|
|
998
998
|
export var motionEasingSideNavigationContentExit = "var(--motion-easing-side-navigation-content-exit-v820ow, ease-out)";
|
|
999
|
-
export var motionKeyframesFadeIn = "var(--motion-keyframes-fade-in-
|
|
1000
|
-
export var motionKeyframesFadeOut = "var(--motion-keyframes-fade-out-
|
|
1001
|
-
export var motionKeyframesStatusIconError = "var(--motion-keyframes-status-icon-error-
|
|
1002
|
-
export var motionKeyframesScalePopup = "var(--motion-keyframes-scale-popup-
|
|
999
|
+
export var motionKeyframesFadeIn = "var(--motion-keyframes-fade-in-6098wd, awsui-fade-in-jiml2r)";
|
|
1000
|
+
export var motionKeyframesFadeOut = "var(--motion-keyframes-fade-out-7ejznj, awsui-fade-out-au27m5)";
|
|
1001
|
+
export var motionKeyframesStatusIconError = "var(--motion-keyframes-status-icon-error-x5z01q, awsui-status-icon-error-mjjk3s)";
|
|
1002
|
+
export var motionKeyframesScalePopup = "var(--motion-keyframes-scale-popup-7zd7mf, awsui-scale-popup-2m9987)";
|
|
1003
1003
|
export var sizeCalendarGridWidth = "var(--size-calendar-grid-width-hv3136, 238px)";
|
|
1004
1004
|
export var sizeControl = "var(--size-control-adm93y, 16px)";
|
|
1005
1005
|
export var sizeIconBig = "var(--size-icon-big-7pq9l3, 32px)";
|
|
@@ -3570,20 +3570,20 @@ module.exports.preset = {
|
|
|
3570
3570
|
"disabled": "{motionEasingShowQuick}"
|
|
3571
3571
|
},
|
|
3572
3572
|
"motionKeyframesFadeIn": {
|
|
3573
|
-
"default": "awsui-fade-in-
|
|
3574
|
-
"disabled": "awsui-fade-in-
|
|
3573
|
+
"default": "awsui-fade-in-jiml2r",
|
|
3574
|
+
"disabled": "awsui-fade-in-jiml2r"
|
|
3575
3575
|
},
|
|
3576
3576
|
"motionKeyframesFadeOut": {
|
|
3577
|
-
"default": "awsui-fade-out-
|
|
3578
|
-
"disabled": "awsui-fade-out-
|
|
3577
|
+
"default": "awsui-fade-out-au27m5",
|
|
3578
|
+
"disabled": "awsui-fade-out-au27m5"
|
|
3579
3579
|
},
|
|
3580
3580
|
"motionKeyframesStatusIconError": {
|
|
3581
|
-
"default": "awsui-status-icon-error-
|
|
3582
|
-
"disabled": "awsui-status-icon-error-
|
|
3581
|
+
"default": "awsui-status-icon-error-mjjk3s",
|
|
3582
|
+
"disabled": "awsui-status-icon-error-mjjk3s"
|
|
3583
3583
|
},
|
|
3584
3584
|
"motionKeyframesScalePopup": {
|
|
3585
|
-
"default": "awsui-scale-popup-
|
|
3586
|
-
"disabled": "awsui-scale-popup-
|
|
3585
|
+
"default": "awsui-scale-popup-2m9987",
|
|
3586
|
+
"disabled": "awsui-scale-popup-2m9987"
|
|
3587
3587
|
},
|
|
3588
3588
|
"sizeCalendarGridWidth": {
|
|
3589
3589
|
"comfortable": "238px",
|
|
@@ -19647,10 +19647,10 @@ module.exports.preset = {
|
|
|
19647
19647
|
"motionDurationSideNavigationContentExit": "--motion-duration-side-navigation-content-exit-6sbfiy",
|
|
19648
19648
|
"motionDurationSideNavigationContentExitFade": "--motion-duration-side-navigation-content-exit-fade-ydl422",
|
|
19649
19649
|
"motionEasingSideNavigationContentExit": "--motion-easing-side-navigation-content-exit-v820ow",
|
|
19650
|
-
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-
|
|
19651
|
-
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-
|
|
19652
|
-
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-
|
|
19653
|
-
"motionKeyframesScalePopup": "--motion-keyframes-scale-popup-
|
|
19650
|
+
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-6098wd",
|
|
19651
|
+
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-7ejznj",
|
|
19652
|
+
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-x5z01q",
|
|
19653
|
+
"motionKeyframesScalePopup": "--motion-keyframes-scale-popup-7zd7mf",
|
|
19654
19654
|
"sizeCalendarGridWidth": "--size-calendar-grid-width-hv3136",
|
|
19655
19655
|
"sizeControl": "--size-control-adm93y",
|
|
19656
19656
|
"sizeIconBig": "--size-icon-big-7pq9l3",
|
|
@@ -3570,20 +3570,20 @@ export var preset = {
|
|
|
3570
3570
|
"disabled": "{motionEasingShowQuick}"
|
|
3571
3571
|
},
|
|
3572
3572
|
"motionKeyframesFadeIn": {
|
|
3573
|
-
"default": "awsui-fade-in-
|
|
3574
|
-
"disabled": "awsui-fade-in-
|
|
3573
|
+
"default": "awsui-fade-in-jiml2r",
|
|
3574
|
+
"disabled": "awsui-fade-in-jiml2r"
|
|
3575
3575
|
},
|
|
3576
3576
|
"motionKeyframesFadeOut": {
|
|
3577
|
-
"default": "awsui-fade-out-
|
|
3578
|
-
"disabled": "awsui-fade-out-
|
|
3577
|
+
"default": "awsui-fade-out-au27m5",
|
|
3578
|
+
"disabled": "awsui-fade-out-au27m5"
|
|
3579
3579
|
},
|
|
3580
3580
|
"motionKeyframesStatusIconError": {
|
|
3581
|
-
"default": "awsui-status-icon-error-
|
|
3582
|
-
"disabled": "awsui-status-icon-error-
|
|
3581
|
+
"default": "awsui-status-icon-error-mjjk3s",
|
|
3582
|
+
"disabled": "awsui-status-icon-error-mjjk3s"
|
|
3583
3583
|
},
|
|
3584
3584
|
"motionKeyframesScalePopup": {
|
|
3585
|
-
"default": "awsui-scale-popup-
|
|
3586
|
-
"disabled": "awsui-scale-popup-
|
|
3585
|
+
"default": "awsui-scale-popup-2m9987",
|
|
3586
|
+
"disabled": "awsui-scale-popup-2m9987"
|
|
3587
3587
|
},
|
|
3588
3588
|
"sizeCalendarGridWidth": {
|
|
3589
3589
|
"comfortable": "238px",
|
|
@@ -19647,10 +19647,10 @@ export var preset = {
|
|
|
19647
19647
|
"motionDurationSideNavigationContentExit": "--motion-duration-side-navigation-content-exit-6sbfiy",
|
|
19648
19648
|
"motionDurationSideNavigationContentExitFade": "--motion-duration-side-navigation-content-exit-fade-ydl422",
|
|
19649
19649
|
"motionEasingSideNavigationContentExit": "--motion-easing-side-navigation-content-exit-v820ow",
|
|
19650
|
-
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-
|
|
19651
|
-
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-
|
|
19652
|
-
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-
|
|
19653
|
-
"motionKeyframesScalePopup": "--motion-keyframes-scale-popup-
|
|
19650
|
+
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-6098wd",
|
|
19651
|
+
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-7ejznj",
|
|
19652
|
+
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-x5z01q",
|
|
19653
|
+
"motionKeyframesScalePopup": "--motion-keyframes-scale-popup-7zd7mf",
|
|
19654
19654
|
"sizeCalendarGridWidth": "--size-calendar-grid-width-hv3136",
|
|
19655
19655
|
"sizeControl": "--size-control-adm93y",
|
|
19656
19656
|
"sizeIconBig": "--size-icon-big-7pq9l3",
|