myshell-react-lib 0.1.0 → 0.1.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.
- package/dist/index.cjs +4172 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +145 -12
- package/dist/index.d.ts +145 -12
- package/dist/index.js +4106 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/accordion.tsx +1 -1
- package/src/components/audio-player.tsx +4 -2
- package/src/components/{icons/solid/audio-playing.tsx → audio-playing.tsx} +4 -2
- package/src/components/badge.tsx +3 -1
- package/src/components/custom-notification.tsx +1 -1
- package/src/components/icon.tsx +1 -0
- package/src/components/icons/index.tsx +13 -0
- package/src/components/icons/outline/ArrowLeftIcon.tsx +28 -0
- package/src/components/icons/outline/ArrowUpTrayIcon.tsx +28 -0
- package/src/components/icons/outline/CheckCircleIcon.tsx +27 -0
- package/src/components/icons/outline/{config.tsx → ConfigIcon.tsx} +2 -2
- package/src/components/icons/outline/DownIcon.tsx +1 -1
- package/src/components/icons/outline/PencilSquareIcon.tsx +28 -0
- package/src/components/icons/outline/WindowIcon.tsx +26 -0
- package/src/components/icons/solid/CaretDownIcon.tsx +22 -0
- package/src/components/icons/solid/CodeIcon.tsx +25 -0
- package/src/components/icons/solid/DragIcon.tsx +24 -0
- package/src/components/icons/solid/{phone.tsx → PhoneIcon.tsx} +9 -3
- package/src/components/icons/solid/RectangleGroupIcon.tsx +26 -0
- package/src/components/marquee/marquee.tsx +1 -1
- package/src/components/masonry.tsx +1 -1
- package/src/components/spinner.tsx +3 -1
- package/src/components/tabs.tsx +1 -1
- package/src/index.ts +4 -0
- package/src/stories/Spinner.stories.tsx +1 -1
- package/src/components/icons/outline/arrow-left.tsx +0 -16
- package/src/components/icons/outline/arrow-up-tray.tsx +0 -16
- package/src/components/icons/outline/check-circle.tsx +0 -17
- package/src/components/icons/outline/pencil-square.tsx +0 -16
- package/src/components/icons/outline/trash.tsx +0 -17
- package/src/components/icons/outline/window.tsx +0 -16
- package/src/components/icons/outline/x-circle.tsx +0 -17
- package/src/components/icons/outline/x-mark.tsx +0 -16
- package/src/components/icons/solid/caret-down.tsx +0 -14
- package/src/components/icons/solid/code.tsx +0 -18
- package/src/components/icons/solid/drag.tsx +0 -14
- package/src/components/icons/solid/rectangle-group.tsx +0 -14
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { Icon, IconProps } from '../../icon';
|
|
5
|
-
|
|
6
|
-
const Code = React.forwardRef<SVGSVGElement, IconProps>((props, ref) => {
|
|
7
|
-
return (
|
|
8
|
-
<Icon {...props}>
|
|
9
|
-
<svg ref={ref} className="w-full h-full" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
10
|
-
<path d="M15.3995 7.375C15.6066 7.01628 15.4837 6.55759 15.125 6.35048C14.7663 6.14337 14.3076 6.26628 14.1005 6.625L8.35048 16.5843C8.14337 16.943 8.26628 17.4017 8.625 17.6088C8.98372 17.8159 9.44241 17.693 9.64952 17.3343L15.3995 7.375Z" />
|
|
11
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM4.5 6C4.5 5.17157 5.17157 4.5 6 4.5H18C18.8284 4.5 19.5 5.17157 19.5 6V18C19.5 18.8284 18.8284 19.5 18 19.5H6C5.17157 19.5 4.5 18.8284 4.5 18V6Z" />
|
|
12
|
-
</svg>
|
|
13
|
-
|
|
14
|
-
</Icon>
|
|
15
|
-
)
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
export { Code }
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Icon, IconProps } from '../../icon';
|
|
3
|
-
|
|
4
|
-
const Drag = React.forwardRef<SVGSVGElement, IconProps>((props, ref) => {
|
|
5
|
-
return (
|
|
6
|
-
<Icon {...props}>
|
|
7
|
-
<svg ref={ref} className="w-full h-full" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M7.5 5C7.5 4.17157 8.17157 3.5 9 3.5C9.82843 3.5 10.5 4.17157 10.5 5C10.5 5.82843 9.82843 6.5 9 6.5C8.17157 6.5 7.5 5.82843 7.5 5ZM13.5 5C13.5 4.17157 14.1716 3.5 15 3.5C15.8284 3.5 16.5 4.17157 16.5 5C16.5 5.82843 15.8284 6.5 15 6.5C14.1716 6.5 13.5 5.82843 13.5 5ZM7.5 12C7.5 11.1716 8.17157 10.5 9 10.5C9.82843 10.5 10.5 11.1716 10.5 12C10.5 12.8284 9.82843 13.5 9 13.5C8.17157 13.5 7.5 12.8284 7.5 12ZM13.5 12C13.5 11.1716 14.1716 10.5 15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5C14.1716 13.5 13.5 12.8284 13.5 12ZM7.5 19C7.5 18.1716 8.17157 17.5 9 17.5C9.82843 17.5 10.5 18.1716 10.5 19C10.5 19.8284 9.82843 20.5 9 20.5C8.17157 20.5 7.5 19.8284 7.5 19ZM13.5 19C13.5 18.1716 14.1716 17.5 15 17.5C15.8284 17.5 16.5 18.1716 16.5 19C16.5 19.8284 15.8284 20.5 15 20.5C14.1716 20.5 13.5 19.8284 13.5 19Z" />
|
|
9
|
-
</svg>
|
|
10
|
-
</Icon>
|
|
11
|
-
)
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
export { Drag };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Icon, IconProps } from '../../icon';
|
|
3
|
-
|
|
4
|
-
const RectangleGroup = React.forwardRef<SVGSVGElement, IconProps>((props, ref) => {
|
|
5
|
-
return (
|
|
6
|
-
<Icon {...props}>
|
|
7
|
-
<svg ref={ref} className="w-full h-full" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M1.5 7.125C1.5 6.08947 2.33947 5.25 3.375 5.25H9.375C10.4105 5.25 11.25 6.08947 11.25 7.125V10.875C11.25 11.9105 10.4105 12.75 9.375 12.75H3.375C2.33947 12.75 1.5 11.9105 1.5 10.875V7.125ZM13.5 8.625C13.5 7.58947 14.3395 6.75 15.375 6.75H20.625C21.6605 6.75 22.5 7.58947 22.5 8.625V16.875C22.5 17.9105 21.6605 18.75 20.625 18.75H15.375C14.3395 18.75 13.5 17.9105 13.5 16.875V8.625ZM3 16.125C3 15.0895 3.83947 14.25 4.875 14.25H10.125C11.1605 14.25 12 15.0895 12 16.125V18.375C12 19.4105 11.1605 20.25 10.125 20.25H4.875C3.83947 20.25 3 19.4105 3 18.375V16.125Z" />
|
|
9
|
-
</svg>
|
|
10
|
-
</Icon>
|
|
11
|
-
)
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
export { RectangleGroup };
|