superdesk-ui-framework 3.0.41 → 3.0.43
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/app/styles/_accessibility.scss +349 -310
- package/app/styles/_alerts.scss +102 -71
- package/app/styles/_animations.scss +29 -16
- package/app/styles/_avatar.scss +159 -140
- package/app/styles/_badge.scss +11 -5
- package/app/styles/_big-icon-font.scss +21 -9
- package/app/styles/_boxed-list.scss +72 -47
- package/app/styles/_buttons.scss +266 -177
- package/app/styles/_carousel.scss +58 -45
- package/app/styles/_content-divider.scss +28 -2
- package/app/styles/_drag-drop.scss +3 -0
- package/app/styles/_empty-states.scss +21 -13
- package/app/styles/_hamburger.scss +142 -144
- package/app/styles/_helpers.scss +297 -93
- package/app/styles/_icon-font.scss +75 -43
- package/app/styles/_icon-labels.scss +11 -1
- package/app/styles/_labels.scss +27 -14
- package/app/styles/_loaders.scss +2 -1
- package/app/styles/_master-desk.scss +67 -31
- package/app/styles/_mixins.scss +40 -20
- package/app/styles/_modals.scss +112 -56
- package/app/styles/_panel-info.scss +38 -34
- package/app/styles/_popover.scss +0 -1
- package/app/styles/_publisher-styles.scss +132 -122
- package/app/styles/_sd-tag-input.scss +104 -24
- package/app/styles/_simple-list.scss +89 -66
- package/app/styles/_spinner.scss +24 -17
- package/app/styles/_table-list.scss +114 -80
- package/app/styles/_tables.scss +14 -2
- package/app/styles/_tabs-vertical.scss +46 -43
- package/app/styles/_tabs.scss +97 -87
- package/app/styles/_tag-labels.scss +26 -11
- package/app/styles/_thumb-carousel.scss +37 -11
- package/app/styles/_toggle-box.scss +27 -7
- package/app/styles/_toggle-button.scss +5 -1
- package/app/styles/_tooltips.scss +284 -272
- package/app/styles/components/_card-item.scss +268 -192
- package/app/styles/components/_list-item.scss +261 -175
- package/app/styles/components/_sd-circular-progress.scss +109 -79
- package/app/styles/components/_sd-collapse-box.scss +45 -33
- package/app/styles/components/_sd-comment-box.scss +17 -12
- package/app/styles/components/_sd-dropzone.scss +32 -15
- package/app/styles/components/_sd-editor-popup.scss +29 -15
- package/app/styles/components/_sd-grid-item.scss +349 -237
- package/app/styles/components/_sd-loader.scss +1 -2
- package/app/styles/components/_sd-media-carousel.scss +119 -78
- package/app/styles/components/_sd-notification-panel.scss +2 -1
- package/app/styles/components/_sd-pagination.scss +27 -19
- package/app/styles/components/_sd-photo-preview.scss +82 -41
- package/app/styles/components/_sd-searchbar.scss +79 -51
- package/app/styles/components/_sd-toaster.scss +52 -30
- package/app/styles/components/_subnav.scss +230 -135
- package/app/styles/components/_theme-selector.scss +78 -53
- package/app/styles/components/sd-slider.scss +11 -7
- package/app/styles/design-tokens/_design-tokens-general.scss +31 -27
- package/app/styles/design-tokens/_new-colors.scss +3 -1
- package/app/styles/dropdowns/_basic-dropdown.scss +164 -86
- package/app/styles/dropdowns/_input-dropdown.scss +5 -2
- package/app/styles/dropdowns/_navigation_dropdown.scss +18 -4
- package/app/styles/dropdowns/_nested-dropdown.scss +11 -2
- package/app/styles/dropdowns/_other_dropdown.scss +9 -3
- package/app/styles/editor/_editor-buttons.scss +10 -6
- package/app/styles/editor/_editor-themes.scss +401 -350
- package/app/styles/form-elements/_autocomplete.scss +7 -1
- package/app/styles/form-elements/_checkbox.scss +230 -159
- package/app/styles/form-elements/_forms-general.scss +345 -285
- package/app/styles/form-elements/_input-preview.scss +15 -9
- package/app/styles/form-elements/_input-wrap.scss +77 -71
- package/app/styles/form-elements/_inputs.scss +668 -489
- package/app/styles/form-elements/_radio.scss +10 -5
- package/app/styles/form-elements/_switch.scss +27 -16
- package/app/styles/grids/_basic-grid.scss +83 -64
- package/app/styles/grids/_grid-layout.scss +301 -165
- package/app/styles/grids/_layout-grid.scss +85 -59
- package/app/styles/grids/_sd-kanban-list.scss +14 -4
- package/app/styles/interface-elements/_side-panel.scss +279 -200
- package/app/styles/layout/_basic-layout.scss +36 -34
- package/app/styles/layout/_container.scss +38 -31
- package/app/styles/layout/_editor.scss +57 -17
- package/app/styles/layout/_general.scss +81 -67
- package/app/styles/menus/_sd-bottom-tabs.scss +21 -12
- package/app/styles/menus/_sd-content-navigation.scss +20 -16
- package/app/styles/menus/_sd-left-navigation.scss +62 -49
- package/app/styles/menus/_sd-sidebar-menu.scss +365 -323
- package/app/styles/menus/_sd-top-menu.scss +16 -7
- package/app/styles/primereact/_pr-autocomplete.scss +2 -0
- package/app/styles/primereact/_pr-datepicker.scss +20 -7
- package/app/styles/primereact/_pr-dialog.scss +55 -47
- package/app/styles/primereact/_pr-dropdown.scss +27 -22
- package/app/styles/primereact/_pr-general.scss +3 -0
- package/app/styles/primereact/_pr-menu.scss +2 -1
- package/app/styles/primereact/_pr-skeleton.scss +1 -0
- package/app/styles/primereact/_pr-tag-input.scss +1 -0
- package/app/styles/variables/_colors.scss +168 -170
- package/app/styles/variables/_typography.scss +1 -2
- package/app-typescript/components/Form/InputWrapper.tsx +1 -1
- package/app-typescript/components/Menu.tsx +1 -1
- package/dist/examples.bundle.css +18 -16
- package/dist/examples.bundle.js +5 -7
- package/dist/superdesk-ui.bundle.css +4271 -3557
- package/dist/superdesk-ui.bundle.js +4 -6
- package/package.json +2 -2
- package/react/components/Form/InputWrapper.d.ts +1 -1
- package/react/components/Menu.js +1 -1
@@ -99629,7 +99629,7 @@ var Menu = /** @class */ (function (_super) {
|
|
99629
99629
|
if (firstMenuItem instanceof HTMLElement) {
|
99630
99630
|
firstMenuItem.focus();
|
99631
99631
|
}
|
99632
|
-
}, "data-test-id": "menu",
|
99632
|
+
}, "data-test-id": "menu", zIndex: (_a = this.props.zIndex) !== null && _a !== void 0 ? _a : superdeskTopBarZIndex }))));
|
99633
99633
|
};
|
99634
99634
|
return Menu;
|
99635
99635
|
}(React.Component));
|
@@ -99840,7 +99840,7 @@ var TieredMenu = /*#__PURE__*/function (_Component) {
|
|
99840
99840
|
key: "onEnter",
|
99841
99841
|
value: function onEnter() {
|
99842
99842
|
if (this.props.autoZIndex) {
|
99843
|
-
this.container.style.zIndex =
|
99843
|
+
this.container.style.zIndex = this.props.zIndex;
|
99844
99844
|
}
|
99845
99845
|
|
99846
99846
|
_DomHandler.default.absolutePosition(this.container, this.target);
|
@@ -100015,7 +100015,7 @@ _defineProperty(TieredMenu, "defaultProps", {
|
|
100015
100015
|
style: null,
|
100016
100016
|
className: null,
|
100017
100017
|
autoZIndex: true,
|
100018
|
-
|
100018
|
+
zIndex: 0,
|
100019
100019
|
appendTo: null,
|
100020
100020
|
onShow: null,
|
100021
100021
|
onHide: null
|
@@ -100028,7 +100028,7 @@ _defineProperty(TieredMenu, "propTypes", {
|
|
100028
100028
|
style: _propTypes.default.object,
|
100029
100029
|
className: _propTypes.default.string,
|
100030
100030
|
autoZIndex: _propTypes.default.bool,
|
100031
|
-
|
100031
|
+
zIndex: _propTypes.default.number,
|
100032
100032
|
appendTo: _propTypes.default.any,
|
100033
100033
|
onShow: _propTypes.default.func,
|
100034
100034
|
onHide: _propTypes.default.func,
|
@@ -117347,7 +117347,6 @@ _defineProperty(MultiSelect, "defaultProps", {
|
|
117347
117347
|
disabled: false,
|
117348
117348
|
showClear: false,
|
117349
117349
|
filter: false,
|
117350
|
-
filterBy: null,
|
117351
117350
|
filterMatchMode: 'contains',
|
117352
117351
|
filterPlaceholder: null,
|
117353
117352
|
filterLocale: undefined,
|
@@ -117389,7 +117388,6 @@ _defineProperty(MultiSelect, "propTypes", {
|
|
117389
117388
|
disabled: _propTypes.default.bool,
|
117390
117389
|
showClear: _propTypes.default.bool,
|
117391
117390
|
filter: _propTypes.default.bool,
|
117392
|
-
filterBy: _propTypes.default.string,
|
117393
117391
|
filterMatchMode: _propTypes.default.string,
|
117394
117392
|
filterPlaceholder: _propTypes.default.string,
|
117395
117393
|
filterLocale: _propTypes.default.string,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "superdesk-ui-framework",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.43",
|
4
4
|
"license": "AGPL-3.0",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"dependencies": {
|
94
94
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
95
95
|
"@popperjs/core": "^2.4.0",
|
96
|
-
"@superdesk/primereact": "^5.0.2-
|
96
|
+
"@superdesk/primereact": "^5.0.2-12",
|
97
97
|
"@superdesk/react-resizable-panels": "0.0.39",
|
98
98
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
99
99
|
"@types/node": "^14.10.2",
|
package/react/components/Menu.js
CHANGED
@@ -125,7 +125,7 @@ var Menu = /** @class */ (function (_super) {
|
|
125
125
|
if (firstMenuItem instanceof HTMLElement) {
|
126
126
|
firstMenuItem.focus();
|
127
127
|
}
|
128
|
-
}, "data-test-id": "menu",
|
128
|
+
}, "data-test-id": "menu", zIndex: (_a = this.props.zIndex) !== null && _a !== void 0 ? _a : superdeskTopBarZIndex }))));
|
129
129
|
};
|
130
130
|
return Menu;
|
131
131
|
}(React.Component));
|