@cloudscape-design/components-themeable 3.0.1272 → 3.0.1273

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": "352fe7b2e03661ea43711aa521e5a61339d8db0e"
2
+ "commit": "59a24c5f35ad7e5d85a2b682b6a4e185f2e76abf"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "352fe7b2";
3
+ $awsui-commit-hash: "59a24c5f";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-6b9ypa;
6
6
  $minContentWidth: --awsui-min-content-width-6b9ypa;
@@ -3928,5 +3928,5 @@ body {
3928
3928
  }
3929
3929
  }
3930
3930
  :root {
3931
- --awsui-version-info-352fe7b2: true;
3931
+ --awsui-version-info-59a24c5f: true;
3932
3932
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (352fe7b2)";
3
- export var GIT_SHA = "352fe7b2";
2
+ export var PACKAGE_VERSION = "3.0.0 (59a24c5f)";
3
+ export var GIT_SHA = "59a24c5f";
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 (352fe7b2)",
4
- "GIT_SHA": "352fe7b2",
3
+ "PACKAGE_VERSION": "3.0.0 (59a24c5f)",
4
+ "GIT_SHA": "59a24c5f",
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.1272",
3
+ "version": "3.0.1273",
4
4
  "files": [
5
5
  "lib"
6
6
  ],