@ni/nimble-components 20.4.0 → 20.4.1
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 +1 -10
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +0 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rich-text/editor/styles.js +0 -9
- package/dist/esm/rich-text/editor/styles.js.map +1 -1
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.d.ts +0 -2
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js +0 -9
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js.map +1 -1
- package/dist/esm/src/rich-text/editor/testing/rich-text-editor.pageobject.d.ts +0 -2
- package/package.json +1 -1
|
@@ -16288,7 +16288,7 @@
|
|
|
16288
16288
|
|
|
16289
16289
|
/**
|
|
16290
16290
|
* Do not edit directly
|
|
16291
|
-
* Generated on
|
|
16291
|
+
* Generated on Wed, 20 Sep 2023 02:32:58 GMT
|
|
16292
16292
|
*/
|
|
16293
16293
|
|
|
16294
16294
|
const Information100DarkUi = "#a46eff";
|
|
@@ -45316,15 +45316,6 @@ img.ProseMirror-separator {
|
|
|
45316
45316
|
gap: ${standardPadding};
|
|
45317
45317
|
place-items: center;
|
|
45318
45318
|
}
|
|
45319
|
-
${
|
|
45320
|
-
/**
|
|
45321
|
-
* Restricting the pointer-events for the slot="start" where the icon is rendered.
|
|
45322
|
-
* This can be removed after the below issue is fixed.
|
|
45323
|
-
* https://github.com/ni/nimble/issues/1422
|
|
45324
|
-
*/ ''}
|
|
45325
|
-
nimble-toggle-button::part(start) {
|
|
45326
|
-
pointer-events: none;
|
|
45327
|
-
}
|
|
45328
45319
|
|
|
45329
45320
|
:host([error-visible]) .error-icon {
|
|
45330
45321
|
display: none;
|