@ni/nimble-components 29.1.1 → 29.1.2
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 +4 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2348 -2348
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/select/styles.js +2 -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/package.json +1 -1
|
@@ -16339,7 +16339,7 @@
|
|
|
16339
16339
|
|
|
16340
16340
|
/**
|
|
16341
16341
|
* Do not edit directly
|
|
16342
|
-
* Generated on
|
|
16342
|
+
* Generated on Fri, 17 May 2024 19:53:06 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
|
|
|
@@ -58830,7 +58830,7 @@ img.ProseMirror-separator {
|
|
|
58830
58830
|
content-hidden
|
|
58831
58831
|
appearance="ghost"
|
|
58832
58832
|
@click="${(x, c) => x.clearClickHandler(c.event)}">
|
|
58833
|
-
<${
|
|
58833
|
+
<${iconTimesTag} slot="start"></${iconTimesTag}>
|
|
58834
58834
|
</${buttonTag}>
|
|
58835
58835
|
`)}
|
|
58836
58836
|
<div aria-hidden="true" class="indicator" part="indicator">
|