Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stage-ui",
"author": "Script Heads",
"version": "0.7.67",
"version": "0.7.68",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -65,4 +65,4 @@
"vite": "2.8.6",
"vite-plugin-svgr": "1.0.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stage-ui/core",
"description": "Flexible UI components library declared by your own Design System.",
"version": "0.7.67",
"version": "0.7.68",
"license": "MIT",
"homepage": "https://stageui.shds.io/",
"bugs": "https://github.com/script-heads/stage-ui/issues",
Expand Down Expand Up @@ -41,4 +41,4 @@
"peerDependencies": {
"react": ">=16"
}
}
}
3 changes: 2 additions & 1 deletion packages/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
version: 0.7.67
version: 0.7.68
*/
export { default as Activity } from './lib/Activity'
export { default as AlarmClock1 } from './lib/AlarmClock1'
Expand Down Expand Up @@ -317,6 +317,7 @@ export { default as Upload } from './lib/Upload'
export { default as Version } from './lib/Version'
export { default as VideoCut } from './lib/VideoCut'
export { default as VideoOff } from './lib/VideoOff'
export { default as VideoStar } from './lib/VideoStar'
export { default as Video } from './lib/Video'
export { default as VolumeDown } from './lib/VolumeDown'
export { default as VolumeOff } from './lib/VolumeOff'
Expand Down
12 changes: 12 additions & 0 deletions packages/icons/lib/VideoStar.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
The MIT License (MIT)
*/
import{ Props, createIcon } from '../Icon'
import React from 'react'

