@seeqdev/qomponents 0.0.59 → 0.0.61
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/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +6 -2
- package/dist/ButtonWithPopover/ButtonWithPopover.types.d.ts +2 -2
- package/dist/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/index.esm.js +12 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -5
- 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-uncertain-2:before {
|
|
104
|
+
content: "\e9b1";
|
|
105
|
+
}
|
|
106
|
+
|
|
103
107
|
.fc-workbook-ai:before {
|
|
104
108
|
content: "\e9af";
|
|
105
109
|
}
|
|
@@ -2351,11 +2355,6 @@ ol,
|
|
|
2351
2355
|
border-color: rgb(var(--sq-icon));
|
|
2352
2356
|
}
|
|
2353
2357
|
|
|
2354
|
-
.tw-border-sq-light-gray {
|
|
2355
|
-
--tw-border-opacity: 1;
|
|
2356
|
-
border-color: rgb(var(--sq-light-gray));
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
2358
|
.tw-border-sq-warning-color {
|
|
2360
2359
|
--tw-border-opacity: 1;
|
|
2361
2360
|
border-color: rgb(var(--sq-warning-color));
|