superdesk-ui-framework 4.0.68 → 4.0.69

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.
@@ -23,6 +23,8 @@
23
23
  --sd-editor-colour__adding: var(--color-success-text);
24
24
  --sd-editor-colour__adding-bg: var(--color-success-translucent);
25
25
 
26
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-300);
27
+ --sd-editor-colour__mark-company: var(--syrah-soil-200);
26
28
 
27
29
  .sd-editor--theme-default {
28
30
  --theme-color-base: hsl(0 0% 100%);
@@ -40,6 +42,9 @@
40
42
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
41
43
  --sd-editor-colour__adding: var(--green-brier-600);
42
44
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
45
+
46
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-300);
47
+ --sd-editor-colour__mark-company: var(--syrah-soil-200);
43
48
  }
44
49
 
45
50
  .sd-editor--theme-dark {
@@ -59,6 +64,8 @@
59
64
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a16);
60
65
  --sd-editor-colour__adding: var(--green-brier-300);
61
66
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
67
+
68
+ --sd-editor-colour__mark-company: var(--syrah-soil-300);
62
69
  }
63
70
 
64
71
  .sd-editor--theme-blue {
@@ -78,6 +85,8 @@
78
85
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a16);
79
86
  --sd-editor-colour__adding: var(--green-brier-300);
80
87
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
88
+
89
+ --sd-editor-colour__mark-company: var(--syrah-soil-300);
81
90
  }
82
91
 
83
92
  .sd-editor--theme-turquoise {
@@ -97,6 +106,9 @@
97
106
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
98
107
  --sd-editor-colour__adding: var(--green-brier-600);
99
108
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
109
+
110
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-400);
111
+ --sd-editor-colour__mark-company: var(--syrah-soil-300);
100
112
  }
101
113
 
102
114
  .sd-editor--theme-military {
@@ -116,6 +128,9 @@
116
128
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
117
129
  --sd-editor-colour__adding: var(--green-brier-600);
118
130
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
131
+
132
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-500);
133
+ --sd-editor-colour__mark-company: var(--syrah-soil-400);
119
134
  }
120
135
 
121
136
  .sd-editor--theme-natural {
@@ -134,7 +149,6 @@
134
149
  --sd-editor-colour__adding: var(--green-brier-600);
135
150
  --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
136
151
  }
137
-
138
152
  }
139
153
 
140
154
  $color-swatch-border-color: transparent;
@@ -194586,7 +194586,7 @@ exports.ThreePaneLayoutPattern = ThreePaneLayoutPattern;
194586
194586
  /* 1048 */
194587
194587
  /***/ (function(module, exports) {
194588
194588
 
194589
- module.exports = {"name":"superdesk-ui-framework","version":"4.0.68","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":"tsc -p tsconfig.json --noEmit && webpack --config tasks/webpack.prod.js && tsc","build-ui":"webpack && tsc && npm run lint","playground-lint":"tsc -p examples/pages/playgrounds/react-playgrounds --noEmit","format-code":"npx prettier . --write","lint":"tsc -p tsconfig.json --noEmit && npx prettier . --check && eslint --parser=@typescript-eslint/parser app && tslint -c tslint.json 'app-typescript/**/*.{ts,tsx}' && npm run playground-lint && npm run unit-test","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/enzyme-adapter-react-16":"^1.0.6","@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","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","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.7","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","moment":"^2.29.3","node-sass":"6.0","prettier":"3.5.3","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":"^5.8.3","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","@sourcefabric/common":"0.0.66","@superdesk/primereact":"^5.0.2-13","@superdesk/react-resizable-panels":"0.0.39","chart.js":"^2.9.3","date-fns":"^4.1.0","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","tippy.js":"^6.3.7","weekstart":"^2.0.0"},"peerDependencies":{"moment":"*"},"volta":{"node":"14.21.3"}}
194589
+ module.exports = {"name":"superdesk-ui-framework","version":"4.0.69","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":"tsc -p tsconfig.json --noEmit && webpack --config tasks/webpack.prod.js && tsc","build-ui":"webpack && tsc && npm run lint","playground-lint":"tsc -p examples/pages/playgrounds/react-playgrounds --noEmit","format-code":"npx prettier . --write","lint":"tsc -p tsconfig.json --noEmit && npx prettier . --check && eslint --parser=@typescript-eslint/parser app && tslint -c tslint.json 'app-typescript/**/*.{ts,tsx}' && npm run playground-lint && npm run unit-test","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/enzyme-adapter-react-16":"^1.0.6","@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","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","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.7","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","moment":"^2.29.3","node-sass":"6.0","prettier":"3.5.3","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":"^5.8.3","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","@sourcefabric/common":"0.0.66","@superdesk/primereact":"^5.0.2-13","@superdesk/react-resizable-panels":"0.0.39","chart.js":"^2.9.3","date-fns":"^4.1.0","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","tippy.js":"^6.3.7","weekstart":"^2.0.0"},"peerDependencies":{"moment":"*"},"volta":{"node":"14.21.3"}}
194590
194590
 
