superdesk-ui-framework 3.0.17 → 3.0.19

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.
Files changed (59) hide show
  1. package/app/styles/_avatar.scss +175 -25
  2. package/app/styles/design-tokens/_new-colors.scss +35 -2
  3. package/app-typescript/components/Icon.tsx +7 -1
  4. package/app-typescript/components/ShowPopup.tsx +173 -0
  5. package/app-typescript/components/Spacer.tsx +0 -8
  6. package/app-typescript/components/WithPagination.tsx +4 -4
  7. package/app-typescript/components/WithPopover.tsx +43 -0
  8. package/app-typescript/components/avatar/avatar-action-add.tsx +27 -0
  9. package/app-typescript/components/avatar/avatar-group.tsx +86 -0
  10. package/app-typescript/components/avatar/avatar-image.tsx +26 -0
  11. package/app-typescript/components/avatar/avatar-number.tsx +16 -0
  12. package/app-typescript/components/avatar/avatar-placeholder.tsx +35 -0
  13. package/app-typescript/components/avatar/avatar-text.tsx +19 -0
  14. package/app-typescript/components/avatar/avatar-wrapper.tsx +72 -0
  15. package/app-typescript/components/avatar/avatar.tsx +48 -0
  16. package/app-typescript/components/avatar/interfaces.ts +3 -0
  17. package/app-typescript/index.ts +8 -4
  18. package/dist/avatar_dummy.svg +4 -0
  19. package/dist/examples.bundle.js +3271 -2470
  20. package/dist/react/Avatar.tsx +628 -307
  21. package/dist/superdesk-ui.bundle.css +139 -27
  22. package/dist/superdesk-ui.bundle.js +2689 -1846
  23. package/dist/vendor.bundle.js +22 -22
  24. package/examples/pages/react/Avatar.tsx +628 -307
  25. package/images/avatar_dummy.svg +4 -0
  26. package/package.json +2 -1
  27. package/react/components/Icon.d.ts +1 -0
  28. package/react/components/Icon.js +1 -1
  29. package/react/components/ShowPopup.d.ts +10 -0
  30. package/react/components/ShowPopup.js +158 -0
  31. package/react/components/Spacer.d.ts +30 -0
  32. package/react/components/Spacer.js +86 -0
  33. package/react/components/WithPagination.d.ts +1 -1
  34. package/react/components/WithPagination.js +3 -3
  35. package/react/components/WithPopover.d.ts +18 -0
  36. package/react/components/WithPopover.js +65 -0
  37. package/react/components/avatar/avatar-action-add.d.ts +9 -0
  38. package/react/components/avatar/avatar-action-add.js +59 -0
  39. package/react/components/avatar/avatar-group.d.ts +18 -0
  40. package/react/components/avatar/avatar-group.js +104 -0
  41. package/react/components/avatar/avatar-image.d.ts +9 -0
  42. package/react/components/avatar/avatar-image.js +62 -0
  43. package/react/components/avatar/avatar-number.d.ts +9 -0
  44. package/react/components/avatar/avatar-number.js +56 -0
  45. package/react/components/avatar/avatar-placeholder.d.ts +14 -0
  46. package/react/components/avatar/avatar-placeholder.js +57 -0
  47. package/react/components/avatar/avatar-text.d.ts +9 -0
  48. package/react/components/avatar/avatar-text.js +54 -0
  49. package/react/components/avatar/avatar-wrapper.d.ts +26 -0
  50. package/react/components/{Avatar.js → avatar/avatar-wrapper.js} +16 -57
  51. package/react/components/avatar/avatar.d.ts +17 -0
  52. package/react/components/avatar/avatar.js +59 -0
  53. package/react/components/avatar/interfaces.d.ts +3 -0
  54. package/react/components/avatar/interfaces.js +2 -0
  55. package/react/index.d.ts +8 -4
  56. package/react/index.js +20 -11
  57. package/app-typescript/components/Avatar.tsx +0 -122
  58. package/dist/avatar_64.png +0 -0
  59. package/react/components/Avatar.d.ts +0 -42
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("react"), require("react-dom")) : factory(root["react"], root["react-dom"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_9__) {
10
+ })(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_8__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
70
70
  /******/ __webpack_require__.p = "";
71
71
  /******/
72
72
  /******/ // Load entry module and return exports
73
- /******/ return __webpack_require__(__webpack_require__.s = 553);
73
+ /******/ return __webpack_require__(__webpack_require__.s = 564);
74
74
  /******/ })
75
75
  /************************************************************************/
76
76
  /******/ ({
@@ -82,7 +82,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_0__;
82
82
 
83
83
  /***/ }),
84
84
 
