@cloudscape-design/components-themeable 3.0.700 → 3.0.701

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 (103) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button-dropdown/item-element/styles.scss +1 -0
  3. package/lib/internal/scss/icon/styles.scss +1 -0
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +57 -55
  5. package/lib/internal/scss/prompt-input/styles.scss +108 -0
  6. package/lib/internal/scss/prompt-input/test-classes/styles.scss +15 -0
  7. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  8. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  9. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  10. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  11. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  12. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  13. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +82 -82
  14. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +255 -255
  15. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +13 -13
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +37 -37
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
  22. package/lib/internal/template/button/interfaces.d.ts +1 -1
  23. package/lib/internal/template/button/interfaces.js.map +1 -1
  24. package/lib/internal/template/button-dropdown/item-element/index.js +1 -1
  25. package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
  26. package/lib/internal/template/button-dropdown/item-element/styles.css.js +12 -11
  27. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +14 -14
  28. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +12 -11
  29. package/lib/internal/template/button-dropdown/tooltip.d.ts +2 -1
  30. package/lib/internal/template/button-dropdown/tooltip.d.ts.map +1 -1
  31. package/lib/internal/template/button-dropdown/tooltip.js +2 -2
  32. package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
  33. package/lib/internal/template/content-layout/styles.css.js +14 -14
  34. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  35. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  36. package/lib/internal/template/flashbar/styles.css.js +47 -47
  37. package/lib/internal/template/flashbar/styles.scoped.css +171 -171
  38. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  39. package/lib/internal/template/icon/styles.css.js +38 -37
  40. package/lib/internal/template/icon/styles.scoped.css +82 -80
  41. package/lib/internal/template/icon/styles.selectors.js +38 -37
  42. package/lib/internal/template/index.d.ts +1 -0
  43. package/lib/internal/template/index.d.ts.map +1 -1
  44. package/lib/internal/template/index.js +1 -0
  45. package/lib/internal/template/index.js.map +1 -1
  46. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  47. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +40 -40
  48. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  49. package/lib/internal/template/internal/environment.js +1 -1
  50. package/lib/internal/template/internal/environment.json +1 -1
  51. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +2 -0
  52. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  53. package/lib/internal/template/internal/generated/custom-css-properties/index.js +57 -55
  54. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  55. package/lib/internal/template/key-value-pairs/index.d.ts +1 -1
  56. package/lib/internal/template/key-value-pairs/index.d.ts.map +1 -1
  57. package/lib/internal/template/key-value-pairs/index.js +2 -2
  58. package/lib/internal/template/key-value-pairs/index.js.map +1 -1
  59. package/lib/internal/template/key-value-pairs/interfaces.d.ts +11 -0
  60. package/lib/internal/template/key-value-pairs/interfaces.d.ts.map +1 -1
  61. package/lib/internal/template/key-value-pairs/interfaces.js.map +1 -1
  62. package/lib/internal/template/key-value-pairs/internal.d.ts.map +1 -1
  63. package/lib/internal/template/key-value-pairs/internal.js +2 -2
  64. package/lib/internal/template/key-value-pairs/internal.js.map +1 -1
  65. package/lib/internal/template/package.json +1 -0
  66. package/lib/internal/template/prompt-input/index.d.ts +6 -0
  67. package/lib/internal/template/prompt-input/index.d.ts.map +1 -0
  68. package/lib/internal/template/prompt-input/index.js +27 -0
  69. package/lib/internal/template/prompt-input/index.js.map +1 -0
  70. package/lib/internal/template/prompt-input/interfaces.d.ts +82 -0
  71. package/lib/internal/template/prompt-input/interfaces.d.ts.map +1 -0
  72. package/lib/internal/template/prompt-input/interfaces.js +2 -0
  73. package/lib/internal/template/prompt-input/interfaces.js.map +1 -0
  74. package/lib/internal/template/prompt-input/internal.d.ts +8 -0
  75. package/lib/internal/template/prompt-input/internal.d.ts.map +1 -0
  76. package/lib/internal/template/prompt-input/internal.js +109 -0
  77. package/lib/internal/template/prompt-input/internal.js.map +1 -0
  78. package/lib/internal/template/prompt-input/styles.css.js +13 -0
  79. package/lib/internal/template/prompt-input/styles.scoped.css +248 -0
  80. package/lib/internal/template/prompt-input/styles.selectors.js +14 -0
  81. package/lib/internal/template/prompt-input/test-classes/styles.css.js +8 -0
  82. package/lib/internal/template/prompt-input/test-classes/styles.scoped.css +15 -0
  83. package/lib/internal/template/prompt-input/test-classes/styles.selectors.js +9 -0
  84. package/lib/internal/template/slider/styles.css.js +26 -26
  85. package/lib/internal/template/slider/styles.scoped.css +86 -86
  86. package/lib/internal/template/slider/styles.selectors.js +26 -26
  87. package/lib/internal/template/spinner/styles.css.js +13 -13
  88. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  89. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  90. package/lib/internal/template/test-utils/dom/index.d.ts +3 -0
  91. package/lib/internal/template/test-utils/dom/index.js +10 -2
  92. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  93. package/lib/internal/template/test-utils/dom/prompt-input/index.d.ts +18 -0
  94. package/lib/internal/template/test-utils/dom/prompt-input/index.js +49 -0
  95. package/lib/internal/template/test-utils/dom/prompt-input/index.js.map +1 -0
  96. package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
  97. package/lib/internal/template/test-utils/selectors/index.js +10 -2
  98. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  99. package/lib/internal/template/test-utils/selectors/prompt-input/index.d.ts +6 -0
  100. package/lib/internal/template/test-utils/selectors/prompt-input/index.js +15 -0
  101. package/lib/internal/template/test-utils/selectors/prompt-input/index.js.map +1 -0
  102. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "b1f440556846ba333f72a6ef4ba255e4e7ecbdbc"
