@cloudscape-design/components 3.0.1008 → 3.0.1010
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (45f0473e)";
|
|
3
|
+
export var GIT_SHA = "45f0473e";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var ALWAYS_VISUAL_REFRESH = true;
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"./internal/base-component/index.js",
|
|
150
150
|
"./internal/base-component/styles.css.js"
|
|
151
151
|
],
|
|
152
|
-
"version": "3.0.
|
|
152
|
+
"version": "3.0.1010",
|
|
153
153
|
"repository": {
|
|
154
154
|
"type": "git",
|
|
155
155
|
"url": "https://github.com/cloudscape-design/components.git"
|