@planningcenter/sweetest-alert 0.3.5 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,7 +1,4 @@
1
- # sweetest-alert
2
-
3
- > **⚠️ Not Production Ready**
4
- > This package is currently under development and not yet ready for production use. APIs may change without notice.
1
+ # Sweetest Alert
5
2
 
6
3
  A lightweight, React alert/modal dialog component that replaces SweetAlert2 with a custom implementation using native HTML dialog elements.
7
4
 
@@ -15,7 +12,7 @@ In your product’s main CSS file (ex. `app/assets/stylesheets/application.css`)
15
12
 
16
13
  ```css
17
14
  @import "@planningcenter/tapestry/dist/index.css";
18
- ``
15
+ ```
19
16
 
20
17
  ### Peer Dependencies
21
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/sweetest-alert",
3
- "version": "0.3.5",
3
+ "version": "1.0.1",
4
4
  "description": "The sweetest alert ever",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@1.22.22",
@@ -40,16 +40,16 @@
40
40
  "prepublishOnly": "yarn build:lib"
41
41
  },
42
42
  "peerDependencies": {
43
- "@planningcenter/icons": "^15.26.0",
44
- "@planningcenter/tapestry": "^2.7.0",
43
+ "@planningcenter/icons": "^15.29.1",
44
+ "@planningcenter/tapestry": "^2.10.1",
45
45
  "react": "^18.3.1 <19",
46
46
  "react-dom": "^18.3.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.37.0",
50
- "@planningcenter/icons": "^15.26.0",
51
- "@planningcenter/stylelint-config-pco": "^0.0.8",
52
- "@planningcenter/tapestry": "^2.7.0",
50
+ "@planningcenter/icons": "^15.29.1",
51
+ "@planningcenter/stylelint-config-pco": "^1.0.0",
52
+ "@planningcenter/tapestry": "^2.10.1",
53
53
  "@testing-library/dom": "^10.4.1",
54
54
  "@testing-library/jest-dom": "^6.9.1",
55
55
  "@testing-library/react": "^16.3.0",