@ni/nimble-components 34.8.4 → 34.8.6
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 +0 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chip/template.js +0 -1
- package/dist/esm/chip/template.js.map +1 -1
- package/dist/esm/patterns/dropdown/styles.js +0 -1
- package/dist/esm/patterns/dropdown/styles.js.map +1 -1
- package/dist/esm/table-column/menu-button/cell-view/templates.js +0 -1
- package/dist/esm/table-column/menu-button/cell-view/templates.js.map +1 -1
- package/dist/esm/table-column/mixins/custom-sort-order.js.map +1 -1
- package/dist/esm/table-column/mixins/fractional-width-column.js.map +1 -1
- package/dist/esm/table-column/mixins/groupable-column.js.map +1 -1
- package/dist/esm/table-column/mixins/placeholder.js.map +1 -1
- package/dist/esm/table-column/mixins/sortable-column.js.map +1 -1
- package/dist/esm/text-field/styles.js +0 -1
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -20883,7 +20883,6 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
20883
20883
|
frameless: 'frameless'
|
|
20884
20884
|
};
|
|
20885
20885
|
|
|
20886
|
-
// prettier-ignore
|
|
20887
20886
|
const styles$K = css `
|
|
20888
20887
|
${display('inline-flex')}
|
|
20889
20888
|
|
|
@@ -76490,7 +76489,6 @@ focus outline in that case.
|
|
|
76490
76489
|
/** @internal */
|
|
76491
76490
|
const cellViewMenuSlotName = 'menu-button-menu';
|
|
76492
76491
|
|
|
76493
|
-
// prettier-ignore
|
|
76494
76492
|
const template$8 = html `
|
|
76495
76493
|
${when(x => x.showMenuButton, html `
|
|
76496
76494
|
<${menuButtonTag}
|
|
@@ -77836,7 +77834,6 @@ focus outline in that case.
|
|
|
77836
77834
|
frameless: 'frameless'
|
|
77837
77835
|
};
|
|
77838
77836
|
|
|
77839
|
-
// prettier-ignore
|
|
77840
77837
|
const styles$5 = css `
|
|
77841
77838
|
${display('inline-block')}
|
|
77842
77839
|
${styles$N}
|