@cloudscape-design/components-themeable 3.0.1220 → 3.0.1221

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": "80272d6ba5e987eb6a87e0a78f901b8d9a3e6cf0"
2
+ "commit": "0ad8fec76bce64e08098b306bbc1042d01d8a96f"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "80272d6b";
3
+ $awsui-commit-hash: "0ad8fec7";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-c5ek4l;
6
6
  $minContentWidth: --awsui-min-content-width-c5ek4l;
@@ -3815,5 +3815,5 @@ body {
3815
3815
  }
3816
3816
  }
3817
3817
  :root {
3818
- --awsui-version-info-80272d6b: true;
3818
+ --awsui-version-info-0ad8fec7: true;
3819
3819
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (80272d6b)";
3
- export var GIT_SHA = "80272d6b";
2
+ export var PACKAGE_VERSION = "3.0.0 (0ad8fec7)";
3
+ export var GIT_SHA = "0ad8fec7";
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 (80272d6b)",
4
- "GIT_SHA": "80272d6b",
3
+ "PACKAGE_VERSION": "3.0.0 (0ad8fec7)",
4
+ "GIT_SHA": "0ad8fec7",
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.1220",
3
+ "version": "3.0.1221",
4
4
  "files": [
5
5
  "lib"
6
6
  ],