@cloudscape-design/components-themeable 3.0.1320 → 3.0.1321

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": "c6ed749697d8a6cfaa04a8323d06754fe6ef637c"
2
+ "commit": "902b5ad6d6860d91f081bcfbd529d79af964cadd"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "c6ed7496";
3
+ $awsui-commit-hash: "902b5ad6";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-6b9ypa;
6
6
  $minContentWidth: --awsui-min-content-width-6b9ypa;
@@ -3865,5 +3865,5 @@
3865
3865
  }
3866
3866
  }
3867
3867
  :root {
3868
- --awsui-version-info-c6ed7496: true;
3868
+ --awsui-version-info-902b5ad6: true;
3869
3869
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (c6ed7496)";
3
- export var GIT_SHA = "c6ed7496";
2
+ export var PACKAGE_VERSION = "3.0.0 (902b5ad6)";
3
+ export var GIT_SHA = "902b5ad6";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "core";
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 (c6ed7496)",
4
- "GIT_SHA": "c6ed7496",
3
+ "PACKAGE_VERSION": "3.0.0 (902b5ad6)",
4
+ "GIT_SHA": "902b5ad6",
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.1320",
3
+ "version": "3.0.1321",
4
4
  "files": [
5
5
  "lib"
6
6
  ],