l-min-components 0.5.0 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -1,4 +1,4 @@
1
- import { useState, useEffect } from "react";
1
+ import React from "react";
2
2
  import { CloseIcon } from "./assets/svg/close";
3
3
  import { AddIcon } from "./assets/svg/add";
4
4
  import {
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const ArrowDownIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "10"}
4
5
  height={height || "7"}
5
6
  viewBox="0 0 10 7"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M0.046875 1.13489L4.99646 6.08447L9.94604 1.13489L9.12121 0.309473L4.99646 4.43481L0.871708 0.309473L0.046875 1.13489Z"
11
11
  fill="#323232"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const BookIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "23"}
4
5
  height={height || "24"}
5
6
  viewBox="0 0 23 24"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M21.0807 16.1404V4.57336C21.0807 3.42336 20.1416 2.57044 19.0011 2.66627H18.9436C16.9311 2.83877 13.8741 3.86419 12.1682 4.93752L12.0053 5.04294C11.7274 5.21544 11.2674 5.21544 10.9895 5.04294L10.7499 4.89919C9.04406 3.83544 5.99656 2.81961 3.98406 2.65669C2.84365 2.56086 1.91406 3.42336 1.91406 4.56377V16.1404C1.91406 17.0604 2.66156 17.9229 3.58156 18.0379L3.85948 18.0763C5.93906 18.3542 9.14948 19.4084 10.9895 20.4146L11.0278 20.4338C11.2866 20.5775 11.6986 20.5775 11.9478 20.4338C13.7878 19.4179 17.0078 18.3542 19.097 18.0763L19.4132 18.0379C20.3332 17.9229 21.0807 17.0604 21.0807 16.1404Z"
11
11
  stroke="#00C2C2"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const MessageIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "22"}
4
5
  height={width || "22"}
5
6
  viewBox="0 0 22 22"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M7.96601 16.9366H7.52031C3.95469 16.9366 2.17188 16.0452 2.17188 11.5882V7.13115C2.17188 3.56553 3.95469 1.78271 7.52031 1.78271H14.6516C18.2172 1.78271 20 3.56553 20 7.13115V11.5882C20 15.1538 18.2172 16.9366 14.6516 16.9366H14.2059C13.9295 16.9366 13.6621 17.0703 13.4927 17.2932L12.1556 19.076C11.5673 19.8604 10.6046 19.8604 10.0162 19.076L8.67914 17.2932C8.53651 17.0971 8.20669 16.9366 7.96601 16.9366Z"
11
11
  stroke="#4A4D4D"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const NotificationIcon = ({ width, height, fill }) => (
2
3
  <svg
3
- width={width || "23"}
4
- height={height || "23"}
4
+ width={width || "23"}
5
+ height={height || "23"}
5
6
  viewBox="0 0 23 23"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M10.891 3.59375C7.94042 3.59375 5.54254 5.99163 5.54254 8.94218V11.5183C5.54254 12.0621 5.31077 12.8911 5.03444 13.3546L4.00932 15.0572C3.37642 16.1091 3.81321 17.2768 4.97204 17.669C8.814 18.9527 12.959 18.9527 16.801 17.669C17.8796 17.3125 18.352 16.0378 17.7637 15.0572L16.7386 13.3546C16.4712 12.8911 16.2394 12.0621 16.2394 11.5183V8.94218C16.2394 6.00055 13.8326 3.59375 10.891 3.59375Z"
11
11
  stroke="#4A4D4D"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const PeopleIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "19"}
4
5
  height={height || "19"}
5
6
  viewBox="0 0 19 19"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M9.69453 2.88144C10.3479 2.14119 11.3038 1.67432 12.3687 1.67432C14.338 1.67432 15.9344 3.2707 15.9344 5.23994C15.9344 7.20918 14.338 8.80556 12.3687 8.80556C11.3038 8.80556 10.3479 8.33868 9.69453 7.59844M12.3687 17.7196H1.67188V16.8282C1.67188 13.8744 4.06645 11.4798 7.02031 11.4798C9.97417 11.4798 12.3687 13.8744 12.3687 16.8282V17.7196ZM12.3687 17.7196H17.7172V16.8282C17.7172 13.8744 15.3226 11.4798 12.3687 11.4798C11.3946 11.4798 10.4812 11.7402 9.69453 12.1953M10.5859 5.23994C10.5859 7.20918 8.98955 8.80556 7.02031 8.80556C5.05107 8.80556 3.45469 7.20918 3.45469 5.23994C3.45469 3.2707 5.05107 1.67432 7.02031 1.67432C8.98955 1.67432 10.5859 3.2707 10.5859 5.23994Z"
11
11
  stroke="#313333"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const SearchIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "22"}
4
5
  height={height || "22"}
5
6
  viewBox="0 0 22 22"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M10.2496 19.2194C14.9265 19.2194 18.718 15.428 18.718 10.7511C18.718 6.07413 14.9265 2.28271 10.2496 2.28271C5.57266 2.28271 1.78125 6.07413 1.78125 10.7511C1.78125 15.428 5.57266 19.2194 10.2496 19.2194Z"
11
11
  stroke="#4A4D4D"
@@ -1,11 +1,11 @@
1
+ import React from "react";
1
2
  export const SettingIcon = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "17"}
4
5
  height={width || "21"}
5
6
  viewBox="0 0 17 21"
6
7
  fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
8
+ xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M8.48398 20.5025L0.015625 15.5998V5.79433L8.48398 0.891602L16.9523 5.79433V15.5998L8.48398 20.5025ZM8.48398 2.95253L1.79844 6.82212V14.572L8.48398 18.4425L15.1695 14.572V6.82212L8.48398 2.95164V2.95253ZM8.48398 14.2627C7.53863 14.26 6.63248 13.8846 5.96219 13.218C4.94264 12.1981 4.63778 10.6645 5.18977 9.33225C5.74176 7.99999 7.04189 7.13144 8.48398 7.13144C9.4291 7.13398 10.335 7.50942 11.0049 8.17617C12.3968 9.56855 12.3968 11.8256 11.0049 13.218C10.3349 13.8845 9.42904 14.2599 8.48398 14.2627ZM8.48398 8.91425C7.63344 8.91407 6.90121 9.51474 6.73511 10.3489C6.56901 11.1831 7.01531 12.0184 7.80105 12.344C8.58679 12.6697 9.49313 12.3949 9.96579 11.6878C10.4384 10.9807 10.3458 10.0381 9.74443 9.43662C9.41083 9.10125 8.95701 8.91317 8.48398 8.91425Z"
11
11
  fill="#4A4D4D"