@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.
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
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.
|
|
135
|
+
"version": "3.0.864",
|
|
135
136
|
"repository": {
|
|
136
137
|
"type": "git",
|
|
137
138
|
"url": "https://github.com/cloudscape-design/components.git"
|