@mythpe/quasar-ui-qui 0.1.25 → 0.1.27

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.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
package/src/index.sass CHANGED
@@ -4,7 +4,7 @@
4
4
  // Website: https://www.4myth.com
5
5
  // Github: https://github.com/mythpe
6
6
 
7
- @import 'quasar/src/css/variables.sass'
7
+ //@import 'quasar/src/css/variables.sass'
8
8
  @import './style/ckeditor5.sass'
9
9
  @import './style/main.sass'
10
10
  @import './style/m-container.sass'
@@ -74,11 +74,10 @@ $maxes: ('width', 'height') !default
74
74
  $alignsX: ('top', 'bottom') !default
75
75
  $alignsY: ('left', 'right') !default
76
76
  $radius-class-name: 'border-rounded' !default
77
- //$radius-value: q.$generic-border-radius !default
78
- $radius-value: $generic-border-radius !default
77
+ $radius-value: $generic-border-radius !default
79
78
  $bordered-class-name: 'bordered' !default
80
79
  $bordered-size: 1px !default
81
- $bordered-style: $bordered-size solid $primary !default
80
+ $bordered-style: $bordered-size solid var(--q-primary) !default
82
81
 
83
82
 
84
83
  .#{$radius-class-name}
@@ -122,11 +121,10 @@ pre
122
121
  > .q-field
123
122
  &:not(.q-field--disabled)
124
123
  .q-field__label::after
125
- //color: q.$negative
126
- color: $negative
124
+ color: var(--q-negative)
127
125
 
128
126
  .m--input__top-label__content
129
- color: $negative
127
+ color: var(--q-negative)
130
128
 
131
129
 
132
130
  [data-input-name].m--input__required
@@ -138,12 +136,10 @@ pre
138
136
 
139
137
  .m--input__top-label__content::after
140
138
  content: ' *'
141
- //color: q.$red
142
- color: $red
139
+ color: var(--q-negative)
143
140
 
144
141
  .m--input__color-preview
145
- //border: 1px solid q.$primary
146
- border: 1px solid $primary
142
+ border: 1px solid var(--q-primary)
147
143
  border-radius: $radius-value
148
144
 
149
145