@quidgest/ui 0.5.17 → 0.5.19
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/dist/ui.css +0 -12
- package/dist/ui.esm.js +116 -117
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +39 -39
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +1 -22
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.5.
|
|
2
|
+
* Quidgest Framework v0.5.19
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -254,11 +254,6 @@ $btn-outline: var(--q-theme-primary-light);
|
|
|
254
254
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
255
255
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
256
256
|
transition-duration: 0.15s;
|
|
257
|
-
@if $compact {
|
|
258
|
-
line-height: 15px;
|
|
259
|
-
} @else {
|
|
260
|
-
line-height: 16px;
|
|
261
|
-
}
|
|
262
257
|
&:hover:not(:disabled) {
|
|
263
258
|
cursor: pointer;
|
|
264
259
|
}
|
|
@@ -288,18 +283,6 @@ $btn-outline: var(--q-theme-primary-light);
|
|
|
288
283
|
min-width: 16px;
|
|
289
284
|
}
|
|
290
285
|
}
|
|
291
|
-
.e-icon__svg {
|
|
292
|
-
padding: 0;
|
|
293
|
-
margin: 0;
|
|
294
|
-
fill: currentColor;
|
|
295
|
-
@if $compact {
|
|
296
|
-
width: 15px;
|
|
297
|
-
height: 15px;
|
|
298
|
-
} @else {
|
|
299
|
-
width: 16px;
|
|
300
|
-
height: 16px;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
286
|
.q-spinner-loader {
|
|
304
287
|
color: currentColor;
|
|
305
288
|
}
|
|
@@ -372,10 +355,6 @@ $btn-outline: var(--q-theme-primary-light);
|
|
|
372
355
|
font-size: 0.75rem;
|
|
373
356
|
line-height: 14px;
|
|
374
357
|
}
|
|
375
|
-
.e-icon__svg {
|
|
376
|
-
width: 14px;
|
|
377
|
-
height: 14px;
|
|
378
|
-
}
|
|
379
358
|
}
|
|
380
359
|
|
|
381
360
|
&--borderless {
|