@skedulo/sked-ui 19.16.0 → 19.17.0

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,6 +1,7 @@
1
1
  declare const _default: {
2
2
  actions: any;
3
3
  activity: any;
4
+ archive: any;
4
5
  arrowLeft: any;
5
6
  arrowUp: any;
6
7
  arrowDown: any;
@@ -111,6 +112,7 @@ declare const _default: {
111
112
  time: any;
112
113
  timeConstraint: any;
113
114
  today: any;
115
+ thread: any;
114
116
  trash: any;
115
117
  unlocked: any;
116
118
  unschedule: any;
package/dist/index.js CHANGED
@@ -8636,6 +8636,18 @@ __webpack_require__.r(__webpack_exports__);
8636
8636
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
8637
8637
 
8638
8638
 
8639
+ var archive = function archive(props) {
8640
+ return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
8641
+ d: "M12.643 14C13.979 14 15 12.845 15 11.5V4H1v7.5C1 12.845 2.021 14 3.357 14h9.286zM5.5 6h5a.5.5 0 0 1 0 1h-5a.5.5 0 1 1 0-1zM.8 0a.8.8 0 0 0-.8.8V2a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 2V.8a.8.8 0 0 0-.8-.8H.8z"
8642
+ }));
8643
+ };
8644
+
8645
+ archive.defaultProps = {
8646
+ width: "16",
8647
+ height: "14",
8648
+ viewBox: "0 0 16 14"
8649
+ };
8650
+
8639
8651
  var arrowLeft = function arrowLeft(props) {
8640
8652
  return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
8641
8653
  d: "M4.4 10l3.3 3.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-5.1-5c-.4-.4-.4-1 0-1.4l5-5.1c.3-.1.5-.2.8-.2.3 0 .5.1.7.3.4.4.4 1 0 1.4L4.4 8H16c.6 0 1 .4 1 1s-.4 1-1 1H4.4z"
@@ -10292,9 +10304,24 @@ var filterFunnel = function filterFunnel(props) {
10292
10304
  filterFunnel.defaultProps = {
10293
10305
  viewBox: "0 0 18 18"
10294
10306
  };
10307
+
10308
+ var thread = function thread(props) {
10309
+ return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
10310
+ fillRule: "evenodd",
10311
+ clipRule: "evenodd",
10312
+ d: "M8.02 2.297A.75.75 0 0 1 8.51 3v3.63c1.704-.105 3.85.346 5.74 1.582 2.277 1.489 4.159 4.099 4.497 8.166a.75.75 0 0 1-1.418.397c-.852-1.705-2.435-2.879-4.232-3.553-1.562-.585-3.227-.77-4.587-.62v3.838a.75.75 0 0 1-1.32.488l-5.76-6.72a.75.75 0 0 1 0-.976l5.76-6.72a.75.75 0 0 1 .83-.215zM2.988 9.72l4.022 4.693V11.96a.75.75 0 0 1 .603-.735c1.75-.35 3.972-.172 6.01.593 1.063.398 2.097.965 2.995 1.717-.707-1.913-1.89-3.218-3.188-4.067-1.92-1.255-4.12-1.533-5.523-1.253a.75.75 0 0 1-.897-.735V5.027L2.988 9.72z"
10313
+ }));
10314
+ };
10315
+
10316
+ thread.defaultProps = {
10317
+ width: "20",
10318
+ height: "20",
10319
+ viewBox: "0 0 20 20"
10320
+ };
10295
10321
  /* harmony default export */ __webpack_exports__["default"] = ({
10296
10322
  actions: actions,
10297
10323
  activity: activity,
10324
+ archive: archive,
10298
10325
  arrowLeft: arrowLeft,
10299
10326
  arrowUp: arrowUp,
10300
10327
  arrowDown: arrowDown,
@@ -10405,6 +10432,7 @@ filterFunnel.defaultProps = {
10405
10432
  time: time,
10406
10433
  timeConstraint: timeConstraint,
10407
10434
  today: today,
10435
+ thread: thread,
10408
10436
  trash: trash,
10409
10437
  unlocked: unlocked,
10410
10438
  unschedule: unschedule,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/sked-ui",
3
- "version": "19.16.0",
3
+ "version": "19.17.0",
4
4
  "license": "UNLICENSED",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",