@skedulo/sked-ui 19.16.0 → 19.18.1

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;
@@ -54,6 +55,7 @@ declare const _default: {
54
55
  infoOutline: any;
55
56
  jobDependency: any;
56
57
  jobFields: any;
58
+ jobFill: any;
57
59
  jobs: any;
58
60
  location: any;
59
61
  locked: any;
@@ -111,6 +113,7 @@ declare const _default: {
111
113
  time: any;
112
114
  timeConstraint: any;
113
115
  today: any;
116
+ thread: any;
114
117
  trash: any;
115
118
  unlocked: any;
116
119
  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,40 @@ 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
+ };
10321
+
10322
+ var jobFill = function jobFill(props) {
10323
+ return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("g", null, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
10324
+ fillRule: "evenodd",
10325
+ clipRule: "evenodd",
10326
+ d: "M6.5 21.875a.5.5 0 0 1-.5-.5v-16a.5.5 0 0 1 .5-.5h.25a.5.5 0 0 0 .5-.5v-1.25a3 3 0 0 1 3-3h3.5a3 3 0 0 1 3 3v1.25a.5.5 0 0 0 .5.5h.25a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5h-11zm3.75-19.75a1 1 0 0 0-1 1v1.25a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-1.25a1 1 0 0 0-1-1h-3.5z"
10327
+ }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
10328
+ d: "M4 5.375a.5.5 0 0 0-.5-.5 3.5 3.5 0 0 0-3.5 3.5v10a3.5 3.5 0 0 0 3.5 3.5.5.5 0 0 0 .5-.5v-16zM20.5 4.875a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5 3.5 3.5 0 0 0 3.5-3.5v-10a3.5 3.5 0 0 0-3.5-3.5z"
10329
+ })));
10330
+ };
10331
+
10332
+ jobFill.defaultProps = {
10333
+ width: "24",
10334
+ height: "24",
10335
+ viewBox: "0 0 24 24"
10336
+ };
10295
10337
  /* harmony default export */ __webpack_exports__["default"] = ({
10296
10338
  actions: actions,
10297
10339
  activity: activity,
10340
+ archive: archive,
10298
10341
  arrowLeft: arrowLeft,
10299
10342
  arrowUp: arrowUp,
10300
10343
  arrowDown: arrowDown,
@@ -10348,6 +10391,7 @@ filterFunnel.defaultProps = {
10348
10391
  infoOutline: infoOutline,
10349
10392
  jobDependency: jobDependency,
10350
10393
  jobFields: jobFields,
10394
+ jobFill: jobFill,
10351
10395
  jobs: jobs,
10352
10396
  location: location,
10353
10397
  locked: locked,
@@ -10405,6 +10449,7 @@ filterFunnel.defaultProps = {
10405
10449
  time: time,
10406
10450
  timeConstraint: timeConstraint,
10407
10451
  today: today,
10452
+ thread: thread,
10408
10453
  trash: trash,
10409
10454
  unlocked: unlocked,
10410
10455
  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.18.1",
4
4
  "license": "UNLICENSED",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",