@cloudscape-design/components 3.0.1362 → 3.0.1363

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.
@@ -131,11 +131,4 @@ export interface AlertProps extends BaseComponentProps {
131
131
  * @awsuiSystem core
132
132
  */
133
133
  style?: AlertProps.Style;
134
- /**
135
- * Config to persist dismiss state for dismissable Alert
136
- * persistenceConfig contains:
137
- * * `uniqueKey` (string) - This key to store the persistence state, it must be unique across your console.
138
- * * `crossServicePersistence` (boolean) - (Optional) If true, the persistence state will be shared across AWS services.
139
- * @awsuiSystem console
140
- */
141
134
  }
@@ -40,5 +40,5 @@
40
40
  }
41
41
  }
42
42
  :root {
43
- --awsui-version-info-85f92b8b: true;
43
+ --awsui-version-info-0c1c9fd2: true;
44
44
  }
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (85f92b8b)";
3
- export var GIT_SHA = "85f92b8b";
2
+ export var PACKAGE_VERSION = "3.0.0 (0c1c9fd2)";
3
+ export var GIT_SHA = "0c1c9fd2";
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 (85f92b8b)",
4
- "GIT_SHA": "85f92b8b",
3
+ "PACKAGE_VERSION": "3.0.0 (0c1c9fd2)",
4
+ "GIT_SHA": "0c1c9fd2",
5
5
  "THEME": "open-source-visual-refresh",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": true,
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "85f92b8bf579bc3df4c6ef264694dfcc765637aa"
2
+ "commit": "0c1c9fd2e4302cc7d8b08b5db18cbe1b7ee4c5bc"
3
3
  }
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactId": "9902532514",
2
+ "artifactId": "9935198942",
3
3
  "repoName": "components",
4
- "commitSha": "85f92b8bf579bc3df4c6ef264694dfcc765637aa"
4
+ "commitSha": "0c1c9fd2e4302cc7d8b08b5db18cbe1b7ee4c5bc"
5
5
  }
package/package.json CHANGED
@@ -356,7 +356,7 @@
356
356
  "./internal/base-theme/styles.css.js",
357
357
  "./internal/base-component/styles.css.js"
358
358
  ],
359
- "version": "3.0.1362",
359
+ "version": "3.0.1363",
360
360
  "repository": {
361
361
  "type": "git",
362
362
  "url": "https://github.com/cloudscape-design/components.git"