@katlux/preset-modern 0.1.0-beta.41 → 0.1.0-beta.43

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@katlux/preset-modern",
3
3
  "configKey": "katluxTemplateModern",
4
- "version": "0.1.0-beta.41",
4
+ "version": "0.1.0-beta.43",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -113,10 +113,16 @@
113
113
  --table-border-color: var(--neutral-200);
114
114
  --table-row-hover: var(--neutral-100);
115
115
  --table-row-selected: #eff6ff;
116
+ --panel-bg-opacity: 0.4;
117
+ --panel-blur: 12px;
118
+ --panel-bg-default: var(--neutral-100);
119
+ --panel-header-bg-default: var(--neutral-200);
120
+ --panel-footer-bg-default: var(--neutral-100);
116
121
  --checkbox-bg: var(--background-color);
117
122
  --checkbox-checked-bg: var(--button-gradient-primary);
118
123
  --checkbox-border-color: var(--neutral-400);
119
- --modal-overlay-bg: rgba(15, 23, 42, 0.6);
124
+ --modal-overlay-bg: rgba(15, 23, 42, 0.4);
125
+ --modal-backdrop-blur: 4px;
120
126
  --layout-header-height: 70px;
121
127
  --layout-header-bg: var(--background-color);
122
128
  --layout-sidebar-width: 240px;
@@ -113,10 +113,16 @@
113
113
  --table-border-color: var(--neutral-200);
114
114
  --table-row-hover: var(--neutral-100);
115
115
  --table-row-selected: #eff6ff;
116
+ --panel-bg-opacity: 0.4;
117
+ --panel-blur: 12px;
118
+ --panel-bg-default: var(--neutral-100);
119
+ --panel-header-bg-default: var(--neutral-200);
120
+ --panel-footer-bg-default: var(--neutral-100);
116
121
  --checkbox-bg: var(--background-color);
117
122
  --checkbox-checked-bg: var(--button-gradient-primary);
118
123
  --checkbox-border-color: var(--neutral-400);
119
- --modal-overlay-bg: rgba(15, 23, 42, 0.6);
124
+ --modal-overlay-bg: rgba(15, 23, 42, 0.4);
125
+ --modal-backdrop-blur: 4px;
120
126
  --layout-header-height: 70px;
121
127
  --layout-header-bg: var(--background-color);
122
128
  --layout-sidebar-width: 240px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@katlux/preset-modern",
3
- "version": "0.1.0-beta.41",
3
+ "version": "0.1.0-beta.43",
4
4
  "description": "Modern default design preset and styling variables for Katlux components",
5
5
  "author": "Katlux",
6
6
  "license": "MIT",