@brightspot/ui 6.0.7-pr.257 → 6.0.7-pr.258.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/storybook/project.json +1 -1
- package/package.json +1 -1
- package/src/legacy/tool-ui/src/ContentEdit.css +1 -2
- package/src/legacy/tool-ui/src/MenuView.css +2 -1
- package/src/legacy/tool-ui/src/main/webapp/dist/RTEProseMirror.6f5667218d9ef4b86225.js +500 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/{v4.ccaecf4dcd4a5ef566ba.js → v4.59a9c5e0617875652138.js} +3 -3
- package/src/legacy/tool-ui/src/main/webapp/dist/{v5.ad184428867c25d8de63.js → v5.6855e0fccfcb3e98cb1c.js} +3 -3
- package/src/legacy/tool-ui/src/main/webapp/dist/v5.9e647aa52bd7a7fbf833.css +5 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/RTEProseMirror.0a65e49ab3de7864f9f8.js +0 -500
- package/src/legacy/tool-ui/src/main/webapp/dist/v5.a1c7bb0d1fe3a7ccfa4c.css +0 -5
- /package/src/legacy/tool-ui/src/main/webapp/dist/{RTEProseMirror.0a65e49ab3de7864f9f8.js.LICENSE.txt → RTEProseMirror.6f5667218d9ef4b86225.js.LICENSE.txt} +0 -0
- /package/src/legacy/tool-ui/src/main/webapp/dist/{v4.ccaecf4dcd4a5ef566ba.js.LICENSE.txt → v4.59a9c5e0617875652138.js.LICENSE.txt} +0 -0
- /package/src/legacy/tool-ui/src/main/webapp/dist/{v5.ad184428867c25d8de63.js.LICENSE.txt → v5.6855e0fccfcb3e98cb1c.js.LICENSE.txt} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1787587689451,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"knownPackages":{"testPackages":{"@storybook/addon-vitest":"10.2.12","@vitest/browser-playwright":"4.0.18","playwright":"1.58.2","vitest":"4.0.18"},"stylingPackages":{"tailwindcss":"^3.4.13","autoprefixer":"10.4.21"}},"hasRouterPackage":false,"packageManager":{"type":"yarn","agent":"yarn","nodeLinker":"undefined"},"preview":{"usesGlobals":true},"framework":{"name":"@storybook/web-components-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/web-components","portableStoriesFileCount":0,"applicationFileCount":6,"storybookVersion":"10.2.12","storybookVersionSpecifier":"10.2.12","language":"typescript","storybookPackages":{"@storybook/addon-themes":{"version":"10.2.12"},"@storybook/web-components-vite":{"version":"10.2.12"},"@wc-toolkit/storybook-helpers":{"version":"10.0.0"},"eslint-plugin-storybook":{"version":"10.0.7"},"storybook":{}},"addons":{"@storybook/addon-docs":{"version":"10.2.12"},"@storybook/addon-vitest":{"version":"10.2.12"}},"packageJsonType":"module"}
|
package/package.json
CHANGED
|
@@ -367,9 +367,8 @@
|
|
|
367
367
|
@apply !blokk;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
/* Hug the device width (plus borders) when it fits so the iframe renders unscaled. */
|
|
371
370
|
& .PreviewFrame-typeDisplay {
|
|
372
|
-
@apply
|
|
371
|
+
@apply [grid-area:preview] [grid-column:container-start/container-end];
|
|
373
372
|
}
|
|
374
373
|
|
|
375
374
|
& .PreviewFrame-typeControls .ComboInput:not(:has(~ .ComboInput)) {
|
|
@@ -114,7 +114,8 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.CIG-wordCount {
|
|
117
|
-
|
|
117
|
+
/* pointer-events-none keeps the status box from swallowing clicks meant for the overflow button beneath it */
|
|
118
|
+
@apply pointer-events-none absolute end-3 top-1.5 z-10 opacity-100;
|
|
118
119
|
|
|
119
120
|
/* Override inline styles from JS */
|
|
120
121
|
@apply [--ProseMirror-wordCountSpacingWithOneIcon:52px] [--ProseMirror-wordCountSpacingWithThreeIcons:120px] [--ProseMirror-wordCountSpacingWithTwoIcons:85px];
|