2
+ "commit": "b5981ca7801d32d97e646a550bd48dd9cf601a52"
3
3
  }
@@ -67,6 +67,7 @@
67
67
 
68
68
  /* stylelint-disable selector-max-type */
69
69
  .has-category-header > &,
70
+ .has-category-header > .item-tooltip-wrapper > &,
70
71
  .has-category-header:not(.has-checkmark) > span > & {
71
72
  padding-inline-start: calc(#{awsui.$space-xs} + #{awsui.$space-l});
72
73
  }
@@ -42,6 +42,7 @@
42
42
  .name-external,
43
43
  .name-redo,
44
44
  .name-resize-area,
45
+ .name-send,
45
46
  .name-shrink,
46
47
  .name-undo,
47
48
  .name-view-vertical
@@ -1,57 +1,59 @@
1
1
 
2
- $maxContentWidth: --awsui-max-content-width-9rhwr5;
3
- $minContentWidth: --awsui-min-content-width-9rhwr5;
4
- $breadcrumbsGap: --awsui-breadcrumbs-gap-9rhwr5;
5
- $contentGapLeft: --awsui-content-gap-left-9rhwr5;
6
- $contentGapRight: --awsui-content-gap-right-9rhwr5;
7
- $contentHeight: --awsui-content-height-9rhwr5;
8
- $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-9rhwr5;
9
- $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-9rhwr5;
10
- $contentLayoutMainGap: --awsui-content-layout-main-gap-9rhwr5;
11
- $defaultMaxContentWidth: --awsui-default-max-content-width-9rhwr5;
12
- $defaultMinContentWidth: --awsui-default-min-content-width-9rhwr5;
13
- $drawerSize: --awsui-drawer-size-9rhwr5;
14
- $footerHeight: --awsui-footer-height-9rhwr5;
15
- $headerGap: --awsui-header-gap-9rhwr5;
16
- $headerHeight: --awsui-header-height-9rhwr5;
17
- $layoutWidth: --awsui-layout-width-9rhwr5;
18
- $mainGap: --awsui-main-gap-9rhwr5;
19
- $mainOffsetLeft: --awsui-main-offset-left-9rhwr5;
20
- $mainTemplateRows: --awsui-main-template-rows-9rhwr5;
21
- $mobileBarHeight: --awsui-mobile-bar-height-9rhwr5;
22
- $notificationsHeight: --awsui-notifications-height-9rhwr5;
23
- $offsetTop: --awsui-offset-top-9rhwr5;
24
- $overlapHeight: --awsui-overlap-height-9rhwr5;
25
- $navigationWidth: --awsui-navigation-width-9rhwr5;
26
- $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-9rhwr5;
27
- $splitPanelReportedSize: --awsui-split-panel-reported-size-9rhwr5;
28
- $splitPanelHeight: --awsui-split-panel-height-9rhwr5;
29
- $splitPanelMinWidth: --awsui-split-panel-min-width-9rhwr5;
30
- $splitPanelMaxWidth: --awsui-split-panel-max-width-9rhwr5;
31
- $toolsMaxWidth: --awsui-tools-max-width-9rhwr5;
32
- $toolsWidth: --awsui-tools-width-9rhwr5;
33
- $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-9rhwr5;
34
- $contentScrollMargin: --awsui-content-scroll-margin-9rhwr5;
35
- $flashbarStackDepth: --awsui-flashbar-stack-depth-9rhwr5;
36
- $flashbarStackIndex: --awsui-flashbar-stack-index-9rhwr5;
37
- $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-9rhwr5;
38
- $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-9rhwr5;
39
- $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-9rhwr5;
40
- $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-9rhwr5;
41
- $spinnerRotatorFrom: --awsui-spinner-rotator-from-9rhwr5;
42
- $spinnerRotatorTo: --awsui-spinner-rotator-to-9rhwr5;
43
- $spinnerLineLeftFrom: --awsui-spinner-line-left-from-9rhwr5;
44
- $spinnerLineLeftTo: --awsui-spinner-line-left-to-9rhwr5;
45
- $spinnerLineRightFrom: --awsui-spinner-line-right-from-9rhwr5;
46
- $spinnerLineRightTo: --awsui-spinner-line-right-to-9rhwr5;
47
- $sliderLabelCount: --awsui-slider-label-count-9rhwr5;
48
- $sliderTickCount: --awsui-slider-tick-count-9rhwr5;
49
- $sliderReferenceColumn: --awsui-slider-reference-column-9rhwr5;
50
- $sliderNextReferenceColumn: --awsui-slider-next-reference-column-9rhwr5;
51
- $sliderMaxStart: --awsui-slider-max-start-9rhwr5;
52
- $sliderMinEnd: --awsui-slider-min-end-9rhwr5;
53
- $sliderRangeInlineSize: --awsui-slider-range-inline-size-9rhwr5;
54
- $sliderTooltipPosition: --awsui-slider-tooltip-position-9rhwr5;
55
- $togglesLeftWidth: --awsui-toggles-left-width-9rhwr5;
56
- $togglesRightWidth: --awsui-toggles-right-width-9rhwr5;
2
+ $maxContentWidth: --awsui-max-content-width-g964ok;
3
+ $minContentWidth: --awsui-min-content-width-g964ok;
4
+ $breadcrumbsGap: --awsui-breadcrumbs-gap-g964ok;
5
+ $contentGapLeft: --awsui-content-gap-left-g964ok;
6
+ $contentGapRight: --awsui-content-gap-right-g964ok;
7
+ $contentHeight: --awsui-content-height-g964ok;
8
+ $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-g964ok;
9
+ $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-g964ok;
10
+ $contentLayoutMainGap: --awsui-content-layout-main-gap-g964ok;
11
+ $defaultMaxContentWidth: --awsui-default-max-content-width-g964ok;
12
+ $defaultMinContentWidth: --awsui-default-min-content-width-g964ok;
13
+ $drawerSize: --awsui-drawer-size-g964ok;
14
+ $footerHeight: --awsui-footer-height-g964ok;
15
+ $headerGap: --awsui-header-gap-g964ok;
16
+ $headerHeight: --awsui-header-height-g964ok;
17
+ $layoutWidth: --awsui-layout-width-g964ok;
18
+ $mainGap: --awsui-main-gap-g964ok;
19
+ $mainOffsetLeft: --awsui-main-offset-left-g964ok;
20
+ $mainTemplateRows: --awsui-main-template-rows-g964ok;
21
+ $mobileBarHeight: --awsui-mobile-bar-height-g964ok;
22
+ $notificationsHeight: --awsui-notifications-height-g964ok;
23
+ $offsetTop: --awsui-offset-top-g964ok;
24
+ $overlapHeight: --awsui-overlap-height-g964ok;
25
+ $navigationWidth: --awsui-navigation-width-g964ok;
26
+ $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-g964ok;
27
+ $splitPanelReportedSize: --awsui-split-panel-reported-size-g964ok;
28
+ $splitPanelHeight: --awsui-split-panel-height-g964ok;
29
+ $splitPanelMinWidth: --awsui-split-panel-min-width-g964ok;
30
+ $splitPanelMaxWidth: --awsui-split-panel-max-width-g964ok;
31
+ $toolsMaxWidth: --awsui-tools-max-width-g964ok;
32
+ $toolsWidth: --awsui-tools-width-g964ok;
33
+ $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-g964ok;
34
+ $contentScrollMargin: --awsui-content-scroll-margin-g964ok;
35
+ $flashbarStackDepth: --awsui-flashbar-stack-depth-g964ok;
36
+ $flashbarStackIndex: --awsui-flashbar-stack-index-g964ok;
37
+ $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-g964ok;
38
+ $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-g964ok;
39
+ $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-g964ok;
40
+ $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-g964ok;
41
+ $spinnerRotatorFrom: --awsui-spinner-rotator-from-g964ok;
42
+ $spinnerRotatorTo: --awsui-spinner-rotator-to-g964ok;
43
+ $spinnerLineLeftFrom: --awsui-spinner-line-left-from-g964ok;
44
+ $spinnerLineLeftTo: --awsui-spinner-line-left-to-g964ok;
45
+ $spinnerLineRightFrom: --awsui-spinner-line-right-from-g964ok;
46
+ $spinnerLineRightTo: --awsui-spinner-line-right-to-g964ok;
47
+ $sliderLabelCount: --awsui-slider-label-count-g964ok;
48
+ $sliderTickCount: --awsui-slider-tick-count-g964ok;
49
+ $sliderReferenceColumn: --awsui-slider-reference-column-g964ok;
50
+ $sliderNextReferenceColumn: --awsui-slider-next-reference-column-g964ok;
51
+ $sliderMaxStart: --awsui-slider-max-start-g964ok;
52
+ $sliderMinEnd: --awsui-slider-min-end-g964ok;
53
+ $sliderRangeInlineSize: --awsui-slider-range-inline-size-g964ok;
54
+ $sliderTooltipPosition: --awsui-slider-tooltip-position-g964ok;
55
+ $togglesLeftWidth: --awsui-toggles-left-width-g964ok;
56
+ $togglesRightWidth: --awsui-toggles-right-width-g964ok;
57
+ $promptInputMaxRows: --awsui-prompt-input-max-rows-g964ok;
58
+ $promptInputScrollHeight: --awsui-prompt-input-scroll-height-g964ok;
57
59
 
@@ -0,0 +1,108 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ /* stylelint-disable */
6
+
7
+ @use '../internal/styles' as styles;
8
+ @use '../internal/styles/tokens' as awsui;
9
+ @use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
10
+
11
+ $send-icon-right-spacing: awsui.$space-static-xxs;
12
+
13
+ .root {
14
+ position: relative;
15
+
16
+ > .button {
17
+ position: absolute;
18
+ inset-inline-end: $send-icon-right-spacing;
19
+ inset-block-end: 0;
20
+
21
+ > .action-button {
22
+ // offset the focus ring by 1px per side so it doesn't blend into the textarea border
23
+ @include focus-visible.when-visible {
24
+ @include styles.focus-highlight(
25
+ (
26
+ 'vertical': calc((-1 * #{awsui.$space-xxxs}) - 1px),
27
+ 'horizontal': calc((#{awsui.$space-xxxs}) - 1px),
28
+ )
29
+ );
30
+ }
31
+ }
32
+ }
33
+ }
34
+
35
+ .textarea {
36
+ @include styles.styles-reset;
37
+ // Restore browsers' default resize values
38
+ resize: none;
39
+ // Restore default text cursor
40
+ cursor: text;
41
+ // Allow multi-line placeholders
42
+ white-space: pre-wrap;
43
+
44
+ padding-block: styles.$control-padding-vertical;
45
+ padding-inline: styles.$control-padding-horizontal;
46
+
47
+ color: awsui.$color-text-body-default;
48
+ max-inline-size: 100%;
49
+ inline-size: 100%;
50
+ display: block;
51
+ box-sizing: border-box;
52
+ background-color: awsui.$color-background-input-default;
53
+ border-start-start-radius: styles.$control-border-radius;
54
+ border-start-end-radius: styles.$control-border-radius;
55
+ border-end-start-radius: styles.$control-border-radius;
56
+ border-end-end-radius: styles.$control-border-radius;
57
+ border-block: styles.$control-border-width solid awsui.$color-border-input-default;
58
+ border-inline: styles.$control-border-width solid awsui.$color-border-input-default;
59
+
60
+ @include styles.font-body-m;
61
+
62
+ &.textarea-readonly {
63
+ @include styles.form-readonly-element;
64
+ }
65
+
66
+ &::placeholder {
67
+ @include styles.form-placeholder;
68
+ opacity: 1;
69
+ }
70
+
71
+ &:-ms-input-placeholder {
72
+ @include styles.form-placeholder;
73
+ }
74
+
75
+ &:focus {
76
+ @include styles.form-focus-element;
77
+ }
78
+
79
+ &:invalid {
80
+ // discard built-in invalid styles, customers should use `invalid` property only (AWSUI-3947)
81
+ box-shadow: none;
82
+ }
83
+
84
+ &:disabled {
85
+ @include styles.form-disabled-element;
86
+ cursor: default;
87
+
88
+ &::placeholder {
89
+ @include styles.form-placeholder-disabled;
90
+ opacity: 1;
91
+ }
92
+
93
+ &:-ms-input-placeholder {
94
+ @include styles.form-placeholder-disabled;
95
+ }
96
+ }
97
+
98
+ &.textarea-invalid {
99
+ @include styles.form-invalid-control();
100
+ }
101
+
102
+ &.textarea-warning {
103
+ @include styles.form-warning-control();
104
+ }
105
+ &.textarea-with-button {
106
+ padding-inline-end: calc(styles.$control-padding-horizontal + $send-icon-right-spacing + awsui.$size-icon-normal);
107
+ }
108
+ }
@@ -0,0 +1,15 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ .root {
6
+ /* used in test-utils */
7
+ }
8
+
9
+ .textarea {
10
+ /* used in test-utils */
11
+ }
12
+
13
+ .action-button {
14
+ /* used in test-utils */
15
+ }
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_3xsu9_97",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_3xsu9_101",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_3xsu9_101",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_3xsu9_143",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_3xsu9_143",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_3xsu9_146",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_3xsu9_146",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_3xsu9_149",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_3xsu9_149",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_3xsu9_152",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152",
15
- "annotation": "awsui_annotation_1hpp3_3xsu9_160",
16
- "next-button": "awsui_next-button_1hpp3_3xsu9_161",
17
- "previous-button": "awsui_previous-button_1hpp3_3xsu9_162",
18
- "finish-button": "awsui_finish-button_1hpp3_3xsu9_163",
19
- "header": "awsui_header_1hpp3_3xsu9_164",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_3xsu9_165",
21
- "content": "awsui_content_1hpp3_3xsu9_166",
22
- "description": "awsui_description_1hpp3_3xsu9_170",
23
- "actionBar": "awsui_actionBar_1hpp3_3xsu9_175",
24
- "stepCounter": "awsui_stepCounter_1hpp3_3xsu9_182",
25
- "divider": "awsui_divider_1hpp3_3xsu9_186",
26
- "hotspot": "awsui_hotspot_1hpp3_3xsu9_190",
27
- "icon": "awsui_icon_1hpp3_3xsu9_257"
4
+ "arrow": "awsui_arrow_1hpp3_ggpcg_97",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_ggpcg_101",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_ggpcg_101",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ggpcg_143",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ggpcg_143",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ggpcg_146",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ggpcg_146",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ggpcg_149",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ggpcg_149",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ggpcg_152",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152",
15
+ "annotation": "awsui_annotation_1hpp3_ggpcg_160",
16
+ "next-button": "awsui_next-button_1hpp3_ggpcg_161",
17
+ "previous-button": "awsui_previous-button_1hpp3_ggpcg_162",
18
+ "finish-button": "awsui_finish-button_1hpp3_ggpcg_163",
19
+ "header": "awsui_header_1hpp3_ggpcg_164",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_ggpcg_165",
21
+ "content": "awsui_content_1hpp3_ggpcg_166",
22
+ "description": "awsui_description_1hpp3_ggpcg_170",
23
+ "actionBar": "awsui_actionBar_1hpp3_ggpcg_175",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_ggpcg_182",
25
+ "divider": "awsui_divider_1hpp3_ggpcg_186",
26
+ "hotspot": "awsui_hotspot_1hpp3_ggpcg_190",
27
+ "icon": "awsui_icon_1hpp3_ggpcg_257"
28
28
  };
29
29
 
@@ -94,11 +94,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_arrow_1hpp3_3xsu9_97:not(#\9) {
97
+ .awsui_arrow_1hpp3_ggpcg_97:not(#\9) {
98
98
  inline-size: 20px;
99
99
  block-size: 10px;
100
100
  }
101
- .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9), .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9) {
101
+ .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9), .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9) {
102
102
  position: absolute;
103
103
  overflow: hidden;
104
104
  inline-size: 20px;
@@ -107,7 +107,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
107
107
  inset-inline-start: 0;
108
108
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
109
109
  }
110
- .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9)::after {
110
+ .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9)::after {
111
111
  content: "";
112
112
  box-sizing: border-box;
113
113
  display: inline-block;
@@ -123,33 +123,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
123
123
  transform: rotate(45deg);
124
124
  transform-origin: 0 100%;
125
125
  }
126
- .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9):dir(rtl)::after {
126
+ .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9):dir(rtl)::after {
127
127
  transform: rotate(-45deg);
128
128
  transform-origin: 100% 100%;
129
129
  }
