sate-lib 1.6.0 → 1.8.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.
Files changed (34) hide show
  1. package/lib/components/avatar/avatar.d.ts +4 -2
  2. package/lib/components/avatar/avatar.d.ts.map +1 -0
  3. package/lib/components/avatar/avatar.js +1 -1
  4. package/lib/components/avatar/avatar.styles.module.js +1 -1
  5. package/lib/components/avatar/avatar.styles_module.css +1 -1
  6. package/lib/components/badge/badge.d.ts +1 -0
  7. package/lib/components/badge/badge.d.ts.map +1 -0
  8. package/lib/components/button/button.d.ts +1 -0
  9. package/lib/components/button/button.d.ts.map +1 -0
  10. package/lib/components/filter-chip/filter-chip.d.ts +1 -0
  11. package/lib/components/filter-chip/filter-chip.d.ts.map +1 -0
  12. package/lib/components/icon/icon.d.ts +1 -0
  13. package/lib/components/icon/icon.d.ts.map +1 -0
  14. package/lib/components/logo/logo.d.ts +1 -0
  15. package/lib/components/logo/logo.d.ts.map +1 -0
  16. package/lib/components/menu-item/menu-item.d.ts +1 -0
  17. package/lib/components/menu-item/menu-item.d.ts.map +1 -0
  18. package/lib/components/notification/notification.d.ts +1 -0
  19. package/lib/components/notification/notification.d.ts.map +1 -0
  20. package/lib/components/progress-indicator/progress-indicator.d.ts +1 -0
  21. package/lib/components/progress-indicator/progress-indicator.d.ts.map +1 -0
  22. package/lib/components/search-input/search-input.d.ts +1 -0
  23. package/lib/components/search-input/search-input.d.ts.map +1 -0
  24. package/lib/components/segmented-control/segmented-control.d.ts +1 -0
  25. package/lib/components/segmented-control/segmented-control.d.ts.map +1 -0
  26. package/lib/components/shadow-box/shadow-box.d.ts +1 -0
  27. package/lib/components/shadow-box/shadow-box.d.ts.map +1 -0
  28. package/lib/components/tabs/tabs.d.ts +1 -0
  29. package/lib/components/tabs/tabs.d.ts.map +1 -0
  30. package/lib/components/typography/typography.d.ts +1 -0
  31. package/lib/components/typography/typography.d.ts.map +1 -0
  32. package/lib/index.d.ts +1 -0
  33. package/lib/index.d.ts.map +1 -0
  34. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from "react";
2
2
  export declare function getInitials(name?: string): string;
3
- type AvatarSize = "small" | "medium" | "large";
3
+ type AvatarSize = "small" | "medium" | "large" | "xLarge";
4
4
  type AvatarShape = "circle" | "rounded" | "map";
