@ni/nimble-components 29.1.1 → 29.1.3
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/all-components-bundle.js +10 -5
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2354 -2349
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/select/styles.js +3 -3
- package/dist/esm/select/styles.js.map +1 -1
- package/dist/esm/select/template.js +2 -2
- package/dist/esm/select/template.js.map +1 -1
- package/dist/esm/text-field/styles.js +6 -2
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -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";
|
|
@@ -24257,6 +24257,7 @@
|
|
|
24257
24257
|
}
|
|
24258
24258
|
}
|
|
24259
24259
|
registerIcon('icon-times', IconTimes);
|
|
24260
|
+
const iconTimesTag = 'nimble-icon-times';
|
|
24260
24261
|
|
|
24261
24262
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24262
24263
|
// See generation source in nimble-components/build/generate-icons
|
|
@@ -58662,8 +58663,7 @@ img.ProseMirror-separator {
|
|
|
58662
58663
|
|
|
58663
58664
|
.clear-button {
|
|
58664
58665
|
order: 3;
|
|
58665
|
-
|
|
58666
|
-
height: auto;
|
|
58666
|
+
height: ${controlSlimHeight};
|
|
58667
58667
|
margin-left: ${smallPadding};
|
|
58668
58668
|
}
|
|
58669
58669
|
|
|
@@ -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 {
|
|
@@ -58830,7 +58831,7 @@ img.ProseMirror-separator {
|
|
|
58830
58831
|
content-hidden
|
|
58831
58832
|
appearance="ghost"
|
|
58832
58833
|
@click="${(x, c) => x.clearClickHandler(c.event)}">
|
|
58833
|
-
<${
|
|
58834
|
+
<${iconTimesTag} slot="start"></${iconTimesTag}>
|
|
58834
58835
|
</${buttonTag}>
|
|
58835
58836
|
`)}
|
|
58836
58837
|
<div aria-hidden="true" class="indicator" part="indicator">
|
|
@@ -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 {
|