@cloudscape-design/components 3.0.664 → 3.0.666

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 (131) hide show
  1. package/app-layout/classic.d.ts.map +1 -1
  2. package/app-layout/classic.js +1 -0
  3. package/app-layout/classic.js.map +1 -1
  4. package/app-layout/drawer/drawers-helpers.d.ts +4 -1
  5. package/app-layout/drawer/drawers-helpers.d.ts.map +1 -1
  6. package/app-layout/drawer/drawers-helpers.js.map +1 -1
  7. package/app-layout/interfaces.d.ts +1 -1
  8. package/app-layout/interfaces.js.map +1 -1
  9. package/app-layout/internal.d.ts +6 -5
  10. package/app-layout/internal.d.ts.map +1 -1
  11. package/app-layout/internal.js +18 -2
  12. package/app-layout/internal.js.map +1 -1
  13. package/app-layout/utils/use-drawers.d.ts +1 -0
  14. package/app-layout/utils/use-drawers.d.ts.map +1 -1
  15. package/app-layout/utils/use-drawers.js +1 -1
  16. package/app-layout/utils/use-drawers.js.map +1 -1
  17. package/app-layout/utils/use-focus-control.d.ts +1 -2
  18. package/app-layout/utils/use-focus-control.d.ts.map +1 -1
  19. package/app-layout/utils/use-focus-control.js.map +1 -1
  20. package/app-layout/utils/use-split-panel-focus-control.d.ts +1 -2
  21. package/app-layout/utils/use-split-panel-focus-control.d.ts.map +1 -1
  22. package/app-layout/utils/use-split-panel-focus-control.js.map +1 -1
  23. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  24. package/app-layout/visual-refresh/context.js +1 -0
  25. package/app-layout/visual-refresh/context.js.map +1 -1
  26. package/app-layout/visual-refresh-toolbar/compute-layout.d.ts +33 -0
  27. package/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -0
  28. package/app-layout/visual-refresh-toolbar/compute-layout.js +33 -0
  29. package/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -0
  30. package/app-layout/visual-refresh-toolbar/drawer/index.d.ts +9 -0
  31. package/app-layout/visual-refresh-toolbar/drawer/index.d.ts.map +1 -0
  32. package/app-layout/visual-refresh-toolbar/drawer/index.js +55 -0
  33. package/app-layout/visual-refresh-toolbar/drawer/index.js.map +1 -0
  34. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +11 -0
  35. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +140 -0
  36. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +12 -0
  37. package/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts +16 -0
  38. package/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts.map +1 -0
  39. package/app-layout/visual-refresh-toolbar/drawer/use-resize.js +23 -0
  40. package/app-layout/visual-refresh-toolbar/drawer/use-resize.js.map +1 -0
  41. package/app-layout/visual-refresh-toolbar/exports.d.ts +6 -0
  42. package/app-layout/visual-refresh-toolbar/exports.d.ts.map +1 -0
  43. package/app-layout/visual-refresh-toolbar/exports.js +8 -0
  44. package/app-layout/visual-refresh-toolbar/exports.js.map +1 -0
  45. package/app-layout/visual-refresh-toolbar/index.d.ts +20 -0
  46. package/app-layout/visual-refresh-toolbar/index.d.ts.map +1 -0
  47. package/app-layout/visual-refresh-toolbar/index.js +172 -0
  48. package/app-layout/visual-refresh-toolbar/index.js.map +1 -0
  49. package/app-layout/visual-refresh-toolbar/interfaces.d.ts +41 -0
  50. package/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -0
  51. package/app-layout/visual-refresh-toolbar/interfaces.js +4 -0
  52. package/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -0
  53. package/app-layout/visual-refresh-toolbar/internal.d.ts +7 -0
  54. package/app-layout/visual-refresh-toolbar/internal.d.ts.map +1 -0
  55. package/app-layout/visual-refresh-toolbar/internal.js +14 -0
  56. package/app-layout/visual-refresh-toolbar/internal.js.map +1 -0
  57. package/app-layout/visual-refresh-toolbar/navigation/index.d.ts +9 -0
  58. package/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -0
  59. package/app-layout/visual-refresh-toolbar/navigation/index.js +32 -0
  60. package/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -0
  61. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +11 -0
  62. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +155 -0
  63. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +12 -0
  64. package/app-layout/visual-refresh-toolbar/notifications/index.d.ts +10 -0
  65. package/app-layout/visual-refresh-toolbar/notifications/index.d.ts.map +1 -0
  66. package/app-layout/visual-refresh-toolbar/notifications/index.js +17 -0
  67. package/app-layout/visual-refresh-toolbar/notifications/index.js.map +1 -0
  68. package/app-layout/visual-refresh-toolbar/notifications/styles.css.js +6 -0
  69. package/app-layout/visual-refresh-toolbar/notifications/styles.scoped.css +8 -0
  70. package/app-layout/visual-refresh-toolbar/notifications/styles.selectors.js +7 -0
  71. package/app-layout/visual-refresh-toolbar/skeleton/index.d.ts +12 -0
  72. package/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -0
  73. package/app-layout/visual-refresh-toolbar/skeleton/index.js +32 -0
  74. package/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -0
  75. package/app-layout/visual-refresh-toolbar/skeleton/slot-wrappers.d.ts +15 -0
  76. package/app-layout/visual-refresh-toolbar/skeleton/slot-wrappers.d.ts.map +1 -0
  77. package/app-layout/visual-refresh-toolbar/skeleton/slot-wrappers.js +8 -0
  78. package/app-layout/visual-refresh-toolbar/skeleton/slot-wrappers.js.map +1 -0
  79. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +20 -0
  80. package/app-layout/{skeleton → visual-refresh-toolbar/skeleton}/styles.scoped.css +58 -24
  81. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +21 -0
  82. package/app-layout/visual-refresh-toolbar/split-panel/index.d.ts +19 -0
  83. package/app-layout/visual-refresh-toolbar/split-panel/index.d.ts.map +1 -0
  84. package/app-layout/visual-refresh-toolbar/split-panel/index.js +20 -0
  85. package/app-layout/visual-refresh-toolbar/split-panel/index.js.map +1 -0
  86. package/app-layout/visual-refresh-toolbar/split-panel/styles.css.js +6 -0
  87. package/app-layout/visual-refresh-toolbar/split-panel/styles.scoped.css +100 -0
  88. package/app-layout/visual-refresh-toolbar/split-panel/styles.selectors.js +7 -0
  89. package/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts +8 -0
  90. package/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts.map +1 -0
  91. package/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js +60 -0
  92. package/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js.map +1 -0
  93. package/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +9 -0
  94. package/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -0
  95. package/app-layout/visual-refresh-toolbar/toolbar/index.js +52 -0
  96. package/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -0
  97. package/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +17 -0
  98. package/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +214 -0
  99. package/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +18 -0
  100. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts +20 -0
  101. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -0
  102. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +18 -0
  103. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -0
  104. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +11 -0
  105. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +243 -0
  106. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +12 -0
  107. package/internal/base-component/styles.scoped.css +5 -0
  108. package/internal/components/tooltip/index.d.ts +2 -1
  109. package/internal/components/tooltip/index.d.ts.map +1 -1
  110. package/internal/components/tooltip/index.js +2 -2
  111. package/internal/components/tooltip/index.js.map +1 -1
  112. package/internal/environment.js +1 -1
  113. package/internal/environment.json +1 -1
  114. package/internal/generated/theming/index.cjs +3 -0
  115. package/internal/generated/theming/index.js +3 -0
  116. package/internal/manifest.json +1 -1
  117. package/package.json +1 -1
  118. package/app-layout/implementation.d.ts +0 -50
  119. package/app-layout/implementation.d.ts.map +0 -1
  120. package/app-layout/implementation.js +0 -13
  121. package/app-layout/implementation.js.map +0 -1
  122. package/app-layout/skeleton/index.d.ts +0 -4
  123. package/app-layout/skeleton/index.d.ts.map +0 -1
  124. package/app-layout/skeleton/index.js +0 -10
  125. package/app-layout/skeleton/index.js.map +0 -1
  126. package/app-layout/skeleton/layout.d.ts +0 -8
  127. package/app-layout/skeleton/layout.d.ts.map +0 -1
  128. package/app-layout/skeleton/layout.js +0 -28
  129. package/app-layout/skeleton/layout.js.map +0 -1
  130. package/app-layout/skeleton/styles.css.js +0 -16
  131. package/app-layout/skeleton/styles.selectors.js +0 -17
