xrk-components 2.0.0-beta.61 → 2.0.0-beta.63
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/lib/index.css +9 -0
- package/lib/index.esm.js +543 -750
- package/lib/index.umd.js +542 -749
- package/package.json +1 -1
- package/pnpm-lock.yaml +6212 -0
package/lib/index.css
CHANGED
|
@@ -19688,6 +19688,15 @@
|
|
|
19688
19688
|
.base-checkbox-group[data-v-1e1f0947] .xrk-loading-spinner .circular {
|
|
19689
19689
|
width: 20px;
|
|
19690
19690
|
}
|
|
19691
|
+
.base-tool-tip-1200 {
|
|
19692
|
+
max-width: 1200px !important;
|
|
19693
|
+
}
|
|
19694
|
+
.base-tool-tip-800 {
|
|
19695
|
+
max-width: 800px !important;
|
|
19696
|
+
}
|
|
19697
|
+
.base-tool-tip-400 {
|
|
19698
|
+
max-width: 400px !important;
|
|
19699
|
+
}
|
|
19691
19700
|
.base-tool-tip {
|
|
19692
19701
|
max-width: 400px;
|
|
19693
19702
|
}
|