@cloudscape-design/components 3.0.314 → 3.0.315

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.
@@ -247,6 +247,7 @@
247
247
  --color-border-dropdown-item-hover-me98vk:#7d8998;
248
248
  --color-border-dropdown-item-dimmed-hover-3tdni4:#7d8998;
249
249
  --color-border-dropdown-item-top-x77i10:transparent;
250
+ --color-border-editable-cell-hover-zeuchn:#7d8998;
250
251
  --color-border-input-default-zb6g42:#7d8998;
251
252
  --color-border-input-disabled-06dcc0:#e9ebed;
252
253
  --color-border-item-focused-4t19h5:#0972d3;
@@ -273,6 +274,7 @@
273
274
  --color-foreground-control-disabled-f2499o:#ffffff;
274
275
  --color-shadow-default-ukle9p:rgba(0, 7, 22, 0.12);
275
276
  --color-shadow-layout-toggle-u6bbly:#d1d5db;
277
+ --color-stroke-chart-line-7sdstd:#7d8998;
276
278
  --color-text-accent-qh8xwn:#0972d3;
277
279
  --color-text-body-default-mmvcvg:#000716;
278
280
  --color-text-body-secondary-he5d85:#414d5c;
@@ -824,6 +826,7 @@
824
826
  --color-border-dropdown-group-qb493x:#414d5c;
825
827
  --color-border-dropdown-item-default-83pxjk:#414d5c;
826
828
  --color-border-dropdown-item-hover-me98vk:#5f6b7a;
829
+ --color-border-editable-cell-hover-zeuchn:#5f6b7a;
827
830
  --color-border-input-default-zb6g42:#5f6b7a;
828
831
  --color-border-input-disabled-06dcc0:#192534;
829
832
  --color-border-item-focused-4t19h5:#539fe5;
@@ -1094,6 +1097,7 @@
1094
1097
  --color-border-dropdown-group-qb493x:#414d5c;
1095
1098
  --color-border-dropdown-item-default-83pxjk:#414d5c;
1096
1099
  --color-border-dropdown-item-hover-me98vk:#5f6b7a;
1100
+ --color-border-editable-cell-hover-zeuchn:#5f6b7a;
1097
1101
  --color-border-input-default-zb6g42:#5f6b7a;
1098
1102
  --color-border-input-disabled-06dcc0:#192534;
1099
1103
  --color-border-item-focused-4t19h5:#539fe5;
@@ -1277,6 +1281,7 @@
1277
1281
  --color-border-dropdown-group-qb493x:#414d5c;
1278
1282
  --color-border-dropdown-item-default-83pxjk:#414d5c;
1279
1283
  --color-border-dropdown-item-hover-me98vk:#5f6b7a;
1284
+ --color-border-editable-cell-hover-zeuchn:#5f6b7a;
1280
1285
  --color-border-input-default-zb6g42:#5f6b7a;
1281
1286
  --color-border-input-disabled-06dcc0:#192534;
1282
1287
  --color-border-item-focused-4t19h5:#539fe5;
@@ -1510,6 +1515,7 @@
1510
1515
  --color-border-dropdown-group-qb493x:#414d5c;
1511
1516
  --color-border-dropdown-item-default-83pxjk:#414d5c;
1512
1517
  --color-border-dropdown-item-hover-me98vk:#5f6b7a;
1518
+ --color-border-editable-cell-hover-zeuchn:#5f6b7a;
1513
1519
  --color-border-input-default-zb6g42:#5f6b7a;
1514
1520
  --color-border-input-disabled-06dcc0:#192534;
1515
1521
  --color-border-item-focused-4t19h5:#fbfbfb;
@@ -1,6 +1,6 @@
1
1
 
2
2
  export var PACKAGE_SOURCE = 'components';
3
- export var PACKAGE_VERSION = '3.0.0 (3d3b37d)';
3
+ export var PACKAGE_VERSION = '3.0.0 (3635d7a)';
4
4
  export var THEME = 'open-source-visual-refresh';
5
5
  export var ALWAYS_VISUAL_REFRESH = true;
6
6
 
@@ -1112,6 +1112,10 @@ module.exports.preset = {
1112
1112
  "light": "transparent",
1113
1113
  "dark": "transparent"
1114
1114
  },
