@uva-glass/component-library 3.47.8 → 3.48.0
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/RteEditor.module-SmmXEc4R.js +36 -0
- package/dist/RteEditor.module-SmmXEc4R.js.map +1 -0
- package/dist/{TablePlugin-CfTWvWk1.js → TablePlugin-Cvw0NmoH.js} +2 -2
- package/dist/{TablePlugin-CfTWvWk1.js.map → TablePlugin-Cvw0NmoH.js.map} +1 -1
- package/dist/WeekSelector.module-D9MD4nVJ.js +17 -0
- package/dist/WeekSelector.module-D9MD4nVJ.js.map +1 -0
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/WeekSelector.css +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +2 -2
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/WeekSelector/WeekSelector.d.ts +6 -1
- package/dist/components/WeekSelector/WeekSelector.js +83 -69
- package/dist/components/WeekSelector/WeekSelector.js.map +1 -1
- package/dist/components/WeekSelector/WeekSelector.stories.d.ts +1 -0
- package/dist/components/WeekSelector/WeekSelector.stories.js +106 -36
- package/dist/components/WeekSelector/WeekSelector.stories.js.map +1 -1
- package/dist/components/WeekSelector/components/WeekSelectorButton.js +1 -1
- package/dist/components/WeekSelector/components/WeekSelectorOption.js +1 -1
- package/dist/components/WeekSelector/components/WeekSelectorOption.js.map +1 -1
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.d.ts +3 -3
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js +11 -22
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -5
- package/dist/RteEditor.module-CovRFt0S.js +0 -34
- package/dist/RteEditor.module-CovRFt0S.js.map +0 -1
- package/dist/WeekSelector.module-P6WOVdLX.js +0 -17
- package/dist/WeekSelector.module-P6WOVdLX.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ import { Label as so } from "./components/Label/Label.js";
|
|
|
36
36
|
import { MenuLink as Co } from "./components/MenuLink/MenuLink.js";
|
|
37
37
|
import { MetaDataList as Fo } from "./components/MetaDataList/MetaDataList.js";
|
|
38
38
|
import { ModalDialog as Mo } from "./components/ModalDialog/ModalDialog.js";
|
|
39
|
-
import { M as Lo } from "./TablePlugin-
|
|
39
|
+
import { M as Lo } from "./TablePlugin-Cvw0NmoH.js";
|
|
40
40
|
import { MultiSelectBox as Ro } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
41
41
|
import { Notification as yo } from "./components/Notification/Notification.js";
|
|
42
42
|
import { OverlayCloseButton as To } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.48.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -45,10 +45,11 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@commitlint/cli": "^20.1.0",
|
|
47
47
|
"@commitlint/config-conventional": "^20.0.0",
|
|
48
|
-
"@react-aria/button": "^3.14.
|
|
49
|
-
"@react-aria/dialog": "^3.5.
|
|
50
|
-
"@react-aria/
|
|
51
|
-
"@react-
|
|
48
|
+
"@react-aria/button": "^3.14.2",
|
|
49
|
+
"@react-aria/dialog": "^3.5.31",
|
|
50
|
+
"@react-aria/focus": "^3.21.1",
|
|
51
|
+
"@react-aria/overlays": "^3.30.0",
|
|
52
|
+
"@react-types/dialog": "^3.5.22",
|
|
52
53
|
"@semantic-release/git": "^10.0.1",
|
|
53
54
|
"@semantic-release/gitlab": "^13.2.9",
|
|
54
55
|
"@semantic-release/npm": "^12.0.2",
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import './assets/RteEditor.css';const t = "_editor__container_1hmqh_1", _ = "_editor__header_1hmqh_7", e = "_editor_1hmqh_1", o = "_editor__field_1hmqh_36", i = "_editor__toolbar_1hmqh_40", r = "_editor__placeholder_1hmqh_170", d = {
|
|
2
|
-
editor__container: t,
|
|
3
|
-
editor__header: _,
|
|
4
|
-
"editor__header-word-count": "_editor__header-word-count_1hmqh_15",
|
|
5
|
-
"editor__header-word-count--alert": "_editor__header-word-count--alert_1hmqh_24",
|
|
6
|
-
editor: e,
|
|
7
|
-
editor__field: o,
|
|
8
|
-
editor__toolbar: i,
|
|
9
|
-
"editor__toolbar-button-group": "_editor__toolbar-button-group_1hmqh_49",
|
|
10
|
-
"editor__toolbar-button": "_editor__toolbar-button_1hmqh_49",
|
|
11
|
-
"editor__toolbar-button--active": "_editor__toolbar-button--active_1hmqh_80",
|
|
12
|
-
"editor__toolbar-button--bold": "_editor__toolbar-button--bold_1hmqh_100",
|
|
13
|
-
"editor__toolbar-button--italic": "_editor__toolbar-button--italic_1hmqh_104",
|
|
14
|
-
"editor__toolbar-button-flyoutwrapper": "_editor__toolbar-button-flyoutwrapper_1hmqh_123",
|
|
15
|
-
"editor__field-wrapper": "_editor__field-wrapper_1hmqh_127",
|
|
16
|
-
editor__placeholder: r,
|
|
17
|
-
"guide-text-ltr": "_guide-text-ltr_1hmqh_180",
|
|
18
|
-
"guide-text-rtl": "_guide-text-rtl_1hmqh_184",
|
|
19
|
-
"guide-text-paragraph": "_guide-text-paragraph_1hmqh_188",
|
|
20
|
-
"guide-text__text--bold": "_guide-text__text--bold_1hmqh_193",
|
|
21
|
-
"guide-text__text--italic": "_guide-text__text--italic_1hmqh_197",
|
|
22
|
-
"guide-text__list--ul": "_guide-text__list--ul_1hmqh_201",
|
|
23
|
-
"guide-text__list--ol": "_guide-text__list--ol_1hmqh_202",
|
|
24
|
-
"guide-text__list--listitem": "_guide-text__list--listitem_1hmqh_214",
|
|
25
|
-
"guide-text__list--nested-listitem": "_guide-text__list--nested-listitem_1hmqh_223",
|
|
26
|
-
"guide-text__list--ul2": "_guide-text__list--ul2_1hmqh_233",
|
|
27
|
-
"guide-text__list--ul3": "_guide-text__list--ul3_1hmqh_237",
|
|
28
|
-
"guide-text__list--ul4": "_guide-text__list--ul4_1hmqh_241",
|
|
29
|
-
"guide-text__list--ul5": "_guide-text__list--ul5_1hmqh_245"
|
|
30
|
-
};
|
|
31
|
-
export {
|
|
32
|
-
d as s
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=RteEditor.module-CovRFt0S.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RteEditor.module-CovRFt0S.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import './assets/WeekSelector.css';const e = {
|
|
2
|
-
"week-selector": "_week-selector_shpxu_1",
|
|
3
|
-
"week-selector-button": "_week-selector-button_shpxu_5",
|
|
4
|
-
"week-selector-option-container": "_week-selector-option-container_shpxu_26",
|
|
5
|
-
"week-selector-option-header": "_week-selector-option-header_shpxu_40",
|
|
6
|
-
"week-selector-option-table": "_week-selector-option-table_shpxu_47",
|
|
7
|
-
"week-selector-option-table-labels": "_week-selector-option-table-labels_shpxu_52",
|
|
8
|
-
"week-selector-option-week-grid": "_week-selector-option-week-grid_shpxu_53",
|
|
9
|
-
"week-selector-option-table-label": "_week-selector-option-table-label_shpxu_52",
|
|
10
|
-
"week-selector-option-week-row": "_week-selector-option-week-row_shpxu_76",
|
|
11
|
-
"week-selector-option-week": "_week-selector-option-week_shpxu_53",
|
|
12
|
-
"week-selector-option-week--selected": "_week-selector-option-week--selected_shpxu_113"
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
e as s
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=WeekSelector.module-P6WOVdLX.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekSelector.module-P6WOVdLX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|