@elmethis/react 0.12.0 → 0.14.0
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/lib/index.react.cjs +13 -2
- package/lib/index.react.mjs +2037 -1615
- package/lib/style.css +1 -1
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -1
- package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -1
- package/lib-types/components/code/elm-html-viewer.d.ts +13 -0
- package/lib-types/components/code/elm-html-viewer.d.ts.map +1 -0
- package/lib-types/components/code/elm-html.d.ts +13 -0
- package/lib-types/components/code/elm-html.d.ts.map +1 -0
- package/lib-types/components/form/elm-slider.d.ts +77 -0
- package/lib-types/components/form/elm-slider.d.ts.map +1 -0
- package/lib-types/components/notion/elm-notion-callout.d.ts +28 -0
- package/lib-types/components/notion/elm-notion-callout.d.ts.map +1 -0
- package/lib-types/components/others/elm-html-viewer.d.ts +13 -0
- package/lib-types/components/others/elm-html-viewer.d.ts.map +1 -0
- package/lib-types/components/others/elm-html.d.ts +13 -0
- package/lib-types/components/others/elm-html.d.ts.map +1 -0
- package/lib-types/index.d.ts +4 -0
- package/lib-types/index.d.ts.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elmethis/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "React component library for elmethis.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"@radix-ui/react-use-controllable-state": "^1.2.3",
|
|
50
50
|
"clsx": "^2.1.1",
|
|
51
51
|
"dompurify": "^3.4.2",
|
|
52
|
-
"es-toolkit": "^1.
|
|
52
|
+
"es-toolkit": "^1.49.0",
|
|
53
53
|
"katex": "^0.17.0",
|
|
54
54
|
"marked": "^18.0.5",
|
|
55
|
-
"shiki": "^4.
|
|
55
|
+
"shiki": "^4.3.0",
|
|
56
56
|
"usehooks-ts": "^3.1.1",
|
|
57
57
|
"zod": "^3",
|
|
58
|
-
"@elmethis/core": "^0.
|
|
58
|
+
"@elmethis/core": "^0.16.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "^7.29.7",
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
"@testing-library/react": "^16.3.0",
|
|
68
68
|
"@types/babel__core": "^7.20.5",
|
|
69
69
|
"@types/katex": "^0.16.8",
|
|
70
|
-
"@types/node": "^26.
|
|
70
|
+
"@types/node": "^26.1.0",
|
|
71
71
|
"@types/react": "^19.2.17",
|
|
72
72
|
"@types/react-dom": "^19.2.3",
|
|
73
|
-
"@vitejs/plugin-react": "^6.0.
|
|
73
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
74
74
|
"@vitest/browser-playwright": "^4.1.9",
|
|
75
|
-
"@vitest/coverage-v8": "^4.1.
|
|
75
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
76
76
|
"@vitest/ui": "^4.1.9",
|
|
77
77
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
78
78
|
"concurrently": "^10.0.3",
|
|
79
|
-
"eslint": "^10.
|
|
79
|
+
"eslint": "^10.6.0",
|
|
80
80
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
81
81
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
82
|
-
"globals": "^17.
|
|
82
|
+
"globals": "^17.7.0",
|
|
83
83
|
"happy-dom": "^20.10.6",
|
|
84
|
-
"playwright": "^1.61.
|
|
85
|
-
"prettier": "3.
|
|
84
|
+
"playwright": "^1.61.1",
|
|
85
|
+
"prettier": "3.9.4",
|
|
86
86
|
"react": "^19.2.7",
|
|
87
87
|
"react-dom": "^19.2.7",
|
|
88
88
|
"storybook": "^10.4.6",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"stylelint-config-css-modules": "^4.6.0",
|
|
91
91
|
"stylelint-config-standard": "^40.0.0",
|
|
92
92
|
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
93
|
-
"tsx": "^4.
|
|
93
|
+
"tsx": "^4.23.0",
|
|
94
94
|
"typescript": "~6.0.3",
|
|
95
|
-
"typescript-eslint": "^8.
|
|
95
|
+
"typescript-eslint": "^8.63.0",
|
|
96
96
|
"vite": "^8.0.4",
|
|
97
97
|
"vitest": "^4.1.8",
|
|
98
98
|
"vitest-browser-react": "^2.2.0"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"fmt": "prettier --write ./src",
|
|
108
108
|
"fmt.check": "prettier --check ./src",
|
|
109
109
|
"lint": "eslint \"src/**/*.ts*\"",
|
|
110
|
-
"lint.css": "stylelint \"src/**/*.css\"",
|
|
110
|
+
"lint.css": "stylelint \"{src,.storybook}/**/*.css\"",
|
|
111
111
|
"test": "pnpm run test.unit && pnpm run test.browser",
|
|
112
112
|
"test.unit": "vitest --run",
|
|
113
113
|
"test.coverage": "vitest --run --coverage",
|