@cloudscape-design/components 3.0.18 → 3.0.21

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.
Files changed (120) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/toggles/styles.css.js +3 -3
  5. package/app-layout/toggles/styles.scoped.css +12 -12
  6. package/app-layout/toggles/styles.selectors.js +3 -3
  7. package/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/app-layout/visual-refresh/styles.scoped.css +152 -152
  9. package/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/breadcrumb-group/item/styles.css.js +7 -7
  11. package/breadcrumb-group/item/styles.scoped.css +16 -16
  12. package/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/button/styles.css.js +18 -18
  14. package/button/styles.scoped.css +163 -163
  15. package/button/styles.selectors.js +18 -18
  16. package/checkbox/styles.css.js +3 -3
  17. package/checkbox/styles.scoped.css +7 -7
  18. package/checkbox/styles.selectors.js +3 -3
  19. package/code-editor/styles.css.js +33 -33
  20. package/code-editor/styles.scoped.css +115 -115
  21. package/code-editor/styles.selectors.js +33 -33
  22. package/date-picker/styles.css.js +24 -24
  23. package/date-picker/styles.scoped.css +42 -42
  24. package/date-picker/styles.selectors.js +24 -24
  25. package/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
  27. package/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/expandable-section/styles.css.js +20 -20
  29. package/expandable-section/styles.scoped.css +42 -42
  30. package/expandable-section/styles.selectors.js +20 -20
  31. package/help-panel/styles.css.js +4 -4
  32. package/help-panel/styles.scoped.css +59 -59
  33. package/help-panel/styles.selectors.js +4 -4
  34. package/input/styles.css.js +13 -13
  35. package/input/styles.scoped.css +35 -35
  36. package/input/styles.selectors.js +13 -13
  37. package/internal/base-component/styles.scoped.css +6 -4
  38. package/internal/components/button-trigger/styles.css.js +9 -9
  39. package/internal/components/button-trigger/styles.scoped.css +26 -26
  40. package/internal/components/button-trigger/styles.selectors.js +9 -9
  41. package/internal/components/chart-legend/styles.css.js +7 -7
  42. package/internal/components/chart-legend/styles.scoped.css +16 -16
  43. package/internal/components/chart-legend/styles.selectors.js +7 -7
  44. package/internal/components/filtering-token/styles.css.js +7 -7
  45. package/internal/components/filtering-token/styles.scoped.css +15 -15
  46. package/internal/components/filtering-token/styles.selectors.js +7 -7
  47. package/internal/components/menu-dropdown/styles.css.js +7 -7
  48. package/internal/components/menu-dropdown/styles.scoped.css +14 -14
  49. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  50. package/internal/environment.js +1 -1
  51. package/internal/generated/theming/index.cjs +21 -15
  52. package/internal/generated/theming/index.js +21 -15
  53. package/link/styles.css.js +18 -18
  54. package/link/styles.scoped.css +70 -70
  55. package/link/styles.selectors.js +18 -18
  56. package/package.json +1 -1
  57. package/pagination/styles.css.js +9 -9
  58. package/pagination/styles.scoped.css +24 -24
  59. package/pagination/styles.selectors.js +9 -9
  60. package/popover/styles.css.js +48 -48
  61. package/popover/styles.scoped.css +63 -63
  62. package/popover/styles.selectors.js +48 -48
  63. package/property-filter/controller.d.ts +1 -1
  64. package/property-filter/controller.d.ts.map +1 -1
  65. package/property-filter/controller.js +16 -26
  66. package/property-filter/controller.js.map +1 -1
  67. package/property-filter/interfaces.d.ts +1 -1
  68. package/property-filter/interfaces.js.map +1 -1
  69. package/property-filter/utils.d.ts +7 -0
  70. package/property-filter/utils.d.ts.map +1 -0
  71. package/property-filter/utils.js +62 -0
  72. package/property-filter/utils.js.map +1 -0
  73. package/radio-group/styles.css.js +9 -9
  74. package/radio-group/styles.scoped.css +17 -17
  75. package/radio-group/styles.selectors.js +9 -9
  76. package/segmented-control/styles.css.js +14 -14
  77. package/segmented-control/styles.scoped.css +34 -34
  78. package/segmented-control/styles.selectors.js +14 -14
  79. package/side-navigation/styles.css.js +22 -22
  80. package/side-navigation/styles.scoped.css +33 -33
  81. package/side-navigation/styles.selectors.js +22 -22
  82. package/split-panel/styles.css.js +58 -58
  83. package/split-panel/styles.scoped.css +81 -81
  84. package/split-panel/styles.selectors.js +58 -58
  85. package/table/header-cell/styles.css.js +14 -14
  86. package/table/header-cell/styles.scoped.css +26 -26
  87. package/table/header-cell/styles.selectors.js +14 -14
  88. package/tabs/styles.css.js +21 -21
  89. package/tabs/styles.scoped.css +38 -38
  90. package/tabs/styles.selectors.js +21 -21
  91. package/tag-editor/styles.css.js +3 -3
  92. package/tag-editor/styles.scoped.css +11 -11
  93. package/tag-editor/styles.selectors.js +3 -3
  94. package/text-content/styles.css.js +1 -1
  95. package/text-content/styles.scoped.css +61 -61
  96. package/text-content/styles.selectors.js +1 -1
  97. package/textarea/styles.css.js +4 -4
  98. package/textarea/styles.scoped.css +14 -14
  99. package/textarea/styles.selectors.js +4 -4
  100. package/tiles/styles.css.js +28 -28
  101. package/tiles/styles.scoped.css +69 -69
  102. package/tiles/styles.selectors.js +28 -28
  103. package/toggle/styles.css.js +8 -8
  104. package/toggle/styles.scoped.css +15 -15
  105. package/toggle/styles.selectors.js +8 -8
  106. package/token-group/styles.css.js +7 -7
  107. package/token-group/styles.scoped.css +25 -25
  108. package/token-group/styles.selectors.js +7 -7
  109. package/top-navigation/1.0-beta/styles.css.js +25 -25
  110. package/top-navigation/1.0-beta/styles.scoped.css +43 -43
  111. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  112. package/top-navigation/styles.css.js +47 -47
  113. package/top-navigation/styles.scoped.css +68 -68
  114. package/top-navigation/styles.selectors.js +47 -47
  115. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  116. package/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  117. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  118. package/wizard/styles.css.js +31 -31
  119. package/wizard/styles.scoped.css +59 -59
  120. package/wizard/styles.selectors.js +31 -31