194591
194591
  /***/ }),
194592
194592
  /* 1049 */
@@ -42295,7 +42295,9 @@ i.sd-sidetab-menu__helper-icon {
42295
42295
  --sd-editor-colour__removing: var(--color-highlight-text);
42296
42296
  --sd-editor-colour__removing-bg: var(--color-highlight-translucent);
42297
42297
  --sd-editor-colour__adding: var(--color-success-text);
42298
- --sd-editor-colour__adding-bg: var(--color-success-translucent); }
42298
+ --sd-editor-colour__adding-bg: var(--color-success-translucent);
42299
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-300);
42300
+ --sd-editor-colour__mark-company: var(--syrah-soil-200); }
42299
42301
  :root .sd-editor--theme-default,
42300
42302
  [data-theme="dark-ui"] .sd-editor--theme-default {
42301
42303
  --theme-color-base: hsl(0 0% 100%);
@@ -42311,7 +42313,9 @@ i.sd-sidetab-menu__helper-icon {
42311
42313
  --sd-editor-colour__removing: var(--blissful-berry-600);
42312
42314
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
42313
42315
  --sd-editor-colour__adding: var(--green-brier-600);
42314
- --sd-editor-colour__adding-bg: var(--green-brier-400-a12); }
42316
+ --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
42317
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-300);
42318
+ --sd-editor-colour__mark-company: var(--syrah-soil-200); }
42315
42319
  :root .sd-editor--theme-dark,
42316
42320
  [data-theme="dark-ui"] .sd-editor--theme-dark {
42317
42321
  --theme-color-base: hsl(214 13% 12%);
@@ -42327,7 +42331,8 @@ i.sd-sidetab-menu__helper-icon {
42327
42331
  --sd-editor-colour__removing: var(--blissful-berry-300);
42328
42332
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a16);
42329
42333
  --sd-editor-colour__adding: var(--green-brier-300);
42330
- --sd-editor-colour__adding-bg: var(--green-brier-400-a12); }
42334
+ --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
42335
+ --sd-editor-colour__mark-company: var(--syrah-soil-300); }
42331
42336
  :root .sd-editor--theme-blue,
42332
42337
  [data-theme="dark-ui"] .sd-editor--theme-blue {
42333
42338
  --theme-color-base: hsl(212 91% 18%);
@@ -42343,7 +42348,8 @@ i.sd-sidetab-menu__helper-icon {
42343
42348
  --sd-editor-colour__removing: var(--blissful-berry-300);
42344
42349
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a16);
42345
42350
  --sd-editor-colour__adding: var(--green-brier-300);
42346
- --sd-editor-colour__adding-bg: var(--green-brier-400-a12); }
42351
+ --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
42352
+ --sd-editor-colour__mark-company: var(--syrah-soil-300); }
42347
42353
  :root .sd-editor--theme-turquoise,
42348
42354
  [data-theme="dark-ui"] .sd-editor--theme-turquoise {
42349
42355
  --theme-color-base: hsl(179 49% 65%);
@@ -42360,7 +42366,9 @@ i.sd-sidetab-menu__helper-icon {
42360
42366
  --sd-editor-colour__removing: var(--blissful-berry-600);
42361
42367
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
42362
42368
  --sd-editor-colour__adding: var(--green-brier-600);
42363
- --sd-editor-colour__adding-bg: var(--green-brier-400-a12); }
42369
+ --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
42370
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-400);
42371
+ --sd-editor-colour__mark-company: var(--syrah-soil-300); }
42364
42372
  :root .sd-editor--theme-military,
42365
42373
  [data-theme="dark-ui"] .sd-editor--theme-military {
42366
42374
  --theme-color-base: hsl(69 25% 65%);
@@ -42377,7 +42385,9 @@ i.sd-sidetab-menu__helper-icon {
42377
42385
  --sd-editor-colour__removing: var(--blissful-berry-600);
42378
42386
  --sd-editor-colour__removing-bg: var(--blissful-berry-500-a12);
42379
42387
  --sd-editor-colour__adding: var(--green-brier-600);
42380
- --sd-editor-colour__adding-bg: var(--green-brier-400-a12); }
42388
+ --sd-editor-colour__adding-bg: var(--green-brier-400-a12);
42389
+ --sd-editor-colour__mark-people: var(--sorcerer-blue-500);
42390
+ --sd-editor-colour__mark-company: var(--syrah-soil-400); }
42381
42391
  :root .sd-editor--theme-natural,
42382
42392
  [data-theme="dark-ui"] .sd-editor--theme-natural {
42383
42393
  --theme-color-base: hsl(51 50% 89%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superdesk-ui-framework",
3
- "version": "4.0.68",
3
+ "version": "4.0.69",
4
4
  "license": "AGPL-3.0",
5
5
  "repository": {
6
6
  "type": "git",