@@ -478,6 +478,8 @@
478
478
  --motion-duration-refresh-only-fast-4jn2d7:115ms;
479
479
  --motion-duration-refresh-only-medium-nf6485:165ms;
480
480
  --motion-duration-refresh-only-slow-zbvbxt:250ms;
481
+ --motion-duration-avatar-gen-ai-gradient-xetl2o:3600ms;
482
+ --motion-duration-avatar-loading-dots-pe8a3q:1200ms;
481
483
  --motion-duration-rotate-180-dpvl4m:135ms;
482
484
  --motion-duration-rotate-90-4ry26y:135ms;
483
485
  --motion-duration-show-paced-q2lo2h:180ms;
@@ -490,6 +492,7 @@
490
492
  --motion-easing-refresh-only-a-8flf9q:cubic-bezier(0, 0, 0, 1);
491
493
  --motion-easing-refresh-only-b-ufhmjm:cubic-bezier(1, 0, 0.83, 1);
492
494
  --motion-easing-refresh-only-c-vg1m9h:cubic-bezier(0.84, 0, 0.16, 1);
495
+ --motion-easing-avatar-gen-ai-gradient-tjyrpp:cubic-bezier(0.7, 0, 0.3, 1);
493
496
  --motion-easing-rotate-180-e270ko:cubic-bezier(0.165, 0.84, 0.44, 1);
