@cloudscape-design/components 3.0.1155 → 3.0.1156

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 (112) hide show
  1. package/anchor-navigation/styles.css.js +8 -8
  2. package/anchor-navigation/styles.scoped.css +21 -21
  3. package/anchor-navigation/styles.selectors.js +8 -8
  4. package/app-layout/visual-refresh/styles.css.js +86 -86
  5. package/app-layout/visual-refresh/styles.scoped.css +164 -163
  6. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
  9. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  10. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
  11. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
  12. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
  13. package/attribute-editor/styles.css.js +15 -15
  14. package/attribute-editor/styles.scoped.css +28 -28
  15. package/attribute-editor/styles.selectors.js +15 -15
  16. package/box/styles.css.js +192 -192
  17. package/box/styles.scoped.css +241 -241
  18. package/box/styles.selectors.js +192 -192
  19. package/breadcrumb-group/item/styles.css.js +7 -7
  20. package/breadcrumb-group/item/styles.scoped.css +28 -28
  21. package/breadcrumb-group/item/styles.selectors.js +7 -7
  22. package/button/styles.css.js +22 -22
  23. package/button/styles.scoped.css +78 -78
  24. package/button/styles.selectors.js +22 -22
  25. package/button-dropdown/item-element/styles.css.js +20 -20
  26. package/button-dropdown/item-element/styles.scoped.css +35 -35
  27. package/button-dropdown/item-element/styles.selectors.js +20 -20
  28. package/cards/styles.css.js +39 -39
  29. package/cards/styles.scoped.css +51 -51
  30. package/cards/styles.selectors.js +39 -39
  31. package/code-editor/styles.css.js +33 -33
  32. package/code-editor/styles.scoped.css +139 -139
  33. package/code-editor/styles.selectors.js +33 -33
  34. package/drawer/implementation.d.ts +1 -0
  35. package/drawer/implementation.d.ts.map +1 -1
  36. package/drawer/implementation.js +13 -4
  37. package/drawer/implementation.js.map +1 -1
  38. package/drawer/interfaces.d.ts +7 -0
  39. package/drawer/interfaces.d.ts.map +1 -1
  40. package/drawer/interfaces.js.map +1 -1
  41. package/drawer/styles.css.js +12 -8
  42. package/drawer/styles.scoped.css +35 -13
  43. package/drawer/styles.selectors.js +12 -8
  44. package/drawer/use-sticky-footer.d.ts +11 -0
  45. package/drawer/use-sticky-footer.d.ts.map +1 -0
  46. package/drawer/use-sticky-footer.js +35 -0
  47. package/drawer/use-sticky-footer.js.map +1 -0
  48. package/help-panel/styles.css.js +6 -6
  49. package/help-panel/styles.scoped.css +75 -75
  50. package/help-panel/styles.selectors.js +6 -6
  51. package/icon/styles.css.js +39 -39
  52. package/icon/styles.scoped.css +87 -87
  53. package/icon/styles.selectors.js +39 -39
  54. package/internal/base-component/styles.scoped.css +62 -50
  55. package/internal/components/button-trigger/styles.css.js +13 -13
  56. package/internal/components/button-trigger/styles.scoped.css +29 -29
  57. package/internal/components/button-trigger/styles.selectors.js +13 -13
  58. package/internal/components/cartesian-chart/styles.css.js +28 -28
  59. package/internal/components/cartesian-chart/styles.scoped.css +33 -33
  60. package/internal/components/cartesian-chart/styles.selectors.js +28 -28
  61. package/internal/components/token-list/styles.css.js +10 -10
  62. package/internal/components/token-list/styles.scoped.css +25 -25
  63. package/internal/components/token-list/styles.selectors.js +10 -10
  64. package/internal/environment.js +2 -2
  65. package/internal/environment.json +2 -2
  66. package/internal/generated/styles/tokens.js +8 -8
  67. package/internal/generated/theming/index.cjs +24 -24
  68. package/internal/generated/theming/index.js +24 -24
  69. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
  70. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  71. package/internal/hooks/use-portal-mode-classes/index.js +2 -2
  72. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  73. package/internal/manifest.json +1 -1
  74. package/key-value-pairs/styles.css.js +8 -8
  75. package/key-value-pairs/styles.scoped.css +10 -10
  76. package/key-value-pairs/styles.selectors.js +8 -8
  77. package/link/styles.css.js +20 -20
  78. package/link/styles.scoped.css +91 -91
  79. package/link/styles.selectors.js +20 -20
  80. package/package.json +1 -1
  81. package/popover/internal.js +1 -1
  82. package/popover/internal.js.map +1 -1
  83. package/popover/styles.css.js +57 -57
  84. package/popover/styles.scoped.css +87 -87
  85. package/popover/styles.selectors.js +57 -57
  86. package/progress-bar/styles.css.js +19 -19
  87. package/progress-bar/styles.scoped.css +31 -31
  88. package/progress-bar/styles.selectors.js +19 -19
  89. package/side-navigation/styles.css.js +30 -30
  90. package/side-navigation/styles.scoped.css +47 -47
  91. package/side-navigation/styles.selectors.js +30 -30
  92. package/split-panel/icons/styles.css.js +22 -22
  93. package/split-panel/icons/styles.scoped.css +25 -25
  94. package/split-panel/icons/styles.selectors.js +22 -22
  95. package/tag-editor/styles.css.js +3 -3
  96. package/tag-editor/styles.scoped.css +13 -13
  97. package/tag-editor/styles.selectors.js +3 -3
  98. package/test-utils/dom/drawer/index.d.ts +1 -0
  99. package/test-utils/dom/drawer/index.js +3 -0
  100. package/test-utils/dom/drawer/index.js.map +1 -1
  101. package/test-utils/selectors/drawer/index.d.ts +1 -0
  102. package/test-utils/selectors/drawer/index.js +3 -0
  103. package/test-utils/selectors/drawer/index.js.map +1 -1
  104. package/text-content/styles.css.js +1 -1
  105. package/text-content/styles.scoped.css +66 -66
  106. package/text-content/styles.selectors.js +1 -1
  107. package/token/styles.css.js +14 -14
  108. package/token/styles.scoped.css +29 -29
  109. package/token/styles.selectors.js +14 -14
  110. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  111. package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
  112. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
