@orfium/ictinus 4.71.0 → 4.71.2

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.
@@ -96,7 +96,7 @@ var DatePickInput = /*#__PURE__*/_react["default"].forwardRef(function (_ref, re
96
96
  value: selectedDay.from ? formattedFrom + " - " + formattedTo : '',
97
97
  rightIcon: (0, _react2.jsx)(_Icon["default"], {
98
98
  name: 'calendarEmpty',
99
- color: '#676767'
99
+ color: '#757BB2'
100
100
  })
101
101
  }));
102
102
  }
@@ -112,7 +112,7 @@ var DatePickInput = /*#__PURE__*/_react["default"].forwardRef(function (_ref, re
112
112
  value: selectedDay.to ? formattedFrom : '',
113
113
  rightIcon: (0, _react2.jsx)(_Icon["default"], {
114
114
  name: 'calendarEmpty',
115
- color: '#676767'
115
+ color: '#757BB2'
116
116
  })
117
117
  }));
118
118
  };
@@ -635,6 +635,21 @@ ConflictsIcon.defaultProps = {
635
635
  xmlns: "http://www.w3.org/2000/svg"
636
636
  };
637
637
 
638
+ var CopyIcon = function CopyIcon(props) {
639
+ return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
640
+ fillRule: "evenodd",
641
+ clipRule: "evenodd",
642
+ d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM8 21h11V7H8v14z",
643
+ fill: "#0F172A"
644
+ }));
645
+ };
646
+
647
+ CopyIcon.defaultProps = {
648
+ viewBox: "0 0 24 24",
649
+ fill: "none",
650
+ xmlns: "http://www.w3.org/2000/svg"
651
+ };
652
+
638
653
  var DashboardIcon = function DashboardIcon(props) {
639
654
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
640
655
  d: "M17 8.066a1 1 0 0 1 1 1V19a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V9.066a1 1 0 0 1 1-1h6zM7 12.978a1 1 0 0 1 1 1v4.962a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-4.962a1 1 0 0 1 1-1h6zM7 0a1 1 0 0 1 1 1v8.94a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6zm10 .06a1 1 0 0 1 1 1v3.967a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V1.06a1 1 0 0 1 1-1h6z",
@@ -1545,6 +1560,21 @@ PlayCount.defaultProps = {
1545
1560
  xmlns: "http://www.w3.org/2000/svg"
1546
1561
  };
1547
1562
 
1563
+ var PlayIcon = function PlayIcon(props) {
1564
+ return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1565
+ fillRule: "evenodd",
1566
+ clipRule: "evenodd",
1567
+ d: "M17.45 12.915L8.653 17.86a1.02 1.02 0 0 1-.55.14c-.175 0-.378-.028-.552-.14a1.061 1.061 0 0 1-.55-.922L7 7.048c0-.39.232-.754.551-.922a1.27 1.27 0 0 1 1.103 0l8.823 4.945c.32.168.523.53.523.922 0 .39-.232.754-.551.922z",
1568
+ fill: "#0E0E17"
1569
+ }));
1570
+ };
1571
+
1572
+ PlayIcon.defaultProps = {
1573
+ viewBox: "0 0 24 24",
1574
+ fill: "none",
1575
+ xmlns: "http://www.w3.org/2000/svg"
1576
+ };
1577
+
1548
1578
  var PlusIcon = function PlusIcon(props) {
1549
1579
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1550
1580
  d: "M13 4l-.001 6.999L20 11v2l-7.001-.001L13 20h-2l-.001-7.001L4 13v-2l6.999-.001L11 4h2z",
@@ -2393,6 +2423,7 @@ var iconSelector = {
2393
2423
  concert: ConcertIcon,
2394
2424
  confirmedMatches: ConfirmedMatchesIcon,
2395
2425
  conflicts: ConflictsIcon,
2426
+ copy: CopyIcon,
2396
2427
  dashboard: DashboardIcon,
2397
2428
  dataset: DatasetIcon,
2398
2429
  "delete": DeleteIcon,
@@ -2457,6 +2488,7 @@ var iconSelector = {
2457
2488
  pageLast: PageLastIcon,
2458
2489
  // "arrowToRight" copy
2459
2490
  percentage: PercentageIcon,
2491
+ play: PlayIcon,
2460
2492
  plus: PlusIcon,
2461
2493
  policies: PoliciesIcon,
2462
2494
  process: ProcessIcon,
@@ -1 +1 @@
1
- export declare type AcceptedIconNames = 'account' | 'actions' | 'add' | 'alert' | 'analytics' | 'analyticsVideos' | 'ancient' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowToLeft' | 'arrowToRight' | 'artist' | 'asset' | 'assetMatching' | 'auto' | 'broadcast' | 'calendarEmpty' | 'calendarFilled' | 'catalog' | 'channel' | 'catalogOverview' | 'catalogFiles' | 'chatBubble' | 'check' | 'checkedList' | 'checkmark' | 'chevronExtraSmallDown' | 'chevronExtraSmallLeft' | 'chevronExtraSmallRight' | 'chevronExtraSmallUp' | 'chevronLargeDown' | 'chevronLargeLeft' | 'chevronLargeRight' | 'chevronLargeUp' | 'chevronSmallDown' | 'chevronSmallLeft' | 'chevronSmallRight' | 'chevronSmallUp' | 'claimList' | 'clock' | 'close' | 'closeTag' | 'cmsProcess' | 'composition' | 'compositionV2' | 'confirmedMatches' | 'conflicts' | 'concert' | 'dashboard' | 'dataset' | 'delete' | 'delivery' | 'details' | 'digitalUse' | 'distribution' | 'dotsVertical' | 'download' | 'duplicate' | 'duplicate2' | 'earnings' | 'earnings2' | 'edit' | 'entities' | 'error' | 'expenses' | 'externalLink' | 'externalLinkV2' | 'fatArrowDown' | 'fatArrowLeft' | 'fatArrowRight' | 'fatArrowUp' | 'file' | 'financialChart' | 'generatedReports' | 'genericFile' | 'genericOrdering' | 'globalItem' | 'heartFill' | 'heartStroke' | 'help' | 'hourglass' | 'income' | 'infoFilled' | 'info' | 'issues' | 'keyword' | 'legalFiles' | 'licence' | 'licencedVideo' | 'linked' | 'lock' | 'mail' | 'manual' | 'menu' | 'microphone' | 'minus' | 'moreOptionsHorizontal' | 'moreOptionsVertical' | 'musicNote' | 'myEarnings' | 'notifications' | 'notifications2' | 'oneWay' | 'others' | 'ownershipValidation' | 'pageFirst' | 'pageLast' | 'percentage' | 'plus' | 'policies' | 'process' | 'processManagement' | 'publicPerformance' | 'publisher' | 'recording' | 'recordLabel' | 'recordLabelV2' | 'referenceFile' | 'relations' | 'restore' | 'result' | 'royaltyShares' | 'search' | 'searchMusic' | 'searchThunder' | 'settings' | 'sight' | 'sortAscending' | 'sortDescending' | 'stamp' | 'statements' | 'success' | 'television' | 'thunder' | 'ticTacToeArrow' | 'timeOut' | 'training' | 'triangleDown' | 'triangleLeft' | 'triangleRight' | 'triangleUp' | 'trophy' | 'TVCinema' | 'TVRadio' | 'update' | 'upload' | 'user' | 'userAvatar' | 'users' | 'users2' | 'videoConfirmation' | 'view' | 'warning' | 'works' | 'writer' | 'youtube' | 'refresh' | 'star' | 'pause' | 'resume' | 'restart' | 'entity' | 'playCount' | 'processedLogs' | 'proposed' | 'unpaired' | 'unpairedV2' | 'clockOutlined' | 'userCheck';
1
+ export declare type AcceptedIconNames = 'account' | 'actions' | 'add' | 'alert' | 'analytics' | 'analyticsVideos' | 'ancient' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowToLeft' | 'arrowToRight' | 'artist' | 'asset' | 'assetMatching' | 'auto' | 'broadcast' | 'calendarEmpty' | 'calendarFilled' | 'catalog' | 'channel' | 'catalogOverview' | 'catalogFiles' | 'chatBubble' | 'check' | 'checkedList' | 'checkmark' | 'chevronExtraSmallDown' | 'chevronExtraSmallLeft' | 'chevronExtraSmallRight' | 'chevronExtraSmallUp' | 'chevronLargeDown' | 'chevronLargeLeft' | 'chevronLargeRight' | 'chevronLargeUp' | 'chevronSmallDown' | 'chevronSmallLeft' | 'chevronSmallRight' | 'chevronSmallUp' | 'claimList' | 'clock' | 'close' | 'closeTag' | 'cmsProcess' | 'composition' | 'compositionV2' | 'confirmedMatches' | 'conflicts' | 'copy' | 'concert' | 'dashboard' | 'dataset' | 'delete' | 'delivery' | 'details' | 'digitalUse' | 'distribution' | 'dotsVertical' | 'download' | 'duplicate' | 'duplicate2' | 'earnings' | 'earnings2' | 'edit' | 'entities' | 'error' | 'expenses' | 'externalLink' | 'externalLinkV2' | 'fatArrowDown' | 'fatArrowLeft' | 'fatArrowRight' | 'fatArrowUp' | 'file' | 'financialChart' | 'generatedReports' | 'genericFile' | 'genericOrdering' | 'globalItem' | 'heartFill' | 'heartStroke' | 'help' | 'hourglass' | 'income' | 'infoFilled' | 'info' | 'issues' | 'keyword' | 'legalFiles' | 'licence' | 'licencedVideo' | 'linked' | 'lock' | 'mail' | 'manual' | 'menu' | 'microphone' | 'minus' | 'moreOptionsHorizontal' | 'moreOptionsVertical' | 'musicNote' | 'myEarnings' | 'notifications' | 'notifications2' | 'oneWay' | 'others' | 'ownershipValidation' | 'pageFirst' | 'pageLast' | 'percentage' | 'play' | 'plus' | 'policies' | 'process' | 'processManagement' | 'publicPerformance' | 'publisher' | 'recording' | 'recordLabel' | 'recordLabelV2' | 'referenceFile' | 'relations' | 'restore' | 'result' | 'royaltyShares' | 'search' | 'searchMusic' | 'searchThunder' | 'settings' | 'sight' | 'sortAscending' | 'sortDescending' | 'stamp' | 'statements' | 'success' | 'television' | 'thunder' | 'ticTacToeArrow' | 'timeOut' | 'training' | 'triangleDown' | 'triangleLeft' | 'triangleRight' | 'triangleUp' | 'trophy' | 'TVCinema' | 'TVRadio' | 'update' | 'upload' | 'user' | 'userAvatar' | 'users' | 'users2' | 'videoConfirmation' | 'view' | 'warning' | 'works' | 'writer' | 'youtube' | 'refresh' | 'star' | 'pause' | 'resume' | 'restart' | 'entity' | 'playCount' | 'processedLogs' | 'proposed' | 'unpaired' | 'unpairedV2' | 'clockOutlined' | 'userCheck';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "4.71.0",
3
+ "version": "4.71.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",