@ni/nimble-components 20.17.6 → 20.17.7
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 +25 -5
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +23 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rich-text/editor/styles.js +29 -5
- package/dist/esm/rich-text/editor/styles.js.map +1 -1
- package/dist/esm/table/testing/table.pageobject.d.ts +1 -1
- package/dist/esm/table/testing/table.pageobject.js +9 -5
- package/dist/esm/table/testing/table.pageobject.js.map +1 -1
- package/package.json +2 -2
|
@@ -7170,6 +7170,7 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7170
7170
|
${""}
|
|
7171
7171
|
height: 82px;
|
|
7172
7172
|
--ni-private-rich-text-editor-footer-section-height: 40px;
|
|
7173
|
+
--ni-private-rich-text-editor-footer-section-border-top-width: 2px;
|
|
7173
7174
|
${""}
|
|
7174
7175
|
min-width: 360px;
|
|
7175
7176
|
}
|
|
@@ -7338,8 +7339,11 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7338
7339
|
display: flex;
|
|
7339
7340
|
justify-content: space-between;
|
|
7340
7341
|
flex-shrink: 0;
|
|
7341
|
-
border:
|
|
7342
|
-
border-top
|
|
7342
|
+
border: 0px;
|
|
7343
|
+
border-top: var(
|
|
7344
|
+
--ni-private-rich-text-editor-footer-section-border-top-width
|
|
7345
|
+
)
|
|
7346
|
+
solid rgba(${Na}, 0.1);
|
|
7343
7347
|
height: var(--ni-private-rich-text-editor-footer-section-height);
|
|
7344
7348
|
overflow: hidden;
|
|
7345
7349
|
}
|
|
@@ -7348,15 +7352,23 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7348
7352
|
display: none;
|
|
7349
7353
|
}
|
|
7350
7354
|
|
|
7351
|
-
|
|
7355
|
+
${FS}::part(positioning-region) {
|
|
7352
7356
|
background: transparent;
|
|
7353
7357
|
padding-right: 8px;
|
|
7358
|
+
box-sizing: border-box;
|
|
7359
|
+
gap: 0px;
|
|
7360
|
+
height: var(--ni-private-rich-text-editor-footer-section-height);
|
|
7354
7361
|
}
|
|
7355
7362
|
|
|
7356
|
-
|
|
7363
|
+
${FS}::part(start) {
|
|
7357
7364
|
gap: 8px;
|
|
7358
7365
|
}
|
|
7359
7366
|
|
|
7367
|
+
${Rh},
|
|
7368
|
+
${Nm} {
|
|
7369
|
+
height: ${el};
|
|
7370
|
+
}
|
|
7371
|
+
|
|
7360
7372
|
.footer-actions {
|
|
7361
7373
|
display: flex;
|
|
7362
7374
|
justify-content: flex-end;
|
|
@@ -7365,6 +7377,13 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7365
7377
|
place-items: center;
|
|
7366
7378
|
}
|
|
7367
7379
|
|
|
7380
|
+
::slotted(${Rh}),
|
|
7381
|
+
::slotted(${Nm}),
|
|
7382
|
+
::slotted(${"nimble-anchor-button"}),
|
|
7383
|
+
::slotted(${gv}) {
|
|
7384
|
+
height: ${el};
|
|
7385
|
+
}
|
|
7386
|
+
|
|
7368
7387
|
:host([error-visible]) .error-icon {
|
|
7369
7388
|
display: none;
|
|
7370
7389
|
}
|