@@ -2,38 +2,38 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "code-editor": "awsui_code-editor_1gl9c_1af1v_98",
6
- "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_1af1v_342",
7
- "pane": "awsui_pane_1gl9c_1af1v_354",
8
- "pane__close-container": "awsui_pane__close-container_1gl9c_1af1v_365",
9
- "pane__list": "awsui_pane__list_1gl9c_1af1v_370",
10
- "pane__table": "awsui_pane__table_1gl9c_1af1v_377",
11
- "pane__item": "awsui_pane__item_1gl9c_1af1v_382",
12
- "pane__cell": "awsui_pane__cell_1gl9c_1af1v_382",
13
- "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_1af1v_396",
14
- "pane__location": "awsui_pane__location_1gl9c_1af1v_417",
15
- "pane__description": "awsui_pane__description_1gl9c_1af1v_417",
16
- "focus-lock": "awsui_focus-lock_1gl9c_1af1v_432",
17
- "resizable-box": "awsui_resizable-box_1gl9c_1af1v_455",
18
- "resizable-box-handle": "awsui_resizable-box-handle_1gl9c_1af1v_460",
19
- "editor": "awsui_editor_1gl9c_1af1v_485",
20
- "status-bar": "awsui_status-bar_1gl9c_1af1v_518",
21
- "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_1af1v_527",
22
- "status-bar__left": "awsui_status-bar__left_1gl9c_1af1v_531",
23
- "status-bar__left-virtual": "awsui_status-bar__left-virtual_1gl9c_1af1v_538",
24
- "status-bar__right": "awsui_status-bar__right_1gl9c_1af1v_542",
25
- "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_1af1v_546",
26
- "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_1af1v_546",
27
- "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_1af1v_551",
28
- "status-bar-virtual": "awsui_status-bar-virtual_1gl9c_1af1v_555",
29
- "tab-button": "awsui_tab-button_1gl9c_1af1v_561",
30
- "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_1af1v_574",
31
- "tab-button--active": "awsui_tab-button--active_1gl9c_1af1v_588",
32
- "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_1af1v_608",
33
- "tab-button--divider": "awsui_tab-button--divider_1gl9c_1af1v_638",
34
- "tab-button--errors": "awsui_tab-button--errors_1gl9c_1af1v_645",
35
- "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_1af1v_645",
36
- "loading-screen": "awsui_loading-screen_1gl9c_1af1v_649",
37
- "error-screen": "awsui_error-screen_1gl9c_1af1v_650"
5
+ "code-editor": "awsui_code-editor_1gl9c_1563r_98",
6
+ "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_1563r_342",
7
+ "pane": "awsui_pane_1gl9c_1563r_354",
8
+ "pane__close-container": "awsui_pane__close-container_1gl9c_1563r_365",
9
+ "pane__list": "awsui_pane__list_1gl9c_1563r_370",
10
+ "pane__table": "awsui_pane__table_1gl9c_1563r_377",
11
+ "pane__item": "awsui_pane__item_1gl9c_1563r_382",
12
+ "pane__cell": "awsui_pane__cell_1gl9c_1563r_382",
13
+ "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_1563r_396",
14
+ "pane__location": "awsui_pane__location_1gl9c_1563r_417",
15
+ "pane__description": "awsui_pane__description_1gl9c_1563r_417",
16
+ "focus-lock": "awsui_focus-lock_1gl9c_1563r_432",
17
+ "resizable-box": "awsui_resizable-box_1gl9c_1563r_455",
18
+ "resizable-box-handle": "awsui_resizable-box-handle_1gl9c_1563r_460",
19
+ "editor": "awsui_editor_1gl9c_1563r_485",
20
+ "status-bar": "awsui_status-bar_1gl9c_1563r_518",
21
+ "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_1563r_527",
22
+ "status-bar__left": "awsui_status-bar__left_1gl9c_1563r_531",
23
+ "status-bar__left-virtual": "awsui_status-bar__left-virtual_1gl9c_1563r_538",
24
+ "status-bar__right": "awsui_status-bar__right_1gl9c_1563r_542",
25
+ "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_1563r_546",
26
+ "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_1563r_546",
27
+ "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_1563r_551",
28
+ "status-bar-virtual": "awsui_status-bar-virtual_1gl9c_1563r_555",
29
+ "tab-button": "awsui_tab-button_1gl9c_1563r_561",
30
+ "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_1563r_574",
31
+ "tab-button--active": "awsui_tab-button--active_1gl9c_1563r_588",
32
+ "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_1563r_608",
33
+ "tab-button--divider": "awsui_tab-button--divider_1gl9c_1563r_638",
34
+ "tab-button--errors": "awsui_tab-button--errors_1gl9c_1563r_645",
35
+ "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_1563r_645",
36
+ "loading-screen": "awsui_loading-screen_1gl9c_1563r_649",
37
+ "error-screen": "awsui_error-screen_1gl9c_1563r_650"
38
38
  };
