@tsiky/components-r19 1.5.6 → 1.5.7
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/components-r19.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +89 -89
package/dist/index.js
CHANGED
|
@@ -37220,7 +37220,7 @@ function Ude(e, t) {
|
|
|
37220
37220
|
}
|
|
37221
37221
|
return { isValid: o, errors: n };
|
|
37222
37222
|
}
|
|
37223
|
-
const Wde = "
|
|
37223
|
+
const Wde = "_formContainer_1ptlm_1", Gde = "_headerLine_1ptlm_33", Zde = "_formTitle_1ptlm_49", Kde = "_formDescription_1ptlm_61", Xde = "_sectionTitle_1ptlm_75", Yde = "_sectionHelp_1ptlm_87", Jde = "_fieldHelp_1ptlm_97", Qde = "_gridContainer_1ptlm_113", ehe = "_fieldGridItem_1ptlm_137", the = "_sectionFull_1ptlm_203", ahe = "_formFooter_1ptlm_213", nhe = "_footerLeft_1ptlm_227", ohe = "_footerRight_1ptlm_229", che = "_cancelLink_1ptlm_241", ihe = "_submitButton_1ptlm_261", rhe = "_fieldLabel_1ptlm_281", she = "_inputWrapper_1ptlm_309", dhe = "_inputInner_1ptlm_351", hhe = "_hasPrefix_1ptlm_369", lhe = "_inputBase_1ptlm_369", phe = "_iconPrefix_1ptlm_551", yhe = "_iconSuffix_1ptlm_553", uhe = "_passwordToggle_1ptlm_601", khe = "_fieldError_1ptlm_689", mhe = "_fieldInvalid_1ptlm_701", U = {
|
|
37224
37224
|
formContainer: Wde,
|
|
37225
37225
|
headerLine: Gde,
|
|
37226
37226
|
formTitle: Zde,
|
|
@@ -37346,7 +37346,7 @@ const Wde = "_formContainer_1rw8s_1", Gde = "_headerLine_1rw8s_20", Zde = "_form
|
|
|
37346
37346
|
rows: 4
|
|
37347
37347
|
}
|
|
37348
37348
|
) });
|
|
37349
|
-
}, Che = "
|
|
37349
|
+
}, Che = "_wrapper_e4rl6_1", Nhe = "_wrapperInvalid_e4rl6_29", She = "_nativeSelect_e4rl6_37", $he = "_display_e4rl6_59", qhe = "_topLabel_e4rl6_73", Ahe = "_valueLine_e4rl6_89", zhe = "_valuePlaceholder_e4rl6_105", Vhe = "_valueActive_e4rl6_113", Phe = "_caret_e4rl6_121", Hhe = "_error_e4rl6_149", The = "_optionStyle_e4rl6_177", pe = {
|
|
37350
37350
|
wrapper: Che,
|
|
37351
37351
|
wrapperInvalid: Nhe,
|
|
37352
37352
|
nativeSelect: She,
|
|
@@ -37595,7 +37595,7 @@ const Wde = "_formContainer_1rw8s_1", Gde = "_headerLine_1rw8s_20", Zde = "_form
|
|
|
37595
37595
|
] }),
|
|
37596
37596
|
r && c && /* @__PURE__ */ h("div", { className: ne.errorText, children: c })
|
|
37597
37597
|
] });
|
|
37598
|
-
}, ale = "
|
|
37598
|
+
}, ale = "_container_1p3lw_3", nle = "_label_1p3lw_11", ole = "_requiredIndicator_1p3lw_25", cle = "_input_1p3lw_35", ile = "_inputError_1p3lw_97", rle = "_errorMessage_1p3lw_115", Wn = {
|
|
37599
37599
|
container: ale,
|
|
37600
37600
|
label: nle,
|
|
37601
37601
|
requiredIndicator: ole,
|
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tsiky/components-r19",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"dev": "vite",
|
|
7
|
-
"build": "npm run build:types && npm run build:js",
|
|
8
|
-
"build:types": "tsc -b tsconfig.app.json --emitDeclarationOnly",
|
|
9
|
-
"build:js": "vite build --config vite.lib.config.ts",
|
|
10
|
-
"lint": "eslint . --fix",
|
|
11
|
-
"format": "prettier --write .",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"storybook": "storybook dev -p 6006",
|
|
14
|
-
"build-storybook": "storybook build",
|
|
15
|
-
"prepublishOnly": "npm run build",
|
|
16
|
-
"type-check": "tsc --noEmit"
|
|
17
|
-
},
|
|
18
|
-
"main": "./dist/index.cjs.js",
|
|
19
|
-
"module": "./dist/index.js",
|
|
20
|
-
"types": "./dist/index.d.ts",
|
|
21
|
-
"style": "dist/components-r19.css",
|
|
22
|
-
"exports": {
|
|
23
|
-
".": {
|
|
24
|
-
"types": "./dist/index.d.ts",
|
|
25
|
-
"import": "./dist/index.js",
|
|
26
|
-
"require": "./dist/index.cjs.js"
|
|
27
|
-
},
|
|
28
|
-
"./chart": {
|
|
29
|
-
"types": "./dist/chart.d.ts",
|
|
30
|
-
"import": "./dist/chart.js",
|
|
31
|
-
"require": "./dist/chart.cjs.js"
|
|
32
|
-
},
|
|
33
|
-
"./components-r19.css": "./dist/components-r19.css",
|
|
34
|
-
"./package.json": "./package.json"
|
|
35
|
-
},
|
|
36
|
-
"files": [
|
|
37
|
-
"dist"
|
|
38
|
-
],
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"react": "^19.1.0",
|
|
41
|
-
"react-dom": "^19.1.0",
|
|
42
|
-
"styled-components": "^6.1.19"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@nivo/core": "^0.99.0",
|
|
46
|
-
"@nivo/sankey": "^0.99.0",
|
|
47
|
-
"ag-charts-react": "^12.2.0",
|
|
48
|
-
"apexsankey": "^1.2.5",
|
|
49
|
-
"chart.js": "^4.5.0",
|
|
50
|
-
"chartjs-chart-sankey": "^0.14.0",
|
|
51
|
-
"framer-motion": "^12.23.24",
|
|
52
|
-
"lucide-react": "^0.540.0",
|
|
53
|
-
"react-apexcharts": "^1.8.0",
|
|
54
|
-
"react-chartjs-2": "^5.3.0"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@chromatic-com/storybook": "^4.1.0",
|
|
58
|
-
"@eslint/js": "^9.30.1",
|
|
59
|
-
"@storybook/addon-a11y": "^9.1.0",
|
|
60
|
-
"@storybook/addon-docs": "^9.1.0",
|
|
61
|
-
"@storybook/addon-onboarding": "^9.1.0",
|
|
62
|
-
"@storybook/addon-vitest": "^9.1.0",
|
|
63
|
-
"@storybook/react-vite": "^9.1.0",
|
|
64
|
-
"@types/lodash": "^4.17.20",
|
|
65
|
-
"@types/react": "^19.1.8",
|
|
66
|
-
"@types/react-dom": "^19.1.6",
|
|
67
|
-
"@types/styled-components": "^5.1.34",
|
|
68
|
-
"@vitejs/plugin-react": "^4.6.0",
|
|
69
|
-
"@vitest/browser": "^3.2.4",
|
|
70
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
71
|
-
"eslint": "^9.30.1",
|
|
72
|
-
"eslint-config-prettier": "^10.1.8",
|
|
73
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
74
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
75
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
76
|
-
"eslint-plugin-storybook": "^9.1.0",
|
|
77
|
-
"globals": "^16.3.0",
|
|
78
|
-
"playwright": "^1.54.2",
|
|
79
|
-
"prettier": "^3.6.2",
|
|
80
|
-
"react": "^19.1.0",
|
|
81
|
-
"react-dom": "^19.1.0",
|
|
82
|
-
"storybook": "^9.1.0",
|
|
83
|
-
"styled-components": "^6.1.19",
|
|
84
|
-
"typescript": "~5.8.3",
|
|
85
|
-
"typescript-eslint": "^8.35.1",
|
|
86
|
-
"vite": "^7.0.4",
|
|
87
|
-
"vitest": "^3.2.4"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tsiky/components-r19",
|
|
3
|
+
"version": "1.5.7",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "npm run build:types && npm run build:js",
|
|
8
|
+
"build:types": "tsc -b tsconfig.app.json --emitDeclarationOnly",
|
|
9
|
+
"build:js": "vite build --config vite.lib.config.ts",
|
|
10
|
+
"lint": "eslint . --fix",
|
|
11
|
+
"format": "prettier --write .",
|
|
12
|
+
"preview": "vite preview",
|
|
13
|
+
"storybook": "storybook dev -p 6006",
|
|
14
|
+
"build-storybook": "storybook build",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"type-check": "tsc --noEmit"
|
|
17
|
+
},
|
|
18
|
+
"main": "./dist/index.cjs.js",
|
|
19
|
+
"module": "./dist/index.js",
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"style": "dist/components-r19.css",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./dist/index.d.ts",
|
|
25
|
+
"import": "./dist/index.js",
|
|
26
|
+
"require": "./dist/index.cjs.js"
|
|
27
|
+
},
|
|
28
|
+
"./chart": {
|
|
29
|
+
"types": "./dist/chart.d.ts",
|
|
30
|
+
"import": "./dist/chart.js",
|
|
31
|
+
"require": "./dist/chart.cjs.js"
|
|
32
|
+
},
|
|
33
|
+
"./components-r19.css": "./dist/components-r19.css",
|
|
34
|
+
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": "^19.1.0",
|
|
41
|
+
"react-dom": "^19.1.0",
|
|
42
|
+
"styled-components": "^6.1.19"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@nivo/core": "^0.99.0",
|
|
46
|
+
"@nivo/sankey": "^0.99.0",
|
|
47
|
+
"ag-charts-react": "^12.2.0",
|
|
48
|
+
"apexsankey": "^1.2.5",
|
|
49
|
+
"chart.js": "^4.5.0",
|
|
50
|
+
"chartjs-chart-sankey": "^0.14.0",
|
|
51
|
+
"framer-motion": "^12.23.24",
|
|
52
|
+
"lucide-react": "^0.540.0",
|
|
53
|
+
"react-apexcharts": "^1.8.0",
|
|
54
|
+
"react-chartjs-2": "^5.3.0"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@chromatic-com/storybook": "^4.1.0",
|
|
58
|
+
"@eslint/js": "^9.30.1",
|
|
59
|
+
"@storybook/addon-a11y": "^9.1.0",
|
|
60
|
+
"@storybook/addon-docs": "^9.1.0",
|
|
61
|
+
"@storybook/addon-onboarding": "^9.1.0",
|
|
62
|
+
"@storybook/addon-vitest": "^9.1.0",
|
|
63
|
+
"@storybook/react-vite": "^9.1.0",
|
|
64
|
+
"@types/lodash": "^4.17.20",
|
|
65
|
+
"@types/react": "^19.1.8",
|
|
66
|
+
"@types/react-dom": "^19.1.6",
|
|
67
|
+
"@types/styled-components": "^5.1.34",
|
|
68
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
69
|
+
"@vitest/browser": "^3.2.4",
|
|
70
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
71
|
+
"eslint": "^9.30.1",
|
|
72
|
+
"eslint-config-prettier": "^10.1.8",
|
|
73
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
74
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
75
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
76
|
+
"eslint-plugin-storybook": "^9.1.0",
|
|
77
|
+
"globals": "^16.3.0",
|
|
78
|
+
"playwright": "^1.54.2",
|
|
79
|
+
"prettier": "^3.6.2",
|
|
80
|
+
"react": "^19.1.0",
|
|
81
|
+
"react-dom": "^19.1.0",
|
|
82
|
+
"storybook": "^9.1.0",
|
|
83
|
+
"styled-components": "^6.1.19",
|
|
84
|
+
"typescript": "~5.8.3",
|
|
85
|
+
"typescript-eslint": "^8.35.1",
|
|
86
|
+
"vite": "^7.0.4",
|
|
87
|
+
"vitest": "^3.2.4"
|
|
88
|
+
}
|
|
89
|
+
}
|