@cloudscape-design/components-themeable 3.0.1097 → 3.0.1098

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": "979d270921ba6a9e7356c11cace8039437db9bf0"
2
+ "commit": "24c0e2be92cd0e9986d227374699985cc0b56cb3"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "979d2709";
3
+ $awsui-commit-hash: "24c0e2be";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-y15yd5;
6
6
  $minContentWidth: --awsui-min-content-width-y15yd5;
@@ -3890,5 +3890,5 @@
3890
3890
  }
3891
3891
  }
3892
3892
  :root {
3893
- --awsui-version-info-979d2709: true;
3893
+ --awsui-version-info-24c0e2be: true;
3894
3894
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (979d2709)";
3
- export var GIT_SHA = "979d2709";
2
+ export var PACKAGE_VERSION = "3.0.0 (24c0e2be)";
3
+ export var GIT_SHA = "24c0e2be";
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 (979d2709)",
4
- "GIT_SHA": "979d2709",
3
+ "PACKAGE_VERSION": "3.0.0 (24c0e2be)",
4
+ "GIT_SHA": "24c0e2be",
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.1097",
3
+ "version": "3.0.1098",
4
4
  "files": [
5
5
  "lib"
6
6
  ],