@nurtjahjo/swaraksara-ui-theme 0.3.13 → 0.3.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.
- package/dist/index.d.ts +1 -0
- package/dist/swaraksara-ui.js +0 -2
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
package/dist/swaraksara-ui.js
CHANGED
|
@@ -32,9 +32,7 @@ const Er = ".swaraksara.id", Sr = () => {
|
|
|
32
32
|
r(s);
|
|
33
33
|
}, i = In(() => ({
|
|
34
34
|
mode: a,
|
|
35
|
-
// Kirimkan tema yang sudah final
|
|
36
35
|
resolvedTheme: a,
|
|
37
|
-
// Tetap sediakan untuk kompatibilitas jika diperlukan
|
|
38
36
|
setMode: o
|
|
39
37
|
}), [a]);
|
|
40
38
|
return /* @__PURE__ */ _(Fn.Provider, { value: i, children: e });
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nurtjahjo/swaraksara-ui-theme",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"typescript": "^5.2.2",
|
|
71
71
|
"vite": "^7.1.11",
|
|
72
72
|
"vite-plugin-dts": "^4.5.4",
|
|
73
|
+
"vite-plugin-static-copy": "^1.0.5",
|
|
73
74
|
"vite-plugin-svgr": "^4.5.0"
|
|
74
75
|
}
|
|
75
76
|
}
|