85
- /***/ 33:
85
+ /***/ 27:
86
86
  /***/ (function(module, exports, __webpack_require__) {
87
87
 
88
88
  /* WEBPACK VAR INJECTION */(function(global, module) {var __WEBPACK_AMD_DEFINE_RESULT__;/**
@@ -17296,7 +17296,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_0__;
17296
17296
  }
17297
17297
  }.call(this));
17298
17298
 
17299
- /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35), __webpack_require__(51)(module)))
17299
+ /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35), __webpack_require__(52)(module)))
17300
17300
 
17301
17301
  /***/ }),
17302
17302
 
@@ -28217,7 +28217,7 @@ return jQuery;
28217
28217
 
28218
28218
  /***/ }),
28219
28219
 
28220
- /***/ 51:
28220
+ /***/ 52:
28221
28221
  /***/ (function(module, exports) {
28222
28222
 
28223
28223
  module.exports = function(module) {
@@ -28246,29 +28246,29 @@ module.exports = function(module) {
28246
28246
 
28247
28247
  /***/ }),
28248
28248
 
28249
- /***/ 553:
28249
+ /***/ 564:
28250
28250
  /***/ (function(module, exports, __webpack_require__) {
28251
28251
 
28252
28252
  "use strict";
28253
28253
 
28254
28254
 
28255
- __webpack_require__(33);
28255
+ __webpack_require__(27);
28256
28256
 
28257
28257
  __webpack_require__(42);
28258
28258
 
28259
- __webpack_require__(554);
28259
+ __webpack_require__(565);
28260
28260
 
28261
- __webpack_require__(556);
28261
+ __webpack_require__(567);
28262
28262
 
28263
- __webpack_require__(558);
28263
+ __webpack_require__(569);
28264
28264
 
28265
28265
  __webpack_require__(0);
28266
28266
 
28267
- __webpack_require__(9);
28267
+ __webpack_require__(8);
28268
28268
 
28269
28269
  /***/ }),
28270
28270
 
28271
- /***/ 554:
28271
+ /***/ 565:
28272
28272
  /***/ (function(module, exports, __webpack_require__) {
28273
28273
 
28274
28274
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -28292,7 +28292,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
28292
28292
  if ( true ) {
28293
28293
 
28294
28294
  // AMD. Register as an anonymous module.
28295
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(42), __webpack_require__(555) ], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
28295
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(42), __webpack_require__(566) ], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
28296
28296
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
28297
28297
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
28298
28298
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -29030,7 +29030,7 @@ return $.widget;
29030
29030
 
29031
29031
  /***/ }),
29032
29032
 
29033
- /***/ 555:
29033
+ /***/ 566:
29034
29034
  /***/ (function(module, exports, __webpack_require__) {
29035
29035
 
29036
29036
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;( function( factory ) {
@@ -29060,16 +29060,16 @@ return $.ui.version = "1.13.0";
29060
29060
 
29061
29061
  /***/ }),
29062
29062
 
29063
- /***/ 556:
29063
+ /***/ 567:
29064
29064
  /***/ (function(module, exports, __webpack_require__) {
29065
29065
 
29066
- __webpack_require__(557);
29066
+ __webpack_require__(568);
29067
29067
  module.exports = angular;
29068
29068
 
29069
29069
 
29070
29070
  /***/ }),
29071
29071
 
29072
- /***/ 557:
29072
+ /***/ 568:
29073
29073
  /***/ (function(module, exports, __webpack_require__) {
29074
29074
 
29075
29075
  /* WEBPACK VAR INJECTION */(function(__webpack_provided_window_dot_jQuery) {/**
@@ -65676,16 +65676,16 @@ $provide.value("$locale", {
65676
65676
 
65677
65677
  /***/ }),
65678
65678
 
65679
- /***/ 558:
65679
+ /***/ 569:
65680
65680
  /***/ (function(module, exports, __webpack_require__) {
65681
65681
 
65682
- __webpack_require__(559);
65682
+ __webpack_require__(570);
65683
65683
  module.exports = 'ngAnimate';
65684
65684
 
65685
65685
 
65686
65686
  /***/ }),
65687
65687
 
65688
- /***/ 559:
65688
+ /***/ 570:
65689
65689
  /***/ (function(module, exports) {
65690
65690
 
65691
65691
  /**
@@ -69964,10 +69964,10 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
69964
69964
 
69965
69965
  /***/ }),
69966
69966
 
69967
- /***/ 9:
69967
+ /***/ 8:
69968
69968
  /***/ (function(module, exports) {
69969
69969
 
69970
- module.exports = __WEBPACK_EXTERNAL_MODULE_9__;
69970
+ module.exports = __WEBPACK_EXTERNAL_MODULE_8__;
69971
69971
 
69972
69972
  /***/ })
69973
69973