@orfium/ictinus 4.79.3 → 4.80.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.
@@ -537,6 +537,17 @@ CompositionIcon.defaultProps = {
537
537
  viewBox: "0 0 24 24",
538
538
  xmlns: "http://www.w3.org/2000/svg"
539
539
  };
540
+ var CompositionRecordingIcon = function CompositionRecordingIcon(props) {
541
+ return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
542
+ d: "M0 .905C0 .405.405 0 .905 0h9.053a.905.905 0 1 1 0 1.81H.905A.905.905 0 0 1 0 .905ZM12.632 6.302l-5.66 1.092c-.177.032-.283.16-.283.32v5.106a2.878 2.878 0 0 0-.743 0 1.732 1.732 0 0 0-1.38 1.317c-.177 1.027.707 1.894 1.804 1.862.955-.032 1.698-.803 1.698-1.67V9.77l3.538-.673v2.151a2.869 2.869 0 0 0-.743 0 1.732 1.732 0 0 0-1.38 1.316c-.176 1.028.708 1.895 1.805 1.863.955-.032 1.698-.803 1.698-1.67v-6.1c.07-.258-.141-.386-.354-.354ZM.905 3.338a.905.905 0 0 0 0 1.81h9.053a.905.905 0 1 0 0-1.81H.905ZM0 7.582c0-.5.405-.905.905-.905h3.48a.905.905 0 1 1 0 1.81H.905A.905.905 0 0 1 0 7.582ZM.905 10.015a.905.905 0 0 0 0 1.81h1.639a.905.905 0 0 0 0-1.81H.905Z",
543
+ fill: "#0E0E17"
544
+ }));
545
+ };
546
+ CompositionRecordingIcon.defaultProps = {
547
+ viewBox: "0 0 13 16",
548
+ fill: "none",
549
+ xmlns: "http://www.w3.org/2000/svg"
550
+ };
540
551
  var ConcertIcon = function ConcertIcon(props) {
541
552
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
542
553
  opacity: ".01",
@@ -1793,6 +1804,19 @@ Television.defaultProps = {
1793
1804
  fill: "none",
1794
1805
  xmlns: "http://www.w3.org/2000/svg"
1795
1806
  };
1807
+ var ThumbsUpIcon = function ThumbsUpIcon(props) {
1808
+ return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1809
+ fillRule: "evenodd",
1810
+ clipRule: "evenodd",
1811
+ d: "M16.364 5.6c.9 0 1.636.72 1.636 1.6l-.008.064.008.008V8.8c0 .208-.04.4-.114.584l-2.471 5.64a1.626 1.626 0 0 1-1.506.976H6.545c-.9 0-1.636-.72-1.636-1.6v-8c0-.44.18-.84.483-1.128L10.775 0l.868.84c.22.216.36.52.36.848l-.025.256-.777 3.656h5.163ZM3.273 16H0V6.4h3.273V16Z",
1812
+ fill: "#0E0E17"
1813
+ }));
1814
+ };
1815
+ ThumbsUpIcon.defaultProps = {
1816
+ viewBox: "0 0 18 16",
1817
+ fill: "none",
1818
+ xmlns: "http://www.w3.org/2000/svg"
1819
+ };
1796
1820
  var ThunderIcon = function ThunderIcon(props) {
1797
1821
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1798
1822
  fillRule: "evenodd",
@@ -2231,6 +2255,7 @@ var iconSelector = {
2231
2255
  closeTag: CloseTagIcon,
2232
2256
  cmsProcess: CmsProcessIcon,
2233
2257
  composition: CompositionIcon,
2258
+ compositionRecording: CompositionRecordingIcon,
2234
2259
  compositionV2: CompositionIconV2,
2235
2260
  concert: ConcertIcon,
2236
2261
  confirmedMatches: ConfirmedMatchesIcon,
@@ -2326,6 +2351,7 @@ var iconSelector = {
2326
2351
  statements: Statements,
2327
2352
  success: SuccessIcon,
2328
2353
  television: Television,
2354
+ thumbsUp: ThumbsUpIcon,
2329
2355
  thunder: ThunderIcon,
2330
2356
  ticTacToeArrow: TicTacToeArrowIcon,
2331
2357
  timeOut: TimeOutIcon,
@@ -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' | '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' | 'undo' | 'bookmark' | 'tag' | 'triangleWarning' | 'audioOff' | 'audioOn' | 'imageFillOff' | 'imageFillOn' | 'imageOutlinedOff' | 'imageOutlinedOn' | 'videoFillOff' | 'videoFillOn' | 'videoOutlineOff' | 'videoOutlineOn';
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' | 'compositionRecording' | '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' | 'thumbsUp' | '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' | 'undo' | 'bookmark' | 'tag' | 'triangleWarning' | 'audioOff' | 'audioOn' | 'imageFillOff' | 'imageFillOn' | 'imageOutlinedOff' | 'imageOutlinedOn' | 'videoFillOff' | 'videoFillOn' | 'videoOutlineOff' | 'videoOutlineOn';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "4.79.3",
3
+ "version": "4.80.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",