@brightspot/ui 6.3.0 → 6.3.2-pr.309
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/CodeMirror.css +9 -9
- package/src/legacy/tool-ui/src/ComboInput.css +4 -0
- package/src/legacy/tool-ui/src/ContentEdit.css +2 -1
- package/src/legacy/tool-ui/src/Global.d.ts +2 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/{RTEProseMirror.1407c7815b605e9c9e5c.js → RTEProseMirror.94bb2bfda58abfdd894e.js} +2 -2
- package/src/legacy/tool-ui/src/main/webapp/dist/v4.05d6a78ae435b930dd53.css +3 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/{v4.447a0e68294d13059714.js → v4.cb024eef14914807528c.js} +3 -3
- package/src/legacy/tool-ui/src/main/webapp/dist/{v5.4b881dc40345f5053736.js → v5.10d2a7f1cabee072b6a1.js} +3 -3
- package/src/legacy/tool-ui/src/main/webapp/dist/v5.e1e83f5e0cd06ad0280c.css +5 -0
- package/src/legacy/tool-ui/src/main/webapp/v4/ComboInput.less +7 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/v4.b1e9f6ac0449331711fc.css +0 -3
- package/src/legacy/tool-ui/src/main/webapp/dist/v5.c4249c5b01957c28ff92.css +0 -5
- /package/src/legacy/tool-ui/src/main/webapp/dist/{RTEProseMirror.1407c7815b605e9c9e5c.js.LICENSE.txt → RTEProseMirror.94bb2bfda58abfdd894e.js.LICENSE.txt} +0 -0
- /package/src/legacy/tool-ui/src/main/webapp/dist/{v4.447a0e68294d13059714.js.LICENSE.txt → v4.cb024eef14914807528c.js.LICENSE.txt} +0 -0
- /package/src/legacy/tool-ui/src/main/webapp/dist/{v5.4b881dc40345f5053736.js.LICENSE.txt → v5.10d2a7f1cabee072b6a1.js.LICENSE.txt} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1788964545042,"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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.CodeMirror {
|
|
2
|
-
@apply h-auto rounded-lg border border-gray-300 bg-white !text-gray-900 transition hover
|
|
2
|
+
@apply h-auto rounded-lg border border-gray-300 !bg-white !text-gray-900 transition hover:!bg-gray-100;
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
5
|
Bound :has() invalidation. CM mutates inner DOM per keystroke; without
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
|
|
17
17
|
.CodeMirror-scrollbar-filler,
|
|
18
18
|
.CodeMirror-gutter-filler {
|
|
19
|
-
@apply bg-white;
|
|
19
|
+
@apply !bg-white;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.CodeMirror-gutters {
|
|
23
|
-
@apply border-e-gray-300 bg-gray-50;
|
|
23
|
+
@apply !border-e-gray-300 !bg-gray-50;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.CodeMirror-linenumber {
|
|
@@ -28,23 +28,23 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.CodeMirror-guttermarker {
|
|
31
|
-
@apply text-gray-900;
|
|
31
|
+
@apply !text-gray-900;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.CodeMirror-guttermarker-subtle {
|
|
35
|
-
@apply text-gray-500;
|
|
35
|
+
@apply !text-gray-500;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.CodeMirror-cursor {
|
|
39
|
-
@apply border-s-[2px] border-s-primary-600;
|
|
39
|
+
@apply !border-s-[2px] !border-s-primary-600;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
43
|
-
@apply border-s-gray-200;
|
|
43
|
+
@apply !border-s-gray-200;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
47
|
-
@apply bg-success-200;
|
|
47
|
+
@apply !bg-success-200;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.cm-fat-cursor-mark {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.CodeMirror-ruler {
|
|
59
|
-
@apply border-s-gray-200;
|
|
59
|
+
@apply !border-s-gray-200;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.cm-s-default .cm-header {
|
|
@@ -367,8 +367,9 @@
|
|
|
367
367
|
@apply !blokk;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
/* Hug the device width (plus borders) when it fits so the iframe renders unscaled. */
|
|
370
371
|
& .PreviewFrame-typeDisplay {
|
|
371
|
-
@apply [grid-area:preview] [grid-column:container-start/container-end];
|
|
372
|
+
@apply w-[min(100%,calc(var(--ContentEdit-previewWidth,100%)_+_2px))] justify-self-center [grid-area:preview] [grid-column:container-start/container-end];
|
|
372
373
|
}
|
|
373
374
|
|
|
374
375
|
& .PreviewFrame-typeControls .ComboInput:not(:has(~ .ComboInput)) {
|