@liujip0/components 0.2.12 → 0.2.15
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.
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './assets/Input.css';const e = "_container_1ux05_1", t = "_outline_1ux05_6", r = "_errorOutline_1ux05_18", n = "_input_1ux05_22", _ = "_inputDisabled_1ux05_41", l = "_helperText_1ux05_53", o = "_helperTextError_1ux05_60", u = "_label_1ux05_64", i = {
|
|
2
|
+
container: e,
|
|
3
|
+
outline: t,
|
|
4
|
+
errorOutline: r,
|
|
5
|
+
input: n,
|
|
6
|
+
inputDisabled: _,
|
|
7
|
+
helperText: l,
|
|
8
|
+
helperTextError: o,
|
|
9
|
+
label: u
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
i as s
|
|
13
|
+
};
|
package/dist/assets/Input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1ux05_1{display:flex;flex-direction:column}._outline_1ux05_6{display:flex;padding:4px 8px;gap:4px;align-items:center;width:100%;border-width:var(--border-width, var(--border-width-fallback));border-style:solid;border-color:var(--color-primary, var(--color-primary-fallback));border-radius:var(--border-radius, var(--border-radius-fallback))}._errorOutline_1ux05_18{border-color:var(--color-error, var(--color-error-fallback))}._input_1ux05_22{min-width:1em;flex:1;padding:6px;width:100%;height:100%;border:none;background-color:transparent;color:var( --color-background-contrastText, var(--color-background-contrastText-fallback) );font-family:var(--text-font-family, var(--text-font-family-fallback));font-size:var(--text-body-size, var(--text-body-size-fallback))}._input_1ux05_22:focus{outline:none}._inputDisabled_1ux05_41{color:color-mix(in srgb,var( --color-background-contrastText, var(--color-background-contrastText-fallback) ) 50%,#888)}._helperText_1ux05_53{margin:4px 8px;font-family:var(--text-font-family, var(--text-font-family-fallback));font-size:var(--text-helperText-size, var(--text-helperText-size-fallback));color:var(--color-primary, var(--color-primary-fallback))}p._helperTextError_1ux05_60{color:var(--color-error, var(--color-error-fallback))}._label_1ux05_64{font-family:var(--text-font-family, var(--text-font-family-fallback));font-size:var(--text-label-size, var(--text-label-size-fallback))}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liujip0/components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -9,28 +9,28 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@material-symbols/font-400": "^0.
|
|
13
|
-
"react": "^19.
|
|
14
|
-
"react-dom": "^19.
|
|
12
|
+
"@material-symbols/font-400": "^0.36.2",
|
|
13
|
+
"react": "^19.2.0",
|
|
14
|
+
"react-dom": "^19.2.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"@
|
|
21
|
-
"@types/
|
|
22
|
-
"@
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"eslint
|
|
17
|
+
"@material-symbols/font-400": "^0.36.2",
|
|
18
|
+
"react": "^19.2.0",
|
|
19
|
+
"react-dom": "^19.2.0",
|
|
20
|
+
"@eslint/js": "^9.36.0",
|
|
21
|
+
"@types/node": "^24.6.2",
|
|
22
|
+
"@types/react": "^19.2.0",
|
|
23
|
+
"@types/react-dom": "^19.2.0",
|
|
24
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
25
|
+
"eslint": "^9.36.0",
|
|
26
|
+
"eslint-plugin-react-hooks": "^6.1.0",
|
|
27
|
+
"eslint-plugin-react-refresh": "^0.4.23",
|
|
26
28
|
"glob": "^11.0.3",
|
|
27
|
-
"globals": "^16.
|
|
29
|
+
"globals": "^16.4.0",
|
|
28
30
|
"prettier": "^3.6.2",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"typescript-eslint": "^8.42.0",
|
|
33
|
-
"vite": "^7.1.4",
|
|
31
|
+
"typescript": "~5.9.3",
|
|
32
|
+
"typescript-eslint": "^8.45.0",
|
|
33
|
+
"vite": "^7.1.9",
|
|
34
34
|
"vite-plugin-dts": "^4.5.4",
|
|
35
35
|
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
36
36
|
},
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import './assets/Input.css';const e = "_container_1dgl9_1", t = "_outline_1dgl9_6", l = "_errorOutline_1dgl9_18", r = "_input_1dgl9_22", n = "_inputDisabled_1dgl9_41", _ = "_helperText_1dgl9_53", o = "_helperTextError_1dgl9_60", i = "_label_1dgl9_64", s = {
|
|
2
|
-
container: e,
|
|
3
|
-
outline: t,
|
|
4
|
-
errorOutline: l,
|
|
5
|
-
input: r,
|
|
6
|
-
inputDisabled: n,
|
|
7
|
-
helperText: _,
|
|
8
|
-
helperTextError: o,
|
|
9
|
-
label: i
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
s
|
|
13
|
-
};
|