@isi-ui7/corporate-themes 0.2.21 → 0.2.23
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/globals.css +4 -0
- package/package.json +4 -4
package/dist/globals.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isi-ui7/corporate-themes",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"description": "Corporate themes (BCA Syariah, BJB Syariah, Pos Indonesia, Ihsan Solusi Informatika) with Carbon variants.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": "^18 || ^19"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@isi-ui7/bos7-shared": "0.5.
|
|
36
|
+
"@isi-ui7/bos7-shared": "0.5.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"react": "^19.0.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"vite": "^5.0.0",
|
|
48
48
|
"vite-plugin-dts": "^3.6.0",
|
|
49
49
|
"@isi-ui7/ui-shell": "0.2.8",
|
|
50
|
-
"@isi-ui7/modal-manager": "0.2.2",
|
|
51
50
|
"@isi-ui7/data-table": "0.2.5",
|
|
52
|
-
"@isi-ui7/
|
|
51
|
+
"@isi-ui7/modal-manager": "0.2.2",
|
|
52
|
+
"@isi-ui7/editable-table": "0.2.6"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "vite build && node scripts/build-css.mjs",
|