ds-smart-ui 0.0.13 → 0.0.15

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.
@@ -1,9 +1,9 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from "react";
3
3
  declare const buttonVariants: (props?: ({
4
- variant?: "default" | "destructive" | "outline" | "subtle" | "ghost" | "link" | null | undefined;
5
- size?: "default" | "tiny" | "sm" | "md" | "lg" | null | undefined;
6
- round?: "sm" | "md" | "lg" | "none" | "full" | null | undefined;
4
+ variant?: "contained" | "soft" | "outline" | "transparent" | "link" | null | undefined;
5
+ size?: "sm" | "md" | "lg" | null | undefined;
6
+ rounded?: "md" | "lg" | "none" | "full" | null | undefined;
7
7
  } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
8
8
  export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
9
9
  href?: string;
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from "react";
3
3
  declare const iconButtonVariants: (props?: ({
4
- variant?: "outline" | "link" | "contained" | "soft" | "transparent" | null | undefined;
4
+ variant?: "contained" | "soft" | "outline" | "transparent" | "link" | null | undefined;
5
5
  size?: "sm" | "md" | "lg" | null | undefined;
6
6
  rounded?: "md" | "lg" | "none" | "full" | null | undefined;
7
7
  } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor;--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scroll-snap-strictness: proximity;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scroll-snap-strictness: proximity;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.col-span-2{grid-column:span 2 / span 2}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-2{margin-bottom:.5rem}.mt-10{margin-top:2.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-32{height:8rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-screen{height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-32{width:8rem}.w-64{width:16rem}.w-8{width:2rem}.flex-1{flex:1 1 0%}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-b-2{border-bottom-width:2px}.border-dashed{border-style:dashed}.border-g-neutral-200{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity))}.border-wms-primary-500{--tw-border-opacity: 1;border-color:rgb(0 123 255 / var(--tw-border-opacity))}.bg-g-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-g-neutral-200{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}.bg-wms-primary-50{--tw-bg-opacity: 1;background-color:rgb(229 241 255 / var(--tw-bg-opacity))}.bg-wms-primary-500{--tw-bg-opacity: 1;background-color:rgb(0 123 255 / var(--tw-bg-opacity))}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.text-g-blue-500{--tw-text-opacity: 1;color:rgb(30 136 229 / var(--tw-text-opacity))}.text-g-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.text-wms-primary-500{--tw-text-opacity: 1;color:rgb(0 123 255 / var(--tw-text-opacity))}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:solid}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-h1-r{font-size:53px;line-height:140%;font-weight:400}.text-h1-m{font-size:53px;line-height:140%;font-weight:500}.text-h1-b{font-size:53px;line-height:140%;font-weight:700}.text-h2-r{font-size:43px;line-height:140%;font-weight:400}.text-h2-m{font-size:43px;line-height:140%;font-weight:500}.text-h2-b{font-size:43px;line-height:140%;font-weight:700}.text-h3-r{font-size:34px;line-height:140%;font-weight:400}.text-h3-m{font-size:34px;line-height:140%;font-weight:500}.text-h3-b{font-size:34px;line-height:140%;font-weight:700}.text-h4-r{font-size:27px;line-height:140%;font-weight:400}.text-h4-m{font-size:27px;line-height:140%;font-weight:500}.text-h4-b{font-size:27px;line-height:140%;font-weight:700}.text-h5-r{font-size:22px;line-height:140%;font-weight:400}.text-h5-m{font-size:22px;line-height:140%;font-weight:500}.text-h5-b{font-size:22px;line-height:140%;font-weight:700}.text-h6-r{font-size:18px;line-height:140%;font-weight:400}.text-h6-m{font-size:18px;line-height:140%;font-weight:500}.text-h6-b{font-size:18px;line-height:140%;font-weight:700}.text-body1-r{font-size:16px;line-height:140%;font-weight:400}.text-body1-m{font-size:16px;line-height:140%;font-weight:500}.text-body1-b{font-size:16px;line-height:140%;font-weight:700}.text-body2-r{font-size:14px;line-height:140%;font-weight:400}.text-body2-m{font-size:14px;line-height:140%;font-weight:500}.text-body2-b{font-size:14px;line-height:140%;font-weight:700}.text-body3-r{font-size:13px;line-height:140%;font-weight:400}.text-body3-m{font-size:13px;line-height:140%;font-weight:500}.text-body3-b{font-size:13px;line-height:140%;font-weight:700}.text-body4-r{font-size:10px;line-height:140%;font-weight:400}.text-body4-m{font-size:10px;line-height:140%;font-weight:500}.text-body4-b{font-size:10px;line-height:140%;font-weight:700}.text-p1-r{font-size:16px;line-height:140%;font-weight:400}.text-p1-m{font-size:16px;line-height:140%;font-weight:500}.text-p1-b{font-size:16px;line-height:140%;font-weight:700}.text-p2-r{font-size:14px;line-height:140%;font-weight:400}.text-p2-m{font-size:14px;line-height:140%;font-weight:500}.text-p2-b{font-size:14px;line-height:140%;font-weight:700}.text-p3-r{font-size:14px;line-height:140%;font-weight:400}.text-p3-m{font-size:14px;line-height:140%;font-weight:500}.text-p3-b{font-size:14px;line-height:140%;font-weight:700}.text-overline-r{font-size:10px;line-height:140%;font-weight:400;text-transform:uppercase}.text-overline-m{font-size:10px;line-height:140%;font-weight:500;text-transform:uppercase}.text-overline-b{font-size:10px;line-height:140%;font-weight:700;text-transform:uppercase}.hover\:bg-g-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 228 255 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(229 241 255 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(0 98 204 / var(--tw-bg-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}
1
+ h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor;--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scroll-snap-strictness: proximity;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scroll-snap-strictness: proximity;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.col-span-2{grid-column:span 2 / span 2}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-2{margin-bottom:.5rem}.mt-10{margin-top:2.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5rem}.h-12{height:3rem}.h-32{height:8rem}.h-8{height:2rem}.h-screen{height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-32{width:8rem}.w-64{width:16rem}.w-8{width:2rem}.flex-1{flex:1 1 0%}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.border-2{border-width:2px}.border-b-2{border-bottom-width:2px}.border-dashed{border-style:dashed}.border-g-neutral-200{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity))}.border-wms-primary-500{--tw-border-opacity: 1;border-color:rgb(0 123 255 / var(--tw-border-opacity))}.bg-g-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-g-neutral-200{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}.bg-wms-primary-50{--tw-bg-opacity: 1;background-color:rgb(229 241 255 / var(--tw-bg-opacity))}.bg-wms-primary-500{--tw-bg-opacity: 1;background-color:rgb(0 123 255 / var(--tw-bg-opacity))}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.text-g-blue-500{--tw-text-opacity: 1;color:rgb(30 136 229 / var(--tw-text-opacity))}.text-g-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.text-wms-primary-500{--tw-text-opacity: 1;color:rgb(0 123 255 / var(--tw-text-opacity))}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:solid}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-h1-r{font-size:53px;line-height:140%;font-weight:400}.text-h1-m{font-size:53px;line-height:140%;font-weight:500}.text-h1-b{font-size:53px;line-height:140%;font-weight:700}.text-h2-r{font-size:43px;line-height:140%;font-weight:400}.text-h2-m{font-size:43px;line-height:140%;font-weight:500}.text-h2-b{font-size:43px;line-height:140%;font-weight:700}.text-h3-r{font-size:34px;line-height:140%;font-weight:400}.text-h3-m{font-size:34px;line-height:140%;font-weight:500}.text-h3-b{font-size:34px;line-height:140%;font-weight:700}.text-h4-r{font-size:27px;line-height:140%;font-weight:400}.text-h4-m{font-size:27px;line-height:140%;font-weight:500}.text-h4-b{font-size:27px;line-height:140%;font-weight:700}.text-h5-r{font-size:22px;line-height:140%;font-weight:400}.text-h5-m{font-size:22px;line-height:140%;font-weight:500}.text-h5-b{font-size:22px;line-height:140%;font-weight:700}.text-h6-r{font-size:18px;line-height:140%;font-weight:400}.text-h6-m{font-size:18px;line-height:140%;font-weight:500}.text-h6-b{font-size:18px;line-height:140%;font-weight:700}.text-body1-r{font-size:16px;line-height:140%;font-weight:400}.text-body1-m{font-size:16px;line-height:140%;font-weight:500}.text-body1-b{font-size:16px;line-height:140%;font-weight:700}.text-body2-r{font-size:14px;line-height:140%;font-weight:400}.text-body2-m{font-size:14px;line-height:140%;font-weight:500}.text-body2-b{font-size:14px;line-height:140%;font-weight:700}.text-body3-r{font-size:13px;line-height:140%;font-weight:400}.text-body3-m{font-size:13px;line-height:140%;font-weight:500}.text-body3-b{font-size:13px;line-height:140%;font-weight:700}.text-body4-r{font-size:10px;line-height:140%;font-weight:400}.text-body4-m{font-size:10px;line-height:140%;font-weight:500}.text-body4-b{font-size:10px;line-height:140%;font-weight:700}.text-p1-r{font-size:16px;line-height:140%;font-weight:400}.text-p1-m{font-size:16px;line-height:140%;font-weight:500}.text-p1-b{font-size:16px;line-height:140%;font-weight:700}.text-p2-r{font-size:14px;line-height:140%;font-weight:400}.text-p2-m{font-size:14px;line-height:140%;font-weight:500}.text-p2-b{font-size:14px;line-height:140%;font-weight:700}.text-p3-r{font-size:14px;line-height:140%;font-weight:400}.text-p3-m{font-size:14px;line-height:140%;font-weight:500}.text-p3-b{font-size:14px;line-height:140%;font-weight:700}.text-overline-r{font-size:10px;line-height:140%;font-weight:400;text-transform:uppercase}.text-overline-m{font-size:10px;line-height:140%;font-weight:500;text-transform:uppercase}.text-overline-b{font-size:10px;line-height:140%;font-weight:700;text-transform:uppercase}.hover\:bg-g-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 228 255 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(229 241 255 / var(--tw-bg-opacity))}.hover\:bg-wms-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(0 98 204 / var(--tw-bg-opacity))}.hover\:underline:hover{text-decoration-line:underline}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "email": "anasshofyandev@gmail.com"
7
7
  },
8
8
  "private": false,
9
- "version": "0.0.13",
9
+ "version": "0.0.15",
10
10
  "license": "MIT",
11
11
  "repository": {
12
12
  "type": "git",
@@ -46,7 +46,8 @@
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^18.2.0",
49
- "react-dom": "^18.2.0"
49
+ "react-dom": "^18.2.0",
50
+ "class-variance-authority": "^0.7.0"
50
51
  },
51
52
  "devDependencies": {
52
53
  "@types/node": "^20.12.12",
@@ -56,7 +57,6 @@
56
57
  "@typescript-eslint/parser": "^7.2.0",
57
58
  "@vitejs/plugin-react-swc": "^3.5.0",
58
59
  "autoprefixer": "^10.4.19",
59
- "class-variance-authority": "^0.7.0",
60
60
  "clsx": "^2.1.1",
61
61
  "eslint": "^8.57.0",
62
62
  "eslint-plugin-react-hooks": "^4.6.0",