@@ -6631,8 +6631,8 @@ export var preset = {
6631
6631
  "dark": "{colorNeutral100}"
6632
6632
  },
6633
6633
  "colorTextBodySecondary": {
6634
- "light": "{colorNeutral650}",
6635
- "dark": "{colorNeutral350}"
6634
+ "light": "{colorNeutral100}",
6635
+ "dark": "{colorNeutral100}"
6636
6636
  },
6637
6637
  "colorTextBreadcrumbCurrent": {
6638
6638
  "light": "{colorNeutral600}",
@@ -6883,8 +6883,8 @@ export var preset = {
6883
6883
  "dark": "{colorNeutral950}"
6884
6884
  },
6885
6885
  "colorTextLabel": {
6886
- "light": "{colorTextFormLabel}",
6887
- "dark": "{colorTextFormLabel}"
6886
+ "light": "{colorNeutral100}",
6887
+ "dark": "{colorNeutral100}"
6888
6888
  },
6889
6889
  "colorTextLayoutToggle": {
6890
6890
  "light": "{colorWhite}",
@@ -6903,12 +6903,12 @@ export var preset = {
6903
6903
  "dark": "{colorNeutral950}"
6904
6904
  },
6905
6905
  "colorTextLinkDefault": {
6906
- "light": "{colorPrimary600}",
6907
- "dark": "{colorPrimary400}"
6906
+ "light": "{colorNeutral100}",
6907
+ "dark": "{colorNeutral100}"
6908
6908
  },
6909
6909
  "colorTextLinkHover": {
6910
- "light": "{colorPrimary900}",
6911
- "dark": "{colorPrimary300}"
6910
+ "light": "{colorWhite}",
6911
+ "dark": "{colorWhite}"
6912
6912
  },
6913
6913
  "colorTextLinkInvertedHover": {
6914
6914
  "light": "{colorWhite}",
@@ -7745,8 +7745,8 @@ export var preset = {
7745
7745
  "dark": "{colorTextNotificationYellow}"
7746
7746
  },
7747
7747
  "colorTextBodySecondary": {
7748
- "light": "{colorNeutral650}",
7749
- "dark": "{colorNeutral350}"
7748
+ "light": "{colorTextNotificationYellow}",
7749
+ "dark": "{colorTextNotificationYellow}"
7750
7750
  },
7751
7751
  "colorTextBreadcrumbCurrent": {
7752
7752
  "light": "{colorNeutral600}",
@@ -7997,8 +7997,8 @@ export var preset = {
7997
7997
  "dark": "{colorNeutral950}"
7998
7998
  },
7999
7999
  "colorTextLabel": {
8000
- "light": "{colorTextFormLabel}",
8001
- "dark": "{colorTextFormLabel}"
8000
+ "light": "{colorTextNotificationYellow}",
8001
+ "dark": "{colorTextNotificationYellow}"
8002
8002
  },
8003
8003
  "colorTextLayoutToggle": {
8004
8004
  "light": "{colorWhite}",
@@ -8017,12 +8017,12 @@ export var preset = {
8017
8017
  "dark": "{colorNeutral950}"
8018
8018
  },
8019
8019
  "colorTextLinkDefault": {
8020
- "light": "{colorPrimary600}",
8021
- "dark": "{colorPrimary400}"
8020
+ "light": "{colorTextNotificationYellow}",
8021
+ "dark": "{colorTextNotificationYellow}"
8022
8022
  },
8023
8023
  "colorTextLinkHover": {
8024
- "light": "{colorPrimary900}",
8025
- "dark": "{colorPrimary300}"
8024
+ "light": "{colorTextNotificationYellow}",
8025
+ "dark": "{colorTextNotificationYellow}"
8026
8026
  },
8027
8027
  "colorTextLinkInvertedHover": {
8028
8028
  "light": "{colorTextNotificationYellow}",
@@ -13269,18 +13269,18 @@ export var preset = {
13269
13269
  "colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-vqrb6s",
13270
13270
  "colorTextAccent": "--color-text-accent-n1kmht",
13271
13271
  "colorTextBodyDefault": "--color-text-body-default-vvtq8u",
13272
- "colorTextBodySecondary": "--color-text-body-secondary-bcbgoi",
13272
+ "colorTextBodySecondary": "--color-text-body-secondary-yna5sb",
13273
13273
  "colorTextBreadcrumbCurrent": "--color-text-breadcrumb-current-2mqnkk",
13274
13274
  "colorTextBreadcrumbIcon": "--color-text-breadcrumb-icon-9j48ot",
13275
- "colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-f8xgpk",
13275
+ "colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-sm4ql6",
13276
13276
  "colorTextButtonInlineIconDisabled": "--color-text-button-inline-icon-disabled-82hho0",
13277
- "colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-c08r6g",
13277
+ "colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-rbyzfc",
13278
13278
  "colorTextButtonNormalActive": "--color-text-button-normal-active-vihsxh",
13279
13279
  "colorTextToggleButtonNormalPressed": "--color-text-toggle-button-normal-pressed-wnx2zl",
13280
13280
  "colorTextButtonNormalDefault": "--color-text-button-normal-default-nzalii",
13281
13281
  "colorTextButtonNormalHover": "--color-text-button-normal-hover-gusgyv",
13282
- "colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-5w3m67",
13283
- "colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-4awpjm",
13282
+ "colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-srprth",
13283
+ "colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-jrnyw3",
13284
13284
  "colorTextLinkButtonNormalActive": "--color-text-link-button-normal-active-js9ryu",
13285
13285
  "colorTextButtonPrimaryActive": "--color-text-button-primary-active-refmba",
13286
13286
  "colorTextButtonPrimaryDefault": "--color-text-button-primary-default-mwl31m",
@@ -13332,13 +13332,13 @@ export var preset = {
13332
13332
  "colorTextInteractiveInvertedDefault": "--color-text-interactive-inverted-default-xlc0d5",
13333
13333
  "colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-65rnp7",
13334
13334
  "colorTextInverted": "--color-text-inverted-4v4dmq",
13335
- "colorTextLabel": "--color-text-label-8248dg",
13335
+ "colorTextLabel": "--color-text-label-28gfmc",
13336
13336
  "colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
13337
13337
  "colorTextLayoutToggleActive": "--color-text-layout-toggle-active-ifu7qp",
13338
13338
  "colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-9jwdce",
13339
13339
  "colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-xpximc",
13340
- "colorTextLinkDefault": "--color-text-link-default-1dmm7z",
13341
- "colorTextLinkHover": "--color-text-link-hover-sq1gxg",
13340
+ "colorTextLinkDefault": "--color-text-link-default-hude44",
13341
+ "colorTextLinkHover": "--color-text-link-hover-2hfec2",
13342
13342
  "colorTextLinkInvertedHover": "--color-text-link-inverted-hover-ocd3u3",
13343
13343
  "colorTextLinkButtonUnderline": "--color-text-link-button-underline-z4wjnv",
13344
13344
  "colorTextLinkButtonUnderlineHover": "--color-text-link-button-underline-hover-cn3mqh",
@@ -1,2 +1,4 @@
1
1
  import React from 'react';
2
- export declare function usePortalModeClasses(ref: React.RefObject<HTMLElement>): string;
2
+ export declare function usePortalModeClasses(ref: React.RefObject<HTMLElement>, options?: {
3
+ resetVisualContext?: boolean;
4
+ }): string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/hooks/use-portal-mode-classes/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,UAYrE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/hooks/use-portal-mode-classes/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,EAAE;IAAE,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAAE,UAYjH"}
@@ -3,7 +3,7 @@ import { useCurrentMode, useDensityMode } from '@cloudscape-design/component-too
3
3
  import { useVisualContext } from '../../components/visual-context';
4
4
  import { ALWAYS_VISUAL_REFRESH } from '../../environment';
5
5
  import { useVisualRefresh } from '../use-visual-mode';
6
- export function usePortalModeClasses(ref) {
6
+ export function usePortalModeClasses(ref, options) {
7
7
  const colorMode = useCurrentMode(ref);
8
8
  const densityMode = useDensityMode(ref);
9
9
  const context = useVisualContext(ref);
@@ -12,7 +12,7 @@ export function usePortalModeClasses(ref) {
12
12
  'awsui-polaris-dark-mode awsui-dark-mode': colorMode === 'dark',
13
13
  'awsui-polaris-compact-mode awsui-compact-mode': densityMode === 'compact',
14
14
  'awsui-visual-refresh': visualRefreshWithClass,
15
- [`awsui-context-${context}`]: context,
15
+ [`awsui-context-${context}`]: context && !(options === null || options === void 0 ? void 0 : options.resetVisualContext),
16
16
  });
17
17
  }
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/hooks/use-portal-mode-classes/index.ts"],"names":[],"mappings":"AAGA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAE/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,UAAU,oBAAoB,CAAC,GAAiC;IACpE,MAAM,SAAS,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,WAAW,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;IACxC,MAAM,OAAO,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,sBAAsB,GAAG,gBAAgB,EAAE,IAAI,CAAC,qBAAqB,CAAC;IAE5E,OAAO,IAAI,CAAC;QACV,yCAAyC,EAAE,SAAS,KAAK,MAAM;QAC/D,+CAA+C,EAAE,WAAW,KAAK,SAAS;QAC1E,sBAAsB,EAAE,sBAAsB;QAC9C,CAAC,iBAAiB,OAAO,EAAE,CAAC,EAAE,OAAO;KACtC,CAAC,CAAC;AACL,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\n\nimport { useCurrentMode, useDensityMode } from '@cloudscape-design/component-toolkit/internal';\n\nimport { useVisualContext } from '../../components/visual-context';\nimport { ALWAYS_VISUAL_REFRESH } from '../../environment';\nimport { useVisualRefresh } from '../use-visual-mode';\n\nexport function usePortalModeClasses(ref: React.RefObject<HTMLElement>) {\n const colorMode = useCurrentMode(ref);\n const densityMode = useDensityMode(ref);\n const context = useVisualContext(ref);\n const visualRefreshWithClass = useVisualRefresh() && !ALWAYS_VISUAL_REFRESH;\n\n return clsx({\n 'awsui-polaris-dark-mode awsui-dark-mode': colorMode === 'dark',\n 'awsui-polaris-compact-mode awsui-compact-mode': densityMode === 'compact',\n 'awsui-visual-refresh': visualRefreshWithClass,\n [`awsui-context-${context}`]: context,\n });\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/hooks/use-portal-mode-classes/index.ts"],"names":[],"mappings":"AAGA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAE/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,UAAU,oBAAoB,CAAC,GAAiC,EAAE,OAA0C;IAChH,MAAM,SAAS,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,WAAW,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;IACxC,MAAM,OAAO,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,sBAAsB,GAAG,gBAAgB,EAAE,IAAI,CAAC,qBAAqB,CAAC;IAE5E,OAAO,IAAI,CAAC;QACV,yCAAyC,EAAE,SAAS,KAAK,MAAM;QAC/D,+CAA+C,EAAE,WAAW,KAAK,SAAS;QAC1E,sBAAsB,EAAE,sBAAsB;QAC9C,CAAC,iBAAiB,OAAO,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB,CAAA;KACtE,CAAC,CAAC;AACL,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\n\nimport { useCurrentMode, useDensityMode } from '@cloudscape-design/component-toolkit/internal';\n\nimport { useVisualContext } from '../../components/visual-context';\nimport { ALWAYS_VISUAL_REFRESH } from '../../environment';\nimport { useVisualRefresh } from '../use-visual-mode';\n\nexport function usePortalModeClasses(ref: React.RefObject<HTMLElement>, options?: { resetVisualContext?: boolean }) {\n const colorMode = useCurrentMode(ref);\n const densityMode = useDensityMode(ref);\n const context = useVisualContext(ref);\n const visualRefreshWithClass = useVisualRefresh() && !ALWAYS_VISUAL_REFRESH;\n\n return clsx({\n 'awsui-polaris-dark-mode awsui-dark-mode': colorMode === 'dark',\n 'awsui-polaris-compact-mode awsui-compact-mode': densityMode === 'compact',\n 'awsui-visual-refresh': visualRefreshWithClass,\n [`awsui-context-${context}`]: context && !options?.resetVisualContext,\n });\n}\n"]}
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "857f6370d1a3aabe5c7be70005373ebbf1c48a45"
2
+ "commit": "6d73d510d605b51f723de7237f21a605825f87b3"
3
3
  }
@@ -1,13 +1,13 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "key-value-pairs": "awsui_key-value-pairs_1y9fy_iaqvg_145",
5
- "group-title": "awsui_group-title_1y9fy_iaqvg_177",
6
- "group-list": "awsui_group-list_1y9fy_iaqvg_181",
7
- "group-list-item": "awsui_group-list-item_1y9fy_iaqvg_191",
8
- "term": "awsui_term_1y9fy_iaqvg_195",
9
- "key-label": "awsui_key-label_1y9fy_iaqvg_203",
10
- "detail": "awsui_detail_1y9fy_iaqvg_212",
11
- "info": "awsui_info_1y9fy_iaqvg_247"
4
+ "key-value-pairs": "awsui_key-value-pairs_1y9fy_urh2h_145",
5
+ "group-title": "awsui_group-title_1y9fy_urh2h_177",
6
+ "group-list": "awsui_group-list_1y9fy_urh2h_181",
7
+ "group-list-item": "awsui_group-list-item_1y9fy_urh2h_191",
8
+ "term": "awsui_term_1y9fy_urh2h_195",
9
+ "key-label": "awsui_key-label_1y9fy_urh2h_203",
10
+ "detail": "awsui_detail_1y9fy_urh2h_212",
11
+ "info": "awsui_info_1y9fy_urh2h_247"
12
12
  };
13
13
 
@@ -142,7 +142,7 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_key-value-pairs_1y9fy_iaqvg_145:not(#\9) {
145
+ .awsui_key-value-pairs_1y9fy_urh2h_145:not(#\9) {
146
146
  border-collapse: separate;
147
147
  border-spacing: 0;
148
148
  box-sizing: border-box;
@@ -174,11 +174,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
174
174
  -moz-osx-font-smoothing: auto;
175
175
  }
176
176
 
177
- .awsui_group-title_1y9fy_iaqvg_177:not(#\9) {
177
+ .awsui_group-title_1y9fy_urh2h_177:not(#\9) {
178
178
  padding-block-end: var(--space-scaled-m-m892r9, 16px);
179
179
  }
180
180
 
181
- .awsui_group-list_1y9fy_iaqvg_181:not(#\9) {
181
+ .awsui_group-list_1y9fy_urh2h_181:not(#\9) {
182
182
  margin-block-start: 0;
183
183
  margin-block-end: 0;
184
184
  margin-inline-start: 0;
@@ -188,28 +188,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
188
188
  row-gap: var(--space-scaled-m-m892r9, 16px);
189
189
  }
190
190
 
191
- .awsui_group-list-item_1y9fy_iaqvg_191:not(#\9) {
191
+ .awsui_group-list-item_1y9fy_urh2h_191:not(#\9) {
192
192
  /* used in test-utils */
193
193
  }
194
194
 
195
- .awsui_term_1y9fy_iaqvg_195:not(#\9) {
195
+ .awsui_term_1y9fy_urh2h_195:not(#\9) {
196
196
  font-size: var(--font-size-body-m-a7nh2n, 14px);
197
197
  line-height: var(--line-height-body-m-2mh3ke, 20px);
198
198
  font-weight: var(--font-display-label-weight-zavpeo, 700);
199
- color: var(--color-text-label-8248dg, #0f141a);
199
+ color: var(--color-text-label-28gfmc, #0f141a);
200
200
  margin-block-end: var(--space-key-value-gap-9glmqc, 0px);
201
201
  }
202
202
 
203
- .awsui_key-label_1y9fy_iaqvg_203:not(#\9) {
203
+ .awsui_key-label_1y9fy_urh2h_203:not(#\9) {
204
204
  display: inline-flex;
205
205
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
206
206
  }
207
- .awsui_key-label_1y9fy_iaqvg_203:not(#\9):only-child {
207
+ .awsui_key-label_1y9fy_urh2h_203:not(#\9):only-child {
208
208
  margin-block: 0;
209
209
  margin-inline: 0;
210
210
  }
211
211
 
212
- .awsui_detail_1y9fy_iaqvg_212:not(#\9) {
212
+ .awsui_detail_1y9fy_urh2h_212:not(#\9) {
213
213
  border-collapse: separate;
214
214
  border-spacing: 0;
215
215
  box-sizing: border-box;
@@ -244,7 +244,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
244
244
  margin-block-end: 0;
245
245
  }
246
246
 
247
- .awsui_info_1y9fy_iaqvg_247:not(#\9) {
247
+ .awsui_info_1y9fy_urh2h_247:not(#\9) {
248
248
  display: inline-flex;
249
249
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
250
250
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
@@ -2,13 +2,13 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "key-value-pairs": "awsui_key-value-pairs_1y9fy_iaqvg_145",
6
- "group-title": "awsui_group-title_1y9fy_iaqvg_177",
7
- "group-list": "awsui_group-list_1y9fy_iaqvg_181",
8
- "group-list-item": "awsui_group-list-item_1y9fy_iaqvg_191",
9
- "term": "awsui_term_1y9fy_iaqvg_195",
10
- "key-label": "awsui_key-label_1y9fy_iaqvg_203",
11
- "detail": "awsui_detail_1y9fy_iaqvg_212",
12
- "info": "awsui_info_1y9fy_iaqvg_247"
5
+ "key-value-pairs": "awsui_key-value-pairs_1y9fy_urh2h_145",
6
+ "group-title": "awsui_group-title_1y9fy_urh2h_177",
7
+ "group-list": "awsui_group-list_1y9fy_urh2h_181",
8
+ "group-list-item": "awsui_group-list-item_1y9fy_urh2h_191",
9
+ "term": "awsui_term_1y9fy_urh2h_195",
10
+ "key-label": "awsui_key-label_1y9fy_urh2h_203",
11
+ "detail": "awsui_detail_1y9fy_urh2h_212",
12
+ "info": "awsui_info_1y9fy_urh2h_247"
13
13
  };
14
14
 
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "link": "awsui_link_4c84z_glb2h_145",
5
- "variant-secondary": "awsui_variant-secondary_4c84z_glb2h_212",
6
- "variant-primary": "awsui_variant-primary_4c84z_glb2h_247",
7
- "variant-info": "awsui_variant-info_4c84z_glb2h_280",
8
- "variant-value-large": "awsui_variant-value-large_4c84z_glb2h_315",
9
- "variant-top-navigation": "awsui_variant-top-navigation_4c84z_glb2h_347",
10
- "variant-recovery": "awsui_variant-recovery_4c84z_glb2h_382",
11
- "button": "awsui_button_4c84z_glb2h_415",
12
- "color-inverted": "awsui_color-inverted_4c84z_glb2h_450",
13
- "font-size-body-s": "awsui_font-size-body-s_4c84z_glb2h_471",
14
- "font-size-body-m": "awsui_font-size-body-m_4c84z_glb2h_478",
15
- "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_glb2h_484",
16
- "font-size-heading-s": "awsui_font-size-heading-s_4c84z_glb2h_490",
17
- "font-size-heading-m": "awsui_font-size-heading-m_4c84z_glb2h_497",
18
- "font-size-heading-l": "awsui_font-size-heading-l_4c84z_glb2h_504",
19
- "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_glb2h_511",
20
- "font-size-display-l": "awsui_font-size-display-l_4c84z_glb2h_518",
21
- "font-size-inherit": "awsui_font-size-inherit_4c84z_glb2h_525",
22
- "icon-wrapper": "awsui_icon-wrapper_4c84z_glb2h_533",
23
- "icon": "awsui_icon_4c84z_glb2h_533"
4
+ "link": "awsui_link_4c84z_jd3tb_145",
5
+ "variant-secondary": "awsui_variant-secondary_4c84z_jd3tb_212",
6
+ "variant-primary": "awsui_variant-primary_4c84z_jd3tb_247",
7
+ "variant-info": "awsui_variant-info_4c84z_jd3tb_280",
8
+ "variant-value-large": "awsui_variant-value-large_4c84z_jd3tb_315",
9
+ "variant-top-navigation": "awsui_variant-top-navigation_4c84z_jd3tb_347",
10
+ "variant-recovery": "awsui_variant-recovery_4c84z_jd3tb_382",
11
+ "button": "awsui_button_4c84z_jd3tb_415",
12
+ "color-inverted": "awsui_color-inverted_4c84z_jd3tb_450",
13
+ "font-size-body-s": "awsui_font-size-body-s_4c84z_jd3tb_471",
14
+ "font-size-body-m": "awsui_font-size-body-m_4c84z_jd3tb_478",
15
+ "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_jd3tb_484",
16
+ "font-size-heading-s": "awsui_font-size-heading-s_4c84z_jd3tb_490",
17
+ "font-size-heading-m": "awsui_font-size-heading-m_4c84z_jd3tb_497",
18
+ "font-size-heading-l": "awsui_font-size-heading-l_4c84z_jd3tb_504",
19
+ "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_jd3tb_511",
20
+ "font-size-display-l": "awsui_font-size-display-l_4c84z_jd3tb_518",
21
+ "font-size-inherit": "awsui_font-size-inherit_4c84z_jd3tb_525",
22
+ "icon-wrapper": "awsui_icon-wrapper_4c84z_jd3tb_533",
23
+ "icon": "awsui_icon_4c84z_jd3tb_533"
24
24
  };
25
25