@cloudscape-design/components-themeable 3.0.1179 → 3.0.1180

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": "eadf44c3ad6399cf75cb009186bacfcd740d60de"
2
+ "commit": "42be1aa060ea2b0079f36be05b2a8401406353e3"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "eadf44c3";
3
+ $awsui-commit-hash: "42be1aa0";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-rhu47t;
6
6
  $minContentWidth: --awsui-min-content-width-rhu47t;
@@ -3747,5 +3747,5 @@ body {
3747
3747
  }
3748
3748
  }
3749
3749
  :root {
3750
- --awsui-version-info-eadf44c3: true;
3750
+ --awsui-version-info-42be1aa0: true;
3751
3751
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (eadf44c3)";
3
- export var GIT_SHA = "eadf44c3";
2
+ export var PACKAGE_VERSION = "3.0.0 (42be1aa0)";
3
+ export var GIT_SHA = "42be1aa0";
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 (eadf44c3)",
4
- "GIT_SHA": "eadf44c3",
3
+ "PACKAGE_VERSION": "3.0.0 (42be1aa0)",
4
+ "GIT_SHA": "42be1aa0",
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.1179",
3
+ "version": "3.0.1180",
4
4
  "files": [
5
5
  "lib"
6
6
  ],