@mythpe/quasar-ui-qui 0.4.14 → 0.4.16

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -5,13 +5,31 @@
5
5
  / Website: https://www.4myth.com
6
6
  / Github: https://github.com/mythpe
7
7
  /
8
+ $font-rtl: $typography-font-family !default
9
+ $font-ltr: $typography-font-family !default
8
10
 
9
11
  :root
10
- --q-font-family: $typography-font-family
12
+ --q-font-family: #{$typography-font-family}
13
+ --q-font-ltr: #{$font-ltr}
14
+ --q-font-rtl: #{$font-rtl}
11
15
 
12
- .driver-popover *
13
- font-family: $typography-font-family !important
14
- font-feature-settings: "lnum" 0, "tnum" 0, "onum" 1 !important
16
+ [dir="rtl"]
17
+ body
18
+ font-family: var(--q-font-rtl)
19
+
20
+ .driver-popover,
21
+ .driver-popover *
22
+ font-family: var(--q-font-rtl) !important
23
+ font-feature-settings: "lnum" 0, "tnum" 0, "onum" 1 !important
24
+
25
+ [dir="ltr"]
26
+ body
27
+ font-family: var(--q-font-ltr)
28
+
29
+ .driver-popover,
30
+ .driver-popover *
31
+ font-family: var(--q-font-ltr) !important
32
+ font-feature-settings: "lnum" 0, "tnum" 0, "onum" 1 !important
15
33
 
16
34
  .font-ltr
17
35
  font-family: var(--q-font-ltr) !important