superdesk-ui-framework 3.0.40 → 3.0.42
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.
@@ -1132,7 +1132,6 @@
|
|
1132
1132
|
|
1133
1133
|
.sd-input {
|
1134
1134
|
.p-multiselect,
|
1135
|
-
.p-calendar,
|
1136
1135
|
.p-multiselect,
|
1137
1136
|
.p-dropdown,
|
1138
1137
|
.tags-input {
|
@@ -1143,20 +1142,12 @@
|
|
1143
1142
|
&.sd-input--disabled,
|
1144
1143
|
&.sd-input--disabled:hover {
|
1145
1144
|
.p-multiselect,
|
1146
|
-
.p-calendar,
|
1147
1145
|
.p-multiselect,
|
1148
1146
|
.p-dropdown,
|
1149
1147
|
.tags-input {
|
1150
1148
|
opacity: 0.5;
|
1151
1149
|
cursor: not-allowed;
|
1152
1150
|
}
|
1153
|
-
.p-calendar {
|
1154
|
-
.p-calendar-icon {
|
1155
|
-
pointer-events: none;
|
1156
|
-
}
|
1157
|
-
border-bottom: 1px dotted var(--color-input-border);
|
1158
|
-
background-color: var(--color-input-bg);
|
1159
|
-
}
|
1160
1151
|
}
|
1161
1152
|
}
|
1162
1153
|
|
@@ -161,6 +161,17 @@
|
|
161
161
|
padding: 0.2rem 0.8rem 0;
|
162
162
|
width: 100%;
|
163
163
|
}
|
164
|
+
&.sd-input--disabled:hover {
|
165
|
+
opacity: 0.5;
|
166
|
+
cursor: not-allowed;
|
167
|
+
.p-calendar {
|
168
|
+
.p-calendar-icon {
|
169
|
+
pointer-events: none;
|
170
|
+
}
|
171
|
+
border-bottom: 1px dotted var(--color-input-border);
|
172
|
+
background-color: var(--color-input-bg);
|
173
|
+
}
|
174
|
+
}
|
164
175
|
}
|
165
176
|
|
166
177
|
.p-calendar-w-btn {
|
@@ -190,6 +201,7 @@
|
|
190
201
|
|
191
202
|
}
|
192
203
|
}
|
204
|
+
|
193
205
|
.p-datepicker-calendar {
|
194
206
|
margin-bottom: 8px;
|
195
207
|
}
|
@@ -32,15 +32,15 @@
|
|
32
32
|
}
|
33
33
|
|
34
34
|
@mixin pr-input-item-base {
|
35
|
-
display: inline-flex;
|
36
|
-
align-items: center;
|
37
|
-
height: $height-input--default;
|
38
|
-
border-bottom: 1px solid var(--color-input-border);
|
39
|
-
background-color: var(--color-input-bg);
|
40
|
-
font-size: 1.4rem;
|
41
|
-
transition: border linear 0.2s, box-shadow linear 0.2s;
|
42
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
|
43
|
-
border-radius: $border-radius__base--x-small $border-radius__base--x-small 0 0;
|
35
|
+
display: inline-flex;
|
36
|
+
align-items: center;
|
37
|
+
height: $height-input--default;
|
38
|
+
border-bottom: 1px solid var(--color-input-border);
|
39
|
+
background-color: var(--color-input-bg);
|
40
|
+
font-size: 1.4rem;
|
41
|
+
transition: border linear 0.2s, box-shadow linear 0.2s;
|
42
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
|
43
|
+
border-radius: $border-radius__base--x-small $border-radius__base--x-small 0 0;
|
44
44
|
|
45
45
|
&:hover {
|
46
46
|
background-color: var(--color-input-bg--hover);
|
package/dist/examples.bundle.js
CHANGED
@@ -143244,7 +143244,7 @@ exports.ResizablePanelsDoc = ResizablePanelsDoc;
|
|
143244
143244
|
/* 686 */
|
143245
143245
|
/***/ (function(module, exports) {
|
143246
143246
|
|
143247
|
-
module.exports = {"name":"superdesk-ui-framework","version":"3.0.
|
143247
|
+
module.exports = {"name":"superdesk-ui-framework","version":"3.0.42","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"}}
|
143248
143248
|
|
143249
143249
|
/***/ }),
|
143250
143250
|
/* 687 */
|
@@ -49389,7 +49389,6 @@ textarea.sd-media-carousel__media-title {
|
|
49389
49389
|
text-align: center; }
|
49390
49390
|
|
49391
49391
|
.sd-input .p-multiselect,
|
49392
|
-
.sd-input .p-calendar,
|
49393
49392
|
.sd-input .p-multiselect,
|
49394
49393
|
.sd-input .p-dropdown,
|
49395
49394
|
.sd-input .tags-input {
|
@@ -49398,23 +49397,15 @@ textarea.sd-media-carousel__media-title {
|
|
49398
49397
|
width: 100%; }
|
49399
49398
|
|
49400
49399
|
.sd-input.sd-input--disabled .p-multiselect,
|
49401
|
-
.sd-input.sd-input--disabled .p-calendar,
|
49402
49400
|
.sd-input.sd-input--disabled .p-multiselect,
|
49403
49401
|
.sd-input.sd-input--disabled .p-dropdown,
|
49404
49402
|
.sd-input.sd-input--disabled .tags-input, .sd-input.sd-input--disabled:hover .p-multiselect,
|
49405
|
-
.sd-input.sd-input--disabled:hover .p-calendar,
|
49406
49403
|
.sd-input.sd-input--disabled:hover .p-multiselect,
|
49407
49404
|
.sd-input.sd-input--disabled:hover .p-dropdown,
|
49408
49405
|
.sd-input.sd-input--disabled:hover .tags-input {
|
49409
49406
|
opacity: 0.5;
|
49410
49407
|
cursor: not-allowed; }
|
49411
49408
|
|
49412
|
-
.sd-input.sd-input--disabled .p-calendar, .sd-input.sd-input--disabled:hover .p-calendar {
|
49413
|
-
border-bottom: 1px dotted var(--color-input-border);
|
49414
|
-
background-color: var(--color-input-bg); }
|
49415
|
-
.sd-input.sd-input--disabled .p-calendar .p-calendar-icon, .sd-input.sd-input--disabled:hover .p-calendar .p-calendar-icon {
|
49416
|
-
pointer-events: none; }
|
49417
|
-
|
49418
49409
|
.blink_me {
|
49419
49410
|
animation: blinker 1s linear infinite; }
|
49420
49411
|
|
@@ -63215,6 +63206,14 @@ i.sd-sidetab-menu__helper-icon {
|
|
63215
63206
|
font-size: 1.4rem;
|
63216
63207
|
padding: 0.2rem 0.8rem 0;
|
63217
63208
|
width: 100%; }
|
63209
|
+
.p-calendar.sd-input--disabled:hover {
|
63210
|
+
opacity: 0.5;
|
63211
|
+
cursor: not-allowed; }
|
63212
|
+
.p-calendar.sd-input--disabled:hover .p-calendar {
|
63213
|
+
border-bottom: 1px dotted var(--color-input-border);
|
63214
|
+
background-color: var(--color-input-bg); }
|
63215
|
+
.p-calendar.sd-input--disabled:hover .p-calendar .p-calendar-icon {
|
63216
|
+
pointer-events: none; }
|
63218
63217
|
|
63219
63218
|
.p-calendar-w-btn {
|
63220
63219
|
width: 116px; }
|