superdesk-ui-framework 3.1.19 → 3.1.21
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/_helpers.scss
CHANGED
@@ -1743,7 +1743,7 @@ h6 {
|
|
1743
1743
|
// it doesn't work if the element has set flex-grow: 1;
|
1744
1744
|
@mixin line-clamp-base {
|
1745
1745
|
overflow: hidden;
|
1746
|
-
display: -webkit-box;
|
1746
|
+
display: -webkit-box !important;
|
1747
1747
|
-webkit-box-orient: vertical;
|
1748
1748
|
}
|
1749
1749
|
.sd-line-clamp--1,
|
@@ -24,7 +24,7 @@
|
|
24
24
|
padding: 1rem;
|
25
25
|
position: relative;
|
26
26
|
display: grid;
|
27
|
-
grid-template-columns: repeat(
|
27
|
+
grid-template-columns: repeat(3, minmax(9rem, 1fr));
|
28
28
|
}
|
29
29
|
|
30
30
|
.select-grid__item {
|
@@ -76,4 +76,4 @@
|
|
76
76
|
margin-block-start: 0;
|
77
77
|
}
|
78
78
|
}
|
79
|
-
}
|
79
|
+
}
|
package/dist/examples.bundle.js
CHANGED
@@ -185269,7 +185269,7 @@ exports.ThreePaneLayoutPattern = ThreePaneLayoutPattern;
|
|
185269
185269
|
/* 935 */
|
185270
185270
|
/***/ (function(module, exports) {
|
185271
185271
|
|
185272
|
-
module.exports = {"name":"superdesk-ui-framework","version":"3.1.
|
185272
|
+
module.exports = {"name":"superdesk-ui-framework","version":"3.1.21","license":"AGPL-3.0","repository":{"type":"git","url":"https://github.com/superdesk/superdesk-ui-framework.git"},"main":"dist/superdesk-ui.bundle.js","types":"react/index.d.ts","contributors":["Nemanja Pavlovic","Vladimir Stefanovic","Darko Tomic","Aleksandar Jelicic","Tomas Kikutis","Dragana Zivkovic"],"scripts":{"start":"webpack-dev-server --config tasks/webpack.dev.js","server":"webpack --watch --config tasks/webpack.prod.js && tsc-watch","build":"webpack --config tasks/webpack.prod.js && tsc","build-ui":"webpack && tsc && npm run lint","playground-lint":"tsc -p examples/pages/playgrounds/react-playgrounds --noEmit","lint":"eslint --parser=@typescript-eslint/parser app && tslint -c tslint.json 'app-typescript/**/*.{ts,tsx}' && npm run playground-lint","lint-fix":"tsc -p tsconfig.json --noEmit && tslint --fix -c tslint.json 'app-typescript/**/*.{ts,tsx}'","prepublishOnly":"npm run build","unit-test":"mocha","debug-unit-tests":"mocha --inspect-brk"},"devDependencies":{"@types/assert":"^1.5.6","@types/chart.js":"^2.9.24","@types/classnames":"^2.2.9","@types/enzyme":"^3.10.12","@types/lodash":"^4.14.161","@types/mocha":"^9.1.1","@types/react":"16.8.23","@types/react-beautiful-dnd":"^13.1.2","@types/react-dom":"16.8.0","@types/react-router-dom":"^5.1.2","@types/react-scrollspy":"^3.3.5","@typescript-eslint/parser":"^5.58.0","angular":"^1.7.9","angular-animate":"^1.7.9","angular-route":"^1.7.9","babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","classnames":"^2.2.5","clean-webpack-plugin":"^1.0.0","code-prettify":"^0.1.0","copy-webpack-plugin":"^4.6.0","css-loader":"^2.1.1","eslint":"^4.6.1","eslint-loader":"^1.9.0","eslint-plugin-angular":"^3.1.1","eslint-plugin-react":"^7.3.0","extract-text-webpack-plugin":"^3.0.2","file-loader":"^0.11.2","html-loader":"^0.5.1","html-webpack-plugin":"^2.30.1","jquery":"^3.1.1","jquery-ui":"^1.12.1","jsdom":"20.0.3","jsdom-global":"3.0.2","lodash":"4.17.21","mocha":"^8.4.0","node-sass":"6.0","prismjs":"^1.28.0","prop-types":"^15.6.0","react":"16.8.6","react-dom":"16.8.6","react-redux":"^5.0.6","react-router-dom":"^5.1.2","redux":"^3.7.2","redux-form":"^7.0.4","sass-loader":"^6.0.6","style-loader":"^0.18.2","superdesk-code-style":"^1.1.2","ts-loader":"^6.0.2","ts-node":"^10.9.1","tslint":"^5.18.0","typescript":"4.9.5","url-loader":"^1.1.2","webpack":"^3.5.5","webpack-cli":"3.3.10","webpack-dev-server":"2.11.1","webpack-merge":"^4.2.1"},"dependencies":{"@popperjs/core":"^2.4.0","@superdesk/common":"0.0.28","@superdesk/primereact":"^5.0.2-12","@superdesk/react-resizable-panels":"0.0.39","@types/enzyme-adapter-react-16":"^1.0.6","@types/node":"^14.10.2","chart.js":"^2.9.3","date-fns":"2.7.0","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.7","moment":"^2.29.3","popper-max-size-modifier":"^0.2.0","popper.js":"1.14.4","primeicons":"2.0.0","react-beautiful-dnd":"^13.0.0","react-id-generator":"^3.0.0","react-scrollspy":"^3.4.3"}}
|
185273
185273
|
|
185274
185274
|
/***/ }),
|
185275
185275
|
/* 936 */
|
@@ -18581,42 +18581,42 @@ h6 {
|
|
18581
18581
|
.sd-line-clamp--1,
|
18582
18582
|
.line-clamp-1 {
|
18583
18583
|
overflow: hidden;
|
18584
|
-
display: -webkit-box;
|
18584
|
+
display: -webkit-box !important;
|
18585
18585
|
-webkit-box-orient: vertical;
|
18586
18586
|
-webkit-line-clamp: 1; }
|
18587
18587
|
|
18588
18588
|
.sd-line-clamp--2,
|
18589
18589
|
.line-clamp-2 {
|
18590
18590
|
overflow: hidden;
|
18591
|
-
display: -webkit-box;
|
18591
|
+
display: -webkit-box !important;
|
18592
18592
|
-webkit-box-orient: vertical;
|
18593
18593
|
-webkit-line-clamp: 2; }
|
18594
18594
|
|
18595
18595
|
.sd-line-clamp--3,
|
18596
18596
|
.line-clamp-3 {
|
18597
18597
|
overflow: hidden;
|
18598
|
-
display: -webkit-box;
|
18598
|
+
display: -webkit-box !important;
|
18599
18599
|
-webkit-box-orient: vertical;
|
18600
18600
|
-webkit-line-clamp: 3; }
|
18601
18601
|
|
18602
18602
|
.sd-line-clamp--4,
|
18603
18603
|
.line-clamp-4 {
|
18604
18604
|
overflow: hidden;
|
18605
|
-
display: -webkit-box;
|
18605
|
+
display: -webkit-box !important;
|
18606
18606
|
-webkit-box-orient: vertical;
|
18607
18607
|
-webkit-line-clamp: 4; }
|
18608
18608
|
|
18609
18609
|
.sd-line-clamp--5,
|
18610
18610
|
.line-clamp-5 {
|
18611
18611
|
overflow: hidden;
|
18612
|
-
display: -webkit-box;
|
18612
|
+
display: -webkit-box !important;
|
18613
18613
|
-webkit-box-orient: vertical;
|
18614
18614
|
-webkit-line-clamp: 5; }
|
18615
18615
|
|
18616
18616
|
.sd-line-clamp--6,
|
18617
18617
|
.line-clamp-6 {
|
18618
18618
|
overflow: hidden;
|
18619
|
-
display: -webkit-box;
|
18619
|
+
display: -webkit-box !important;
|
18620
18620
|
-webkit-box-orient: vertical;
|
18621
18621
|
-webkit-line-clamp: 6; }
|
18622
18622
|
|
@@ -43277,6 +43277,8 @@ a.text-link {
|
|
43277
43277
|
.sd-list-item-nested > .sd-list-item {
|
43278
43278
|
max-height: var(--parent-item-height);
|
43279
43279
|
height: var(--parent-item-height); }
|
43280
|
+
.sd-list-item-nested .sd-list-item {
|
43281
|
+
overflow: hidden; }
|
43280
43282
|
|
43281
43283
|
.sd-list-item-nested__childs {
|
43282
43284
|
position: relative;
|
@@ -51937,7 +51939,7 @@ label + .sd-radio {
|
|
51937
51939
|
padding: 1rem;
|
51938
51940
|
position: relative;
|
51939
51941
|
display: grid;
|
51940
|
-
grid-template-columns: repeat(
|
51942
|
+
grid-template-columns: repeat(3, minmax(9rem, 1fr)); }
|
51941
51943
|
|
51942
51944
|
.select-grid__item {
|
51943
51945
|
display: flex;
|