39
39
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "calendar": "awsui_calendar_145pa_2hhg5_93",
5
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_145pa_2hhg5_1",
6
- "root": "awsui_root_145pa_2hhg5_120",
7
- "date-picker-container": "awsui_date-picker-container_145pa_2hhg5_131",
8
- "date-picker-trigger": "awsui_date-picker-trigger_145pa_2hhg5_136",
9
- "date-picker-input": "awsui_date-picker-input_145pa_2hhg5_140",
10
- "open-calendar-button": "awsui_open-calendar-button_145pa_2hhg5_145",
11
- "calendar-inner": "awsui_calendar-inner_145pa_2hhg5_165",
12
- "calendar-header": "awsui_calendar-header_145pa_2hhg5_168",
13
- "calendar-header-month": "awsui_calendar-header-month_145pa_2hhg5_173",
14
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_145pa_2hhg5_179",
15
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_145pa_2hhg5_182",
16
- "calendar-day-names": "awsui_calendar-day-names_145pa_2hhg5_185",
17
- "calendar-day-name": "awsui_calendar-day-name_145pa_2hhg5_185",
18
- "calendar-dates": "awsui_calendar-dates_145pa_2hhg5_200",
19
- "calendar-week": "awsui_calendar-week_145pa_2hhg5_203",
20
- "calendar-day": "awsui_calendar-day_145pa_2hhg5_185",
21
- "calendar-day-in-last-week": "awsui_calendar-day-in-last-week_145pa_2hhg5_222",
22
- "calendar-day-focusable": "awsui_calendar-day-focusable_145pa_2hhg5_225",
23
- "calendar-day-enabled": "awsui_calendar-day-enabled_145pa_2hhg5_228",
24
- "calendar-day-current-month": "awsui_calendar-day-current-month_145pa_2hhg5_232",
25
- "calendar-day-selected": "awsui_calendar-day-selected_145pa_2hhg5_239",
26
- "calendar-day-today": "awsui_calendar-day-today_145pa_2hhg5_243",
27
- "day-inner": "awsui_day-inner_145pa_2hhg5_255"
4
+ "calendar": "awsui_calendar_145pa_lzpoy_93",
5
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_145pa_lzpoy_1",
6
+ "root": "awsui_root_145pa_lzpoy_120",
7
+ "date-picker-container": "awsui_date-picker-container_145pa_lzpoy_131",
8
+ "date-picker-trigger": "awsui_date-picker-trigger_145pa_lzpoy_136",
9
+ "date-picker-input": "awsui_date-picker-input_145pa_lzpoy_140",
10
+ "open-calendar-button": "awsui_open-calendar-button_145pa_lzpoy_145",
11
+ "calendar-inner": "awsui_calendar-inner_145pa_lzpoy_165",
12
+ "calendar-header": "awsui_calendar-header_145pa_lzpoy_168",
13
+ "calendar-header-month": "awsui_calendar-header-month_145pa_lzpoy_173",
14
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_145pa_lzpoy_179",
15
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_145pa_lzpoy_182",
16
+ "calendar-day-names": "awsui_calendar-day-names_145pa_lzpoy_185",
17
+ "calendar-day-name": "awsui_calendar-day-name_145pa_lzpoy_185",
18
+ "calendar-dates": "awsui_calendar-dates_145pa_lzpoy_200",
19
+ "calendar-week": "awsui_calendar-week_145pa_lzpoy_203",
20
+ "calendar-day": "awsui_calendar-day_145pa_lzpoy_185",
21
+ "calendar-day-in-last-week": "awsui_calendar-day-in-last-week_145pa_lzpoy_222",
22
+ "calendar-day-focusable": "awsui_calendar-day-focusable_145pa_lzpoy_225",
23
+ "calendar-day-enabled": "awsui_calendar-day-enabled_145pa_lzpoy_228",
24
+ "calendar-day-current-month": "awsui_calendar-day-current-month_145pa_lzpoy_232",
25
+ "calendar-day-selected": "awsui_calendar-day-selected_145pa_lzpoy_239",
26
+ "calendar-day-today": "awsui_calendar-day-today_145pa_lzpoy_243",
27
+ "day-inner": "awsui_day-inner_145pa_lzpoy_255"
28
28
  };
