qt-ui-kit 1.0.114 → 1.0.115
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/index.d.mts +27 -18
- package/dist/index.d.ts +27 -18
- package/dist/index.js +127 -156
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +125 -156
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1042,6 +1042,9 @@
|
|
|
1042
1042
|
--tw-grayscale: grayscale(100%);
|
|
1043
1043
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1044
1044
|
}
|
|
1045
|
+
.filter {
|
|
1046
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1047
|
+
}
|
|
1045
1048
|
.transition-colors {
|
|
1046
1049
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1047
1050
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|