@ni/spright-components 1.0.3 → 1.0.4
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.
|
@@ -16339,7 +16339,7 @@
|
|
|
16339
16339
|
|
|
16340
16340
|
/**
|
|
16341
16341
|
* Do not edit directly
|
|
16342
|
-
* Generated on
|
|
16342
|
+
* Generated on Mon, 20 May 2024 15:27:02 GMT
|
|
16343
16343
|
*/
|
|
16344
16344
|
|
|
16345
16345
|
const Information100DarkUi = "#a46eff";
|
|
@@ -58725,6 +58725,7 @@ img.ProseMirror-separator {
|
|
|
58725
58725
|
|
|
58726
58726
|
.filter-icon {
|
|
58727
58727
|
padding-left: ${smallPadding};
|
|
58728
|
+
${iconColor.cssCustomProperty}: ${placeholderFontColor};
|
|
58728
58729
|
}
|
|
58729
58730
|
|
|
58730
58731
|
.filter-input {
|
|
@@ -70787,7 +70788,11 @@ img.ProseMirror-separator {
|
|
|
70787
70788
|
|
|
70788
70789
|
slot[name='start']::slotted(*) {
|
|
70789
70790
|
flex: none;
|
|
70790
|
-
|
|
70791
|
+
opacity: 0.6;
|
|
70792
|
+
}
|
|
70793
|
+
|
|
70794
|
+
:host([disabled]) slot[name='start']::slotted(*) {
|
|
70795
|
+
opacity: 0.3;
|
|
70791
70796
|
}
|
|
70792
70797
|
|
|
70793
70798
|
.control {
|