@yamada-ui/notice 0.1.8 → 0.2.0

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.
@@ -173,7 +173,7 @@ var createNoticeStore = (initialState2) => {
173
173
  };
174
174
  var noticeStore = createNoticeStore(initialState);
175
175
  var Notice = ({
176
- variant = "subtle",
176
+ variant = "basic",
177
177
  colorScheme,
178
178
  status,
179
179
  icon,
package/dist/index.js CHANGED
@@ -197,7 +197,7 @@ var createNoticeStore = (initialState2) => {
197
197
  };
198
198
  var noticeStore = createNoticeStore(initialState);
199
199
  var Notice = ({
200
- variant = "subtle",
200
+ variant = "basic",
201
201
  colorScheme,
202
202
  status,
203
203
  icon,
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  noticeStore,
3
3
  useNotice
4
- } from "./chunk-JM3M4FPB.mjs";
4
+ } from "./chunk-BILB5EAU.mjs";
5
5
  export {
6
6
  noticeStore,
7
7
  useNotice
package/dist/notice.js CHANGED
@@ -195,7 +195,7 @@ var createNoticeStore = (initialState2) => {
195
195
  };
196
196
  var noticeStore = createNoticeStore(initialState);
197
197
  var Notice = ({
198
- variant = "subtle",
198
+ variant = "basic",
199
199
  colorScheme,
200
200
  status,
201
201
  icon,
package/dist/notice.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  noticeStore,
3
3
  useNotice
4
- } from "./chunk-JM3M4FPB.mjs";
4
+ } from "./chunk-BILB5EAU.mjs";
5
5
  export {
6
6
  noticeStore,
7
7
  useNotice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/notice",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "Yamada UI notice component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "react-loader-spinner": "^5.3.4",
39
- "@yamada-ui/core": "0.2.1",
40
- "@yamada-ui/close-button": "0.1.8",
41
- "@yamada-ui/alert": "0.1.8",
39
+ "@yamada-ui/core": "0.2.3",
40
+ "@yamada-ui/close-button": "0.1.10",
41
+ "@yamada-ui/alert": "0.2.0",
42
42
  "@yamada-ui/utils": "0.1.1"
43
43
  },
44
44
  "devDependencies": {