@orfium/ictinus 4.63.0 → 4.64.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.
|
@@ -256,6 +256,19 @@ CatalogIcon.defaultProps = {
|
|
|
256
256
|
xmlns: "http://www.w3.org/2000/svg"
|
|
257
257
|
};
|
|
258
258
|
|
|
259
|
+
var ChannelIcon = function ChannelIcon(props) {
|
|
260
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
261
|
+
d: "M16.667 6.667H3.334V5h13.333v1.667zm-1.667-5H5v1.666h10V1.667zM18.334 10v6.667c0 .916-.75 1.666-1.667 1.666H3.334c-.917 0-1.667-.75-1.667-1.666V10c0-.917.75-1.667 1.667-1.667h13.333c.917 0 1.667.75 1.667 1.667zm-5 3.333l-5-2.725v5.442l5-2.717z",
|
|
262
|
+
fill: "#0E0E17"
|
|
263
|
+
}));
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
ChannelIcon.defaultProps = {
|
|
267
|
+
viewBox: "0 0 20 20",
|
|
268
|
+
fill: "none",
|
|
269
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
270
|
+
};
|
|
271
|
+
|
|
259
272
|
var ChatBubble = function ChatBubble(props) {
|
|
260
273
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
261
274
|
fillRule: "evenodd",
|
|
@@ -1188,6 +1201,37 @@ LegalFilesIcon.defaultProps = {
|
|
|
1188
1201
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1189
1202
|
};
|
|
1190
1203
|
|
|
1204
|
+
var LicenceIcon = function LicenceIcon(props) {
|
|
1205
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1206
|
+
fillRule: "evenodd",
|
|
1207
|
+
clipRule: "evenodd",
|
|
1208
|
+
d: "M14.678 7.146v2.74l1.988 1.94-1.988 1.827v2.74h-2.69L10 18.333l-1.989-1.94h-2.69v-2.74l-1.988-1.826 1.988-1.941v-2.74h1.755v-5.48L10 3.38l2.924-1.712v5.48h1.754zM10 15a3.333 3.333 0 1 0 0-6.667A3.333 3.333 0 0 0 10 15z",
|
|
1209
|
+
fill: "#000"
|
|
1210
|
+
}));
|
|
1211
|
+
};
|
|
1212
|
+
|
|
1213
|
+
LicenceIcon.defaultProps = {
|
|
1214
|
+
viewBox: "0 0 20 20",
|
|
1215
|
+
fill: "none",
|
|
1216
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1217
|
+
};
|
|
1218
|
+
|
|
1219
|
+
var LicencedVideoIcon = function LicencedVideoIcon(props) {
|
|
1220
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1221
|
+
d: "M15 9.167c.283 0 .558.025.833.066v-5.9c0-.916-.75-1.666-1.666-1.666h-10c-.917 0-1.667.75-1.667 1.666v13.334c0 .916.75 1.666 1.667 1.666h6.05A5.83 5.83 0 0 1 15 9.166zm-9.167 0V3.333H10v5.834l-2.083-1.25-2.084 1.25z",
|
|
1222
|
+
fill: "#0E0E17"
|
|
1223
|
+
}), (0, _react2.jsx)("path", {
|
|
1224
|
+
d: "M15 10.833A4.168 4.168 0 0 0 10.833 15c0 2.3 1.867 4.167 4.167 4.167S19.167 17.3 19.167 15 17.3 10.833 15 10.833zm-1.042 6.25v-4.166L17.292 15l-3.334 2.083z",
|
|
1225
|
+
fill: "#0E0E17"
|
|
1226
|
+
}));
|
|
1227
|
+
};
|
|
1228
|
+
|
|
1229
|
+
LicencedVideoIcon.defaultProps = {
|
|
1230
|
+
viewBox: "0 0 20 20",
|
|
1231
|
+
fill: "none",
|
|
1232
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1233
|
+
};
|
|
1234
|
+
|
|
1191
1235
|
var LinkedIcon = function LinkedIcon(props) {
|
|
1192
1236
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1193
1237
|
fillRule: "evenodd",
|
|
@@ -2310,6 +2354,7 @@ var iconSelector = {
|
|
|
2310
2354
|
calendarEmpty: CalendarEmptyIcon,
|
|
2311
2355
|
calendarFilled: CalendarFilledIcon,
|
|
2312
2356
|
catalog: CatalogIcon,
|
|
2357
|
+
channel: ChannelIcon,
|
|
2313
2358
|
catalogOverview: CatalogOverviewIcon,
|
|
2314
2359
|
catalogFiles: CatalogFilesIcon,
|
|
2315
2360
|
chatBubble: ChatBubble,
|
|
@@ -2388,6 +2433,8 @@ var iconSelector = {
|
|
|
2388
2433
|
issues: IssuesIcon,
|
|
2389
2434
|
keyword: KeywordIcon,
|
|
2390
2435
|
legalFiles: LegalFilesIcon,
|
|
2436
|
+
licence: LicenceIcon,
|
|
2437
|
+
licencedVideo: LicencedVideoIcon,
|
|
2391
2438
|
linked: LinkedIcon,
|
|
2392
2439
|
lock: LockIcon,
|
|
2393
2440
|
mail: MailIcon,
|
|
@@ -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' | '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' | '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' | '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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orfium/ictinus",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.64.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"react-router-dom": "^5.2.0"
|
|
121
121
|
},
|
|
122
122
|
"scripts": {
|
|
123
|
-
"prepare": "yarn build && husky install",
|
|
123
|
+
"prepare": "yarn build:lib && husky install",
|
|
124
124
|
"start": "start-storybook -p 6006",
|
|
125
125
|
"prebuild": "rimraf dist",
|
|
126
126
|
"build:partial:style": "cross-env NODE_ENV=production BABEL_ENV=production babel src --config-file ./babelrc.build.json --extensions '.ts' --out-dir ./dist --plugins=babel-plugin-inline-import-data-uri",
|
|
127
127
|
"build:partial:nostyle": "cross-env NODE_ENV=production BABEL_ENV=production babel src --config-file ./babelrc.build.json --extensions '.ts,.tsx' --out-dir ./dist --plugins=babel-plugin-inline-react-svg --ignore '**/*.style.ts'",
|
|
128
128
|
"build:partial:types": "tsc --emitDeclarationOnly",
|
|
129
|
-
"build": "yarn build:partial:style && yarn build:partial:nostyle && yarn build:partial:types",
|
|
130
|
-
"build
|
|
129
|
+
"build:lib": "yarn build:partial:style && yarn build:partial:nostyle && yarn build:partial:types",
|
|
130
|
+
"build": "build-storybook -o build/",
|
|
131
131
|
"lint": "eslint './src/**/*.{ts,tsx}'",
|
|
132
132
|
"test": "jest",
|
|
133
133
|
"test:watch": "jest --watch",
|