130
- .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
130
+ .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
131
131
  background-color: var(--color-border-status-info-q9np44, #0073bb);
132
132
  }
133
- .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9) {
133
+ .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9) {
134
134
  inset-block-start: 2px;
135
135
  }
136
- .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9)::after {
136
+ .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9)::after {
137
137
  border-start-start-radius: 1px;
138
138
  border-start-end-radius: 0;
139
139
  border-end-start-radius: 0;
140
140
  border-end-end-radius: 0;
141
141
  background-color: var(--color-background-status-info-pgxhez, #f1faff);
142
142
  }
143
- .awsui_arrow-position-right-top_1hpp3_3xsu9_143 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_3xsu9_143 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
143
+ .awsui_arrow-position-right-top_1hpp3_ggpcg_143 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_ggpcg_143 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
144
144
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
145
145
  }
146
- .awsui_arrow-position-left-top_1hpp3_3xsu9_146 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_3xsu9_146 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
146
+ .awsui_arrow-position-left-top_1hpp3_ggpcg_146 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_ggpcg_146 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
147
147
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
148
148
  }
149
- .awsui_arrow-position-top-center_1hpp3_3xsu9_149 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_3xsu9_149 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
149
+ .awsui_arrow-position-top-center_1hpp3_ggpcg_149 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_ggpcg_149 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
150
150
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
151
151
  }
