@seeqdev/qomponents 0.0.52 → 0.0.54
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/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -100,6 +100,10 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
.fc-genai-chat:before {
|
|
104
|
+
content: "\e9ae";
|
|
105
|
+
}
|
|
106
|
+
|
|
103
107
|
.fc-formula-ai:before {
|
|
104
108
|
content: "\e901";
|
|
105
109
|
}
|
|
@@ -808,10 +812,6 @@
|
|
|
808
812
|
content: "\e9ad";
|
|
809
813
|
}
|
|
810
814
|
|
|
811
|
-
.fc-genai-chat:before {
|
|
812
|
-
content: "\e9ae";
|
|
813
|
-
}
|
|
814
|
-
|
|
815
815
|
.fc-short-dash:before {
|
|
816
816
|
content: "\f901";
|
|
817
817
|
}
|
|
@@ -2046,6 +2046,10 @@ ol,
|
|
|
2046
2046
|
flex: 1 1 0%;
|
|
2047
2047
|
}
|
|
2048
2048
|
|
|
2049
|
+
.tw-flex-grow {
|
|
2050
|
+
flex-grow: 1;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
.-tw-translate-x-1\/2 {
|
|
2050
2054
|
--tw-translate-x: -50%;
|
|
2051
2055
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|