@cloudscape-design/components-themeable 3.0.1154 → 3.0.1155

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,3 +1,3 @@
1
1
  {
2
- "commit": "b9e85f0cd4d8ce1a5ccef01c4213dcd6fb36c0cb"
2
+ "commit": "c02fc0dc0f13994b9e886e323552145c764df9ca"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "b9e85f0c";
3
+ $awsui-commit-hash: "c02fc0dc";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-d43v8n;
6
6
  $minContentWidth: --awsui-min-content-width-d43v8n;
@@ -3925,5 +3925,5 @@ body {
3925
3925
  }
3926
3926
  }
3927
3927
  :root {
3928
- --awsui-version-info-b9e85f0c: true;
3928
+ --awsui-version-info-c02fc0dc: true;
3929
3929
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (b9e85f0c)";
3
- export var GIT_SHA = "b9e85f0c";
2
+ export var PACKAGE_VERSION = "3.0.0 (c02fc0dc)";
3
+ export var GIT_SHA = "c02fc0dc";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "console";
6
6
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (b9e85f0c)",
4
- "GIT_SHA": "b9e85f0c",
3
+ "PACKAGE_VERSION": "3.0.0 (c02fc0dc)",
4
+ "GIT_SHA": "c02fc0dc",
5
5
  "THEME": "default",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/components-themeable",
3
- "version": "3.0.1154",
3
+ "version": "3.0.1155",
4
4
  "files": [
5
5
  "lib"
6
6
  ],