asma-ui-richeditor 0.1.11 → 0.1.12
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.
|
@@ -230,6 +230,30 @@ declare const _default: {
|
|
|
230
230
|
"theta-600": string;
|
|
231
231
|
"theta-700": string;
|
|
232
232
|
"theta-800": string;
|
|
233
|
+
"success-50": string;
|
|
234
|
+
"success-100": string;
|
|
235
|
+
"success-300": string;
|
|
236
|
+
"success-500": string;
|
|
237
|
+
"success-700": string;
|
|
238
|
+
"success-800": string;
|
|
239
|
+
"warning-50": string;
|
|
240
|
+
"warning-100": string;
|
|
241
|
+
"warning-300": string;
|
|
242
|
+
"warning-500": string;
|
|
243
|
+
"warning-700": string;
|
|
244
|
+
"warning-800": string;
|
|
245
|
+
"error-50": string;
|
|
246
|
+
"error-100": string;
|
|
247
|
+
"error-300": string;
|
|
248
|
+
"error-500": string;
|
|
249
|
+
"error-600": string;
|
|
250
|
+
"error-700": string;
|
|
251
|
+
"info-50": string;
|
|
252
|
+
"info-300": string;
|
|
253
|
+
"info-400": string;
|
|
254
|
+
"info-500": string;
|
|
255
|
+
"info-700": string;
|
|
256
|
+
"info-800": string;
|
|
233
257
|
"theta-hover": string;
|
|
234
258
|
"btn-bg": string;
|
|
235
259
|
"btn-bg-active": string;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.12",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
@@ -17,10 +17,8 @@
|
|
|
17
17
|
"module": "./dist/asma-ui-richeditor.es.js",
|
|
18
18
|
"exports": {
|
|
19
19
|
".": {
|
|
20
|
-
"import":
|
|
21
|
-
|
|
22
|
-
"default": "./dist/asma-ui-richeditor.es.js"
|
|
23
|
-
}
|
|
20
|
+
"import": "./dist/asma-ui-richeditor.es.js",
|
|
21
|
+
"types": "./dist/index.d.ts"
|
|
24
22
|
},
|
|
25
23
|
"./dist/style.css": "./dist/style.css",
|
|
26
24
|
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
@@ -108,7 +106,7 @@
|
|
|
108
106
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
109
107
|
"@typescript-eslint/parser": "^5.59.0",
|
|
110
108
|
"@vitejs/plugin-react": "^4.0.0",
|
|
111
|
-
"asma-core-ui": "^3.
|
|
109
|
+
"asma-core-ui": "^3.1.40",
|
|
112
110
|
"autoprefixer": "^10.4.14",
|
|
113
111
|
"axe-playwright": "^1.2.3",
|
|
114
112
|
"axios": "^1.6.8",
|