export default React.forwardRef((props: Props, ref: React.ForwardedRef<HTMLSpanElement>) => (
createIcon(props, ref, {
filled: <path fillRule="evenodd" clipRule="evenodd" d="M36.4238 8C39.3609 8 41.7112 7.99973 43.6094 8.15332C45.5572 8.31169 47.2412 8.6456 48.791 9.43457C51.2752 10.7003 53.2969 12.7217 54.5625 15.2061C55.3518 16.7563 55.6854 18.4421 55.8438 20.3906C55.9428 21.7945 55.9921 23.202 55.9922 24.6094C56.0013 24.7242 56.0016 24.8411 55.9941 24.9561C55.9973 25.7715 56 26.6447 56 27.5752V36.4219C56 37.3014 55.9981 39.409 55.9971 41.9307L52.5059 41.1367C51.5618 40.9219 50.8251 40.1852 50.6104 39.2412L49.5928 34.7666L49.541 34.5615C48.9687 32.4681 47.0633 31.0006 44.875 31C42.6871 31 40.7787 32.4667 40.2061 34.5615L40.1543 34.7666L39.1367 39.2412C38.9219 40.1852 38.1853 40.9219 37.2412 41.1367L32.7666 42.1543C30.5633 42.6553 29 44.6163 29 46.875C29.0007 49.1341 30.5648 51.0921 32.7666 51.5928L37.2412 52.6104C38.1852 52.8251 38.9219 53.5618 39.1367 54.5059L39.4766 56H27.5781C24.6407 56 22.289 55.9997 20.3906 55.8438C18.4425 55.6853 16.758 55.3518 15.208 54.5625C12.7242 53.2974 10.7035 51.2774 9.4375 48.7939C8.64824 47.2437 8.31462 45.5579 8.15625 43.6094C8.00036 41.7112 8 39.3618 8 36.4248V27.5781C8 26.647 8.00168 25.772 8.00488 24.9561C7.99748 24.8417 7.99882 24.7266 8.00781 24.6123C8.0079 23.2045 8.05717 21.7949 8.15625 20.3906C8.31466 18.4426 8.6484 16.7579 9.4375 15.208C10.7031 12.7238 12.7239 10.7031 15.208 9.4375C16.758 8.6482 18.4425 8.31468 20.3906 8.15625C22.1953 8.00747 24.4069 8 27.1426 8H36.4238ZM23.8643 12.8174C22.6671 12.8342 21.6614 12.8685 20.7832 12.9404C19.1309 13.0748 18.1482 13.3279 17.3877 13.7139C15.8068 14.5193 14.5212 15.8067 13.7158 17.3877C13.3296 18.1485 13.0738 19.1308 12.9395 20.7842C12.8995 21.2767 12.8678 21.8162 12.8486 22.4014H20.6719L23.8643 12.8174ZM25.7285 22.4014H35.0801L38.3359 12.7998H28.9297L25.7285 22.4014ZM40.1504 22.4014H51.1504C51.1312 21.8162 51.1025 21.2767 51.0625 20.7842C50.9282 19.1314 50.6751 18.1484 50.2891 17.3877C49.4837 15.8068 48.1979 14.5193 46.6172 13.7139C45.878 13.3371 44.9258 13.087 43.3516 12.9502L40.1504 22.4014ZM44.874 34C45.7324 34.0002 46.4767 34.5946 46.667 35.4316L47.6846 39.9062C48.1552 41.9759 49.7712 43.5918 51.8408 44.0625L56.3154 45.0801C57.1526 45.2704 57.7471 46.0154 57.7471 46.874C57.7469 47.7324 57.1524 48.4767 56.3154 48.667L51.8408 49.6846C49.7712 50.1552 48.1552 51.7712 47.6846 53.8408L46.667 58.3154C46.4767 59.1524 45.7324 59.7469 44.874 59.7471C44.0154 59.7471 43.2704 59.1526 43.0801 58.3154L42.0625 53.8408C41.5918 51.7712 39.9759 50.1552 37.9062 49.6846L33.4316 48.667C32.5946 48.4767 32.0002 47.7324 32 46.874C32 46.0154 32.5945 45.2704 33.4316 45.0801L37.9062 44.0625C39.9759 43.5918 41.5919 41.9759 42.0625 39.9062L43.0801 35.4316C43.2704 34.5944 44.0154 34 44.874 34ZM44.874 42.8633C43.9938 44.5881 42.5881 45.9938 40.8633 46.874C42.5879 47.7543 43.9938 49.1592 44.874 50.8838C45.7542 49.1593 47.1593 47.7542 48.8838 46.874C47.1592 45.9938 45.7543 44.5879 44.874 42.8633Z"/>,
outline: <path fillRule="evenodd" clipRule="evenodd" d="M44.874 34C45.7324 34.0002 46.4767 34.5946 46.667 35.4316L47.6846 39.9062C48.1552 41.9759 49.7712 43.5918 51.8408 44.0625L56.3154 45.0801C57.1526 45.2704 57.7471 46.0154 57.7471 46.874C57.7469 47.7324 57.1524 48.4767 56.3154 48.667L51.8408 49.6846C49.7712 50.1552 48.1552 51.7712 47.6846 53.8408L46.667 58.3154C46.4767 59.1524 45.7324 59.7469 44.874 59.7471C44.0154 59.7471 43.2704 59.1526 43.0801 58.3154L42.0625 53.8408C41.5918 51.7712 39.9759 50.1552 37.9062 49.6846L33.4316 48.667C32.5946 48.4767 32.0002 47.7324 32 46.874C32 46.0154 32.5945 45.2704 33.4316 45.0801L37.9062 44.0625C39.9759 43.5918 41.5919 41.9759 42.0625 39.9062L43.0801 35.4316C43.2704 34.5944 44.0154 34 44.874 34ZM44.874 42.8633C43.9938 44.5881 42.5881 45.9938 40.8633 46.874C42.5879 47.7543 43.9938 49.1592 44.874 50.8838C45.7542 49.1593 47.1593 47.7542 48.8838 46.874C47.1592 45.9938 45.7543 44.5879 44.874 42.8633ZM36.4795 8C39.3861 7.99999 41.7309 7.99969 43.6299 8.15332L44.3564 8.22168C46.0246 8.40453 47.5192 8.75345 48.9141 9.46387C51.4479 10.755 53.5087 12.8146 54.7998 15.3486C55.6117 16.9428 55.9496 18.6677 56.1094 20.6328C56.2089 22.0433 56.2607 23.461 56.2607 24.875C56.2689 24.9895 56.2674 25.1042 56.2607 25.2188C56.2639 26.0351 56.2656 26.9094 56.2656 27.8408V33.333C56.2656 34.8058 55.0714 36 53.5986 36C52.126 35.9998 50.9326 34.8057 50.9326 33.333V27.7344H13.0674V36.5889C13.0674 39.6569 13.068 41.798 13.2061 43.4639C13.3391 45.1005 13.5889 46.0437 13.9531 46.7607C14.733 48.2913 15.9772 49.5357 17.5078 50.3154C18.2249 50.6796 19.168 50.9295 20.8047 51.0625C22.4712 51.1982 24.611 51.2002 27.6797 51.2002H31.335C32.8069 51.2004 34 52.3943 34 53.8662C33.9998 55.338 32.8067 56.5311 31.335 56.5312H27.5322C24.6205 56.5313 22.2717 56.5312 20.3701 56.375C18.4049 56.2153 16.6802 55.8774 15.0859 55.0654C12.5524 53.7749 10.4917 51.7157 9.2002 49.1826C8.38834 47.5884 8.05039 45.8636 7.89063 43.8984C7.73437 41.9968 7.73437 39.6491 7.73438 36.7373V27.8438C7.73438 26.9123 7.73606 26.038 7.73926 25.2217C7.73259 25.1072 7.73408 24.9923 7.74219 24.8779C7.74228 23.4639 7.79111 22.0482 7.89063 20.6377C8.05039 18.6727 8.38841 16.9457 9.2002 15.3516C10.4913 12.8174 12.5519 10.757 15.0859 9.46582C16.6802 8.65388 18.4049 8.316 20.3701 8.15625C22.1879 8.00641 24.411 8 27.1436 8H36.4795ZM23.4893 13.3564C22.4594 13.3748 21.5806 13.4081 20.8047 13.4717C19.1679 13.6047 18.2249 13.8545 17.5078 14.2188C16.1682 14.9013 15.0472 15.9391 14.2656 17.2139L13.9531 17.7734C13.5889 18.4906 13.3391 19.4333 13.2061 21.0703C13.1728 21.4803 13.1492 21.9232 13.1299 22.3984H20.4814L23.4893 13.3564ZM26.0986 22.3984H34.8906L37.9639 13.333H29.1221L26.0986 22.3984ZM40.5234 22.3984H50.8701C50.8513 21.9226 50.8301 21.4798 50.7969 21.0703C50.6805 19.6389 50.476 18.7378 50.1826 18.0547L50.0498 17.7734C49.27 16.2428 48.0256 14.9986 46.4951 14.2188C45.8301 13.8797 44.9674 13.6435 43.5342 13.5049L40.5234 22.3984Z"/>,
})
))
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stage-ui/icons",
"description": "Flexible UI components library declared by your own Design System.",
"version": "0.7.67",
"version": "0.7.68",
"license": "MIT",
"homepage": "https://stageui.shds.io/",
"bugs": "https://github.com/script-heads/stage-ui/issues",
Expand Down Expand Up @@ -36,4 +36,4 @@
"peerDependencies": {
"react": ">=16"
}
}
}
3 changes: 3 additions & 0 deletions packages/icons/svg/Fill/video-star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/Outline/video-star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stage-ui/system",
"description": "Flexible UI components library declared by your own Design System.",
"version": "0.7.67",
"version": "0.7.68",
"license": "MIT",
"homepage": "https://stageui.shds.io/",
"bugs": "https://github.com/script-heads/stage-ui/issues",
Expand Down Expand Up @@ -40,4 +40,4 @@
"react": ">=16",
"@emotion/react": ">=11"
}
}
}