@arkyn/components 3.0.1-beta.25 → 3.0.1-beta.27

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 +5 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -114,6 +114,11 @@ function App() {
114
114
  - **useScrollLock** - Prevent page scrolling
115
115
  - **useToast** - Toast state management
116
116
 
117
+ ## Services
118
+
119
+ - **toHtml** -
120
+ - **toRichTextValue** -
121
+
117
122
  ## 🎨 Component Examples
118
123
 
119
124
  ### Button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/components",
3
- "version": "3.0.1-beta.25",
3
+ "version": "3.0.1-beta.27",
4
4
  "main": "./dist/bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -34,7 +34,11 @@
34
34
  "@react-google-maps/api": "^2.20.7",
35
35
  "@react-input/mask": "^1.2.15",
36
36
  "framer-motion": "^11.18.2",
37
- "react-hot-toast": "^2.6.0"
37
+ "html-react-parser": "^5.2.2",
38
+ "react-hot-toast": "^2.6.0",
39
+ "slate": "^0.103.0",
40
+ "slate-history": "^0.109.0",
41
+ "slate-react": "^0.110.3"
38
42
  },
39
43
  "peerDependencies": {
40
44
  "react": ">=18.3.1",