@cloudscape-design/components 3.0.863 → 3.0.864

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.
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (1c32dd6f)";
2
+ export var PACKAGE_VERSION = "3.0.0 (30e34c47)";
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 (1c32dd6f)",
3
+ "PACKAGE_VERSION": "3.0.0 (30e34c47)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "1c32dd6fd831d1d34ed59a6b89da3dfe2722ccc3"
2
+ "commit": "30e34c47e010857f279c00ba0677211b1d691be2"
3
3
  }
package/package.json CHANGED
@@ -10,6 +10,7 @@
10
10
  "./interfaces": "./interfaces.js",
11
11
  "./contexts/form-field": "./contexts/form-field.js",
12
12
  "./internal/tooltip-do-not-use": "./internal/tooltip-do-not-use/index.js",
13
+ "./internal/widget-exports": "./internal/widget-exports.js",
13
14
  "./test-utils/dom/internal/tooltip": "./test-utils/dom/internal/tooltip.js",
14
15
  "./test-utils/selectors/internal/tooltip": "./test-utils/selectors/internal/tooltip.js",
15
16
  "./alert": "./alert/index.js",
@@ -131,7 +132,7 @@
131
132
  "./internal/base-component/index.js",
132
133
  "./internal/base-component/styles.css.js"
133
134
  ],
134
- "version": "3.0.863",
135
+ "version": "3.0.864",
135
136
  "repository": {
136
137
  "type": "git",
137
138
  "url": "https://github.com/cloudscape-design/components.git"