29
29
 
@@ -90,12 +90,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_calendar_145pa_2hhg5_93:not(#\9) {
94
- animation: awsui_awsui-motion-fade-in-0_145pa_2hhg5_1 135ms ease-out;
95
- animation: awsui_awsui-motion-fade-in-0_145pa_2hhg5_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
93
+ .awsui_calendar_145pa_lzpoy_93:not(#\9) {
94
+ animation: awsui_awsui-motion-fade-in-0_145pa_lzpoy_1 135ms ease-out;
95
+ animation: awsui_awsui-motion-fade-in-0_145pa_lzpoy_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
96
96
  animation-fill-mode: both;
97
97
  }
98
- @keyframes awsui_awsui-motion-fade-in-0_145pa_2hhg5_1 {
98
+ @keyframes awsui_awsui-motion-fade-in-0_145pa_lzpoy_1 {
99
99
  from {
100
100
  opacity: 0;
101
101
  }
@@ -104,12 +104,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
104
104
  }
105
105
  }
106
106
  @media (prefers-reduced-motion: reduce) {
107
- .awsui_calendar_145pa_2hhg5_93:not(#\9) {
107
+ .awsui_calendar_145pa_lzpoy_93:not(#\9) {
108
108
  animation: none;
109
109
  transition: none;
110
110
  }
111
111
  }
112
- .awsui-motion-disabled .awsui_calendar_145pa_2hhg5_93:not(#\9), .awsui-mode-entering .awsui_calendar_145pa_2hhg5_93:not(#\9) {
112
+ .awsui-motion-disabled .awsui_calendar_145pa_lzpoy_93:not(#\9), .awsui-mode-entering .awsui_calendar_145pa_lzpoy_93:not(#\9) {
113
113
  animation: none;
114
114
  transition: none;
115
115
  }
@@ -118,7 +118,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
118
118
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
119
119
  SPDX-License-Identifier: Apache-2.0
120
120
  */
121
- .awsui_root_145pa_2hhg5_120:not(#\9) {
121
+ .awsui_root_145pa_lzpoy_120:not(#\9) {
122
122
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
123
123
  border-collapse: separate;
124
124
  border-spacing: 0;
@@ -159,26 +159,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
159
159
  font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
160
160
  }
161
161
 
162
- .awsui_date-picker-container_145pa_2hhg5_131:not(#\9) {
162
+ .awsui_date-picker-container_145pa_lzpoy_131:not(#\9) {
163
163
  position: relative;
164
164
  max-width: 234px;
165
165
  }
166
166
 
167
- .awsui_date-picker-trigger_145pa_2hhg5_136:not(#\9) {
167
+ .awsui_date-picker-trigger_145pa_lzpoy_136:not(#\9) {
168
168
  display: flex;
169
169
  }
170
170
 
171
- .awsui_date-picker-input_145pa_2hhg5_140:not(#\9) {
171
+ .awsui_date-picker-input_145pa_lzpoy_140:not(#\9) {
172
172
  padding-right: 8px;
173
173
  padding-right: var(--space-xs-rsr2qu, 8px);
174
174
  width: 100%;
175
175
  }
176
176
 
177
- .awsui_open-calendar-button_145pa_2hhg5_145:not(#\9) {
177
+ .awsui_open-calendar-button_145pa_lzpoy_145:not(#\9) {
178
178
  /* used in test-utils */
179
179
  }
180
180
 
181
- .awsui_calendar_145pa_2hhg5_93:not(#\9) {
181
+ .awsui_calendar_145pa_lzpoy_93:not(#\9) {
182
182
  display: block;
183
183
  width: 234px;
184
184
  overflow: auto;
@@ -221,19 +221,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
221
221
  font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
222
222
  font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
223
223
  }
224
- .awsui_calendar_145pa_2hhg5_93:not(#\9):focus {
224
+ .awsui_calendar_145pa_lzpoy_93:not(#\9):focus {
225
225
  outline: none;
226
226
  }
227
- .awsui_calendar-inner_145pa_2hhg5_165:not(#\9) {
227
+ .awsui_calendar-inner_145pa_lzpoy_165:not(#\9) {
228
228
  margin: 8px;
229
229
  margin: var(--space-xs-rsr2qu, 8px);
230
230
  }
231
- .awsui_calendar-header_145pa_2hhg5_168:not(#\9) {
231
+ .awsui_calendar-header_145pa_lzpoy_168:not(#\9) {
232
232
  display: flex;
233
233
  justify-content: space-between;
234
234
  align-items: center;
235
235
  }
236
- .awsui_calendar-header-month_145pa_2hhg5_173:not(#\9) {
236
+ .awsui_calendar-header-month_145pa_lzpoy_173:not(#\9) {
237
237
  font-size: 14px;
238
238
  font-size: var(--font-body-m-size-sregvd, 14px);
239
239
  line-height: 22px;
@@ -242,17 +242,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
242
242
  color: #000716;
243
243
  color: var(--color-text-dropdown-item-default-7tg9p2, #000716);
244
244
  }
245
- .awsui_calendar-next-month-btn_145pa_2hhg5_179:not(#\9) {
245
+ .awsui_calendar-next-month-btn_145pa_lzpoy_179:not(#\9) {
246
246
  /* used for identifying element */
247
247
  }
248
- .awsui_calendar-prev-month-btn_145pa_2hhg5_182:not(#\9) {
248
+ .awsui_calendar-prev-month-btn_145pa_lzpoy_182:not(#\9) {
249
249
  /* used for identifying element */
250
250
  }
251
- .awsui_calendar-day-names_145pa_2hhg5_185:not(#\9) {
251
+ .awsui_calendar-day-names_145pa_lzpoy_185:not(#\9) {
252
252
  display: flex;
253
253
  justify-content: stretch;
254
254
  }
255
- .awsui_calendar-day-name_145pa_2hhg5_185:not(#\9) {
255
+ .awsui_calendar-day-name_145pa_lzpoy_185:not(#\9) {
256
256
  flex: 1 1 0%;
257
257
  width: 0;
258
258
  word-break: break-word;
@@ -268,15 +268,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
268
268
  letter-spacing: 0.005em;
269
269
  letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
270
270
  }
271
- .awsui_calendar-dates_145pa_2hhg5_200:not(#\9) {
271
+ .awsui_calendar-dates_145pa_lzpoy_200:not(#\9) {
272
272
  border: 1px solid transparent;
273
273
  border: 1px solid var(--color-border-calendar-grid-sshunw, transparent);
274
274
  }
275
- .awsui_calendar-week_145pa_2hhg5_203:not(#\9) {
275
+ .awsui_calendar-week_145pa_lzpoy_203:not(#\9) {
276
276
  display: flex;
277
277
  justify-content: stretch;
278
278
  }
279
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9) {
279
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9) {
280
280
  flex: 1 1 0%;
281
281
  width: 0;
282
282
  word-break: break-word;
@@ -293,41 +293,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
293
293
  color: var(--color-text-dropdown-item-disabled-varol7, #9ba7b6);
294
294
  position: relative;
295
295
  }
296
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9):last-child {
296
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9):last-child {
297
297
  border-right: none;
298
298
  }
299
- .awsui_calendar-day-in-last-week_145pa_2hhg5_222:not(#\9) {
299
+ .awsui_calendar-day-in-last-week_145pa_lzpoy_222:not(#\9) {
300
300
  border-bottom: none;
301
301
  }
302
- .awsui_calendar-day-focusable_145pa_2hhg5_225:not(#\9) {
302
+ .awsui_calendar-day-focusable_145pa_lzpoy_225:not(#\9) {
303
303
  /* used for identifying element */
304
304
  }
305
- .awsui_calendar-day-enabled_145pa_2hhg5_228:not(#\9) {
305
+ .awsui_calendar-day-enabled_145pa_lzpoy_228:not(#\9) {
306
306
  cursor: pointer;
307
307
  color: #5f6b7a;
308
308
  color: var(--color-text-dropdown-item-secondary-0me7js, #5f6b7a);
309
309
  }
310
- .awsui_calendar-day-enabled_145pa_2hhg5_228.awsui_calendar-day-current-month_145pa_2hhg5_232:not(#\9) {
310
+ .awsui_calendar-day-enabled_145pa_lzpoy_228.awsui_calendar-day-current-month_145pa_lzpoy_232:not(#\9) {
311
311
  color: #000716;
312
312
  color: var(--color-text-dropdown-item-default-7tg9p2, #000716);
313
313
  }
314
- .awsui_calendar-day-enabled_145pa_2hhg5_228.awsui_calendar-day-current-month_145pa_2hhg5_232:not(#\9):hover {
314
+ .awsui_calendar-day-enabled_145pa_lzpoy_228.awsui_calendar-day-current-month_145pa_lzpoy_232:not(#\9):hover {
315
315
  color: #000716;
316
316
  color: var(--color-text-calendar-day-hover-graajh, #000716);
317
317
  background-color: #f4f4f4;
318
318
  background-color: var(--color-background-dropdown-item-hover-mqsxkv, #f4f4f4);
319
319
  }
320
- .awsui_calendar-day-enabled_145pa_2hhg5_228.awsui_calendar-day-current-month_145pa_2hhg5_232:not(#\9):hover:not(.awsui_calendar-day-selected_145pa_2hhg5_239)::after {
320
+ .awsui_calendar-day-enabled_145pa_lzpoy_228.awsui_calendar-day-current-month_145pa_lzpoy_232:not(#\9):hover:not(.awsui_calendar-day-selected_145pa_lzpoy_239)::after {
321
321
  border: 2px solid #7d8998;
322
322
  border: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-dropdown-item-hover-tyzq9m, #7d8998);
323
323
  border-radius: 8px;
324
324
  border-radius: var(--border-radius-item-u2ibpi, 8px);
325
325
  }
326
- .awsui_calendar-day-today_145pa_2hhg5_243:not(#\9) {
326
+ .awsui_calendar-day-today_145pa_lzpoy_243:not(#\9) {
327
327
  background-color: #f4f4f4;
328
328
  background-color: var(--color-background-calendar-today-762czq, #f4f4f4);
329
329
  }
330
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9)::after {
330
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9)::after {
331
331
  content: "";
332
332
  position: absolute;
333
333
  top: -1px;
@@ -336,20 +336,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
336
336
  right: -1px;
337
337
  background-color: transparent;
338
338
  }
339
- .awsui_calendar-day_145pa_2hhg5_185 > .awsui_day-inner_145pa_2hhg5_255:not(#\9) {
339
+ .awsui_calendar-day_145pa_lzpoy_185 > .awsui_day-inner_145pa_lzpoy_255:not(#\9) {
340
340
  position: relative;
341
341
  z-index: 1;
342
342
  }
343
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9):focus {
343
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9):focus {
344
344
  outline: none;
345
345
  position: relative;
346
346
  }
347
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9):focus {
347
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9):focus {
348
348
  outline: 2px dotted transparent;
349
349
  outline-offset: calc(-5px - 1px);
350
350
  outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-v3dwvl, -5px) - 1px);
351
351
  }
352
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9):focus::before {
352
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9):focus::before {
353
353
  content: " ";
354
354
  display: block;
355
355
  position: absolute;
@@ -362,18 +362,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
362
362
  height: calc(100% + 2 * -5px);
363
363
  height: calc(100% + 2 * var(--space-calendar-grid-focus-outline-gutter-v3dwvl, -5px));
364
364
  border-radius: 3px;
365
- border-radius: var(--border-radius-calendar-day-focused-4la5vv, 3px);
365
+ border-radius: var(--border-radius-calendar-day-focus-ring-a8mlqd, 3px);
366
366
  box-shadow: 0 0 0 2px #0972d3;
367
367
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
368
368
  }
369
- .awsui_calendar-day_145pa_2hhg5_185:not(#\9):focus::before {
369
+ .awsui_calendar-day_145pa_lzpoy_185:not(#\9):focus::before {
370
370
  z-index: 2;
371
371
  }
372
- .awsui_calendar-day-selected_145pa_2hhg5_239:not(#\9) {
372
+ .awsui_calendar-day-selected_145pa_lzpoy_239:not(#\9) {
373
373
  border-color: transparent;
374
374
  position: relative;
375
375
  }
376
- .awsui_calendar-day-selected_145pa_2hhg5_239:not(#\9)::after {
376
+ .awsui_calendar-day-selected_145pa_lzpoy_239:not(#\9)::after {
377
377
  background-color: #f2f8fd;
378
378
  background-color: var(--color-background-dropdown-item-selected-8l4mpk, #f2f8fd);
379
379
  border: 2px solid #0972d3;
@@ -381,12 +381,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
381
381
  border-radius: 8px;
382
382
  border-radius: var(--border-radius-item-u2ibpi, 8px);
383
383
  }
384
- .awsui_calendar-day-selected_145pa_2hhg5_239 > .awsui_day-inner_145pa_2hhg5_255:not(#\9) {
384
+ .awsui_calendar-day-selected_145pa_lzpoy_239 > .awsui_day-inner_145pa_lzpoy_255:not(#\9) {
385
385
  color: #0972d3;
386
386
  color: var(--color-text-calendar-day-selected-64o9sq, #0972d3);
387
387
  position: relative;
388
388
  }
389
- .awsui_calendar_145pa_2hhg5_93[data-awsui-focus-visible=true]:not(#\9):focus {
389
+ .awsui_calendar_145pa_lzpoy_93[data-awsui-focus-visible=true]:not(#\9):focus {
390
390
  outline: 2px dotted transparent;
391
391
  outline-offset: 2px;
392
392
  border-radius: 16px;
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "calendar": "awsui_calendar_145pa_2hhg5_93",
6
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_145pa_2hhg5_1",
7
- "root": "awsui_root_145pa_2hhg5_120",
8
- "date-picker-container": "awsui_date-picker-container_145pa_2hhg5_131",
9
- "date-picker-trigger": "awsui_date-picker-trigger_145pa_2hhg5_136",
10
- "date-picker-input": "awsui_date-picker-input_145pa_2hhg5_140",
11
- "open-calendar-button": "awsui_open-calendar-button_145pa_2hhg5_145",
12
- "calendar-inner": "awsui_calendar-inner_145pa_2hhg5_165",
13
- "calendar-header": "awsui_calendar-header_145pa_2hhg5_168",
14
- "calendar-header-month": "awsui_calendar-header-month_145pa_2hhg5_173",
15
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_145pa_2hhg5_179",
16
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_145pa_2hhg5_182",
17
- "calendar-day-names": "awsui_calendar-day-names_145pa_2hhg5_185",
18
- "calendar-day-name": "awsui_calendar-day-name_145pa_2hhg5_185",
19
- "calendar-dates": "awsui_calendar-dates_145pa_2hhg5_200",
20
- "calendar-week": "awsui_calendar-week_145pa_2hhg5_203",
21
- "calendar-day": "awsui_calendar-day_145pa_2hhg5_185",
22
- "calendar-day-in-last-week": "awsui_calendar-day-in-last-week_145pa_2hhg5_222",
23
- "calendar-day-focusable": "awsui_calendar-day-focusable_145pa_2hhg5_225",
24
- "calendar-day-enabled": "awsui_calendar-day-enabled_145pa_2hhg5_228",
25
- "calendar-day-current-month": "awsui_calendar-day-current-month_145pa_2hhg5_232",
26
- "calendar-day-selected": "awsui_calendar-day-selected_145pa_2hhg5_239",
27
- "calendar-day-today": "awsui_calendar-day-today_145pa_2hhg5_243",
28
- "day-inner": "awsui_day-inner_145pa_2hhg5_255"
5
+ "calendar": "awsui_calendar_145pa_lzpoy_93",
6
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_145pa_lzpoy_1",
7
+ "root": "awsui_root_145pa_lzpoy_120",
8
+ "date-picker-container": "awsui_date-picker-container_145pa_lzpoy_131",
9
+ "date-picker-trigger": "awsui_date-picker-trigger_145pa_lzpoy_136",
10
+ "date-picker-input": "awsui_date-picker-input_145pa_lzpoy_140",
11
+ "open-calendar-button": "awsui_open-calendar-button_145pa_lzpoy_145",
12
+ "calendar-inner": "awsui_calendar-inner_145pa_lzpoy_165",
13
+ "calendar-header": "awsui_calendar-header_145pa_lzpoy_168",
14
+ "calendar-header-month": "awsui_calendar-header-month_145pa_lzpoy_173",
15
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_145pa_lzpoy_179",
16
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_145pa_lzpoy_182",
17
+ "calendar-day-names": "awsui_calendar-day-names_145pa_lzpoy_185",
18
+ "calendar-day-name": "awsui_calendar-day-name_145pa_lzpoy_185",
19
+ "calendar-dates": "awsui_calendar-dates_145pa_lzpoy_200",
20
+ "calendar-week": "awsui_calendar-week_145pa_lzpoy_203",
21
+ "calendar-day": "awsui_calendar-day_145pa_lzpoy_185",
22
+ "calendar-day-in-last-week": "awsui_calendar-day-in-last-week_145pa_lzpoy_222",
23
+ "calendar-day-focusable": "awsui_calendar-day-focusable_145pa_lzpoy_225",
24
+ "calendar-day-enabled": "awsui_calendar-day-enabled_145pa_lzpoy_228",
25
+ "calendar-day-current-month": "awsui_calendar-day-current-month_145pa_lzpoy_232",
26
+ "calendar-day-selected": "awsui_calendar-day-selected_145pa_lzpoy_239",
27
+ "calendar-day-today": "awsui_calendar-day-today_145pa_lzpoy_243",
28
+ "day-inner": "awsui_day-inner_145pa_lzpoy_255"
29
29
  };
30
30
 
@@ -1,26 +1,26 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "day": "awsui_day_vci2l_fryuu_93",
5
- "day-inner": "awsui_day-inner_vci2l_fryuu_117",
6
- "in-first-row": "awsui_in-first-row_vci2l_fryuu_141",
7
- "in-previous-month": "awsui_in-previous-month_vci2l_fryuu_141",
8
- "last-day-of-month": "awsui_last-day-of-month_vci2l_fryuu_145",
9
- "in-next-month": "awsui_in-next-month_vci2l_fryuu_149",
10
- "in-first-column": "awsui_in-first-column_vci2l_fryuu_153",
11
- "in-current-month": "awsui_in-current-month_vci2l_fryuu_156",
12
- "enabled": "awsui_enabled_vci2l_fryuu_160",
13
- "in-range": "awsui_in-range_vci2l_fryuu_166",
14
- "end-date": "awsui_end-date_vci2l_fryuu_166",
15
- "start-date": "awsui_start-date_vci2l_fryuu_166",
16
- "no-range": "awsui_no-range_vci2l_fryuu_166",
17
- "selected": "awsui_selected_vci2l_fryuu_173",
18
- "today": "awsui_today_vci2l_fryuu_177",
19
- "range-start-date": "awsui_range-start-date_vci2l_fryuu_213",
20
- "in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_fryuu_216",
21
- "range-end-date": "awsui_range-end-date_vci2l_fryuu_219",
22
- "in-range-border-top": "awsui_in-range-border-top_vci2l_fryuu_222",
23
- "in-range-border-right": "awsui_in-range-border-right_vci2l_fryuu_237",
24
- "in-range-border-left": "awsui_in-range-border-left_vci2l_fryuu_243"
4
+ "day": "awsui_day_vci2l_19xqz_93",
5
+ "day-inner": "awsui_day-inner_vci2l_19xqz_117",
6
+ "in-first-row": "awsui_in-first-row_vci2l_19xqz_141",
7
+ "in-previous-month": "awsui_in-previous-month_vci2l_19xqz_141",
8
+ "last-day-of-month": "awsui_last-day-of-month_vci2l_19xqz_145",
9
+ "in-next-month": "awsui_in-next-month_vci2l_19xqz_149",
10
+ "in-first-column": "awsui_in-first-column_vci2l_19xqz_153",
11
+ "in-current-month": "awsui_in-current-month_vci2l_19xqz_156",
12
+ "enabled": "awsui_enabled_vci2l_19xqz_160",
13
+ "in-range": "awsui_in-range_vci2l_19xqz_166",
14
+ "end-date": "awsui_end-date_vci2l_19xqz_166",
15
+ "start-date": "awsui_start-date_vci2l_19xqz_166",
16
+ "no-range": "awsui_no-range_vci2l_19xqz_166",
17
+ "selected": "awsui_selected_vci2l_19xqz_173",
18
+ "today": "awsui_today_vci2l_19xqz_177",
19
+ "range-start-date": "awsui_range-start-date_vci2l_19xqz_213",
20
+ "in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_19xqz_216",
21
+ "range-end-date": "awsui_range-end-date_vci2l_19xqz_219",
22
+ "in-range-border-top": "awsui_in-range-border-top_vci2l_19xqz_222",
23
+ "in-range-border-right": "awsui_in-range-border-right_vci2l_19xqz_237",
24
+ "in-range-border-left": "awsui_in-range-border-left_vci2l_19xqz_243"
25
25
  };
26
26