152
- .awsui_arrow-position-bottom-center_1hpp3_3xsu9_152 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
152
+ .awsui_arrow-position-bottom-center_1hpp3_ggpcg_152 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
153
153
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
154
154
  }
155
155
 
@@ -157,37 +157,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
157
157
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
158
158
  SPDX-License-Identifier: Apache-2.0
159
159
  */
160
- .awsui_annotation_1hpp3_3xsu9_160:not(#\9),
161
- .awsui_next-button_1hpp3_3xsu9_161:not(#\9),
162
- .awsui_previous-button_1hpp3_3xsu9_162:not(#\9),
163
- .awsui_finish-button_1hpp3_3xsu9_163:not(#\9),
164
- .awsui_header_1hpp3_3xsu9_164:not(#\9),
165
- .awsui_step-counter-content_1hpp3_3xsu9_165:not(#\9),
166
- .awsui_content_1hpp3_3xsu9_166:not(#\9) {
160
+ .awsui_annotation_1hpp3_ggpcg_160:not(#\9),
161
+ .awsui_next-button_1hpp3_ggpcg_161:not(#\9),
162
+ .awsui_previous-button_1hpp3_ggpcg_162:not(#\9),
163
+ .awsui_finish-button_1hpp3_ggpcg_163:not(#\9),
164
+ .awsui_header_1hpp3_ggpcg_164:not(#\9),
165
+ .awsui_step-counter-content_1hpp3_ggpcg_165:not(#\9),
166
+ .awsui_content_1hpp3_ggpcg_166:not(#\9) {
167
167
  /* used in test-utils */
168
168
  }
169
169
 
170
- .awsui_description_1hpp3_3xsu9_170:not(#\9) {
170
+ .awsui_description_1hpp3_ggpcg_170:not(#\9) {
171
171
  overflow: hidden;
172
172
  margin-block-start: var(--space-xxs-9rrxti, 4px);
173
173
  }
174
174
 
175
- .awsui_actionBar_1hpp3_3xsu9_175:not(#\9) {
175
+ .awsui_actionBar_1hpp3_ggpcg_175:not(#\9) {
176
176
  display: flex;
177
177
  justify-content: space-between;
178
178
  align-items: center;
179
179
  position: relative;
180
180
  }
181
181
 
182
- .awsui_stepCounter_1hpp3_3xsu9_182:not(#\9) {
182
+ .awsui_stepCounter_1hpp3_ggpcg_182:not(#\9) {
183
183
  margin-inline-end: 20px;
184
184
  }
185
185
 
186
- .awsui_divider_1hpp3_3xsu9_186:not(#\9) {
186
+ .awsui_divider_1hpp3_ggpcg_186:not(#\9) {
187
187
  border-block-end: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
188
188
  }
189
189
 
190
- .awsui_hotspot_1hpp3_3xsu9_190:not(#\9) {
190
+ .awsui_hotspot_1hpp3_ggpcg_190:not(#\9) {
191
191
  border-collapse: separate;
192
192
  border-spacing: 0;
193
193
  box-sizing: border-box;
@@ -227,21 +227,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
227
227
  padding-block: 0;
228
228
  padding-inline: 0;
229
229
  cursor: pointer;
230
- scroll-margin: var(--awsui-content-scroll-margin-9rhwr5, 40px 0 0 0);
230
+ scroll-margin: var(--awsui-content-scroll-margin-g964ok, 40px 0 0 0);
231
231
  inline-size: 16px;
232
232
  block-size: 16px;
233
233
  }
234
- .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
234
+ .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
235
235
  outline: none;
236
236
  }
237
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
237
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
238
238
  position: relative;
239
239
  }
240
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
240
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
241
241
  outline: 2px dotted transparent;
242
242
  outline-offset: calc(2px - 1px);
243
243
  }
244
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus::before {
244
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus::before {
245
245
  content: " ";
246
246
  display: block;
247
247
  position: absolute;
@@ -255,13 +255,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focu
255
255
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
256
256
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
257
257
  }
258
- .awsui_hotspot_1hpp3_3xsu9_190 > .awsui_icon_1hpp3_3xsu9_257:not(#\9) {
258
+ .awsui_hotspot_1hpp3_ggpcg_190 > .awsui_icon_1hpp3_ggpcg_257:not(#\9) {
259
259
  position: relative;
260
260
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
261
261
  }
262
- .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):hover > .awsui_icon_1hpp3_3xsu9_257 {
262
+ .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):hover > .awsui_icon_1hpp3_ggpcg_257 {
263
263
  stroke: var(--color-text-link-hover-8s5z9d, #0a4a74);
264
264
  }
265
- .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):active > .awsui_icon_1hpp3_3xsu9_257 {
265
+ .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):active > .awsui_icon_1hpp3_ggpcg_257 {
266
266
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
267
267
  }
@@ -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
- "arrow": "awsui_arrow_1hpp3_3xsu9_97",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_3xsu9_101",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_3xsu9_101",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_3xsu9_143",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_3xsu9_143",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_3xsu9_146",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_3xsu9_146",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_3xsu9_149",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_3xsu9_149",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_3xsu9_152",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152",
16
- "annotation": "awsui_annotation_1hpp3_3xsu9_160",
17
- "next-button": "awsui_next-button_1hpp3_3xsu9_161",
18
- "previous-button": "awsui_previous-button_1hpp3_3xsu9_162",
19
- "finish-button": "awsui_finish-button_1hpp3_3xsu9_163",
20
- "header": "awsui_header_1hpp3_3xsu9_164",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_3xsu9_165",
22
- "content": "awsui_content_1hpp3_3xsu9_166",
23
- "description": "awsui_description_1hpp3_3xsu9_170",
24
- "actionBar": "awsui_actionBar_1hpp3_3xsu9_175",
25
- "stepCounter": "awsui_stepCounter_1hpp3_3xsu9_182",
26
- "divider": "awsui_divider_1hpp3_3xsu9_186",
27
- "hotspot": "awsui_hotspot_1hpp3_3xsu9_190",
28
- "icon": "awsui_icon_1hpp3_3xsu9_257"
5
+ "arrow": "awsui_arrow_1hpp3_ggpcg_97",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_ggpcg_101",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_ggpcg_101",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ggpcg_143",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ggpcg_143",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ggpcg_146",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ggpcg_146",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ggpcg_149",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ggpcg_149",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ggpcg_152",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152",
16
+ "annotation": "awsui_annotation_1hpp3_ggpcg_160",
17
+ "next-button": "awsui_next-button_1hpp3_ggpcg_161",
18
+ "previous-button": "awsui_previous-button_1hpp3_ggpcg_162",
19
+ "finish-button": "awsui_finish-button_1hpp3_ggpcg_163",
20
+ "header": "awsui_header_1hpp3_ggpcg_164",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_ggpcg_165",
22
+ "content": "awsui_content_1hpp3_ggpcg_166",
23
+ "description": "awsui_description_1hpp3_ggpcg_170",
24
+ "actionBar": "awsui_actionBar_1hpp3_ggpcg_175",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_ggpcg_182",
26
+ "divider": "awsui_divider_1hpp3_ggpcg_186",
27
+ "hotspot": "awsui_hotspot_1hpp3_ggpcg_190",
28
+ "icon": "awsui_icon_1hpp3_ggpcg_257"
29
29
  };
30
30
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "notifications": "awsui_notifications_1hmm4_1hl6h_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1hl6h_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1hl6h_25"
4
+ "notifications": "awsui_notifications_1hmm4_1lppl_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1lppl_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1lppl_25"
7
7
  };
8
8
 
@@ -6,26 +6,26 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
- .awsui_notifications_1hmm4_1hl6h_9:not(#\9),
10
- .awsui_notifications-sticky_1hmm4_1hl6h_10:not(#\9) {
9
+ .awsui_notifications_1hmm4_1lppl_9:not(#\9),
10
+ .awsui_notifications-sticky_1hmm4_1lppl_10:not(#\9) {
11
11
  z-index: 850;
12
12
  }
13
13
 
14
- .awsui_notifications_1hmm4_1hl6h_9:not(#\9) {
14
+ .awsui_notifications_1hmm4_1lppl_9:not(#\9) {
15
15
  /* This is necessary for the z-index to have effect */
16
16
  position: relative;
17
17
  }
18
18
 
19
- .awsui_notifications-sticky_1hmm4_1hl6h_10:not(#\9) {
19
+ .awsui_notifications-sticky_1hmm4_1lppl_10:not(#\9) {
20
20
  inset-block-start: 0;
21
21
  position: sticky;
22
- --awsui-flashbar-sticky-bottom-margin-9rhwr5: var(--space-xxl-pd3205, 32px);
22
+ --awsui-flashbar-sticky-bottom-margin-g964ok: var(--space-xxl-pd3205, 32px);
23
23
  }
24
24
 
25
- .awsui_no-content-paddings_1hmm4_1hl6h_25:not(#\9) {
25
+ .awsui_no-content-paddings_1hmm4_1lppl_25:not(#\9) {
26
26
  /*
27
27
  When using the disableContentPaddings option, the Flashbar will use this custom property to add additional space
28
28
  when the notification bar is rendered, to prevent it from overlapping the content.
29
29
  */
30
- --awsui-stacked-notifications-bottom-margin-9rhwr5: var(--space-scaled-l-08jb88, 20px);
30
+ --awsui-stacked-notifications-bottom-margin-g964ok: var(--space-scaled-l-08jb88, 20px);
31
31
  }
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "notifications": "awsui_notifications_1hmm4_1hl6h_9",
6
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1hl6h_10",
7
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1hl6h_25"
5
+ "notifications": "awsui_notifications_1hmm4_1lppl_9",
6
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1lppl_10",
7
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1lppl_25"
8
8
  };
9
9