@arkitektbedriftene/fe-lib 0.4.14 → 0.4.16
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/{Checkbox-c1a7867d.js → Checkbox-38e85f9b.js} +1 -1
- package/dist/rich-text/Toolbar/InsertSelector.d.ts +2 -0
- package/dist/rich-text/rich-text.d.ts +1 -0
- package/dist/rich-text.es.js +335 -311
- package/dist/ui/components/Form/Select.d.ts +5 -5
- package/dist/ui.es.js +27 -31
- package/package.json +1 -1
|
@@ -3707,7 +3707,7 @@ const ge = W("div"), Rt = Ln(
|
|
|
3707
3707
|
"&:hover": {},
|
|
3708
3708
|
border: t ? "1px solid var(--colors-blue300)" : "1px solid var(--colors-gray300)",
|
|
3709
3709
|
outline: "none",
|
|
3710
|
-
borderRadius: "var(--radii-
|
|
3710
|
+
borderRadius: "var(--radii-md)",
|
|
3711
3711
|
boxShadow: t ? "0 0 0 4px var(--colors-blue100)" : "none"
|
|
3712
3712
|
}),
|
|
3713
3713
|
menu: (e) => ({
|
|
@@ -4,6 +4,7 @@ export * from './Editor';
|
|
|
4
4
|
export * from './editorContext';
|
|
5
5
|
export * from './styles';
|
|
6
6
|
export * from './Toolbar/Toolbar';
|
|
7
|
+
export * from './Toolbar/InsertSelector';
|
|
7
8
|
export * from './Plugins/TableEditPlugin';
|
|
8
9
|
export * from './Plugins/LinkInsertPlugin';
|
|
9
10
|
export * from './Plugins/LinkEditPlugin';
|