unocss-preset-quasar 0.2.3 → 0.2.5

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.
@@ -13,7 +13,7 @@ const shortcuts = [
13
13
  [
14
14
  /^q-item__section--avatar$/,
15
15
  ([, c], { theme }) => theme.quasar?.components?.['q-item__section--avatar'] ??
16
- `!flex-initial [color:inherit] min-w-[40px]`
16
+ `!flex-initial [color:inherit] min-w-[56px]`
17
17
  ],
18
18
  [
19
19
  /^q-item__section--thumbnail$/,
@@ -32,7 +32,8 @@ const shortcuts = [
32
32
  [
33
33
  /^q-drawer--mini$/,
34
34
  ([, c], { theme }) => theme.quasar?.components?.['q-drawer--mini'] ??
35
- `[&_>_.q-drawer\\_\\_content]:(!py-9px)
35
+ `rounded-none
36
+ [&_>_.q-drawer\\_\\_content]:(!py-9px)
36
37
  [&_>_.q-drawer\\_\\_content_>_*]:(!px-4px)
37
38
  [&_.q-mini-drawer-hide]:(hidden) [&_.q-expansion-item\\_\\_content]:(hidden)
38
39
  [&_.q-tab\\_\\_label]:(text-12px)
@@ -13,7 +13,7 @@ const shortcuts = [
13
13
  [
14
14
  /^q-item__section--avatar$/,
15
15
  ([, c], { theme }) => theme.quasar?.components?.['q-item__section--avatar'] ??
16
- `!flex-initial [color:inherit] min-w-[40px]`
16
+ `!flex-initial [color:inherit] min-w-[56px]`
17
17
  ],
18
18
  [
19
19
  /^q-item__section--thumbnail$/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss-preset-quasar",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "UnoCSS preset for Quasar Framework",
@@ -21,7 +21,7 @@ const shortcuts: UserShortcuts<QuasarTheme> = [
21
21
  /^q-item__section--avatar$/,
22
22
  ([, c], { theme }) =>
23
23
  theme.quasar?.components?.['q-item__section--avatar'] ??
24
- `!flex-initial [color:inherit] min-w-[40px]`
24
+ `!flex-initial [color:inherit] min-w-[56px]`
25
25
  ],
26
26
 
27
27
  [
@@ -46,7 +46,8 @@ const shortcuts: UserShortcuts<QuasarTheme> = [
46
46
  /^q-drawer--mini$/,
47
47
  ([, c], { theme }) =>
48
48
  theme.quasar?.components?.['q-drawer--mini'] ??
49
- `[&_>_.q-drawer\\_\\_content]:(!py-9px)
49
+ `rounded-none
50
+ [&_>_.q-drawer\\_\\_content]:(!py-9px)
50
51
  [&_>_.q-drawer\\_\\_content_>_*]:(!px-4px)
51
52
  [&_.q-mini-drawer-hide]:(hidden) [&_.q-expansion-item\\_\\_content]:(hidden)
52
53
  [&_.q-tab\\_\\_label]:(text-12px)
@@ -21,7 +21,7 @@ const shortcuts: UserShortcuts<QuasarTheme> = [
21
21
  /^q-item__section--avatar$/,
22
22
  ([, c], { theme }) =>
23
23
  theme.quasar?.components?.['q-item__section--avatar'] ??
24
- `!flex-initial [color:inherit] min-w-[40px]`
24
+ `!flex-initial [color:inherit] min-w-[56px]`
25
25
  ],
26
26
 
27
27
  [