494
497
  --motion-easing-rotate-90-sb4dk7:cubic-bezier(0.165, 0.84, 0.44, 1);
495
498
  --motion-easing-show-paced-ne2o0s:ease-out;
@@ -1035,6 +1038,8 @@
1035
1038
  --motion-duration-refresh-only-fast-4jn2d7:0ms;
1036
1039
  --motion-duration-refresh-only-medium-nf6485:0ms;
1037
1040
  --motion-duration-refresh-only-slow-zbvbxt:0ms;
1041
+ --motion-duration-avatar-gen-ai-gradient-xetl2o:0ms;
1042
+ --motion-duration-avatar-loading-dots-pe8a3q:0ms;
1038
1043
  --motion-duration-rotate-180-dpvl4m:0ms;
1039
1044
  --motion-duration-rotate-90-4ry26y:0ms;
1040
1045
  --motion-duration-show-paced-q2lo2h:0ms;
@@ -2,6 +2,7 @@ import React from 'react';
2
2
  export interface TooltipProps {
3
3
  value: number | string;
4
4
  trackRef: React.RefObject<HTMLElement | SVGElement>;
5
+ contentAttributes?: React.HTMLAttributes<HTMLDivElement>;
5
6
  }
6
- export default function Tooltip({ value, trackRef }: TooltipProps): JSX.Element;
7
+ export default function Tooltip({ value, trackRef, contentAttributes }: TooltipProps): JSX.Element;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;CACrD;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,YAAY,eA4BhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IACpD,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;CAC1D;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAsB,EAAE,EAAE,YAAY,eA4BxF"}
@@ -8,9 +8,9 @@ import PopoverBody from '../../../popover/body';
8
8
  import Portal from '../portal';
9
9
  import popoverStyles from '../../../popover/styles.css.js';
10
10
  import styles from './styles.css.js';
