superdesk-ui-framework 3.0.29 → 3.0.30
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
// LIST ITEMS : components/list-items.scss
|
2
2
|
// --------------
|
3
3
|
|
4
|
-
//background color
|
4
|
+
//background color
|
5
5
|
$sd-ListItem-background: var(--sd-item__main-Bg);
|
6
6
|
$sd-ListItem-background-hover: var(--sd-item__main-Bg--hover);
|
7
7
|
$sd-ListItem-background-selected: var(--sd-item__main-Bg--selected);
|
@@ -38,7 +38,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
38
38
|
&:hover {
|
39
39
|
background-color: $sd-ListItem-background;
|
40
40
|
cursor: default;
|
41
|
-
}
|
41
|
+
}
|
42
42
|
}
|
43
43
|
&--inactive {
|
44
44
|
background-color: transparent;
|
@@ -140,7 +140,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
140
140
|
background-color: transparent;
|
141
141
|
&--locked, &--error {
|
142
142
|
background: $red;
|
143
|
-
}
|
143
|
+
}
|
144
144
|
&--success, &--active {
|
145
145
|
background: $green;
|
146
146
|
}
|
@@ -198,7 +198,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
198
198
|
justify-content: center;
|
199
199
|
z-index: 2;
|
200
200
|
opacity: 0;
|
201
|
-
transition: opacity 0.2s linear;
|
201
|
+
transition: opacity 0.2s linear;
|
202
202
|
.sd-check__wrapper {
|
203
203
|
height: 1.6rem;
|
204
204
|
width: 1.6rem;
|
@@ -222,7 +222,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
222
222
|
.sd-list-item__checkbox-container {
|
223
223
|
opacity: 1;
|
224
224
|
}
|
225
|
-
}
|
225
|
+
}
|
226
226
|
}
|
227
227
|
}
|
228
228
|
|
@@ -313,18 +313,12 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
313
313
|
}
|
314
314
|
|
315
315
|
.sd-list-item {
|
316
|
-
[class^="icon-"],
|
317
|
-
[class*=" icon-"] {
|
318
|
-
opacity: 0.75;
|
319
|
-
vertical-align: middle;
|
320
|
-
color: var(--color-icon-default);
|
321
|
-
}
|
322
316
|
time {
|
323
317
|
[class^="icon-"],
|
324
318
|
[class*=" icon-"] {
|
325
319
|
vertical-align: top;
|
326
320
|
margin-inline-end: 0.2rem;
|
327
|
-
}
|
321
|
+
}
|
328
322
|
}
|
329
323
|
}
|
330
324
|
|
@@ -475,7 +469,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
475
469
|
}
|
476
470
|
.sd-list-item--activated {
|
477
471
|
.dropdown__toggle {
|
478
|
-
|
472
|
+
|
479
473
|
[class^="icon-"],
|
480
474
|
[class*=" icon-"] {
|
481
475
|
opacity: 1;
|
@@ -586,7 +580,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
|
|
586
580
|
color: var(--sd-colour-interactive--darken-20);
|
587
581
|
border-bottom: 1px dotted currentColor;
|
588
582
|
}
|
589
|
-
}
|
583
|
+
}
|
590
584
|
}
|
591
585
|
.sd-list-header__number {
|
592
586
|
margin-inline-start: 1rem;
|
package/dist/examples.bundle.js
CHANGED
@@ -142948,7 +142948,7 @@ exports.ResizablePanelsDoc = ResizablePanelsDoc;
|
|
142948
142948
|
/* 681 */
|
142949
142949
|
/***/ (function(module, exports) {
|
142950
142950
|
|
142951
|
-
module.exports = {"name":"superdesk-ui-framework","version":"3.0.
|
142951
|
+
module.exports = {"name":"superdesk-ui-framework","version":"3.0.30","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","lint":"eslint --parser=@typescript-eslint/parser app && tslint -c tslint.json 'app-typescript/**/*.{ts,tsx}'","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-bootstrap":"^0.31.2","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":{"@material-ui/lab":"^4.0.0-alpha.56","@popperjs/core":"^2.4.0","@superdesk/primereact":"^5.0.2-10","@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-popper":"^2.2.3","react-scrollspy":"^3.4.3"}}
|
142952
142952
|
|
142953
142953
|
/***/ }),
|
142954
142954
|
/* 682 */
|
@@ -41735,12 +41735,6 @@ a.text-link {
|
|
41735
41735
|
.sd-list-item .badge {
|
41736
41736
|
margin: 0.2rem; }
|
41737
41737
|
|
41738
|
-
.sd-list-item [class^="icon-"],
|
41739
|
-
.sd-list-item [class*=" icon-"] {
|
41740
|
-
opacity: 0.75;
|
41741
|
-
vertical-align: middle;
|
41742
|
-
color: var(--color-icon-default); }
|
41743
|
-
|
41744
41738
|
.sd-list-item time [class^="icon-"],
|
41745
41739
|
.sd-list-item time [class*=" icon-"] {
|
41746
41740
|
vertical-align: top;
|