@modul/mbui 0.0.15-beta-pv-53129-38976a74 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.15-beta-pv-53129-38976a74",
3
+ "version": "0.0.15",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -190,6 +190,12 @@
190
190
  /* =========================================== */
191
191
  /* TABS */
192
192
 
193
+ /* DRAWER */
194
+ /* =========================================== */
195
+ --drawer-overlay-bg: rgba(0,0,0,.3);
196
+ /* =========================================== */
197
+ /* DRAWER */
198
+
193
199
 
194
200
  }
195
201