integration-modules 0.1.18 → 0.1.19

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 (33) hide show
  1. package/README.md +16 -16
  2. package/dist/chunks/emojiNodeTypes-BEJUMlcU.js +2 -0
  3. package/dist/chunks/emojiNodeTypes-BEJUMlcU.js.map +1 -0
  4. package/dist/chunks/emojiNodeTypes-ChzS-8r3.js +129 -0
  5. package/dist/chunks/emojiNodeTypes-ChzS-8r3.js.map +1 -0
  6. package/dist/chunks/stickers-CgxhVTwt.js +7 -0
  7. package/dist/chunks/stickers-CgxhVTwt.js.map +1 -0
  8. package/dist/chunks/stickers-MBhZw3wd.js +299 -0
  9. package/dist/chunks/stickers-MBhZw3wd.js.map +1 -0
  10. package/dist/emoji/index.cjs +1 -1
  11. package/dist/emoji/index.js +6 -4
  12. package/dist/index.cjs +1 -36
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.mjs +6 -17753
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/integration-modules.css +1 -1
  17. package/dist/shape/index.cjs +32 -1
  18. package/dist/shape/index.cjs.map +1 -1
  19. package/dist/shape/index.js +19285 -3
  20. package/dist/shape/index.js.map +1 -1
  21. package/package.json +78 -78
  22. package/dist/chunks/EmojiBoardWidget-BT3AAibK.js +0 -270
  23. package/dist/chunks/EmojiBoardWidget-BT3AAibK.js.map +0 -1
  24. package/dist/chunks/EmojiBoardWidget-CzGz4-vT.js +0 -2
  25. package/dist/chunks/EmojiBoardWidget-CzGz4-vT.js.map +0 -1
  26. package/dist/chunks/ShapeBoardWidget-BmgYD5zN.js +0 -1321
  27. package/dist/chunks/ShapeBoardWidget-BmgYD5zN.js.map +0 -1
  28. package/dist/chunks/ShapeBoardWidget-quPjhnR6.js +0 -2
  29. package/dist/chunks/ShapeBoardWidget-quPjhnR6.js.map +0 -1
  30. package/dist/chunks/useStickersStore-BUOBakV7.js +0 -613
  31. package/dist/chunks/useStickersStore-BUOBakV7.js.map +0 -1
  32. package/dist/chunks/useStickersStore-CZRuiluy.js +0 -23
  33. package/dist/chunks/useStickersStore-CZRuiluy.js.map +0 -1
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
- {
2
- "name": "integration-modules",
3
- "private": false,
4
- "version": "0.1.18",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.mjs",
8
- "files": [
9
- "dist"
10
- ],
11
- "exports": {
12
- ".": {
13
- "import": "./dist/index.mjs",
14
- "require": "./dist/index.cjs"
15
- },
16
- "./styles.css": "./dist/integration-modules.css",
17
- "./emoji": {
18
- "import": "./dist/emoji/index.js",
19
- "require": "./dist/emoji/index.cjs"
20
- },
21
- "./shape": {
22
- "import": "./dist/shape/index.js",
23
- "require": "./dist/shape/index.cjs"
24
- }
25
- },
26
- "sideEffects": [
27
- "**/*.css"
28
- ],
29
- "scripts": {
30
- "dev": "vite",
31
- "build": "vite build",
32
- "build:lib": "vite build --config vite.lib.config.js",
33
- "lint": "eslint .",
34
- "preview": "vite preview",
35
- "prepublishOnly": "npm run build:lib"
36
- },
37
- "devDependencies": {
38
- "@eslint/js": "^9.39.1",
39
- "@types/react": "^19.2.5",
40
- "@types/react-dom": "^19.2.3",
41
- "@vitejs/plugin-react": "^5.1.1",
42
- "autoprefixer": "^10.4.22",
43
- "eslint": "^9.39.1",
44
- "eslint-plugin-react-hooks": "^7.0.1",
45
- "eslint-plugin-react-refresh": "^0.4.24",
46
- "globals": "^16.5.0",
47
- "postcss": "^8.5.6",
48
- "tailwindcss": "^4.1.17",
49
- "vite": "^7.3.1"
50
- },
51
- "peerDependencies": {
52
- "react": ">=19",
53
- "react-dom": ">=19"
54
- },
55
- "dependencies": {
56
- "@heroicons/react": "^2.2.0",
57
- "@tailwindcss/postcss": "^4.1.17",
58
- "@xyflow/react": "^12.6.0",
59
- "axios": "^1.13.2",
60
- "d3-drag": "^3.0.0",
61
- "d3-selection": "^3.0.0",
62
- "date-fns": "^4.1.0",
63
- "i18next": "^25.6.3",
64
- "konva": "^10.0.12",
65
- "re-resizable": "^6.11.2",
66
- "react": "^19.0.0",
67
- "react-datepicker": "^9.1.0",
68
- "react-dom": "^19.0.0",
69
- "react-draggable": "^4.5.0",
70
- "react-i18next": "^16.3.5",
71
- "react-konva": "^19.2.1",
72
- "react-markdown": "^10.1.0",
73
- "react-router-dom": "^6.30.2",
74
- "remark-gfm": "^4.0.1",
75
- "vite-plugin-svgr": "^4.5.0",
76
- "zustand": "^5.0.8"
77
- }
78
- }
1
+ {
2
+ "name": "integration-modules",
3
+ "private": false,
4
+ "version": "0.1.19",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.mjs",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.mjs",
14
+ "require": "./dist/index.cjs"
15
+ },
16
+ "./styles.css": "./dist/integration-modules.css",
17
+ "./emoji": {
18
+ "import": "./dist/emoji/index.js",
19
+ "require": "./dist/emoji/index.cjs"
20
+ },
21
+ "./shape": {
22
+ "import": "./dist/shape/index.js",
23
+ "require": "./dist/shape/index.cjs"
24
+ }
25
+ },
26
+ "sideEffects": [
27
+ "**/*.css"
28
+ ],
29
+ "scripts": {
30
+ "dev": "vite",
31
+ "build": "vite build",
32
+ "build:lib": "vite build --config vite.lib.config.js",
33
+ "lint": "eslint .",
34
+ "preview": "vite preview",
35
+ "prepublishOnly": "npm run build:lib"
36
+ },
37
+ "devDependencies": {
38
+ "@eslint/js": "^9.39.1",
39
+ "@types/react": "^19.2.5",
40
+ "@types/react-dom": "^19.2.3",
41
+ "@vitejs/plugin-react": "^5.1.1",
42
+ "autoprefixer": "^10.4.22",
43
+ "eslint": "^9.39.1",
44
+ "eslint-plugin-react-hooks": "^7.0.1",
45
+ "eslint-plugin-react-refresh": "^0.4.24",
46
+ "globals": "^16.5.0",
47
+ "postcss": "^8.5.6",
48
+ "tailwindcss": "^4.1.17",
49
+ "vite": "^7.3.1"
50
+ },
51
+ "peerDependencies": {
52
+ "react": ">=19",
53
+ "react-dom": ">=19"
54
+ },
55
+ "dependencies": {
56
+ "@heroicons/react": "^2.2.0",
57
+ "@tailwindcss/postcss": "^4.1.17",
58
+ "@xyflow/react": "^12.6.0",
59
+ "axios": "^1.13.2",
60
+ "d3-drag": "^3.0.0",
61
+ "d3-selection": "^3.0.0",
62
+ "date-fns": "^4.1.0",
63
+ "i18next": "^25.6.3",
64
+ "konva": "^10.0.12",
65
+ "re-resizable": "^6.11.2",
66
+ "react": "^19.0.0",
67
+ "react-datepicker": "^9.1.0",
68
+ "react-dom": "^19.0.0",
69
+ "react-draggable": "^4.5.0",
70
+ "react-i18next": "^16.3.5",
71
+ "react-konva": "^19.2.1",
72
+ "react-markdown": "^10.1.0",
73
+ "react-router-dom": "^6.30.2",
74
+ "remark-gfm": "^4.0.1",
75
+ "vite-plugin-svgr": "^4.5.0",
76
+ "zustand": "^5.0.8"
77
+ }
78
+ }