1115
+ "colorBorderEditableCellHover": {
1116
+ "light": "{colorBorderDropdownItemHover}",
1117
+ "dark": "{colorBorderDropdownItemHover}"
1118
+ },
1115
1119
  "colorBorderInputDefault": {
1116
1120
  "light": "{colorGrey500}",
1117
1121
  "dark": "{colorGrey550}"
@@ -1224,6 +1228,10 @@ module.exports.preset = {
1224
1228
  "light": "{colorGreyTransparentLight}",
1225
1229
  "dark": "{colorGreyTransparentLight}"
1226
1230
  },
1231
+ "colorStrokeChartLine": {
1232
+ "light": "{colorGrey500}",
1233
+ "dark": "{colorGrey500}"
1234
+ },
1227
1235
  "colorStrokeCodeEditorResizeHandler": {
1228
1236
  "light": "{colorGrey600}",
1229
1237
  "dark": "{colorGrey300}"
@@ -3081,6 +3089,10 @@ module.exports.preset = {
3081
3089
  "light": "transparent",
3082
3090
  "dark": "transparent"
3083
3091
  },
3092
+ "colorBorderEditableCellHover": {
3093
+ "light": "{colorBorderDropdownItemHover}",
3094
+ "dark": "{colorBorderDropdownItemHover}"
3095
+ },
3084
3096
  "colorBorderInputDefault": {
3085
3097
  "light": "{colorGrey550}",
3086
3098
  "dark": "{colorGrey550}"
@@ -3193,6 +3205,10 @@ module.exports.preset = {
3193
3205
  "light": "{colorGreyTransparentLight}",
3194
3206
  "dark": "{colorGreyTransparentLight}"
3195
3207
  },
3208
+ "colorStrokeChartLine": {
3209
+ "light": "{colorGrey500}",
3210
+ "dark": "{colorGrey500}"
3211
+ },
3196
3212
  "colorStrokeCodeEditorResizeHandler": {
3197
3213
  "light": "{colorGrey300}",
3198
3214
  "dark": "{colorGrey300}"
@@ -4075,6 +4091,10 @@ module.exports.preset = {
4075
4091
  "light": "transparent",
4076
4092
  "dark": "transparent"
4077
4093
  },
4094
+ "colorBorderEditableCellHover": {
4095
+ "light": "{colorBorderDropdownItemHover}",
4096
+ "dark": "{colorBorderDropdownItemHover}"
4097
+ },
4078
4098
  "colorBorderInputDefault": {
4079
4099
  "light": "{colorGrey550}",
4080
4100
  "dark": "{colorGrey550}"
@@ -4187,6 +4207,10 @@ module.exports.preset = {
4187
4207
  "light": "{colorGreyTransparentLight}",
4188
4208
  "dark": "{colorGreyTransparentLight}"
4189
4209
  },
4210
+ "colorStrokeChartLine": {
4211
+ "light": "{colorGrey500}",
4212
+ "dark": "{colorGrey500}"
4213
+ },
4190
4214
  "colorStrokeCodeEditorResizeHandler": {
4191
4215
  "light": "{colorGrey300}",
4192
4216
  "dark": "{colorGrey300}"
@@ -5001,6 +5025,10 @@ module.exports.preset = {
5001
5025
  "light": "transparent",
5002
5026
  "dark": "transparent"
5003
5027
  },
5028
+ "colorBorderEditableCellHover": {
5029
+ "light": "{colorBorderDropdownItemHover}",
5030
+ "dark": "{colorBorderDropdownItemHover}"
5031
+ },
5004
5032
  "colorBorderInputDefault": {
5005
5033
  "light": "{colorGrey500}",
5006
5034
  "dark": "{colorGrey550}"
@@ -5113,6 +5141,10 @@ module.exports.preset = {
5113
5141
  "light": "{colorGreyTransparentLight}",
5114
5142
  "dark": "{colorGreyTransparentLight}"
5115
5143
  },
5144
+ "colorStrokeChartLine": {
5145
+ "light": "{colorGrey500}",
5146
+ "dark": "{colorGrey500}"
5147
+ },
5116
5148
  "colorStrokeCodeEditorResizeHandler": {
5117
5149
  "light": "{colorGrey600}",
5118
5150
  "dark": "{colorGrey300}"
@@ -5927,6 +5959,10 @@ module.exports.preset = {
5927
5959
  "light": "transparent",
5928
5960
  "dark": "transparent"
5929
5961
  },
5962
+ "colorBorderEditableCellHover": {
5963
+ "light": "{colorBorderDropdownItemHover}",
5964
+ "dark": "{colorBorderDropdownItemHover}"
5965
+ },
5930
5966
  "colorBorderInputDefault": {
5931
5967
  "light": "{colorGrey500}",
5932
5968
  "dark": "{colorGrey550}"
@@ -6039,6 +6075,10 @@ module.exports.preset = {
6039
6075
  "light": "{colorGreyTransparentLight}",
6040
6076
  "dark": "{colorGreyTransparentLight}"
6041
6077
  },
6078
+ "colorStrokeChartLine": {
6079
+ "light": "{colorGrey500}",
6080
+ "dark": "{colorGrey500}"
6081
+ },
6042
6082
  "colorStrokeCodeEditorResizeHandler": {
6043
6083
  "light": "{colorGrey600}",
6044
6084
  "dark": "{colorGrey300}"
@@ -6853,6 +6893,10 @@ module.exports.preset = {
6853
6893
  "light": "transparent",
6854
6894
  "dark": "transparent"
6855
6895
  },
6896
+ "colorBorderEditableCellHover": {
6897
+ "light": "{colorBorderDropdownItemHover}",
6898
+ "dark": "{colorBorderDropdownItemHover}"
6899
+ },
6856
6900
  "colorBorderInputDefault": {
6857
6901
  "light": "{colorGrey550}",
6858
6902
  "dark": "{colorGrey550}"
@@ -6965,6 +7009,10 @@ module.exports.preset = {
6965
7009
  "light": "{colorGreyTransparentLight}",
6966
7010
  "dark": "{colorGreyTransparentLight}"
6967
7011
  },
7012
+ "colorStrokeChartLine": {
7013
+ "light": "{colorGrey500}",
7014
+ "dark": "{colorGrey500}"
7015
+ },
6968
7016
  "colorStrokeCodeEditorResizeHandler": {
6969
7017
  "light": "{colorGrey300}",
6970
7018
  "dark": "{colorGrey300}"
@@ -7622,6 +7670,7 @@ module.exports.preset = {
7622
7670
  "colorBorderDropdownItemDimmedHover": "color",
7623
7671
  "colorBorderDropdownItemSelected": "color",
7624
7672
  "colorBorderDropdownItemTop": "color",
7673
+ "colorBorderEditableCellHover": "color",
7625
7674
  "colorBorderInputDefault": "color",
7626
7675
  "colorBorderInputDisabled": "color",
7627
7676
  "colorBorderItemFocused": "color",
@@ -7650,6 +7699,7 @@ module.exports.preset = {
7650
7699
  "colorShadowLayoutToggle": "color",
7651
7700
  "colorShadowMedium": "color",
7652
7701
  "colorShadowSide": "color",
7702
+ "colorStrokeChartLine": "color",
7653
7703
  "colorStrokeCodeEditorResizeHandler": "color",
7654
7704
  "colorStrokeCodeEditorGutterActiveLineDefault": "color",
7655
7705
  "colorStrokeCodeEditorGutterActiveLineHover": "color",
@@ -8690,6 +8740,7 @@ module.exports.preset = {
8690
8740
  "colorBorderDropdownItemDimmedHover": "color-border-dropdown-item-dimmed-hover",
8691
8741
  "colorBorderDropdownItemSelected": "color-border-dropdown-item-selected",
8692
8742
  "colorBorderDropdownItemTop": "color-border-dropdown-item-top",
8743
+ "colorBorderEditableCellHover": "color-border-editable-cell-hover",
8693
8744
  "colorBorderInputDefault": "color-border-input-default",
8694
8745
  "colorBorderInputDisabled": "color-border-input-disabled",
8695
8746
  "colorBorderItemFocused": "color-border-item-focused",
@@ -8718,6 +8769,7 @@ module.exports.preset = {
8718
8769
  "colorShadowLayoutToggle": "color-shadow-layout-toggle",
8719
8770
  "colorShadowMedium": "color-shadow-medium",
8720
8771
  "colorShadowSide": "color-shadow-side",
8772
+ "colorStrokeChartLine": "color-stroke-chart-line",
8721
8773
  "colorStrokeCodeEditorResizeHandler": "color-stroke-code-editor-resize-handler",
8722
8774
  "colorStrokeCodeEditorGutterActiveLineDefault": "color-stroke-code-editor-gutter-active-line-default",
8723
8775
  "colorStrokeCodeEditorGutterActiveLineHover": "color-stroke-code-editor-gutter-active-line-hover",
@@ -9360,6 +9412,7 @@ module.exports.preset = {
9360
9412
  "colorBorderDropdownItemDimmedHover": "--color-border-dropdown-item-dimmed-hover-3tdni4",
9361
9413
  "colorBorderDropdownItemSelected": "--color-border-dropdown-item-selected-3zay2y",
9362
9414
  "colorBorderDropdownItemTop": "--color-border-dropdown-item-top-x77i10",
9415
+ "colorBorderEditableCellHover": "--color-border-editable-cell-hover-zeuchn",
9363
9416
  "colorBorderInputDefault": "--color-border-input-default-zb6g42",
9364
9417
  "colorBorderInputDisabled": "--color-border-input-disabled-06dcc0",
9365
9418
  "colorBorderItemFocused": "--color-border-item-focused-4t19h5",
@@ -9388,6 +9441,7 @@ module.exports.preset = {
9388
9441
  "colorShadowLayoutToggle": "--color-shadow-layout-toggle-u6bbly",
9389
9442
  "colorShadowMedium": "--color-shadow-medium-ncb0av",
9390
9443
  "colorShadowSide": "--color-shadow-side-priy5p",
9444
+ "colorStrokeChartLine": "--color-stroke-chart-line-7sdstd",
9391
9445
  "colorStrokeCodeEditorResizeHandler": "--color-stroke-code-editor-resize-handler-upcfz7",
9392
9446
  "colorStrokeCodeEditorGutterActiveLineDefault": "--color-stroke-code-editor-gutter-active-line-default-kc336v",
9393
9447
  "colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-czlv75",
@@ -1112,6 +1112,10 @@ export var preset = {
1112
1112
  "light": "transparent",
1113
1113
  "dark": "transparent"
1114
1114
  },
1115
+ "colorBorderEditableCellHover": {
1116
+ "light": "{colorBorderDropdownItemHover}",
1117
+ "dark": "{colorBorderDropdownItemHover}"
1118
+ },
1115
1119
  "colorBorderInputDefault": {
1116
1120
  "light": "{colorGrey500}",
1117
1121
  "dark": "{colorGrey550}"
@@ -1224,6 +1228,10 @@ export var preset = {
1224
1228
  "light": "{colorGreyTransparentLight}",
1225
1229
  "dark": "{colorGreyTransparentLight}"
1226
1230
  },
1231
+ "colorStrokeChartLine": {
1232
+ "light": "{colorGrey500}",
1233
+ "dark": "{colorGrey500}"
1234
+ },
1227
1235
  "colorStrokeCodeEditorResizeHandler": {
1228
1236
  "light": "{colorGrey600}",
1229
1237
  "dark": "{colorGrey300}"
@@ -3081,6 +3089,10 @@ export var preset = {
3081
3089
  "light": "transparent",
3082
3090
  "dark": "transparent"
3083
3091
  },
3092
+ "colorBorderEditableCellHover": {
3093
+ "light": "{colorBorderDropdownItemHover}",
3094
+ "dark": "{colorBorderDropdownItemHover}"
3095
+ },
3084
3096
  "colorBorderInputDefault": {
3085
3097
  "light": "{colorGrey550}",
3086
3098
  "dark": "{colorGrey550}"
@@ -3193,6 +3205,10 @@ export var preset = {
3193
3205
  "light": "{colorGreyTransparentLight}",
3194
3206
  "dark": "{colorGreyTransparentLight}"
3195
3207
  },
3208
+ "colorStrokeChartLine": {
3209
+ "light": "{colorGrey500}",
3210
+ "dark": "{colorGrey500}"
3211
+ },
3196
3212
  "colorStrokeCodeEditorResizeHandler": {
3197
3213
  "light": "{colorGrey300}",
3198
3214
  "dark": "{colorGrey300}"
@@ -4075,6 +4091,10 @@ export var preset = {
4075
4091
  "light": "transparent",
4076
4092
  "dark": "transparent"
4077
4093
  },
4094
+ "colorBorderEditableCellHover": {
4095
+ "light": "{colorBorderDropdownItemHover}",
4096
+ "dark": "{colorBorderDropdownItemHover}"
4097
+ },
4078
4098
  "colorBorderInputDefault": {
4079
4099
  "light": "{colorGrey550}",
4080
4100
  "dark": "{colorGrey550}"
@@ -4187,6 +4207,10 @@ export var preset = {
4187
4207
  "light": "{colorGreyTransparentLight}",
4188
4208
  "dark": "{colorGreyTransparentLight}"
4189
4209
  },
4210
+ "colorStrokeChartLine": {
4211
+ "light": "{colorGrey500}",
4212
+ "dark": "{colorGrey500}"
4213
+ },
4190
4214
  "colorStrokeCodeEditorResizeHandler": {
4191
4215
  "light": "{colorGrey300}",
4192
4216
  "dark": "{colorGrey300}"
@@ -5001,6 +5025,10 @@ export var preset = {
5001
5025
  "light": "transparent",
5002
5026
  "dark": "transparent"
5003
5027
  },
5028
+ "colorBorderEditableCellHover": {
5029
+ "light": "{colorBorderDropdownItemHover}",
5030
+ "dark": "{colorBorderDropdownItemHover}"
5031
+ },
5004
5032
  "colorBorderInputDefault": {
5005
5033
  "light": "{colorGrey500}",
5006
5034
  "dark": "{colorGrey550}"
@@ -5113,6 +5141,10 @@ export var preset = {
5113
5141
  "light": "{colorGreyTransparentLight}",
5114
5142
  "dark": "{colorGreyTransparentLight}"
5115
5143
  },
5144
+ "colorStrokeChartLine": {
5145
+ "light": "{colorGrey500}",
5146
+ "dark": "{colorGrey500}"
5147
+ },
5116
5148
  "colorStrokeCodeEditorResizeHandler": {
5117
5149
  "light": "{colorGrey600}",
5118
5150
  "dark": "{colorGrey300}"
@@ -5927,6 +5959,10 @@ export var preset = {
5927
5959
  "light": "transparent",
5928
5960
  "dark": "transparent"
5929
5961
  },
5962
+ "colorBorderEditableCellHover": {
5963
+ "light": "{colorBorderDropdownItemHover}",
5964
+ "dark": "{colorBorderDropdownItemHover}"
5965
+ },
5930
5966
  "colorBorderInputDefault": {
5931
5967
  "light": "{colorGrey500}",
5932
5968
  "dark": "{colorGrey550}"
@@ -6039,6 +6075,10 @@ export var preset = {
6039
6075
  "light": "{colorGreyTransparentLight}",
6040
6076
  "dark": "{colorGreyTransparentLight}"
6041
6077
  },
6078
+ "colorStrokeChartLine": {
6079
+ "light": "{colorGrey500}",
6080
+ "dark": "{colorGrey500}"
6081
+ },
6042
6082
  "colorStrokeCodeEditorResizeHandler": {
6043
6083
  "light": "{colorGrey600}",
6044
6084
  "dark": "{colorGrey300}"
@@ -6853,6 +6893,10 @@ export var preset = {
6853
6893
  "light": "transparent",
6854
6894
  "dark": "transparent"
6855
6895
  },
6896
+ "colorBorderEditableCellHover": {
6897
+ "light": "{colorBorderDropdownItemHover}",
6898
+ "dark": "{colorBorderDropdownItemHover}"
6899
+ },
6856
6900
  "colorBorderInputDefault": {
6857
6901
  "light": "{colorGrey550}",
6858
6902
  "dark": "{colorGrey550}"
@@ -6965,6 +7009,10 @@ export var preset = {
6965
7009
  "light": "{colorGreyTransparentLight}",
6966
7010
  "dark": "{colorGreyTransparentLight}"
6967
7011
  },
7012
+ "colorStrokeChartLine": {
7013
+ "light": "{colorGrey500}",
7014
+ "dark": "{colorGrey500}"
7015
+ },
6968
7016
  "colorStrokeCodeEditorResizeHandler": {
6969
7017
  "light": "{colorGrey300}",
6970
7018
  "dark": "{colorGrey300}"
@@ -7622,6 +7670,7 @@ export var preset = {
7622
7670
  "colorBorderDropdownItemDimmedHover": "color",
7623
7671
  "colorBorderDropdownItemSelected": "color",
7624
7672
  "colorBorderDropdownItemTop": "color",
7673
+ "colorBorderEditableCellHover": "color",
7625
7674
  "colorBorderInputDefault": "color",
7626
7675
  "colorBorderInputDisabled": "color",
7627
7676
  "colorBorderItemFocused": "color",
@@ -7650,6 +7699,7 @@ export var preset = {
7650
7699
  "colorShadowLayoutToggle": "color",
7651
7700
  "colorShadowMedium": "color",
7652
7701
  "colorShadowSide": "color",
7702
+ "colorStrokeChartLine": "color",
7653
7703
  "colorStrokeCodeEditorResizeHandler": "color",
7654
7704
  "colorStrokeCodeEditorGutterActiveLineDefault": "color",
7655
7705
  "colorStrokeCodeEditorGutterActiveLineHover": "color",
@@ -8690,6 +8740,7 @@ export var preset = {
8690
8740
  "colorBorderDropdownItemDimmedHover": "color-border-dropdown-item-dimmed-hover",
8691
8741
  "colorBorderDropdownItemSelected": "color-border-dropdown-item-selected",
8692
8742
  "colorBorderDropdownItemTop": "color-border-dropdown-item-top",
8743
+ "colorBorderEditableCellHover": "color-border-editable-cell-hover",
8693
8744
  "colorBorderInputDefault": "color-border-input-default",
8694
8745
  "colorBorderInputDisabled": "color-border-input-disabled",
8695
8746
  "colorBorderItemFocused": "color-border-item-focused",
@@ -8718,6 +8769,7 @@ export var preset = {
8718
8769
  "colorShadowLayoutToggle": "color-shadow-layout-toggle",
8719
8770
  "colorShadowMedium": "color-shadow-medium",
8720
8771
  "colorShadowSide": "color-shadow-side",
8772
+ "colorStrokeChartLine": "color-stroke-chart-line",
8721
8773
  "colorStrokeCodeEditorResizeHandler": "color-stroke-code-editor-resize-handler",
8722
8774
  "colorStrokeCodeEditorGutterActiveLineDefault": "color-stroke-code-editor-gutter-active-line-default",
8723
8775
  "colorStrokeCodeEditorGutterActiveLineHover": "color-stroke-code-editor-gutter-active-line-hover",
@@ -9360,6 +9412,7 @@ export var preset = {
9360
9412
  "colorBorderDropdownItemDimmedHover": "--color-border-dropdown-item-dimmed-hover-3tdni4",
9361
9413
  "colorBorderDropdownItemSelected": "--color-border-dropdown-item-selected-3zay2y",
9362
9414
  "colorBorderDropdownItemTop": "--color-border-dropdown-item-top-x77i10",
9415
+ "colorBorderEditableCellHover": "--color-border-editable-cell-hover-zeuchn",
9363
9416
  "colorBorderInputDefault": "--color-border-input-default-zb6g42",
9364
9417
  "colorBorderInputDisabled": "--color-border-input-disabled-06dcc0",
9365
9418
  "colorBorderItemFocused": "--color-border-item-focused-4t19h5",
@@ -9388,6 +9441,7 @@ export var preset = {
9388
9441
  "colorShadowLayoutToggle": "--color-shadow-layout-toggle-u6bbly",
9389
9442
  "colorShadowMedium": "--color-shadow-medium-ncb0av",
9390
9443
  "colorShadowSide": "--color-shadow-side-priy5p",
9444
+ "colorStrokeChartLine": "--color-stroke-chart-line-7sdstd",
9391
9445
  "colorStrokeCodeEditorResizeHandler": "--color-stroke-code-editor-resize-handler-upcfz7",
9392
9446
  "colorStrokeCodeEditorGutterActiveLineDefault": "--color-stroke-code-editor-gutter-active-line-default-kc336v",
9393
9447
  "colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-czlv75",
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "3d3b37d6ea928aec479a9d0814365d6907a78731"
2
+ "commit": "3635d7aab926d6d7d9bb4d66eadbcdb4d705d3dc"
3
3
  }
package/package.json CHANGED
@@ -136,7 +136,7 @@
136
136
  "./internal/base-component/index.js",
137
137
  "./internal/base-component/styles.css.js"
138
138
  ],
139
- "version": "3.0.314",
139
+ "version": "3.0.315",
140
140
  "repository": {
141
141
  "type": "git",
142
142
  "url": "https://github.com/cloudscape-design/components.git"
@@ -1,32 +1,32 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment__path": "awsui_segment__path_1edmh_18i6p_97",
5
- "segment": "awsui_segment_1edmh_18i6p_97",
6
- "segment__hover": "awsui_segment__hover_1edmh_18i6p_124",
7
- "label": "awsui_label_1edmh_18i6p_138",
8
- "root": "awsui_root_1edmh_18i6p_156",
9
- "filter-container": "awsui_filter-container_1edmh_18i6p_170",
10
- "has-default-filter": "awsui_has-default-filter_1edmh_18i6p_174",
11
- "content": "awsui_content_1edmh_18i6p_178",
12
- "content--small": "awsui_content--small_1edmh_18i6p_184",
13
- "content--without-labels": "awsui_content--without-labels_1edmh_18i6p_187",
14
- "content--medium": "awsui_content--medium_1edmh_18i6p_190",
15
- "content--large": "awsui_content--large_1edmh_18i6p_196",
16
- "content--reserve-filter": "awsui_content--reserve-filter_1edmh_18i6p_202",
17
- "content--reserve-legend": "awsui_content--reserve-legend_1edmh_18i6p_205",
18
- "status-container": "awsui_status-container_1edmh_18i6p_209",
19
- "chart-container": "awsui_chart-container_1edmh_18i6p_213",
20
- "inner-content": "awsui_inner-content_1edmh_18i6p_218",
21
- "segment__highlight": "awsui_segment__highlight_1edmh_18i6p_232",
22
- "segment--dimmed": "awsui_segment--dimmed_1edmh_18i6p_247",
23
- "segment--highlighted": "awsui_segment--highlighted_1edmh_18i6p_250",
24
- "label--dimmed": "awsui_label--dimmed_1edmh_18i6p_267",
25
- "label--align-right": "awsui_label--align-right_1edmh_18i6p_270",
26
- "label-text": "awsui_label-text_1edmh_18i6p_278",
27
- "label__description": "awsui_label__description_1edmh_18i6p_286",
28
- "label-line": "awsui_label-line_1edmh_18i6p_293",
29
- "label--highlighted": "awsui_label--highlighted_1edmh_18i6p_297",
30
- "popover-header": "awsui_popover-header_1edmh_18i6p_301"
4
+ "segment__path": "awsui_segment__path_1edmh_360wr_97",
5
+ "segment": "awsui_segment_1edmh_360wr_97",
6
+ "segment__hover": "awsui_segment__hover_1edmh_360wr_124",
7
+ "label": "awsui_label_1edmh_360wr_138",
8
+ "root": "awsui_root_1edmh_360wr_156",
9
+ "filter-container": "awsui_filter-container_1edmh_360wr_170",
10
+ "has-default-filter": "awsui_has-default-filter_1edmh_360wr_174",
11
+ "content": "awsui_content_1edmh_360wr_178",
12
+ "content--small": "awsui_content--small_1edmh_360wr_184",
13
+ "content--without-labels": "awsui_content--without-labels_1edmh_360wr_187",
14
+ "content--medium": "awsui_content--medium_1edmh_360wr_190",
15
+ "content--large": "awsui_content--large_1edmh_360wr_196",
16
+ "content--reserve-filter": "awsui_content--reserve-filter_1edmh_360wr_202",
17
+ "content--reserve-legend": "awsui_content--reserve-legend_1edmh_360wr_205",
18
+ "status-container": "awsui_status-container_1edmh_360wr_209",
19
+ "chart-container": "awsui_chart-container_1edmh_360wr_213",
20
+ "inner-content": "awsui_inner-content_1edmh_360wr_218",
21
+ "segment__highlight": "awsui_segment__highlight_1edmh_360wr_232",
22
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_360wr_247",
23
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_360wr_250",
24
+ "label--dimmed": "awsui_label--dimmed_1edmh_360wr_267",
25
+ "label--align-right": "awsui_label--align-right_1edmh_360wr_270",
26
+ "label-text": "awsui_label-text_1edmh_360wr_278",
27
+ "label__description": "awsui_label__description_1edmh_360wr_286",
28
+ "label-line": "awsui_label-line_1edmh_360wr_293",
29
+ "label--highlighted": "awsui_label--highlighted_1edmh_360wr_297",
30
+ "popover-header": "awsui_popover-header_1edmh_360wr_301"
31
31
  };
32
32