11
- export default function Tooltip({ value, trackRef }) {
11
+ export default function Tooltip({ value, trackRef, contentAttributes = {} }) {
12
12
  return (React.createElement(Portal, null,
13
- React.createElement("div", { className: styles.root },
13
+ React.createElement("div", Object.assign({ className: styles.root }, contentAttributes),
14
14
  React.createElement(Transition, { in: true }, () => (React.createElement(PopoverContainer, { trackRef: trackRef, trackKey: value, size: "small", fixedWidth: false, position: "top", arrow: position => (React.createElement("div", { className: clsx(popoverStyles.arrow, popoverStyles[`arrow-position-${position}`]) },
15
15
  React.createElement("div", { className: popoverStyles['arrow-outer'] }),
16
16
  React.createElement("div", { className: popoverStyles['arrow-inner'] }))) },
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,aAAa,MAAM,gCAAgC,CAAC;AAC3D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAOrC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAgB;IAC/D,OAAO,CACL,oBAAC,MAAM;QACL,6BAAK,SAAS,EAAE,MAAM,CAAC,IAAI;YACzB,oBAAC,UAAU,IAAC,EAAE,EAAE,IAAI,IACjB,GAAG,EAAE,CAAC,CACL,oBAAC,gBAAgB,IACf,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,KAAK,EACf,IAAI,EAAC,OAAO,EACZ,UAAU,EAAE,KAAK,EACjB,QAAQ,EAAC,KAAK,EACd,KAAK,EAAE,QAAQ,CAAC,EAAE,CAAC,CACjB,6BAAK,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,aAAa,CAAC,kBAAkB,QAAQ,EAAE,CAAC,CAAC;oBACpF,6BAAK,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,GAAI;oBAChD,6BAAK,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,GAAI,CAC5C,CACP;gBAED,oBAAC,WAAW,IAAC,aAAa,EAAE,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,IACpG,KAAK,CACM,CACG,CACpB,CACU,CACT,CACC,CACV,CAAC;AACJ,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 { Transition } from '../transition';\nimport PopoverContainer from '../../../popover/container';\nimport PopoverBody from '../../../popover/body';\nimport Portal from '../portal';\nimport popoverStyles from '../../../popover/styles.css.js';\nimport styles from './styles.css.js';\n\nexport interface TooltipProps {\n value: number | string;\n trackRef: React.RefObject<HTMLElement | SVGElement>;\n}\n\nexport default function Tooltip({ value, trackRef }: TooltipProps) {\n return (\n <Portal>\n <div className={styles.root}>\n <Transition in={true}>\n {() => (\n <PopoverContainer\n trackRef={trackRef}\n trackKey={value}\n size=\"small\"\n fixedWidth={false}\n position=\"top\"\n arrow={position => (\n <div className={clsx(popoverStyles.arrow, popoverStyles[`arrow-position-${position}`])}>\n <div className={popoverStyles['arrow-outer']} />\n <div className={popoverStyles['arrow-inner']} />\n </div>\n )}\n >\n <PopoverBody dismissButton={false} dismissAriaLabel={undefined} onDismiss={undefined} header={undefined}>\n {value}\n </PopoverBody>\n </PopoverContainer>\n )}\n </Transition>\n </div>\n </Portal>\n );\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,aAAa,MAAM,gCAAgC,CAAC;AAC3D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAQrC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAiB,GAAG,EAAE,EAAgB;IACvF,OAAO,CACL,oBAAC,MAAM;QACL,2CAAK,SAAS,EAAE,MAAM,CAAC,IAAI,IAAM,iBAAiB;YAChD,oBAAC,UAAU,IAAC,EAAE,EAAE,IAAI,IACjB,GAAG,EAAE,CAAC,CACL,oBAAC,gBAAgB,IACf,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,KAAK,EACf,IAAI,EAAC,OAAO,EACZ,UAAU,EAAE,KAAK,EACjB,QAAQ,EAAC,KAAK,EACd,KAAK,EAAE,QAAQ,CAAC,EAAE,CAAC,CACjB,6BAAK,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,aAAa,CAAC,kBAAkB,QAAQ,EAAE,CAAC,CAAC;oBACpF,6BAAK,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,GAAI;oBAChD,6BAAK,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,GAAI,CAC5C,CACP;gBAED,oBAAC,WAAW,IAAC,aAAa,EAAE,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,IACpG,KAAK,CACM,CACG,CACpB,CACU,CACT,CACC,CACV,CAAC;AACJ,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 { Transition } from '../transition';\nimport PopoverContainer from '../../../popover/container';\nimport PopoverBody from '../../../popover/body';\nimport Portal from '../portal';\nimport popoverStyles from '../../../popover/styles.css.js';\nimport styles from './styles.css.js';\n\nexport interface TooltipProps {\n value: number | string;\n trackRef: React.RefObject<HTMLElement | SVGElement>;\n contentAttributes?: React.HTMLAttributes<HTMLDivElement>;\n}\n\nexport default function Tooltip({ value, trackRef, contentAttributes = {} }: TooltipProps) {\n return (\n <Portal>\n <div className={styles.root} {...contentAttributes}>\n <Transition in={true}>\n {() => (\n <PopoverContainer\n trackRef={trackRef}\n trackKey={value}\n size=\"small\"\n fixedWidth={false}\n position=\"top\"\n arrow={position => (\n <div className={clsx(popoverStyles.arrow, popoverStyles[`arrow-position-${position}`])}>\n <div className={popoverStyles['arrow-outer']} />\n <div className={popoverStyles['arrow-inner']} />\n </div>\n )}\n >\n <PopoverBody dismissButton={false} dismissAriaLabel={undefined} onDismiss={undefined} header={undefined}>\n {value}\n </PopoverBody>\n </PopoverContainer>\n )}\n </Transition>\n </div>\n </Portal>\n );\n}\n"]}
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (1b84e107)";
2
+ export var PACKAGE_VERSION = "3.0.0 (061d78ad)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (1b84e107)",
3
+ "PACKAGE_VERSION": "3.0.0 (061d78ad)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -10021,6 +10021,9 @@ module.exports.preset = {
10021
10021
  "borderRadiusTiles",
10022
10022
  "borderRadiusToken",
10023
10023
  "borderRadiusTutorialPanelItem",
10024
+ "motionDurationAvatarGenAiGradient",
10025
+ "motionDurationAvatarLoadingDots",
10026
+ "motionEasingAvatarGenAiGradient",
10024
10027
  "motionEasingResponsive",
10025
10028
  "motionEasingSticky",
10026
10029
  "motionEasingExpressive",
@@ -10021,6 +10021,9 @@ export var preset = {
10021
10021
  "borderRadiusTiles",
10022
10022
  "borderRadiusToken",
10023
10023
  "borderRadiusTutorialPanelItem",
10024
+ "motionDurationAvatarGenAiGradient",
10025
+ "motionDurationAvatarLoadingDots",
10026
+ "motionEasingAvatarGenAiGradient",
10024
10027
  "motionEasingResponsive",
10025
10028
  "motionEasingSticky",
10026
10029
  "motionEasingExpressive",
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "1b84e107d7ba936913ae8890124156e5984dc8fc"
2
+ "commit": "061d78adeeb31508831aa27e9a84a3409f50632d"
3
3
  }
package/package.json CHANGED
@@ -120,7 +120,7 @@
120
120
  "./internal/base-component/index.js",
121
121
  "./internal/base-component/styles.css.js"
122
122
  ],
123
- "version": "3.0.664",
123
+ "version": "3.0.666",
124
124
  "repository": {
125
125
  "type": "git",
126
126
  "url": "https://github.com/cloudscape-design/components.git"
@@ -1,50 +0,0 @@
1
- import React from 'react';
2
- import { AppLayoutProps } from './interfaces';
3
- export declare const AppLayoutImplementation: React.ForwardRefExoticComponent<Omit<AppLayoutProps, "headerSelector" | "footerSelector"> & {
4
- contentType: AppLayoutProps.ContentType;
5
- navigationOpen: boolean;
6
- navigationWidth: number;
7
- toolsWidth: number;
8
- minContentWidth: number;
9
- onNavigationChange: import("../internal/events").NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;
10
- } & {
11
- placement: {
12
- insetBlockStart: number;
13
- insetBlockEnd: number;
14
- insetInlineStart: number;
15
- insetInlineEnd: number;
16
- inlineSize: number;
17
- };
18
- } & React.RefAttributes<AppLayoutProps.Ref>>;
19
- export declare const createWidgetizedAppLayout: (Loader?: React.ForwardRefExoticComponent<Omit<AppLayoutProps, "headerSelector" | "footerSelector"> & {
20
- contentType: AppLayoutProps.ContentType;
21
- navigationOpen: boolean;
22
- navigationWidth: number;
23
- toolsWidth: number;
24
- minContentWidth: number;
25
- onNavigationChange: import("../internal/events").NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;
26
- } & {
27
- placement: {
28
- insetBlockStart: number;
29
- insetBlockEnd: number;
30
- insetInlineStart: number;
31
- insetInlineEnd: number;
32
- inlineSize: number;
33
- };
34
- } & React.RefAttributes<AppLayoutProps.Ref>> | undefined) => React.ForwardRefExoticComponent<Omit<AppLayoutProps, "headerSelector" | "footerSelector"> & {
35
- contentType: AppLayoutProps.ContentType;
36
- navigationOpen: boolean;
37
- navigationWidth: number;
38
- toolsWidth: number;
39
- minContentWidth: number;
40
- onNavigationChange: import("../internal/events").NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;
41
- } & {
42
- placement: {
43
- insetBlockStart: number;
44
- insetBlockEnd: number;
45
- insetInlineStart: number;
46
- insetInlineEnd: number;
47
- inlineSize: number;
48
- };
49
- } & React.RefAttributes<AppLayoutProps.Ref>>;
50
- //# sourceMappingURL=implementation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"implementation.d.ts","sourceRoot":"","sources":["../../../src/app-layout/implementation.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,cAAc,EAA8B,MAAM,cAAc,CAAC;AAE1E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;4CAKnC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAIZ,CAAC"}
@@ -1,13 +0,0 @@
1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
- // SPDX-License-Identifier: Apache-2.0
3
- import React from 'react';
4
- import { useVisualRefresh } from '../internal/hooks/use-visual-mode';
5
- import { createWidgetizedForwardRef } from '../internal/widgets';
6
- import ClassicAppLayout from './classic';
7
- import RefreshedAppLayout from './visual-refresh';
8
- export const AppLayoutImplementation = React.forwardRef((props, ref) => {
9
- const isRefresh = useVisualRefresh();
10
- return isRefresh ? React.createElement(RefreshedAppLayout, Object.assign({ ref: ref }, props)) : React.createElement(ClassicAppLayout, Object.assign({ ref: ref }, props));
11
- });
12
- export const createWidgetizedAppLayout = createWidgetizedForwardRef(AppLayoutImplementation);
13
- //# sourceMappingURL=implementation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"implementation.js","sourceRoot":"","sources":["../../../src/app-layout/implementation.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,gBAAgB,MAAM,WAAW,CAAC;AACzC,OAAO,kBAAkB,MAAM,kBAAkB,CAAC;AAGlD,MAAM,CAAC,MAAM,uBAAuB,GAAG,KAAK,CAAC,UAAU,CACrD,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACb,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IACrC,OAAO,SAAS,CAAC,CAAC,CAAC,oBAAC,kBAAkB,kBAAC,GAAG,EAAE,GAAG,IAAM,KAAK,EAAI,CAAC,CAAC,CAAC,oBAAC,gBAAgB,kBAAC,GAAG,EAAE,GAAG,IAAM,KAAK,EAAI,CAAC;AAC7G,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,0BAA0B,CAIjE,uBAAuB,CAAC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { useVisualRefresh } from '../internal/hooks/use-visual-mode';\nimport { createWidgetizedForwardRef } from '../internal/widgets';\nimport ClassicAppLayout from './classic';\nimport RefreshedAppLayout from './visual-refresh';\nimport { AppLayoutProps, AppLayoutPropsWithDefaults } from './interfaces';\n\nexport const AppLayoutImplementation = React.forwardRef<AppLayoutProps.Ref, AppLayoutPropsWithDefaults>(\n (props, ref) => {\n const isRefresh = useVisualRefresh();\n return isRefresh ? <RefreshedAppLayout ref={ref} {...props} /> : <ClassicAppLayout ref={ref} {...props} />;\n }\n);\n\nexport const createWidgetizedAppLayout = createWidgetizedForwardRef<\n AppLayoutPropsWithDefaults,\n AppLayoutProps.Ref,\n typeof AppLayoutImplementation\n>(AppLayoutImplementation);\n"]}
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { AppLayoutPropsWithDefaults } from '../interfaces';
3
- export declare function AppLayoutSkeleton({ notifications, contentHeader, content, navigation, navigationHide, navigationOpen, navigationWidth, tools, toolsHide, toolsOpen, toolsWidth, placement, contentType, maxContentWidth, disableContentPaddings, }: AppLayoutPropsWithDefaults): JSX.Element;
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/skeleton/index.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAG3D,wBAAgB,iBAAiB,CAAC,EAChC,aAAa,EACb,aAAa,EACb,OAAO,EAEP,UAAU,EACV,cAAc,EACd,cAAc,EACd,eAAe,EACf,KAAK,EACL,SAAS,EACT,SAAS,EACT,UAAU,EAEV,SAAS,EACT,WAAW,EACX,eAAe,EACf,sBAAsB,GACvB,EAAE,0BAA0B,eAmB5B"}
@@ -1,10 +0,0 @@
1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
- // SPDX-License-Identifier: Apache-2.0
3
- import React from 'react';
4
- import { SkeletonLayout } from './layout';
5
- export function AppLayoutSkeleton({ notifications, contentHeader, content, navigation, navigationHide, navigationOpen, navigationWidth, tools, toolsHide, toolsOpen, toolsWidth, placement, contentType, maxContentWidth, disableContentPaddings, }) {
6
- // render nothing in the skeleton state
7
- const placeholder = React.createElement(React.Fragment, null);
8
- return (React.createElement(SkeletonLayout, { topBar: placeholder, notifications: notifications, contentHeader: contentHeader, content: content, navigation: !navigationHide && navigationOpen && navigation && placeholder, navigationWidth: navigationWidth, tools: !toolsHide && toolsOpen && tools && placeholder, toolsWidth: toolsWidth, placement: placement, contentType: contentType, maxContentWidth: maxContentWidth, disableContentPaddings: disableContentPaddings }));
9
- }
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/app-layout/skeleton/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,UAAU,iBAAiB,CAAC,EAChC,aAAa,EACb,aAAa,EACb,OAAO,EAEP,UAAU,EACV,cAAc,EACd,cAAc,EACd,eAAe,EACf,KAAK,EACL,SAAS,EACT,SAAS,EACT,UAAU,EAEV,SAAS,EACT,WAAW,EACX,eAAe,EACf,sBAAsB,GACK;IAC3B,uCAAuC;IACvC,MAAM,WAAW,GAAG,yCAAK,CAAC;IAC1B,OAAO,CACL,oBAAC,cAAc,IACb,MAAM,EAAE,WAAW,EACnB,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,CAAC,cAAc,IAAI,cAAc,IAAI,UAAU,IAAI,WAAW,EAC1E,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,CAAC,SAAS,IAAI,SAAS,IAAI,KAAK,IAAI,WAAW,EACtD,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,sBAAsB,EAAE,sBAAsB,GAC9C,CACH,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { AppLayoutPropsWithDefaults } from '../interfaces';\nimport { SkeletonLayout } from './layout';\n\nexport function AppLayoutSkeleton({\n notifications,\n contentHeader,\n content,\n\n navigation,\n navigationHide,\n navigationOpen,\n navigationWidth,\n tools,\n toolsHide,\n toolsOpen,\n toolsWidth,\n\n placement,\n contentType,\n maxContentWidth,\n disableContentPaddings,\n}: AppLayoutPropsWithDefaults) {\n // render nothing in the skeleton state\n const placeholder = <></>;\n return (\n <SkeletonLayout\n topBar={placeholder}\n notifications={notifications}\n contentHeader={contentHeader}\n content={content}\n navigation={!navigationHide && navigationOpen && navigation && placeholder}\n navigationWidth={navigationWidth}\n tools={!toolsHide && toolsOpen && tools && placeholder}\n toolsWidth={toolsWidth}\n placement={placement}\n contentType={contentType}\n maxContentWidth={maxContentWidth}\n disableContentPaddings={disableContentPaddings}\n />\n );\n}\n"]}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { AppLayoutPropsWithDefaults } from '../interfaces';
3
- interface SkeletonLayoutProps extends Pick<AppLayoutPropsWithDefaults, 'notifications' | 'contentHeader' | 'content' | 'contentType' | 'maxContentWidth' | 'disableContentPaddings' | 'navigation' | 'navigationWidth' | 'tools' | 'toolsWidth' | 'placement'> {
4
- topBar?: React.ReactNode;
5
- }
6
- export declare function SkeletonLayout({ notifications, contentHeader, content, navigation, navigationWidth, tools, toolsWidth, topBar, placement, contentType, maxContentWidth, disableContentPaddings, }: SkeletonLayoutProps): JSX.Element;
7
- export {};
8
- //# sourceMappingURL=layout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/skeleton/layout.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAO3D,UAAU,mBACR,SAAQ,IAAI,CACV,0BAA0B,EACxB,eAAe,GACf,eAAe,GACf,SAAS,GACT,aAAa,GACb,iBAAiB,GACjB,wBAAwB,GACxB,YAAY,GACZ,iBAAiB,GACjB,OAAO,GACP,YAAY,GACZ,WAAW,CACd;IACD,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,wBAAgB,cAAc,CAAC,EAC7B,aAAa,EACb,aAAa,EACb,OAAO,EACP,UAAU,EACV,eAAe,EACf,KAAK,EACL,UAAU,EACV,MAAM,EACN,SAAS,EACT,WAAW,EACX,eAAe,EACf,sBAAsB,GACvB,EAAE,mBAAmB,eA2BrB"}
@@ -1,28 +0,0 @@
1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
- // SPDX-License-Identifier: Apache-2.0
3
- import React from 'react';
4
- import styles from './styles.css.js';
5
- import customCssProps from '../../internal/generated/custom-css-properties';
6
- import clsx from 'clsx';
7
- const contentTypeCustomWidths = ['dashboard', 'cards', 'table'];
8
- export function SkeletonLayout({ notifications, contentHeader, content, navigation, navigationWidth, tools, toolsWidth, topBar, placement, contentType, maxContentWidth, disableContentPaddings, }) {
9
- const isMaxWidth = maxContentWidth === Number.MAX_VALUE || maxContentWidth === Number.MAX_SAFE_INTEGER;
10
- return (React.createElement("div", { className: clsx(styles.root, {
11
- [styles['has-adaptive-widths-default']]: !contentTypeCustomWidths.includes(contentType),
12
- [styles['has-adaptive-widths-dashboard']]: contentType === 'dashboard',
13
- }), style: {
14
- minBlockSize: `calc(100vh - ${placement.insetBlockStart}px - ${placement.insetBlockEnd}px)`,
15
- [customCssProps.maxContentWidth]: isMaxWidth ? '100%' : maxContentWidth ? `${maxContentWidth}px` : '',
16
- [customCssProps.navigationWidth]: `${navigationWidth}px`,
17
- [customCssProps.toolsWidth]: `${toolsWidth}px`,
18
- } },
19
- React.createElement("section", { className: styles['top-bar'] }, topBar),
20
- navigation && React.createElement("div", { className: styles.navigation }, navigation),
21
- React.createElement("main", { className: styles['main-landmark'] },
22
- notifications && React.createElement("div", { className: styles.notifications }, notifications),
23
- React.createElement("div", { className: clsx(styles.main, { [styles['main-disable-paddings']]: disableContentPaddings }) },
24
- contentHeader && React.createElement("div", { className: styles['content-header'] }, contentHeader),
25
- React.createElement("div", null, content))),
26
- tools && React.createElement("div", { className: styles.tools }, tools)));
27
- }
28
- //# sourceMappingURL=layout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"layout.js","sourceRoot":"","sources":["../../../../src/app-layout/skeleton/layout.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,cAAc,MAAM,gDAAgD,CAAC;AAC5E,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,MAAM,uBAAuB,GAA8B,CAAC,WAAW,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;AAoB3F,MAAM,UAAU,cAAc,CAAC,EAC7B,aAAa,EACb,aAAa,EACb,OAAO,EACP,UAAU,EACV,eAAe,EACf,KAAK,EACL,UAAU,EACV,MAAM,EACN,SAAS,EACT,WAAW,EACX,eAAe,EACf,sBAAsB,GACF;IACpB,MAAM,UAAU,GAAG,eAAe,KAAK,MAAM,CAAC,SAAS,IAAI,eAAe,KAAK,MAAM,CAAC,gBAAgB,CAAC;IACvG,OAAO,CACL,6BACE,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE;YAC3B,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE,CAAC,uBAAuB,CAAC,QAAQ,CAAC,WAAW,CAAC;YACvF,CAAC,MAAM,CAAC,+BAA+B,CAAC,CAAC,EAAE,WAAW,KAAK,WAAW;SACvE,CAAC,EACF,KAAK,EAAE;YACL,YAAY,EAAE,gBAAgB,SAAS,CAAC,eAAe,QAAQ,SAAS,CAAC,aAAa,KAAK;YAC3F,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,eAAe,IAAI,CAAC,CAAC,CAAC,EAAE;YACrG,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,GAAG,eAAe,IAAI;YACxD,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,GAAG,UAAU,IAAI;SAC/C;QAED,iCAAS,SAAS,EAAE,MAAM,CAAC,SAAS,CAAC,IAAG,MAAM,CAAW;QACxD,UAAU,IAAI,6BAAK,SAAS,EAAE,MAAM,CAAC,UAAU,IAAG,UAAU,CAAO;QACpE,8BAAM,SAAS,EAAE,MAAM,CAAC,eAAe,CAAC;YACrC,aAAa,IAAI,6BAAK,SAAS,EAAE,MAAM,CAAC,aAAa,IAAG,aAAa,CAAO;YAC7E,6BAAK,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC,EAAE,sBAAsB,EAAE,CAAC;gBAC7F,aAAa,IAAI,6BAAK,SAAS,EAAE,MAAM,CAAC,gBAAgB,CAAC,IAAG,aAAa,CAAO;gBACjF,iCAAM,OAAO,CAAO,CAChB,CACD;QACN,KAAK,IAAI,6BAAK,SAAS,EAAE,MAAM,CAAC,KAAK,IAAG,KAAK,CAAO,CACjD,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { AppLayoutPropsWithDefaults } from '../interfaces';\nimport styles from './styles.css.js';\nimport customCssProps from '../../internal/generated/custom-css-properties';\nimport clsx from 'clsx';\n\nconst contentTypeCustomWidths: Array<string | undefined> = ['dashboard', 'cards', 'table'];\n\ninterface SkeletonLayoutProps\n extends Pick<\n AppLayoutPropsWithDefaults,\n | 'notifications'\n | 'contentHeader'\n | 'content'\n | 'contentType'\n | 'maxContentWidth'\n | 'disableContentPaddings'\n | 'navigation'\n | 'navigationWidth'\n | 'tools'\n | 'toolsWidth'\n | 'placement'\n > {\n topBar?: React.ReactNode;\n}\n\nexport function SkeletonLayout({\n notifications,\n contentHeader,\n content,\n navigation,\n navigationWidth,\n tools,\n toolsWidth,\n topBar,\n placement,\n contentType,\n maxContentWidth,\n disableContentPaddings,\n}: SkeletonLayoutProps) {\n const isMaxWidth = maxContentWidth === Number.MAX_VALUE || maxContentWidth === Number.MAX_SAFE_INTEGER;\n return (\n <div\n className={clsx(styles.root, {\n [styles['has-adaptive-widths-default']]: !contentTypeCustomWidths.includes(contentType),\n [styles['has-adaptive-widths-dashboard']]: contentType === 'dashboard',\n })}\n style={{\n minBlockSize: `calc(100vh - ${placement.insetBlockStart}px - ${placement.insetBlockEnd}px)`,\n [customCssProps.maxContentWidth]: isMaxWidth ? '100%' : maxContentWidth ? `${maxContentWidth}px` : '',\n [customCssProps.navigationWidth]: `${navigationWidth}px`,\n [customCssProps.toolsWidth]: `${toolsWidth}px`,\n }}\n >\n <section className={styles['top-bar']}>{topBar}</section>\n {navigation && <div className={styles.navigation}>{navigation}</div>}\n <main className={styles['main-landmark']}>\n {notifications && <div className={styles.notifications}>{notifications}</div>}\n <div className={clsx(styles.main, { [styles['main-disable-paddings']]: disableContentPaddings })}>\n {contentHeader && <div className={styles['content-header']}>{contentHeader}</div>}\n <div>{content}</div>\n </div>\n </main>\n {tools && <div className={styles.tools}>{tools}</div>}\n </div>\n );\n}\n"]}
@@ -1,16 +0,0 @@
1
-
2
- import './styles.scoped.css';
3
- export default {
4
- "root": "awsui_root_1uxbz_1ayfw_101",
5
- "has-adaptive-widths-default": "awsui_has-adaptive-widths-default_1uxbz_1ayfw_150",
6
- "has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-dashboard_1uxbz_1ayfw_165",
7
- "navigation": "awsui_navigation_1uxbz_1ayfw_180",
8
- "tools": "awsui_tools_1uxbz_1ayfw_181",
9
- "top-bar": "awsui_top-bar_1uxbz_1ayfw_204",
10
- "notifications": "awsui_notifications_1uxbz_1ayfw_210",
11
- "main-landmark": "awsui_main-landmark_1uxbz_1ayfw_217",
12
- "main": "awsui_main_1uxbz_1ayfw_217",
13
- "main-disable-paddings": "awsui_main-disable-paddings_1uxbz_1ayfw_226",
14
- "content-header": "awsui_content-header_1uxbz_1ayfw_236"
15
- };
16
-
@@ -1,17 +0,0 @@
1
-
2
- // es-module interop with Babel and Typescript
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- module.exports.default = {
5
- "root": "awsui_root_1uxbz_1ayfw_101",
6
- "has-adaptive-widths-default": "awsui_has-adaptive-widths-default_1uxbz_1ayfw_150",
7
- "has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-dashboard_1uxbz_1ayfw_165",
8
- "navigation": "awsui_navigation_1uxbz_1ayfw_180",
9
- "tools": "awsui_tools_1uxbz_1ayfw_181",
10
- "top-bar": "awsui_top-bar_1uxbz_1ayfw_204",
11
- "notifications": "awsui_notifications_1uxbz_1ayfw_210",
12
- "main-landmark": "awsui_main-landmark_1uxbz_1ayfw_217",
13
- "main": "awsui_main_1uxbz_1ayfw_217",
14
- "main-disable-paddings": "awsui_main-disable-paddings_1uxbz_1ayfw_226",
15
- "content-header": "awsui_content-header_1uxbz_1ayfw_236"
16
- };
17
-