@uva-glass/component-library 1.50.0 → 1.50.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/Lexical.prod-DSsdOWxu.js +4043 -0
- package/dist/Lexical.prod-DSsdOWxu.js.map +1 -0
- package/dist/ListPlugin-Bu2AbCDB.js +643 -0
- package/dist/ListPlugin-Bu2AbCDB.js.map +1 -0
- package/dist/RteEditor.module-RkKUrkOO.js +21 -0
- package/dist/RteEditor.module-RkKUrkOO.js.map +1 -0
- package/dist/assets/RteEditor.css +1 -0
- package/dist/components/Icon/icons/index.d.ts +12 -0
- package/dist/components/Icon/icons/index.js +93 -73
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.d.ts +6 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +32 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.d.ts +6 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +11 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +38 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/index.d.ts +3 -0
- package/dist/components/RteEditor/Plugins/index.js +9 -0
- package/dist/components/RteEditor/Plugins/index.js.map +1 -0
- package/dist/components/RteEditor/RteEditor.d.ts +7 -0
- package/dist/components/RteEditor/RteEditor.js +833 -0
- package/dist/components/RteEditor/RteEditor.js.map +1 -0
- package/dist/components/RteEditor/RteEditor.stories.d.ts +6 -0
- package/dist/components/RteEditor/RteEditor.stories.js +40 -0
- package/dist/components/RteEditor/RteEditor.stories.js.map +1 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +11 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +16 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -0
- package/dist/components/RteEditor/UvaTheme/index.d.ts +1 -0
- package/dist/components/RteEditor/UvaTheme/index.js +5 -0
- package/dist/components/RteEditor/UvaTheme/index.js.map +1 -0
- package/dist/components/RteEditor/index.d.ts +1 -0
- package/dist/components/RteEditor/index.js +5 -0
- package/dist/components/RteEditor/index.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +23 -21
- package/dist/components/index.js.map +1 -1
- package/dist/index-DsprzSCj.js +19067 -0
- package/dist/index-DsprzSCj.js.map +1 -0
- package/dist/index.js +23 -21
- package/dist/index.js.map +1 -1
- package/dist/{react-18-m8Z-Ep7B.js → react-18-C0Aiha-e.js} +2 -2
- package/dist/{react-18-m8Z-Ep7B.js.map → react-18-C0Aiha-e.js.map} +1 -1
- package/dist/storybook__react.d.js +1993 -1
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +22 -16
- package/dist/storybook__react.d-fgYZl9aD.js +0 -21053
- package/dist/storybook__react.d-fgYZl9aD.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -12,11 +12,11 @@ import { CheckboxButtonBar as F } from "./components/CheckboxButtonBar/CheckboxB
|
|
|
12
12
|
import { CheckboxTree as D } from "./components/CheckboxTree/CheckboxTree.js";
|
|
13
13
|
import { Drawer as P } from "./components/Drawer/Drawer.js";
|
|
14
14
|
import { EmptyStateDataDisplay as A } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
15
|
-
import { FeedbackBox as
|
|
15
|
+
import { FeedbackBox as g } from "./components/FeedbackBox/FeedbackBox.js";
|
|
16
16
|
import { FieldHint as v } from "./components/FieldHint/FieldHint.js";
|
|
17
|
-
import { Fieldset as
|
|
18
|
-
import { FormField as
|
|
19
|
-
import { GridRow as
|
|
17
|
+
import { Fieldset as E } from "./components/Fieldset/Fieldset.js";
|
|
18
|
+
import { FormField as H } from "./components/FormField/FormField.js";
|
|
19
|
+
import { GridRow as z } from "./components/GridRow/GridRow.js";
|
|
20
20
|
import { HorizontalList as O } from "./components/HorizontalList/HorizontalList.js";
|
|
21
21
|
import { Icon as q } from "./components/Icon/Icon.js";
|
|
22
22
|
import { IconButton as K } from "./components/IconButton/IconButton.js";
|
|
@@ -35,12 +35,13 @@ import { PeriodSelector as so } from "./components/PeriodSelector/PeriodSelector
|
|
|
35
35
|
import { ProgrammeCard as So } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
36
36
|
import { RadioButton as ko } from "./components/RadioButton/RadioButton.js";
|
|
37
37
|
import { Repeater as Mo } from "./components/Repeater/Repeater.js";
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
38
|
+
import { RteEditor as Lo } from "./components/RteEditor/RteEditor.js";
|
|
39
|
+
import { SectionNotification as Io } from "./components/SectionNotification/SectionNotification.js";
|
|
40
|
+
import { SelectListbox as ho } from "./components/SelectListbox/SelectListbox.js";
|
|
41
|
+
import { SelectProvider as Ro, useSelect as go } from "./components/SelectListbox/SelectProvider.js";
|
|
42
|
+
import { Spinner as vo } from "./components/Spinner/Spinner.js";
|
|
43
|
+
import { StatusPill as Eo } from "./components/StatusPill/StatusPill.js";
|
|
44
|
+
import { Tooltip as Ho } from "./components/Tooltip/Tooltip.js";
|
|
44
45
|
export {
|
|
45
46
|
t as Accordion,
|
|
46
47
|
p as ActionList,
|
|
@@ -56,11 +57,11 @@ export {
|
|
|
56
57
|
D as CheckboxTree,
|
|
57
58
|
P as Drawer,
|
|
58
59
|
A as EmptyStateDataDisplay,
|
|
59
|
-
|
|
60
|
+
g as FeedbackBox,
|
|
60
61
|
v as FieldHint,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
E as Fieldset,
|
|
63
|
+
H as FormField,
|
|
64
|
+
z as GridRow,
|
|
64
65
|
O as HorizontalList,
|
|
65
66
|
q as Icon,
|
|
66
67
|
K as IconButton,
|
|
@@ -79,12 +80,13 @@ export {
|
|
|
79
80
|
So as ProgrammeCard,
|
|
80
81
|
ko as RadioButton,
|
|
81
82
|
Mo as Repeater,
|
|
82
|
-
Lo as
|
|
83
|
-
Io as
|
|
84
|
-
ho as
|
|
85
|
-
|
|
86
|
-
vo as
|
|
87
|
-
|
|
88
|
-
|
|
83
|
+
Lo as RteEditor,
|
|
84
|
+
Io as SectionNotification,
|
|
85
|
+
ho as SelectListbox,
|
|
86
|
+
Ro as SelectProvider,
|
|
87
|
+
vo as Spinner,
|
|
88
|
+
Eo as StatusPill,
|
|
89
|
+
Ho as Tooltip,
|
|
90
|
+
go as useSelect
|
|
89
91
|
};
|
|
90
92
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i from "react";
|
|
2
|
-
import { r as R } from "./
|
|
2
|
+
import { r as R } from "./index-DsprzSCj.js";
|
|
3
3
|
var u, n = R;
|
|
4
4
|
if (process.env.NODE_ENV === "production")
|
|
5
5
|
u = n.createRoot, n.hydrateRoot;
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
f as renderElement,
|
|
50
50
|
p as unmountElement
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=react-18-
|
|
52
|
+
//# sourceMappingURL=react-18-C0Aiha-e.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-18-
|
|
1
|
+
{"version":3,"file":"react-18-C0Aiha-e.js","sources":["../node_modules/react-dom/client.js","../node_modules/@storybook/react-dom-shim/dist/react-18.mjs"],"sourcesContent":["'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n","import * as React from 'react';\nimport * as ReactDOM from 'react-dom/client';\n\nvar nodes=new Map;function getIsReactActEnvironment(){return globalThis.IS_REACT_ACT_ENVIRONMENT}var WithCallback=({callback,children})=>{let once=React.useRef();return React.useLayoutEffect(()=>{once.current!==callback&&(once.current=callback,callback());},[callback]),children};typeof Promise.withResolvers>\"u\"&&(Promise.withResolvers=()=>{let resolve=null,reject=null;return {promise:new Promise((res,rej)=>{resolve=res,reject=rej;}),resolve,reject}});var renderElement=async(node,el,rootOptions)=>{let root=await getReactRoot(el,rootOptions);if(getIsReactActEnvironment()){root.render(node);return}let{promise,resolve}=Promise.withResolvers();return root.render(React.createElement(WithCallback,{callback:resolve},node)),promise},unmountElement=(el,shouldUseNewRootApi)=>{let root=nodes.get(el);root&&(root.unmount(),nodes.delete(el));},getReactRoot=async(el,rootOptions)=>{let root=nodes.get(el);return root||(root=ReactDOM.createRoot(el,rootOptions),nodes.set(el,root)),root};\n\nexport { renderElement, unmountElement };\n"],"names":["m","require$$0","createRoot","i","c","o","nodes","getIsReactActEnvironment","WithCallback","callback","children","once","React","resolve","reject","res","rej","renderElement","node","el","rootOptions","root","getReactRoot","promise","unmountElement","shouldUseNewRootApi","ReactDOM.createRoot"],"mappings":";;OAEIA,IAAIC;AACR,IAAI,QAAQ,IAAI,aAAa;AAC3B,EAAAC,IAAqBF,EAAE,YACDA,EAAE;AAAA,KACnB;AACL,MAAIG,IAAIH,EAAE;AACV,EAAAE,IAAqB,SAASE,GAAGC,GAAG;AAClC,IAAAF,EAAE,wBAAwB;AAC1B,QAAI;AACF,aAAOH,EAAE,WAAWI,GAAGC,CAAC;AAAA,IAC9B,UAAc;AACR,MAAAF,EAAE,wBAAwB;AAAA,IAC3B;AAAA,EACL;AASA;ACrBA,IAAIG,IAAM,oBAAI;AAAI,SAASC,IAA0B;AAAC,SAAO,WAAW;AAAwB;AAAC,IAAIC,IAAa,CAAC,EAAC,UAAAC,GAAS,UAAAC,EAAQ,MAAI;AAAC,MAAIC,IAAKC,EAAM,OAAQ;AAAC,SAAOA,EAAM,gBAAgB,MAAI;AAAC,IAAAD,EAAK,YAAUF,MAAWE,EAAK,UAAQF,GAASA,EAAQ;AAAA,EAAI,GAAE,CAACA,CAAQ,CAAC,GAAEC;AAAQ;AAAE,OAAO,QAAQ,gBAAc,QAAM,QAAQ,gBAAc,MAAI;AAAC,MAAIG,IAAQ,MAAKC,IAAO;AAAK,SAAO,EAAC,SAAQ,IAAI,QAAQ,CAACC,GAAIC,MAAM;AAAC,IAAAH,IAAQE,GAAID,IAAOE;AAAA,EAAI,CAAC,GAAE,SAAAH,GAAQ,QAAAC,EAAM;AAAC;AAAM,IAACG,IAAc,OAAMC,GAAKC,GAAGC,MAAc;AAAC,MAAIC,IAAK,MAAMC,EAAaH,GAAGC,CAAW;AAAE,MAAGb,EAA0B,GAAC;AAAC,IAAAc,EAAK,OAAOH,CAAI;AAAE;AAAA,EAAM;AAAC,MAAG,EAAC,SAAAK,GAAQ,SAAAV,EAAO,IAAE,QAAQ,cAAa;AAAG,SAAOQ,EAAK,OAAOT,EAAM,cAAcJ,GAAa,EAAC,UAASK,EAAO,GAAEK,CAAI,CAAC,GAAEK;AAAO,GAAEC,IAAe,CAACL,GAAGM,MAAsB;AAAC,MAAIJ,IAAKf,EAAM,IAAIa,CAAE;AAAE,EAAAE,MAAOA,EAAK,WAAUf,EAAM,OAAOa,CAAE;AAAG,GAAEG,IAAa,OAAMH,GAAGC,MAAc;AAAC,MAAIC,IAAKf,EAAM,IAAIa,CAAE;AAAE,SAAOE,MAAOA,IAAKK,EAAoBP,GAAGC,CAAW,GAAEd,EAAM,IAAIa,GAAGE,CAAI,IAAGA;AAAI;","x_google_ignoreList":[0,1]}
|