unocss-preset-quasar 0.2.6 → 0.2.7
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.
|
@@ -36,7 +36,7 @@ const shortcuts = [
|
|
|
36
36
|
[
|
|
37
37
|
/^q-dialog__title$/,
|
|
38
38
|
([, c], { theme }) => theme.quasar?.components?.['q-dialog__title'] ??
|
|
39
|
-
`text-1.25rem font-500 lh-
|
|
39
|
+
`text-1.25rem font-500 lh-1rem tracking-0.0125em`
|
|
40
40
|
],
|
|
41
41
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
42
42
|
[
|
|
@@ -36,7 +36,7 @@ const shortcuts = [
|
|
|
36
36
|
[
|
|
37
37
|
/^q-dialog__title$/,
|
|
38
38
|
([, c], { theme }) => theme.quasar?.components?.['q-dialog__title'] ??
|
|
39
|
-
`text-1.25rem font-500 lh-
|
|
39
|
+
`text-1.25rem font-500 lh-1rem tracking-0.0125em`
|
|
40
40
|
],
|
|
41
41
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
42
42
|
[
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@ const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
|
41
41
|
/^q-dialog__title$/,
|
|
42
42
|
([, c], { theme }) =>
|
|
43
43
|
theme.quasar?.components?.['q-dialog__title'] ??
|
|
44
|
-
`text-1.25rem font-500 lh-
|
|
44
|
+
`text-1.25rem font-500 lh-1rem tracking-0.0125em`
|
|
45
45
|
],
|
|
46
46
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
47
47
|
[
|
|
@@ -41,7 +41,7 @@ const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
|
41
41
|
/^q-dialog__title$/,
|
|
42
42
|
([, c], { theme }) =>
|
|
43
43
|
theme.quasar?.components?.['q-dialog__title'] ??
|
|
44
|
-
`text-1.25rem font-500 lh-
|
|
44
|
+
`text-1.25rem font-500 lh-1rem tracking-0.0125em`
|
|
45
45
|
],
|
|
46
46
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
47
47
|
[
|