podo-ui 1.0.2 → 1.0.5
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/cdn/font/icon.woff +0 -0
- package/cdn/podo-datepicker.css +1 -1
- package/cdn/podo-datepicker.js +1 -1
- package/cdn/podo-datepicker.min.css +1 -1
- package/cdn/podo-datepicker.min.js +1 -1
- package/cdn/podo-ui.css +23 -2
- package/cdn/podo-ui.min.css +2 -2
- package/dist/react/atom/editor.d.ts.map +1 -1
- package/dist/react/atom/editor.js +1 -2
- package/dist/svelte/atom/Editor.svelte +2764 -160
- package/package.json +6 -6
- package/scss/icon/font/icon.woff +0 -0
- package/scss/icon/icon-name.scss +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podo-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "hada0127 <work@tarucy.net>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -132,12 +132,10 @@
|
|
|
132
132
|
"zod": "^3.23.8"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
|
-
"@sveltejs/package": "^2.3.0",
|
|
136
|
-
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
137
|
-
"svelte": "^5.0.0",
|
|
138
|
-
"svelte-check": "^4.0.0",
|
|
139
135
|
"@eslint/js": "^9.8.0",
|
|
140
136
|
"@playwright/test": "^1.56.1",
|
|
137
|
+
"@sveltejs/package": "^2.5.7",
|
|
138
|
+
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
141
139
|
"@testing-library/jest-dom": "^6.6.3",
|
|
142
140
|
"@testing-library/react": "^16.1.0",
|
|
143
141
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -151,6 +149,7 @@
|
|
|
151
149
|
"glob": "^11.0.3",
|
|
152
150
|
"globals": "^15.9.0",
|
|
153
151
|
"i18next": "^24.0.0",
|
|
152
|
+
"jsdom": "^25.0.1",
|
|
154
153
|
"opentype.js": "^1.3.4",
|
|
155
154
|
"prettier": "^3.3.3",
|
|
156
155
|
"react": "^18.3.1",
|
|
@@ -159,9 +158,10 @@
|
|
|
159
158
|
"sass": "^1.83.0",
|
|
160
159
|
"sass-embedded": "^1.77.8",
|
|
161
160
|
"scss": "^0.2.4",
|
|
161
|
+
"svelte": "^5.0.0",
|
|
162
|
+
"svelte-check": "^4.0.0",
|
|
162
163
|
"typescript": "^5.5.3",
|
|
163
164
|
"typescript-eslint": "^8.0.0",
|
|
164
|
-
"jsdom": "^25.0.1",
|
|
165
165
|
"vike": "^0.4.182",
|
|
166
166
|
"vike-react": "^0.4.18",
|
|
167
167
|
"vite": "^5.4.0",
|
package/scss/icon/font/icon.woff
CHANGED
|
Binary file
|
package/scss/icon/icon-name.scss
CHANGED
|
@@ -122,7 +122,7 @@ $icon-name: (
|
|
|
122
122
|
unlink-alt: \e983,
|
|
123
123
|
youtube-stroke: \e984,
|
|
124
124
|
horizontalLine: \e985,
|
|
125
|
-
|
|
125
|
+
spacing: \e986,
|
|
126
126
|
clipboard: \e987,
|
|
127
127
|
inputForm: \e988,
|
|
128
128
|
copy: \e989,
|
|
@@ -148,4 +148,11 @@ $icon-name: (
|
|
|
148
148
|
button: \e97d,
|
|
149
149
|
desktop: \e9a0,
|
|
150
150
|
mobile: \e9a1,
|
|
151
|
+
align-bottom: \e9a2,
|
|
152
|
+
align-middle: \e9a3,
|
|
153
|
+
align-top: \e9a4,
|
|
154
|
+
gap: \e9a5,
|
|
155
|
+
layout-horizontal: \e9a6,
|
|
156
|
+
layout-vertical: \e9a7,
|
|
157
|
+
section: \e9a8,
|
|
151
158
|
);
|