@cloudscape-design/chat-components 1.0.129 → 1.0.130
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.
|
@@ -588,6 +588,8 @@ export const colorIconActionCardDefault: string;
|
|
|
588
588
|
export const colorIconActionCardHover: string;
|
|
589
589
|
export const colorIconActionCardActive: string;
|
|
590
590
|
export const colorIconActionCardDisabled: string;
|
|
591
|
+
export const colorBackgroundSkeleton: string;
|
|
592
|
+
export const colorBackgroundSkeletonWave: string;
|
|
591
593
|
export const fontBoxValueLargeWeight: string;
|
|
592
594
|
export const fontButtonLetterSpacing: string;
|
|
593
595
|
export const fontChartDetailSize: string;
|
|
@@ -714,6 +716,7 @@ export const borderWidthActionCardDefault: string;
|
|
|
714
716
|
export const borderWidthActionCardHover: string;
|
|
715
717
|
export const borderWidthActionCardActive: string;
|
|
716
718
|
export const borderWidthActionCardDisabled: string;
|
|
719
|
+
export const borderRadiusSkeleton: string;
|
|
717
720
|
export const motionDurationExtraFast: string;
|
|
718
721
|
export const motionDurationExtraSlow: string;
|
|
719
722
|
export const motionDurationFast: string;
|
|
@@ -588,6 +588,8 @@ export var colorIconActionCardDefault = "var(--color-icon-action-card-default-an
|
|
|
588
588
|
export var colorIconActionCardHover = "var(--color-icon-action-card-hover-qxq4pp, #002b66)";
|
|
589
589
|
export var colorIconActionCardActive = "var(--color-icon-action-card-active-rhp94s, #002b66)";
|
|
590
590
|
export var colorIconActionCardDisabled = "var(--color-icon-action-card-disabled-wm3kyf, #b4b4bb)";
|
|
591
|
+
export var colorBackgroundSkeleton = "var(--color-background-skeleton-sjxg4n, #ebebf0)";
|
|
592
|
+
export var colorBackgroundSkeletonWave = "var(--color-background-skeleton-wave-1dy97d, #f6f6f9)";
|
|
591
593
|
export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-wr00sw, 700)";
|
|
592
594
|
export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-ufowe3, 0.005em)";
|
|
593
595
|
export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
|
|
@@ -714,6 +716,7 @@ export var borderWidthActionCardDefault = "var(--border-width-action-card-defaul
|
|
|
714
716
|
export var borderWidthActionCardHover = "var(--border-width-action-card-hover-02l6fg, 1px)";
|
|
715
717
|
export var borderWidthActionCardActive = "var(--border-width-action-card-active-pwtgzu, 1px)";
|
|
716
718
|
export var borderWidthActionCardDisabled = "var(--border-width-action-card-disabled-rdvlbc, 1px)";
|
|
719
|
+
export var borderRadiusSkeleton = "var(--border-radius-skeleton-9lkvfi, 8px)";
|
|
717
720
|
export var motionDurationExtraFast = "var(--motion-duration-extra-fast-l4w48j, 45ms)";
|
|
718
721
|
export var motionDurationExtraSlow = "var(--motion-duration-extra-slow-29bqym, 270ms)";
|
|
719
722
|
export var motionDurationFast = "var(--motion-duration-fast-unntf6, 90ms)";
|
|
@@ -2399,6 +2399,14 @@ module.exports.preset = {
|
|
|
2399
2399
|
"light": "{colorNeutral400}",
|
|
2400
2400
|
"dark": "{colorNeutral600}"
|
|
2401
2401
|
},
|
|
2402
|
+
"colorBackgroundSkeleton": {
|
|
2403
|
+
"light": "{colorNeutral250}",
|
|
2404
|
+
"dark": "{colorNeutral750}"
|
|
2405
|
+
},
|
|
2406
|
+
"colorBackgroundSkeletonWave": {
|
|
2407
|
+
"light": "{colorNeutral150}",
|
|
2408
|
+
"dark": "{colorNeutral700}"
|
|
2409
|
+
},
|
|
2402
2410
|
"fontBoxValueLargeWeight": "700",
|
|
2403
2411
|
"fontButtonLetterSpacing": "0.005em",
|
|
2404
2412
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
@@ -2525,6 +2533,7 @@ module.exports.preset = {
|
|
|
2525
2533
|
"borderWidthActionCardHover": "{borderWidthCard}",
|
|
2526
2534
|
"borderWidthActionCardActive": "{borderWidthCard}",
|
|
2527
2535
|
"borderWidthActionCardDisabled": "{borderWidthCard}",
|
|
2536
|
+
"borderRadiusSkeleton": "8px",
|
|
2528
2537
|
"motionDurationExtraFast": {
|
|
2529
2538
|
"default": "45ms",
|
|
2530
2539
|
"disabled": "0ms"
|
|
@@ -5033,6 +5042,14 @@ module.exports.preset = {
|
|
|
5033
5042
|
"light": "{colorNeutral600}",
|
|
5034
5043
|
"dark": "{colorNeutral600}"
|
|
5035
5044
|
},
|
|
5045
|
+
"colorBackgroundSkeleton": {
|
|
5046
|
+
"light": "{colorNeutral750}",
|
|
5047
|
+
"dark": "{colorNeutral750}"
|
|
5048
|
+
},
|
|
5049
|
+
"colorBackgroundSkeletonWave": {
|
|
5050
|
+
"light": "{colorNeutral700}",
|
|
5051
|
+
"dark": "{colorNeutral700}"
|
|
5052
|
+
},
|
|
5036
5053
|
"colorPrimary50": "#f0fbff",
|
|
5037
5054
|
"colorPrimary100": "#d1f1ff",
|
|
5038
5055
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -6502,6 +6519,14 @@ module.exports.preset = {
|
|
|
6502
6519
|
"light": "{colorNeutral600}",
|
|
6503
6520
|
"dark": "{colorNeutral600}"
|
|
6504
6521
|
},
|
|
6522
|
+
"colorBackgroundSkeleton": {
|
|
6523
|
+
"light": "{colorNeutral750}",
|
|
6524
|
+
"dark": "{colorNeutral750}"
|
|
6525
|
+
},
|
|
6526
|
+
"colorBackgroundSkeletonWave": {
|
|
6527
|
+
"light": "{colorNeutral700}",
|
|
6528
|
+
"dark": "{colorNeutral700}"
|
|
6529
|
+
},
|
|
6505
6530
|
"colorPrimary50": "#f0fbff",
|
|
6506
6531
|
"colorPrimary100": "#d1f1ff",
|
|
6507
6532
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -7898,6 +7923,14 @@ module.exports.preset = {
|
|
|
7898
7923
|
"colorIconActionCardDisabled": {
|
|
7899
7924
|
"light": "{colorNeutral400}",
|
|
7900
7925
|
"dark": "{colorNeutral600}"
|
|
7926
|
+
},
|
|
7927
|
+
"colorBackgroundSkeleton": {
|
|
7928
|
+
"light": "{colorNeutral250}",
|
|
7929
|
+
"dark": "{colorNeutral750}"
|
|
7930
|
+
},
|
|
7931
|
+
"colorBackgroundSkeletonWave": {
|
|
7932
|
+
"light": "{colorNeutral150}",
|
|
7933
|
+
"dark": "{colorNeutral700}"
|
|
7901
7934
|
}
|
|
7902
7935
|
}
|
|
7903
7936
|
},
|
|
@@ -9180,6 +9213,14 @@ module.exports.preset = {
|
|
|
9180
9213
|
"colorIconActionCardDisabled": {
|
|
9181
9214
|
"light": "{colorNeutral400}",
|
|
9182
9215
|
"dark": "{colorNeutral600}"
|
|
9216
|
+
},
|
|
9217
|
+
"colorBackgroundSkeleton": {
|
|
9218
|
+
"light": "{colorNeutral250}",
|
|
9219
|
+
"dark": "{colorNeutral750}"
|
|
9220
|
+
},
|
|
9221
|
+
"colorBackgroundSkeletonWave": {
|
|
9222
|
+
"light": "{colorNeutral150}",
|
|
9223
|
+
"dark": "{colorNeutral700}"
|
|
9183
9224
|
}
|
|
9184
9225
|
}
|
|
9185
9226
|
},
|
|
@@ -10463,6 +10504,14 @@ module.exports.preset = {
|
|
|
10463
10504
|
"light": "{colorNeutral400}",
|
|
10464
10505
|
"dark": "{colorNeutral600}"
|
|
10465
10506
|
},
|
|
10507
|
+
"colorBackgroundSkeleton": {
|
|
10508
|
+
"light": "{colorNeutral250}",
|
|
10509
|
+
"dark": "{colorNeutral750}"
|
|
10510
|
+
},
|
|
10511
|
+
"colorBackgroundSkeletonWave": {
|
|
10512
|
+
"light": "{colorNeutral150}",
|
|
10513
|
+
"dark": "{colorNeutral700}"
|
|
10514
|
+
},
|
|
10466
10515
|
"fontExpandableHeadingSize": "14px",
|
|
10467
10516
|
"borderDividerSectionWidth": "1px"
|
|
10468
10517
|
}
|
|
@@ -11746,6 +11795,14 @@ module.exports.preset = {
|
|
|
11746
11795
|
"colorIconActionCardDisabled": {
|
|
11747
11796
|
"light": "{colorNeutral600}",
|
|
11748
11797
|
"dark": "{colorNeutral600}"
|
|
11798
|
+
},
|
|
11799
|
+
"colorBackgroundSkeleton": {
|
|
11800
|
+
"light": "{colorNeutral750}",
|
|
11801
|
+
"dark": "{colorNeutral750}"
|
|
11802
|
+
},
|
|
11803
|
+
"colorBackgroundSkeletonWave": {
|
|
11804
|
+
"light": "{colorNeutral700}",
|
|
11805
|
+
"dark": "{colorNeutral700}"
|
|
11749
11806
|
}
|
|
11750
11807
|
}
|
|
11751
11808
|
},
|
|
@@ -12351,6 +12408,8 @@ module.exports.preset = {
|
|
|
12351
12408
|
"colorIconActionCardHover": "color",
|
|
12352
12409
|
"colorIconActionCardActive": "color",
|
|
12353
12410
|
"colorIconActionCardDisabled": "color",
|
|
12411
|
+
"colorBackgroundSkeleton": "color",
|
|
12412
|
+
"colorBackgroundSkeletonWave": "color",
|
|
12354
12413
|
"motionDurationExtraFast": "motion",
|
|
12355
12414
|
"motionDurationExtraSlow": "motion",
|
|
12356
12415
|
"motionDurationFast": "motion",
|
|
@@ -14208,6 +14267,8 @@ module.exports.preset = {
|
|
|
14208
14267
|
"colorIconActionCardHover": "color-icon-action-card-hover",
|
|
14209
14268
|
"colorIconActionCardActive": "color-icon-action-card-active",
|
|
14210
14269
|
"colorIconActionCardDisabled": "color-icon-action-card-disabled",
|
|
14270
|
+
"colorBackgroundSkeleton": "color-background-skeleton",
|
|
14271
|
+
"colorBackgroundSkeletonWave": "color-background-skeleton-wave",
|
|
14211
14272
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
14212
14273
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
14213
14274
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -14334,6 +14395,7 @@ module.exports.preset = {
|
|
|
14334
14395
|
"borderWidthActionCardHover": "border-width-action-card-hover",
|
|
14335
14396
|
"borderWidthActionCardActive": "border-width-action-card-active",
|
|
14336
14397
|
"borderWidthActionCardDisabled": "border-width-action-card-disabled",
|
|
14398
|
+
"borderRadiusSkeleton": "border-radius-skeleton",
|
|
14337
14399
|
"motionDurationExtraFast": "motion-duration-extra-fast",
|
|
14338
14400
|
"motionDurationExtraSlow": "motion-duration-extra-slow",
|
|
14339
14401
|
"motionDurationFast": "motion-duration-fast",
|
|
@@ -15112,6 +15174,8 @@ module.exports.preset = {
|
|
|
15112
15174
|
"colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
|
|
15113
15175
|
"colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
|
|
15114
15176
|
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
|
|
15177
|
+
"colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
|
|
15178
|
+
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
|
|
15115
15179
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
15116
15180
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
15117
15181
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -15238,6 +15302,7 @@ module.exports.preset = {
|
|
|
15238
15302
|
"borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
|
|
15239
15303
|
"borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
|
|
15240
15304
|
"borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
|
|
15305
|
+
"borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
|
|
15241
15306
|
"motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
|
|
15242
15307
|
"motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
|
|
15243
15308
|
"motionDurationFast": "--motion-duration-fast-unntf6",
|
|
@@ -2399,6 +2399,14 @@ export var preset = {
|
|
|
2399
2399
|
"light": "{colorNeutral400}",
|
|
2400
2400
|
"dark": "{colorNeutral600}"
|
|
2401
2401
|
},
|
|
2402
|
+
"colorBackgroundSkeleton": {
|
|
2403
|
+
"light": "{colorNeutral250}",
|
|
2404
|
+
"dark": "{colorNeutral750}"
|
|
2405
|
+
},
|
|
2406
|
+
"colorBackgroundSkeletonWave": {
|
|
2407
|
+
"light": "{colorNeutral150}",
|
|
2408
|
+
"dark": "{colorNeutral700}"
|
|
2409
|
+
},
|
|
2402
2410
|
"fontBoxValueLargeWeight": "700",
|
|
2403
2411
|
"fontButtonLetterSpacing": "0.005em",
|
|
2404
2412
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
@@ -2525,6 +2533,7 @@ export var preset = {
|
|
|
2525
2533
|
"borderWidthActionCardHover": "{borderWidthCard}",
|
|
2526
2534
|
"borderWidthActionCardActive": "{borderWidthCard}",
|
|
2527
2535
|
"borderWidthActionCardDisabled": "{borderWidthCard}",
|
|
2536
|
+
"borderRadiusSkeleton": "8px",
|
|
2528
2537
|
"motionDurationExtraFast": {
|
|
2529
2538
|
"default": "45ms",
|
|
2530
2539
|
"disabled": "0ms"
|
|
@@ -5033,6 +5042,14 @@ export var preset = {
|
|
|
5033
5042
|
"light": "{colorNeutral600}",
|
|
5034
5043
|
"dark": "{colorNeutral600}"
|
|
5035
5044
|
},
|
|
5045
|
+
"colorBackgroundSkeleton": {
|
|
5046
|
+
"light": "{colorNeutral750}",
|
|
5047
|
+
"dark": "{colorNeutral750}"
|
|
5048
|
+
},
|
|
5049
|
+
"colorBackgroundSkeletonWave": {
|
|
5050
|
+
"light": "{colorNeutral700}",
|
|
5051
|
+
"dark": "{colorNeutral700}"
|
|
5052
|
+
},
|
|
5036
5053
|
"colorPrimary50": "#f0fbff",
|
|
5037
5054
|
"colorPrimary100": "#d1f1ff",
|
|
5038
5055
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -6502,6 +6519,14 @@ export var preset = {
|
|
|
6502
6519
|
"light": "{colorNeutral600}",
|
|
6503
6520
|
"dark": "{colorNeutral600}"
|
|
6504
6521
|
},
|
|
6522
|
+
"colorBackgroundSkeleton": {
|
|
6523
|
+
"light": "{colorNeutral750}",
|
|
6524
|
+
"dark": "{colorNeutral750}"
|
|
6525
|
+
},
|
|
6526
|
+
"colorBackgroundSkeletonWave": {
|
|
6527
|
+
"light": "{colorNeutral700}",
|
|
6528
|
+
"dark": "{colorNeutral700}"
|
|
6529
|
+
},
|
|
6505
6530
|
"colorPrimary50": "#f0fbff",
|
|
6506
6531
|
"colorPrimary100": "#d1f1ff",
|
|
6507
6532
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -7898,6 +7923,14 @@ export var preset = {
|
|
|
7898
7923
|
"colorIconActionCardDisabled": {
|
|
7899
7924
|
"light": "{colorNeutral400}",
|
|
7900
7925
|
"dark": "{colorNeutral600}"
|
|
7926
|
+
},
|
|
7927
|
+
"colorBackgroundSkeleton": {
|
|
7928
|
+
"light": "{colorNeutral250}",
|
|
7929
|
+
"dark": "{colorNeutral750}"
|
|
7930
|
+
},
|
|
7931
|
+
"colorBackgroundSkeletonWave": {
|
|
7932
|
+
"light": "{colorNeutral150}",
|
|
7933
|
+
"dark": "{colorNeutral700}"
|
|
7901
7934
|
}
|
|
7902
7935
|
}
|
|
7903
7936
|
},
|
|
@@ -9180,6 +9213,14 @@ export var preset = {
|
|
|
9180
9213
|
"colorIconActionCardDisabled": {
|
|
9181
9214
|
"light": "{colorNeutral400}",
|
|
9182
9215
|
"dark": "{colorNeutral600}"
|
|
9216
|
+
},
|
|
9217
|
+
"colorBackgroundSkeleton": {
|
|
9218
|
+
"light": "{colorNeutral250}",
|
|
9219
|
+
"dark": "{colorNeutral750}"
|
|
9220
|
+
},
|
|
9221
|
+
"colorBackgroundSkeletonWave": {
|
|
9222
|
+
"light": "{colorNeutral150}",
|
|
9223
|
+
"dark": "{colorNeutral700}"
|
|
9183
9224
|
}
|
|
9184
9225
|
}
|
|
9185
9226
|
},
|
|
@@ -10463,6 +10504,14 @@ export var preset = {
|
|
|
10463
10504
|
"light": "{colorNeutral400}",
|
|
10464
10505
|
"dark": "{colorNeutral600}"
|
|
10465
10506
|
},
|
|
10507
|
+
"colorBackgroundSkeleton": {
|
|
10508
|
+
"light": "{colorNeutral250}",
|
|
10509
|
+
"dark": "{colorNeutral750}"
|
|
10510
|
+
},
|
|
10511
|
+
"colorBackgroundSkeletonWave": {
|
|
10512
|
+
"light": "{colorNeutral150}",
|
|
10513
|
+
"dark": "{colorNeutral700}"
|
|
10514
|
+
},
|
|
10466
10515
|
"fontExpandableHeadingSize": "14px",
|
|
10467
10516
|
"borderDividerSectionWidth": "1px"
|
|
10468
10517
|
}
|
|
@@ -11746,6 +11795,14 @@ export var preset = {
|
|
|
11746
11795
|
"colorIconActionCardDisabled": {
|
|
11747
11796
|
"light": "{colorNeutral600}",
|
|
11748
11797
|
"dark": "{colorNeutral600}"
|
|
11798
|
+
},
|
|
11799
|
+
"colorBackgroundSkeleton": {
|
|
11800
|
+
"light": "{colorNeutral750}",
|
|
11801
|
+
"dark": "{colorNeutral750}"
|
|
11802
|
+
},
|
|
11803
|
+
"colorBackgroundSkeletonWave": {
|
|
11804
|
+
"light": "{colorNeutral700}",
|
|
11805
|
+
"dark": "{colorNeutral700}"
|
|
11749
11806
|
}
|
|
11750
11807
|
}
|
|
11751
11808
|
},
|
|
@@ -12351,6 +12408,8 @@ export var preset = {
|
|
|
12351
12408
|
"colorIconActionCardHover": "color",
|
|
12352
12409
|
"colorIconActionCardActive": "color",
|
|
12353
12410
|
"colorIconActionCardDisabled": "color",
|
|
12411
|
+
"colorBackgroundSkeleton": "color",
|
|
12412
|
+
"colorBackgroundSkeletonWave": "color",
|
|
12354
12413
|
"motionDurationExtraFast": "motion",
|
|
12355
12414
|
"motionDurationExtraSlow": "motion",
|
|
12356
12415
|
"motionDurationFast": "motion",
|
|
@@ -14208,6 +14267,8 @@ export var preset = {
|
|
|
14208
14267
|
"colorIconActionCardHover": "color-icon-action-card-hover",
|
|
14209
14268
|
"colorIconActionCardActive": "color-icon-action-card-active",
|
|
14210
14269
|
"colorIconActionCardDisabled": "color-icon-action-card-disabled",
|
|
14270
|
+
"colorBackgroundSkeleton": "color-background-skeleton",
|
|
14271
|
+
"colorBackgroundSkeletonWave": "color-background-skeleton-wave",
|
|
14211
14272
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
14212
14273
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
14213
14274
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -14334,6 +14395,7 @@ export var preset = {
|
|
|
14334
14395
|
"borderWidthActionCardHover": "border-width-action-card-hover",
|
|
14335
14396
|
"borderWidthActionCardActive": "border-width-action-card-active",
|
|
14336
14397
|
"borderWidthActionCardDisabled": "border-width-action-card-disabled",
|
|
14398
|
+
"borderRadiusSkeleton": "border-radius-skeleton",
|
|
14337
14399
|
"motionDurationExtraFast": "motion-duration-extra-fast",
|
|
14338
14400
|
"motionDurationExtraSlow": "motion-duration-extra-slow",
|
|
14339
14401
|
"motionDurationFast": "motion-duration-fast",
|
|
@@ -15112,6 +15174,8 @@ export var preset = {
|
|
|
15112
15174
|
"colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
|
|
15113
15175
|
"colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
|
|
15114
15176
|
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
|
|
15177
|
+
"colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
|
|
15178
|
+
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
|
|
15115
15179
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
15116
15180
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
15117
15181
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -15238,6 +15302,7 @@ export var preset = {
|
|
|
15238
15302
|
"borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
|
|
15239
15303
|
"borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
|
|
15240
15304
|
"borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
|
|
15305
|
+
"borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
|
|
15241
15306
|
"motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
|
|
15242
15307
|
"motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
|
|
15243
15308
|
"motionDurationFast": "--motion-duration-fast-unntf6",
|