@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.
Files changed (2) hide show
  1. package/dist/globals.css +4 -0
  2. package/package.json +4 -4
package/dist/globals.css CHANGED
@@ -2,6 +2,10 @@
2
2
  overflow-y: auto !important;
3
3
  }
4
4
 
5
+ .cds--toggle {
6
+ position: relative;
7
+ }
8
+
5
9
  :root {
6
10
  color-scheme: light;
7
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isi-ui7/corporate-themes",
3
- "version": "0.2.21",
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.3"
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/editable-table": "0.2.4"
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",