@tecof/theme-editor 0.0.20 → 0.0.22
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.
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +9 -0
- package/package.json +6 -2
package/dist/styles.css
CHANGED
|
@@ -1612,4 +1612,13 @@
|
|
|
1612
1612
|
@keyframes tecof-pulse-loader {
|
|
1613
1613
|
0%, 100% { opacity: 1; }
|
|
1614
1614
|
50% { opacity: 0.5; }
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.tecof-picture-wrapper {
|
|
1618
|
+
width: 100%;
|
|
1619
|
+
height: 100%;
|
|
1620
|
+
display: flex;
|
|
1621
|
+
align-items: center;
|
|
1622
|
+
justify-content: center;
|
|
1623
|
+
position: relative;
|
|
1615
1624
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecof/theme-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"description": "React theme editor library for Tecof projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@monaco-editor/react": "^4.7.0",
|
|
60
|
-
"@puckeditor/core": "^0.21.
|
|
60
|
+
"@puckeditor/core": "^0.21.2",
|
|
61
61
|
"@storybook/react-vite": "^8.0.0",
|
|
62
62
|
"@types/react": "^19.0.0",
|
|
63
63
|
"@types/react-dom": "^19.0.0",
|
|
@@ -80,5 +80,9 @@
|
|
|
80
80
|
"typescript": "^5.0.0",
|
|
81
81
|
"vaul": "^1.1.2",
|
|
82
82
|
"vitest": "^3.0.0"
|
|
83
|
+
},
|
|
84
|
+
"dependencies": {
|
|
85
|
+
"i": "^0.3.7",
|
|
86
|
+
"npm": "^11.12.1"
|
|
83
87
|
}
|
|
84
88
|
}
|