unocss-preset-quasar 0.2.8 → 0.2.9
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-1.75rem tracking-0.0125em`
|
|
40
40
|
],
|
|
41
41
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
42
42
|
[
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss-preset-quasar",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Stefan van Herwijnen",
|
|
6
6
|
"description": "UnoCSS preset for Quasar Framework",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"homepage": "https://github.com/simsustech/unocss-preset-quasar/tree/main/#readme",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@material/material-color-utilities": "^0.3.0",
|
|
37
|
-
"@unocss/core": "^66.5.
|
|
38
|
-
"@unocss/preset-uno": "^66.5.
|
|
39
|
-
"@unocss/preset-web-fonts": "66.5.
|
|
40
|
-
"@unocss/preset-wind": "^66.5.
|
|
37
|
+
"@unocss/core": "^66.5.4",
|
|
38
|
+
"@unocss/preset-uno": "^66.5.4",
|
|
39
|
+
"@unocss/preset-web-fonts": "66.5.4",
|
|
40
|
+
"@unocss/preset-wind": "^66.5.4",
|
|
41
41
|
"animated-unocss": "^0.0.6",
|
|
42
|
-
"unocss": "66.5.
|
|
42
|
+
"unocss": "66.5.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@iconify-json/mdi": "^1.2.3",
|
|
46
46
|
"@quasar/extras": "^1.17.0",
|
|
47
47
|
"@quasar/quasar-ui-qmarkdown": "^2.0.5",
|
|
48
48
|
"@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.0",
|
|
49
|
-
"@types/node": "^24.
|
|
50
|
-
"@unocss/preset-icons": "^66.5.
|
|
51
|
-
"@unocss/preset-mini": "66.5.
|
|
49
|
+
"@types/node": "^24.7.2",
|
|
50
|
+
"@unocss/preset-icons": "^66.5.4",
|
|
51
|
+
"@unocss/preset-mini": "66.5.4",
|
|
52
52
|
"quasar": "^2.18.5",
|
|
53
|
-
"typescript": "^5.9.
|
|
53
|
+
"typescript": "^5.9.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"quasar": "^2.18.1"
|
|
@@ -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-1.75rem tracking-0.0125em`
|
|
45
45
|
],
|
|
46
46
|
[/^q-dialog__progress$/, ([, c], { theme }) => `text-4rem`],
|
|
47
47
|
[
|