sodtrack-web-ui 0.53.0 → 0.53.1

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.
@@ -15,7 +15,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
15
15
  children?: React__default.ReactNode | undefined;
16
16
  } & Omit<Omit<VariantProps<(props?: ({
17
17
  variant?: "standard" | "primary" | undefined;
18
- type?: "outlined" | "ghost" | "fill" | undefined;
18
+ type?: "fill" | "outlined" | "ghost" | undefined;
19
19
  selected?: boolean | undefined;
20
20
  disabled?: boolean | undefined;
21
21
  duotone?: boolean | undefined;
@@ -76,7 +76,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
76
76
  } | null | undefined;
77
77
  })) | undefined) => string>, "variant">, "type"> & Required<Pick<VariantProps<(props?: ({
78
78
  variant?: "standard" | "primary" | undefined;
79
- type?: "outlined" | "ghost" | "fill" | undefined;
79
+ type?: "fill" | "outlined" | "ghost" | undefined;
80
80
  selected?: boolean | undefined;
81
81
  disabled?: boolean | undefined;
82
82
  duotone?: boolean | undefined;
@@ -137,7 +137,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
137
137
  } | null | undefined;
138
138
  })) | undefined) => string>, "variant">> & Required<Pick<VariantProps<(props?: ({
139
139
  variant?: "standard" | "primary" | undefined;
140
- type?: "outlined" | "ghost" | "fill" | undefined;
140
+ type?: "fill" | "outlined" | "ghost" | undefined;
141
141
  selected?: boolean | undefined;
142
142
  disabled?: boolean | undefined;
143
143
  duotone?: boolean | undefined;
@@ -15,7 +15,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
15
15
  children?: React__default.ReactNode | undefined;
16
16
  } & Omit<Omit<VariantProps<(props?: ({
17
17
  variant?: "standard" | "primary" | undefined;
18
- type?: "outlined" | "ghost" | "fill" | undefined;
18
+ type?: "fill" | "outlined" | "ghost" | undefined;
19
19
  selected?: boolean | undefined;
20
20
  disabled?: boolean | undefined;
21
21
  duotone?: boolean | undefined;
@@ -76,7 +76,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
76
76
  } | null | undefined;
77
77
  })) | undefined) => string>, "variant">, "type"> & Required<Pick<VariantProps<(props?: ({
78
78
  variant?: "standard" | "primary" | undefined;
79
- type?: "outlined" | "ghost" | "fill" | undefined;
79
+ type?: "fill" | "outlined" | "ghost" | undefined;
80
80
  selected?: boolean | undefined;
81
81
  disabled?: boolean | undefined;
82
82
  duotone?: boolean | undefined;
@@ -137,7 +137,7 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
137
137
  } | null | undefined;
138
138
  })) | undefined) => string>, "variant">> & Required<Pick<VariantProps<(props?: ({
139
139
  variant?: "standard" | "primary" | undefined;
140
- type?: "outlined" | "ghost" | "fill" | undefined;
140
+ type?: "fill" | "outlined" | "ghost" | undefined;
141
141
  selected?: boolean | undefined;
142
142
  disabled?: boolean | undefined;
143
143
  duotone?: boolean | undefined;
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
2
2
  import { HTMLAttributes, FC } from 'react';
3
3
 
4
4
  declare const chipStatusTable: (props?: ({
5
- variant?: "info" | "warning" | "success" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
5
+ variant?: "success" | "info" | "warning" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
6
6
  } & ({
7
7
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
8
8
  [x: string]: any;
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
2
2
  import { HTMLAttributes, FC } from 'react';
3
3
 
4
4
  declare const chipStatusTable: (props?: ({
5
- variant?: "info" | "warning" | "success" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
5
+ variant?: "success" | "info" | "warning" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
6
6
  } & ({
7
7
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
8
8
  [x: string]: any;
@@ -34,7 +34,7 @@ declare const DrawerStickyHeader: React.ForwardRefExoticComponent<{
34
34
  title: string;
35
35
  description?: string;
36
36
  buttons?: DrawerStickyHeaderButtons;
37
- } & Omit<HTMLAttributes<HTMLDivElement>, "description" | "title"> & React.RefAttributes<HTMLDivElement>>;
37
+ } & Omit<HTMLAttributes<HTMLDivElement>, "title" | "description"> & React.RefAttributes<HTMLDivElement>>;
38
38
  declare const DrawerStickyFooter: React.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
39
39
  declare const DrawerStickyBody: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
40
40
  onScrollEnd?: () => void;
@@ -34,7 +34,7 @@ declare const DrawerStickyHeader: React.ForwardRefExoticComponent<{
34
34
  title: string;
35
35
  description?: string;
36
36
  buttons?: DrawerStickyHeaderButtons;
37
- } & Omit<HTMLAttributes<HTMLDivElement>, "description" | "title"> & React.RefAttributes<HTMLDivElement>>;
37
+ } & Omit<HTMLAttributes<HTMLDivElement>, "title" | "description"> & React.RefAttributes<HTMLDivElement>>;
38
38
  declare const DrawerStickyFooter: React.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
39
39
  declare const DrawerStickyBody: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
40
40
  onScrollEnd?: () => void;
package/dist/tab.d.mts CHANGED
@@ -12,7 +12,7 @@ type TabsVariantsType = (typeof TabsVariants)[number];
12
12
  declare const TabsSizes: readonly ["sm", "md"];
13
13
  type TabsSizesType = "sm" | "md";
14
14
  declare const tabTrigger: (props?: ({
15
- variant?: "ghost" | "fill" | "fillWithCloseButton" | undefined;
15
+ variant?: "fill" | "ghost" | "fillWithCloseButton" | undefined;
16
16
  size?: "md" | "sm" | undefined;
17
17
  } & ({
18
18
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
package/dist/tab.d.ts CHANGED
@@ -12,7 +12,7 @@ type TabsVariantsType = (typeof TabsVariants)[number];
12
12
  declare const TabsSizes: readonly ["sm", "md"];
13
13
  type TabsSizesType = "sm" | "md";
14
14
  declare const tabTrigger: (props?: ({
15
- variant?: "ghost" | "fill" | "fillWithCloseButton" | undefined;
15
+ variant?: "fill" | "ghost" | "fillWithCloseButton" | undefined;
16
16
  size?: "md" | "sm" | undefined;
17
17
  } & ({
18
18
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
@@ -1 +1 @@
1
- 'use strict';var r={content:[],theme:{spacing:{0:"0",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",16:"3.5rem"},colors:{primary:{50:"rgb(var(--color-primary-50) / <alpha-value>)",100:"rgb(var(--color-primary-100) / <alpha-value>)",200:"rgb(var(--color-primary-200) / <alpha-value>)",300:"rgb(var(--color-primary-300) / <alpha-value>)",400:"rgb(var(--color-primary-400) / <alpha-value>)",500:"rgb(var(--color-primary-500) / <alpha-value>)",600:"rgb(var(--color-primary-600) / <alpha-value>)",700:"rgb(var(--color-primary-700) / <alpha-value>)",800:"rgb(var(--color-primary-800) / <alpha-value>)",900:"rgb(var(--color-primary-900) / <alpha-value>)"},"transparent-primary":{10:"rgb(var(--color-primary-400) / 0.1)",20:"rgb(var(--color-primary-400) / 0.2)",30:"rgb(var(--color-primary-400) / 0.3)",40:"rgb(var(--color-primary-400) / 0.4)"},"transparent-neutral":{10:"rgb(var(--color-neutral-50) / 0.1)",20:"rgb(var(--color-neutral-100) / 0.2)",30:"rgb(var(--color-neutral-200) / 0.3)",40:"rgb(var(--color-neutral-300) / 0.4)",50:"rgb(var(--color-neutral-400) / 0.5)"},neutral:{50:"rgb(var(--color-neutral-50) / <alpha-value>)",70:"rgb(var(--color-neutral-70) / <alpha-value>)",80:"rgb(var(--color-neutral-80) / <alpha-value>)",100:"rgb(var(--color-neutral-100) / <alpha-value>)",200:"rgb(var(--color-neutral-200) / <alpha-value>)",300:"rgb(var(--color-neutral-300) / <alpha-value>)",400:"rgb(var(--color-neutral-400) / <alpha-value>)",500:"rgb(var(--color-neutral-500) / <alpha-value>)",600:"rgb(var(--color-neutral-600) / <alpha-value>)",700:"rgb(var(--color-neutral-700) / <alpha-value>)",800:"rgb(var(--color-neutral-800) / <alpha-value>)",900:"rgb(var(--color-neutral-900) / <alpha-value>)"},error:{100:"rgb(var(--color-error-100) / <alpha-value>)",300:"rgb(var(--color-error-300) / <alpha-value>)",500:"rgb(var(--color-error-500) / <alpha-value>)",700:"rgb(var(--color-error-700) / <alpha-value>)",900:"rgb(var(--color-error-900) / <alpha-value>)"},"transparent-error":{10:"rgb(var(--color-error-300) / 0.1)"},warning:{100:"#FFF9D6",300:"#FFE885",500:"#FFCF35",700:"#D69A00",900:"#5C4B22"},success:{100:"#E3FAD7",300:"#67C45E",500:"#319E31",700:"#187128",900:"#094B20"},info:{100:"#CFEBFE",300:"#71B6FA",500:"#1570EF",700:"#0A40AC",900:"#273767"},zoro:{300:"#E9F0C4",500:"#DBE3AB"},ussop:{300:"#D5E9CE",500:"#BFE4B2"},crocodile:{300:"#CDE0B9",500:"#BED5A4"},silvers:{300:"#DFF7DE",500:"#CFF4CE"},buggy:{300:"#E5F5B3",500:"#DAEF9D"},nami:{300:"#FFDBBB",500:"#FFCEA2"},shanks:{300:"#F6CFBC",500:"#FBC5A9"},piiman:{300:"#FFE3B4",500:"#FFDA9B"},sanji:{300:"#FFECCA",500:"#FFE0A9"},ace:{300:"#FFDAD3",500:"#FFC1B5"},hancock:{300:"#F6CFE6",500:"#F3B9DC"},chopper:{300:"#FFE2F8",500:"#FFCDF3"},bentham:{300:"#EDD8F0",500:"#ECCCF1"},ivankov:{300:"#F0E4FF",500:"#E6D1FF"},brook:{300:"#E2E3FF",500:"#CED0FF"},luffy:{300:"#D8E3FF",500:"#C7D7FF"},frankie:{300:"#CDF1F8",500:"#B8EEF9"},jinbe:{300:"#CDF0FF",500:"#B3E8FF"},robin:{300:"#BAD2F5",500:"#ADCDFB"},law:{300:"#CBD8F3",500:"#B0C3EA"},sunny:{800:"#4B7E12"},polartang:{600:"#C68130",800:"#A75A00"},merry:{600:"#8F3FA2",800:"#581769"},jackson:{800:"#4E6697"}},extend:{ringWidth:{3:"3px",6:"6px",12:"12px"},letterSpacing:{body:"0.32px","body-lg":"0.36px",sm:"0.28px"},margin:{.5:"0.125rem",1.5:"0.375rem",1.75:"0.4375rem",2.5:"0.625rem",4.5:"1.125rem"},padding:{.25:"0.0625rem",.5:"0.125rem",.75:"0.1875rem",2.5:"0.625rem",3.75:"0.9375rem",4.25:"1.0625rem",4.5:"1.125rem",14:"3.5rem",20:"5rem"},gap:{2.75:"0.6875rem",3.25:"0.8125rem",4.5:"1.125rem"},width:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",13:"3.25rem",29:"7.25rem",55:"13.75rem",112.5:"28.125rem",117.5:"29.375rem",187:"46.75rem",235:"58.75rem",312:"78rem"},minWidth:{4.5:"1.125rem"},minHeight:{4.5:"1.125rem",15.75:"3.9375rem",40:"10rem"},maxHeight:{84:"21rem"},height:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",14:"3.5rem",15:"3.75rem",16:"4rem",18:"4.5rem",20:"5rem",22:"5.5rem"},borderWidth:{1:"1px",3:"3px"},borderColor:{transparent:"transparent"},inset:{1.5:"0.375rem",2.5:"0.625rem",3.875:"0.96875rem",14:"3.5rem",22:"6rem"},keyframes:{hide:{from:{opacity:"1"},to:{opacity:"0"}},"tooltip-enter":{from:{opacity:"0",transform:"scale(0.95)"},to:{opacity:"1",transform:"scale(1)"}},"tooltip-exit":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(0.95)"}},slideIn:{from:{transform:"translateX(100%)"},to:{transform:"translateX(0)"}},swipeOut:{from:{transform:"translateX(0)"},to:{transform:"translateX(100%)"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"tooltip-enter":"tooltip-enter 0.2s ease-out","tooltip-exit":"tooltip-exit 0.2s ease-in forwards",hide:"hide 100ms ease-in",slideIn:"slideIn 500ms cubic-bezier(0.16, 1, 0.3, 1)",swipeOut:"swipeOut 200ms ease-out","accordion-down":"accordion-down 300ms cubic-bezier(0.87, 0, 0.13, 1)","accordion-up":"accordion-up 300ms cubic-bezier(0.87, 0, 0.13, 1)"}}}},a=r;module.exports=a;
1
+ 'use strict';var r={content:[],theme:{spacing:{0:"0",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",16:"3.5rem"},colors:{primary:{50:"rgb(var(--color-primary-50) / <alpha-value>)",100:"rgb(var(--color-primary-100) / <alpha-value>)",200:"rgb(var(--color-primary-200) / <alpha-value>)",300:"rgb(var(--color-primary-300) / <alpha-value>)",400:"rgb(var(--color-primary-400) / <alpha-value>)",500:"rgb(var(--color-primary-500) / <alpha-value>)",600:"rgb(var(--color-primary-600) / <alpha-value>)",700:"rgb(var(--color-primary-700) / <alpha-value>)",800:"rgb(var(--color-primary-800) / <alpha-value>)",900:"rgb(var(--color-primary-900) / <alpha-value>)"},"transparent-primary":{10:"rgb(var(--color-primary-400) / 0.1)",20:"rgb(var(--color-primary-400) / 0.2)",30:"rgb(var(--color-primary-400) / 0.3)",40:"rgb(var(--color-primary-400) / 0.4)"},"transparent-neutral":{10:"rgb(var(--color-neutral-50) / 0.1)",20:"rgb(var(--color-neutral-100) / 0.2)",30:"rgb(var(--color-neutral-200) / 0.3)",40:"rgb(var(--color-neutral-300) / 0.4)",50:"rgb(var(--color-neutral-400) / 0.5)"},neutral:{50:"rgb(var(--color-neutral-50) / <alpha-value>)",70:"rgb(var(--color-neutral-70) / <alpha-value>)",80:"rgb(var(--color-neutral-80) / <alpha-value>)",100:"rgb(var(--color-neutral-100) / <alpha-value>)",200:"rgb(var(--color-neutral-200) / <alpha-value>)",300:"rgb(var(--color-neutral-300) / <alpha-value>)",400:"rgb(var(--color-neutral-400) / <alpha-value>)",500:"rgb(var(--color-neutral-500) / <alpha-value>)",600:"rgb(var(--color-neutral-600) / <alpha-value>)",700:"rgb(var(--color-neutral-700) / <alpha-value>)",800:"rgb(var(--color-neutral-800) / <alpha-value>)",900:"rgb(var(--color-neutral-900) / <alpha-value>)"},error:{100:"rgb(var(--color-error-100) / <alpha-value>)",300:"rgb(var(--color-error-300) / <alpha-value>)",500:"rgb(var(--color-error-500) / <alpha-value>)",700:"rgb(var(--color-error-700) / <alpha-value>)",900:"rgb(var(--color-error-900) / <alpha-value>)"},"transparent-error":{10:"rgb(var(--color-error-300) / 0.1)"},warning:{100:"#FFF9D6",300:"#FFE885",500:"#FFCF35",700:"#D69A00",900:"#5C4B22"},success:{100:"#E3FAD7",300:"#67C45E",500:"#319E31",700:"#187128",900:"#094B20"},info:{100:"#CFEBFE",300:"#71B6FA",500:"#1570EF",700:"#0A40AC",900:"#273767"},zoro:{300:"#E9F0C4",500:"#DBE3AB"},ussop:{300:"#D5E9CE",500:"#BFE4B2"},crocodile:{300:"#CDE0B9",500:"#BED5A4"},silvers:{300:"#DFF7DE",500:"#CFF4CE"},buggy:{300:"#E5F5B3",500:"#DAEF9D"},nami:{300:"#FFDBBB",500:"#FFCEA2"},shanks:{300:"#F6CFBC",500:"#FBC5A9"},piiman:{300:"#FFE3B4",500:"#FFDA9B"},sanji:{300:"#FFECCA",500:"#FFE0A9"},ace:{300:"#FFDAD3",500:"#FFC1B5"},hancock:{300:"#F6CFE6",500:"#F3B9DC"},chopper:{300:"#FFE2F8",500:"#FFCDF3"},bentham:{300:"#EDD8F0",500:"#ECCCF1"},ivankov:{300:"#F0E4FF",500:"#E6D1FF"},brook:{300:"#E2E3FF",500:"#CED0FF"},luffy:{300:"#D8E3FF",500:"#C7D7FF"},frankie:{300:"#CDF1F8",500:"#B8EEF9"},jinbe:{300:"#CDF0FF",500:"#B3E8FF"},robin:{300:"#BAD2F5",500:"#ADCDFB"},law:{300:"#CBD8F3",500:"#B0C3EA"},sunny:{800:"#4B7E12"},polartang:{600:"#C68130",800:"#A75A00"},merry:{600:"#8F3FA2",800:"#581769"},jackson:{800:"#4E6697"}},extend:{ringWidth:{3:"3px",6:"6px",12:"12px"},letterSpacing:{body:"0.32px","body-lg":"0.36px",sm:"0.28px"},margin:{.5:"0.125rem",1.5:"0.375rem",1.75:"0.4375rem",2.5:"0.625rem",4.5:"1.125rem"},padding:{.25:"0.0625rem",.5:"0.125rem",.75:"0.1875rem",2.5:"0.625rem",3.75:"0.9375rem",4.25:"1.0625rem",4.5:"1.125rem",14:"3.5rem",20:"5rem"},gap:{1.5:"0.375rem",2.75:"0.6875rem",3.25:"0.8125rem",4.5:"1.125rem"},width:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",13:"3.25rem",29:"7.25rem",55:"13.75rem",112.5:"28.125rem",117.5:"29.375rem",187:"46.75rem",235:"58.75rem",312:"78rem"},minWidth:{4.5:"1.125rem"},minHeight:{4.5:"1.125rem",15.75:"3.9375rem",40:"10rem"},maxHeight:{84:"21rem"},height:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",14:"3.5rem",15:"3.75rem",16:"4rem",18:"4.5rem",20:"5rem",22:"5.5rem"},borderWidth:{1:"1px",3:"3px"},borderColor:{transparent:"transparent"},inset:{1.5:"0.375rem",2.5:"0.625rem",3.875:"0.96875rem",14:"3.5rem",22:"6rem"},keyframes:{hide:{from:{opacity:"1"},to:{opacity:"0"}},"tooltip-enter":{from:{opacity:"0",transform:"scale(0.95)"},to:{opacity:"1",transform:"scale(1)"}},"tooltip-exit":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(0.95)"}},slideIn:{from:{transform:"translateX(100%)"},to:{transform:"translateX(0)"}},swipeOut:{from:{transform:"translateX(0)"},to:{transform:"translateX(100%)"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"tooltip-enter":"tooltip-enter 0.2s ease-out","tooltip-exit":"tooltip-exit 0.2s ease-in forwards",hide:"hide 100ms ease-in",slideIn:"slideIn 500ms cubic-bezier(0.16, 1, 0.3, 1)",swipeOut:"swipeOut 200ms ease-out","accordion-down":"accordion-down 300ms cubic-bezier(0.87, 0, 0.13, 1)","accordion-up":"accordion-up 300ms cubic-bezier(0.87, 0, 0.13, 1)"}}}},a=r;module.exports=a;
@@ -1 +1 @@
1
- var r={content:[],theme:{spacing:{0:"0",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",16:"3.5rem"},colors:{primary:{50:"rgb(var(--color-primary-50) / <alpha-value>)",100:"rgb(var(--color-primary-100) / <alpha-value>)",200:"rgb(var(--color-primary-200) / <alpha-value>)",300:"rgb(var(--color-primary-300) / <alpha-value>)",400:"rgb(var(--color-primary-400) / <alpha-value>)",500:"rgb(var(--color-primary-500) / <alpha-value>)",600:"rgb(var(--color-primary-600) / <alpha-value>)",700:"rgb(var(--color-primary-700) / <alpha-value>)",800:"rgb(var(--color-primary-800) / <alpha-value>)",900:"rgb(var(--color-primary-900) / <alpha-value>)"},"transparent-primary":{10:"rgb(var(--color-primary-400) / 0.1)",20:"rgb(var(--color-primary-400) / 0.2)",30:"rgb(var(--color-primary-400) / 0.3)",40:"rgb(var(--color-primary-400) / 0.4)"},"transparent-neutral":{10:"rgb(var(--color-neutral-50) / 0.1)",20:"rgb(var(--color-neutral-100) / 0.2)",30:"rgb(var(--color-neutral-200) / 0.3)",40:"rgb(var(--color-neutral-300) / 0.4)",50:"rgb(var(--color-neutral-400) / 0.5)"},neutral:{50:"rgb(var(--color-neutral-50) / <alpha-value>)",70:"rgb(var(--color-neutral-70) / <alpha-value>)",80:"rgb(var(--color-neutral-80) / <alpha-value>)",100:"rgb(var(--color-neutral-100) / <alpha-value>)",200:"rgb(var(--color-neutral-200) / <alpha-value>)",300:"rgb(var(--color-neutral-300) / <alpha-value>)",400:"rgb(var(--color-neutral-400) / <alpha-value>)",500:"rgb(var(--color-neutral-500) / <alpha-value>)",600:"rgb(var(--color-neutral-600) / <alpha-value>)",700:"rgb(var(--color-neutral-700) / <alpha-value>)",800:"rgb(var(--color-neutral-800) / <alpha-value>)",900:"rgb(var(--color-neutral-900) / <alpha-value>)"},error:{100:"rgb(var(--color-error-100) / <alpha-value>)",300:"rgb(var(--color-error-300) / <alpha-value>)",500:"rgb(var(--color-error-500) / <alpha-value>)",700:"rgb(var(--color-error-700) / <alpha-value>)",900:"rgb(var(--color-error-900) / <alpha-value>)"},"transparent-error":{10:"rgb(var(--color-error-300) / 0.1)"},warning:{100:"#FFF9D6",300:"#FFE885",500:"#FFCF35",700:"#D69A00",900:"#5C4B22"},success:{100:"#E3FAD7",300:"#67C45E",500:"#319E31",700:"#187128",900:"#094B20"},info:{100:"#CFEBFE",300:"#71B6FA",500:"#1570EF",700:"#0A40AC",900:"#273767"},zoro:{300:"#E9F0C4",500:"#DBE3AB"},ussop:{300:"#D5E9CE",500:"#BFE4B2"},crocodile:{300:"#CDE0B9",500:"#BED5A4"},silvers:{300:"#DFF7DE",500:"#CFF4CE"},buggy:{300:"#E5F5B3",500:"#DAEF9D"},nami:{300:"#FFDBBB",500:"#FFCEA2"},shanks:{300:"#F6CFBC",500:"#FBC5A9"},piiman:{300:"#FFE3B4",500:"#FFDA9B"},sanji:{300:"#FFECCA",500:"#FFE0A9"},ace:{300:"#FFDAD3",500:"#FFC1B5"},hancock:{300:"#F6CFE6",500:"#F3B9DC"},chopper:{300:"#FFE2F8",500:"#FFCDF3"},bentham:{300:"#EDD8F0",500:"#ECCCF1"},ivankov:{300:"#F0E4FF",500:"#E6D1FF"},brook:{300:"#E2E3FF",500:"#CED0FF"},luffy:{300:"#D8E3FF",500:"#C7D7FF"},frankie:{300:"#CDF1F8",500:"#B8EEF9"},jinbe:{300:"#CDF0FF",500:"#B3E8FF"},robin:{300:"#BAD2F5",500:"#ADCDFB"},law:{300:"#CBD8F3",500:"#B0C3EA"},sunny:{800:"#4B7E12"},polartang:{600:"#C68130",800:"#A75A00"},merry:{600:"#8F3FA2",800:"#581769"},jackson:{800:"#4E6697"}},extend:{ringWidth:{3:"3px",6:"6px",12:"12px"},letterSpacing:{body:"0.32px","body-lg":"0.36px",sm:"0.28px"},margin:{.5:"0.125rem",1.5:"0.375rem",1.75:"0.4375rem",2.5:"0.625rem",4.5:"1.125rem"},padding:{.25:"0.0625rem",.5:"0.125rem",.75:"0.1875rem",2.5:"0.625rem",3.75:"0.9375rem",4.25:"1.0625rem",4.5:"1.125rem",14:"3.5rem",20:"5rem"},gap:{2.75:"0.6875rem",3.25:"0.8125rem",4.5:"1.125rem"},width:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",13:"3.25rem",29:"7.25rem",55:"13.75rem",112.5:"28.125rem",117.5:"29.375rem",187:"46.75rem",235:"58.75rem",312:"78rem"},minWidth:{4.5:"1.125rem"},minHeight:{4.5:"1.125rem",15.75:"3.9375rem",40:"10rem"},maxHeight:{84:"21rem"},height:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",14:"3.5rem",15:"3.75rem",16:"4rem",18:"4.5rem",20:"5rem",22:"5.5rem"},borderWidth:{1:"1px",3:"3px"},borderColor:{transparent:"transparent"},inset:{1.5:"0.375rem",2.5:"0.625rem",3.875:"0.96875rem",14:"3.5rem",22:"6rem"},keyframes:{hide:{from:{opacity:"1"},to:{opacity:"0"}},"tooltip-enter":{from:{opacity:"0",transform:"scale(0.95)"},to:{opacity:"1",transform:"scale(1)"}},"tooltip-exit":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(0.95)"}},slideIn:{from:{transform:"translateX(100%)"},to:{transform:"translateX(0)"}},swipeOut:{from:{transform:"translateX(0)"},to:{transform:"translateX(100%)"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"tooltip-enter":"tooltip-enter 0.2s ease-out","tooltip-exit":"tooltip-exit 0.2s ease-in forwards",hide:"hide 100ms ease-in",slideIn:"slideIn 500ms cubic-bezier(0.16, 1, 0.3, 1)",swipeOut:"swipeOut 200ms ease-out","accordion-down":"accordion-down 300ms cubic-bezier(0.87, 0, 0.13, 1)","accordion-up":"accordion-up 300ms cubic-bezier(0.87, 0, 0.13, 1)"}}}},a=r;export{a as default};
1
+ var r={content:[],theme:{spacing:{0:"0",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",16:"3.5rem"},colors:{primary:{50:"rgb(var(--color-primary-50) / <alpha-value>)",100:"rgb(var(--color-primary-100) / <alpha-value>)",200:"rgb(var(--color-primary-200) / <alpha-value>)",300:"rgb(var(--color-primary-300) / <alpha-value>)",400:"rgb(var(--color-primary-400) / <alpha-value>)",500:"rgb(var(--color-primary-500) / <alpha-value>)",600:"rgb(var(--color-primary-600) / <alpha-value>)",700:"rgb(var(--color-primary-700) / <alpha-value>)",800:"rgb(var(--color-primary-800) / <alpha-value>)",900:"rgb(var(--color-primary-900) / <alpha-value>)"},"transparent-primary":{10:"rgb(var(--color-primary-400) / 0.1)",20:"rgb(var(--color-primary-400) / 0.2)",30:"rgb(var(--color-primary-400) / 0.3)",40:"rgb(var(--color-primary-400) / 0.4)"},"transparent-neutral":{10:"rgb(var(--color-neutral-50) / 0.1)",20:"rgb(var(--color-neutral-100) / 0.2)",30:"rgb(var(--color-neutral-200) / 0.3)",40:"rgb(var(--color-neutral-300) / 0.4)",50:"rgb(var(--color-neutral-400) / 0.5)"},neutral:{50:"rgb(var(--color-neutral-50) / <alpha-value>)",70:"rgb(var(--color-neutral-70) / <alpha-value>)",80:"rgb(var(--color-neutral-80) / <alpha-value>)",100:"rgb(var(--color-neutral-100) / <alpha-value>)",200:"rgb(var(--color-neutral-200) / <alpha-value>)",300:"rgb(var(--color-neutral-300) / <alpha-value>)",400:"rgb(var(--color-neutral-400) / <alpha-value>)",500:"rgb(var(--color-neutral-500) / <alpha-value>)",600:"rgb(var(--color-neutral-600) / <alpha-value>)",700:"rgb(var(--color-neutral-700) / <alpha-value>)",800:"rgb(var(--color-neutral-800) / <alpha-value>)",900:"rgb(var(--color-neutral-900) / <alpha-value>)"},error:{100:"rgb(var(--color-error-100) / <alpha-value>)",300:"rgb(var(--color-error-300) / <alpha-value>)",500:"rgb(var(--color-error-500) / <alpha-value>)",700:"rgb(var(--color-error-700) / <alpha-value>)",900:"rgb(var(--color-error-900) / <alpha-value>)"},"transparent-error":{10:"rgb(var(--color-error-300) / 0.1)"},warning:{100:"#FFF9D6",300:"#FFE885",500:"#FFCF35",700:"#D69A00",900:"#5C4B22"},success:{100:"#E3FAD7",300:"#67C45E",500:"#319E31",700:"#187128",900:"#094B20"},info:{100:"#CFEBFE",300:"#71B6FA",500:"#1570EF",700:"#0A40AC",900:"#273767"},zoro:{300:"#E9F0C4",500:"#DBE3AB"},ussop:{300:"#D5E9CE",500:"#BFE4B2"},crocodile:{300:"#CDE0B9",500:"#BED5A4"},silvers:{300:"#DFF7DE",500:"#CFF4CE"},buggy:{300:"#E5F5B3",500:"#DAEF9D"},nami:{300:"#FFDBBB",500:"#FFCEA2"},shanks:{300:"#F6CFBC",500:"#FBC5A9"},piiman:{300:"#FFE3B4",500:"#FFDA9B"},sanji:{300:"#FFECCA",500:"#FFE0A9"},ace:{300:"#FFDAD3",500:"#FFC1B5"},hancock:{300:"#F6CFE6",500:"#F3B9DC"},chopper:{300:"#FFE2F8",500:"#FFCDF3"},bentham:{300:"#EDD8F0",500:"#ECCCF1"},ivankov:{300:"#F0E4FF",500:"#E6D1FF"},brook:{300:"#E2E3FF",500:"#CED0FF"},luffy:{300:"#D8E3FF",500:"#C7D7FF"},frankie:{300:"#CDF1F8",500:"#B8EEF9"},jinbe:{300:"#CDF0FF",500:"#B3E8FF"},robin:{300:"#BAD2F5",500:"#ADCDFB"},law:{300:"#CBD8F3",500:"#B0C3EA"},sunny:{800:"#4B7E12"},polartang:{600:"#C68130",800:"#A75A00"},merry:{600:"#8F3FA2",800:"#581769"},jackson:{800:"#4E6697"}},extend:{ringWidth:{3:"3px",6:"6px",12:"12px"},letterSpacing:{body:"0.32px","body-lg":"0.36px",sm:"0.28px"},margin:{.5:"0.125rem",1.5:"0.375rem",1.75:"0.4375rem",2.5:"0.625rem",4.5:"1.125rem"},padding:{.25:"0.0625rem",.5:"0.125rem",.75:"0.1875rem",2.5:"0.625rem",3.75:"0.9375rem",4.25:"1.0625rem",4.5:"1.125rem",14:"3.5rem",20:"5rem"},gap:{1.5:"0.375rem",2.75:"0.6875rem",3.25:"0.8125rem",4.5:"1.125rem"},width:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",13:"3.25rem",29:"7.25rem",55:"13.75rem",112.5:"28.125rem",117.5:"29.375rem",187:"46.75rem",235:"58.75rem",312:"78rem"},minWidth:{4.5:"1.125rem"},minHeight:{4.5:"1.125rem",15.75:"3.9375rem",40:"10rem"},maxHeight:{84:"21rem"},height:{3.5:"0.875rem",4.5:"1.125rem",5.5:"1.375rem",14:"3.5rem",15:"3.75rem",16:"4rem",18:"4.5rem",20:"5rem",22:"5.5rem"},borderWidth:{1:"1px",3:"3px"},borderColor:{transparent:"transparent"},inset:{1.5:"0.375rem",2.5:"0.625rem",3.875:"0.96875rem",14:"3.5rem",22:"6rem"},keyframes:{hide:{from:{opacity:"1"},to:{opacity:"0"}},"tooltip-enter":{from:{opacity:"0",transform:"scale(0.95)"},to:{opacity:"1",transform:"scale(1)"}},"tooltip-exit":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(0.95)"}},slideIn:{from:{transform:"translateX(100%)"},to:{transform:"translateX(0)"}},swipeOut:{from:{transform:"translateX(0)"},to:{transform:"translateX(100%)"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"tooltip-enter":"tooltip-enter 0.2s ease-out","tooltip-exit":"tooltip-exit 0.2s ease-in forwards",hide:"hide 100ms ease-in",slideIn:"slideIn 500ms cubic-bezier(0.16, 1, 0.3, 1)",swipeOut:"swipeOut 200ms ease-out","accordion-down":"accordion-down 300ms cubic-bezier(0.87, 0, 0.13, 1)","accordion-up":"accordion-up 300ms cubic-bezier(0.87, 0, 0.13, 1)"}}}},a=r;export{a as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sodtrack-web-ui",
3
- "version": "0.53.0",
3
+ "version": "0.53.1",
4
4
  "description": "UI components for Sodtrack Web",
5
5
  "exports": {
6
6
  "./dist/index.css": "./dist/index.css",