5
5
  export interface AvatarProps extends HTMLAttributes<HTMLDivElement> {
6
6
  src?: string;
@@ -8,6 +8,8 @@ export interface AvatarProps extends HTMLAttributes<HTMLDivElement> {
8
8
  name?: string;
9
9
  size?: AvatarSize;
10
10
  shape?: AvatarShape;
11
+ border?: boolean;
11
12
  }
12
- export declare function Avatar({ src, alt, name, size, shape, className, ...rest }: AvatarProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function Avatar({ src, alt, name, size, shape, border, className, ...rest }: AvatarProps): import("react/jsx-runtime").JSX.Element;
13
14
  export {};
15
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAY,MAAM,OAAO,CAAC;AAGjD,wBAAgB,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAkBjD;AAED,KAAK,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC1D,KAAK,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,KAAK,CAAC;AAEhD,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,MAAM,CAAC,EACrB,GAAG,EACH,GAAG,EACH,IAAI,EACJ,IAAe,EACf,KAAgB,EAChB,MAAc,EACd,SAAS,EACT,GAAG,IAAI,EACR,EAAE,WAAW,2CA8Bb"}
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import{useState as t}from"react";import r from"./avatar.styles.module.js";function a(e){if(!e)return"";let t=e.trim().replace(/\s+/g," "),r=t.includes(" ")?t.split(" "):t.split(/(?=[A-Z])/);return 0===(r=r.filter(Boolean)).length?"":1===r.length?r[0].substring(0,2).toUpperCase():(r[0][0]+r[r.length-1][0]).toUpperCase()}function l({src:l,alt:i,name:o,size:n="medium",shape:s="circle",className:m,...c}){let[d,g]=t(!1);return e("div",{className:[r.root,r[n],r[s],m].filter(Boolean).join(" "),"aria-label":i||o,role:"img",...c,children:o?e("span",{className:r.text,children:a(o)}):e("img",{src:l,alt:i,className:`${r.img} ${d?r.loaded:""}`,draggable:!1,loading:"lazy",decoding:"async",onLoad:()=>g(!0)})})}export{l as Avatar,a as getInitials};
1
+ import{jsx as e}from"react/jsx-runtime";import{useState as r}from"react";import t from"./avatar.styles.module.js";function a(e){if(!e)return"";let r=e.trim().replace(/\s+/g," "),t=r.includes(" ")?r.split(" "):r.split(/(?=[A-Z])/);return 0===(t=t.filter(Boolean)).length?"":1===t.length?t[0].substring(0,2).toUpperCase():(t[0][0]+t[t.length-1][0]).toUpperCase()}function l({src:l,alt:i,name:o,size:n="medium",shape:s="circle",border:m=!1,className:c,...d}){let[g,p]=r(!1);return e("div",{className:[t.root,t[n],t[s],m&&t.border,c].filter(Boolean).join(" "),"aria-label":i||o,role:"img",...d,children:o?e("span",{className:t.text,children:a(o)}):e("img",{src:l,alt:i,className:`${t.img} ${g?t.loaded:""}`,draggable:!1,loading:"lazy",decoding:"async",onLoad:()=>p(!0)})})}export{l as Avatar,a as getInitials};
@@ -1 +1 @@
1
- import"./avatar.styles_module.css";let e={root:"root-z1zGW9",circle:"circle-_D9Cad",rounded:"rounded-A84AyB",large:"large-fhVn0F",medium:"medium-uo9z2T",small:"small-UDXZu6",img:"img-u6Ny24",loaded:"loaded-oROsLo",map:"map-gwcJ1m",text:"text-sZ9yIf"};export{e as default};
1
+ import"./avatar.styles_module.css";let e={root:"root-z1zGW9",circle:"circle-_D9Cad",rounded:"rounded-A84AyB",xlarge:"xlarge-H_7tVO",large:"large-fhVn0F",medium:"medium-uo9z2T",small:"small-UDXZu6",border:"border-bUYfnV",xLarge:"xLarge-Dyb1PW",img:"img-u6Ny24",loaded:"loaded-oROsLo",map:"map-gwcJ1m",text:"text-sZ9yIf"};export{e as default};
@@ -1 +1 @@
1
- .root-z1zGW9{display:inline-flex;position:relative;overflow:hidden}.circle-_D9Cad{border-radius:50%}.rounded-A84AyB{border-radius:.25rem}.large-fhVn0F{width:2.5rem;height:2.5rem}.medium-uo9z2T{width:2.3rem;height:2.3rem}.small-UDXZu6{width:2rem;height:2rem}.img-u6Ny24{object-fit:cover;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .2s;position:relative}.loaded-oROsLo{opacity:1}.map-gwcJ1m:before{content:"";z-index:0;background:currentColor;position:absolute;inset:0;mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 42%27><path d=%27M32 16.5c0 13.5-15 24-15 24S2 30 2 16.5a15 15 0 0 1 30 0Z%27 fill=%27%23fff%27/></svg>") 50%/contain no-repeat}.map-gwcJ1m .img-u6Ny24{border-radius:50%;width:60%;height:60%;position:absolute;top:4px;left:50%;transform:translate(-50%)}.text-sZ9yIf{width:100%;height:100%;padding:var(--spacing-size-4,.25rem);color:#fff;background:var(--color-background-neutral,#ccc);font-family:var(--typescale-display-font-secondary,"Golos UI");font-size:var(--typescale-body-default-emphasis-font-size,.875rem);font-weight:500;line-height:var(--typescale-body-default-emphasis-line-height,1.25rem);letter-spacing:var(--typescale-body-default-emphasis-letter-spacing,0);justify-content:center;align-items:center;display:flex}
1
+ .root-z1zGW9{display:inline-flex;position:relative;overflow:hidden}.circle-_D9Cad{border-radius:50%}.rounded-A84AyB{border-radius:.25rem}.xlarge-H_7tVO{width:4rem;height:4rem}.large-fhVn0F{width:2.5rem;height:2.5rem}.medium-uo9z2T{width:2.3rem;height:2.3rem}.small-UDXZu6{width:2rem;height:2rem}.border-bUYfnV{border-style:solid;border-color:var(--color-background-screen,#fdfdf9)}.xLarge-Dyb1PW.border-bUYfnV{border-width:4.8px}.large-fhVn0F.border-bUYfnV{border-width:3px}.medium-uo9z2T.border-bUYfnV{border-width:2.4px}.small-UDXZu6.border-bUYfnV{border-width:2px}.img-u6Ny24{object-fit:cover;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .2s;position:relative}.loaded-oROsLo{opacity:1}.map-gwcJ1m:before{content:"";z-index:0;background:currentColor;position:absolute;inset:0;mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 42%27><path d=%27M32 16.5c0 13.5-15 24-15 24S2 30 2 16.5a15 15 0 0 1 30 0Z%27 fill=%27%23fff%27/></svg>") 50%/contain no-repeat}.map-gwcJ1m .img-u6Ny24{border-radius:50%;width:60%;height:60%;position:absolute;top:4px;left:50%;transform:translate(-50%)}.text-sZ9yIf{width:100%;height:100%;padding:var(--spacing-size-4,.25rem);color:#fff;background:var(--color-background-neutral,#ccc);font-family:var(--typescale-display-font-secondary,"Golos UI");font-size:var(--typescale-body-default-emphasis-font-size,.875rem);font-weight:500;line-height:var(--typescale-body-default-emphasis-line-height,1.25rem);letter-spacing:var(--typescale-body-default-emphasis-letter-spacing,0);justify-content:center;align-items:center;display:flex}
@@ -8,3 +8,4 @@ export interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
8
8
  iconSize?: number;
9
9
  }
10
10
  export declare function Badge({ label, variant, icon, iconSize, className, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAQ,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG9C,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,KAAK,CAAC;AAE7C,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,eAAe,CAAC;IACjE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,KAAK,CAAC,EACpB,KAAU,EACV,OAAmB,EACnB,IAAI,EACJ,QAAa,EACb,SAAc,EACd,GAAG,KAAK,EACT,EAAE,UAAU,2CAkBZ"}
@@ -13,3 +13,4 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
13
13
  }
14
14
  export declare function Button({ variant, size, icon, iconPosition, label, loading, disabled, className, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
15
15
  export {};
16
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAQ,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG9C,KAAK,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AACxD,KAAK,IAAI,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEpD,UAAU,WAAY,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IACnE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,MAAM,CAAC,EACrB,OAAkB,EAClB,IAAc,EACd,IAAI,EACJ,YAAqB,EACrB,KAAK,EACL,OAAO,EACP,QAAQ,EACR,SAAc,EACd,GAAG,KAAK,EACT,EAAE,WAAW,2CAuBb"}
@@ -19,3 +19,4 @@ interface FilterChipGroupProps {
19
19
  }
20
20
  export declare function FilterChipGroup({ options, selected, onChange, mode, size, className, }: FilterChipGroupProps): import("react/jsx-runtime").JSX.Element;
21
21
  export {};
22
+ //# sourceMappingURL=filter-chip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-chip.d.ts","sourceRoot":"","sources":["../../../src/components/filter-chip/filter-chip.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGnD,KAAK,IAAI,GAAG,QAAQ,GAAG,UAAU,CAAC;AAClC,KAAK,IAAI,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE/B,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,oBAAoB;IAC5B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACxC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,IAAiB,EACjB,IAAe,EACf,SAAc,GACf,EAAE,oBAAoB,2CA2DtB"}
@@ -48,3 +48,4 @@ export interface IconProps extends SVGProps<SVGSVGElement> {
48
48
  color?: string;
49
49
  }
50
50
  export declare function Icon({ name, size, color, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
51
+ //# sourceMappingURL=icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAiCjC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BR,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,KAAK,CAAC;AAE1C,eAAO,MAAM,SAAS,EAAyB,QAAQ,EAAE,CAAC;AAE1D,MAAM,WAAW,SAAU,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACxD;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,IAAS,EACT,KAAsB,EACtB,GAAG,IAAI,EACR,EAAE,SAAS,kDAMX"}
@@ -11,3 +11,4 @@ export declare function LogoWordMark({ className, size, color, title, ...rest }:
11
11
  export declare function LogoTileDark({ className, size, color, title, ...rest }: LogoProps): import("react/jsx-runtime").JSX.Element;
12
12
  export declare function LogoTileLight({ className, size, color, title, ...rest }: LogoProps): import("react/jsx-runtime").JSX.Element;
13
13
  export declare const Logo: import("react").ForwardRefExoticComponent<Omit<LogoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
14
+ //# sourceMappingURL=logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/components/logo/logo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE7C,MAAM,MAAM,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,CAAC;AAC5D,MAAM,MAAM,KAAK,GAAG,cAAc,GAAG,MAAM,GAAG,OAAO,CAAC;AAEtD,MAAM,WAAW,SAAU,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,YAAY,CAAC,EAC3B,SAAc,EACd,IAAS,EACT,KAAsB,EACtB,KAAc,EACd,GAAG,IAAI,EACR,EAAE,SAAS,2CAsBX;AAED,wBAAgB,YAAY,CAAC,EAC3B,SAAc,EACd,IAAS,EACT,KAAK,EACL,KAAc,EACd,GAAG,IAAI,EACR,EAAE,SAAS,2CA8BX;AAED,wBAAgB,aAAa,CAAC,EAC5B,SAAc,EACd,IAAS,EACT,KAAK,EACL,KAAc,EACd,GAAG,IAAI,EACR,EAAE,SAAS,2CAuBX;AAED,eAAO,MAAM,IAAI,kHAwBf,CAAC"}
@@ -13,3 +13,4 @@ export interface MenuItemProps {
13
13
  }
14
14
  export declare function MenuItem({ active, photo, name, description, badges, prices, }: MenuItemProps): import("react/jsx-runtime").JSX.Element;
15
15
  export {};
16
+ //# sourceMappingURL=menu-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-item.d.ts","sourceRoot":"","sources":["../../../src/components/menu-item/menu-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAanD,UAAU,MAAM;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,wBAAgB,QAAQ,CAAC,EACvB,MAAM,EACN,KAAK,EACL,IAAI,EACJ,WAAW,EACX,MAAM,EACN,MAAM,GACP,EAAE,aAAa,2CAsCf"}
@@ -4,3 +4,4 @@ interface NotificationProps {
4
4
  }
5
5
  export declare function Notification({ number, className }: NotificationProps): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
+ //# sourceMappingURL=notification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/components/notification/notification.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,EAAE,MAAM,EAAE,SAAc,EAAE,EAAE,iBAAiB,2CAMzE"}
@@ -4,3 +4,4 @@ export interface ProgressIndicatorProps {
4
4
  export declare function ProgressIndicator({ size }: ProgressIndicatorProps, ref: React.ForwardedRef<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
5
5
  declare const _default: import("react").ForwardRefExoticComponent<ProgressIndicatorProps & import("react").RefAttributes<SVGSVGElement>>;
6
6
  export default _default;
7
+ //# sourceMappingURL=progress-indicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-indicator.d.ts","sourceRoot":"","sources":["../../../src/components/progress-indicator/progress-indicator.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,iBAAiB,CAC/B,EAAE,IAAS,EAAE,EAAE,sBAAsB,EACrC,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,aAAa,CAAC,2CAmDvC;;AAED,wBAA6C"}
@@ -12,3 +12,4 @@ interface SearchInputProps extends InputHTMLAttributes<HTMLInputElement> {
12
12
  }
13
13
  export declare function SearchInput({ placeholder, variant, inputSize, onChange, supportingText, disabled, className, defaultValue, ...rest }: SearchInputProps): import("react/jsx-runtime").JSX.Element;
14
14
  export {};
15
+ //# sourceMappingURL=search-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../../src/components/search-input/search-input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,OAAO,CAAC;AAItD,KAAK,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;AACrC,KAAK,IAAI,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEzC,UAAU,gBAAiB,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACtE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC7D;AAED,wBAAgB,WAAW,CAAC,EAC1B,WAAsB,EACtB,OAAoB,EACpB,SAAmB,EACnB,QAAQ,EACR,cAAc,EACd,QAAQ,EACR,SAAS,EACT,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,gBAAgB,2CA+DlB"}
@@ -14,3 +14,4 @@ interface SegmentedControlProps {
14
14
  }
15
15
  export declare function SegmentedControl({ options, value, defaultValue, onChange, className, }: SegmentedControlProps): import("react/jsx-runtime").JSX.Element;
16
16
  export {};
17
+ //# sourceMappingURL=segmented-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmented-control.d.ts","sourceRoot":"","sources":["../../../src/components/segmented-control/segmented-control.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG9C,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,SAAc,GACf,EAAE,qBAAqB,2CA8EvB"}
@@ -2,3 +2,4 @@ import type { HTMLAttributes } from "react";
2
2
  export interface ShadowBoxGridProps extends HTMLAttributes<HTMLDivElement> {
3
3
  }
4
4
  export declare function ShadowBoxGrid({ className, ...props }: ShadowBoxGridProps): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=shadow-box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadow-box.d.ts","sourceRoot":"","sources":["../../../src/components/shadow-box/shadow-box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAE7E,wBAAgB,aAAa,CAAC,EAC5B,SAAc,EACd,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAgBpB"}
@@ -8,3 +8,4 @@ export declare function TabsList({ className, ...props }: RadixTabs.TabsListProp
8
8
  export declare function TabsTrigger({ className, children, ...props }: RadixTabs.TabsTriggerProps): import("react/jsx-runtime").JSX.Element;
9
9
  export declare function TabsContent({ className, ...props }: RadixTabs.TabsContentProps): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
11
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAGlD,KAAK,IAAI,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC/B,UAAU,aAAc,SAAQ,SAAS,CAAC,SAAS;IACjD,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,wBAAgB,QAAQ,CAAC,EACvB,SAAc,EACd,IAAe,EACf,GAAG,KAAK,EACT,EAAE,aAAa,2CAQf;AAED,wBAAgB,QAAQ,CAAC,EACvB,SAAc,EACd,GAAG,KAAK,EACT,EAAE,SAAS,CAAC,aAAa,2CAOzB;AAED,wBAAgB,WAAW,CAAC,EAC1B,SAAc,EACd,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,SAAS,CAAC,gBAAgB,2CAS5B;AAED,wBAAgB,WAAW,CAAC,EAC1B,SAAc,EACd,GAAG,KAAK,EACT,EAAE,SAAS,CAAC,gBAAgB,2CAO5B"}
@@ -9,3 +9,4 @@ export declare const typographyStyles: {
9
9
  [key: string]: string;
10
10
  };
11
11
  export declare const Typography: ({ as: Tag, variant, className, palette, children, ...rest }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=typography.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,OAAO,GACf,cAAc,GACd,eAAe,GACf,cAAc,GACd,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,WAAW,GACX,YAAY,GACZ,oBAAoB,GACpB,YAAY,GACZ,mBAAmB,GACnB,WAAW,GACX,qBAAqB,GACrB,aAAa,GACb,mBAAmB,GACnB,WAAW,GACX,WAAW,GACX,aAAa,GACb,WAAW,CAAC;AAEhB,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC3E,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CACrC;AAED,eAAO,MAAM,gBAAgB;;CAAS,CAAC;AAEvC,eAAO,MAAM,UAAU,GAAI,6DAOxB,eAAe,4CASjB,CAAC"}
package/lib/index.d.ts CHANGED
@@ -11,3 +11,4 @@ export { MenuItem } from "./components/menu-item/menu-item";
11
11
  export { Avatar } from "./components/avatar/avatar";
12
12
  export { SearchInput } from "./components/search-input/search-input";
13
13
  export { Logo } from "./components/logo/logo";
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,WAAW,GACZ,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sate-lib",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {