@snacky/ui 0.11.0 → 0.12.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/CHANGELOG.md +27 -0
- package/README.md +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -585,7 +585,7 @@ interface IconProps extends SVGProps<SVGSVGElement> {
|
|
|
585
585
|
}
|
|
586
586
|
|
|
587
587
|
declare const account$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
588
|
-
declare const address: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
588
|
+
declare const address$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
589
589
|
declare const back: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
590
590
|
declare const balance$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
591
591
|
declare const bell$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
@@ -627,7 +627,6 @@ declare const trash: ({ width, height, color, ...rest }: IconProps) => react.JSX
|
|
|
627
627
|
declare const truck$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
628
628
|
declare const unsent: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
629
629
|
|
|
630
|
-
declare const outline_address: typeof address;
|
|
631
630
|
declare const outline_back: typeof back;
|
|
632
631
|
declare const outline_calendar: typeof calendar;
|
|
633
632
|
declare const outline_camera: typeof camera;
|
|
@@ -661,10 +660,11 @@ declare const outline_smartphone: typeof smartphone;
|
|
|
661
660
|
declare const outline_trash: typeof trash;
|
|
662
661
|
declare const outline_unsent: typeof unsent;
|
|
663
662
|
declare namespace outline {
|
|
664
|
-
export { account$1 as account,
|
|
663
|
+
export { account$1 as account, address$1 as address, outline_back as back, balance$1 as balance, bell$1 as bell, outline_calendar as calendar, outline_camera as camera, cart$1 as cart, outline_cartAdd as cartAdd, category$1 as category, outline_chat as chat, outline_chevronDown as chevronDown, outline_chevronRight as chevronRight, outline_chevronUp as chevronUp, outline_close as close, outline_closeInput as closeInput, outline_creditCard as creditCard, outline_document as document, outline_edit as edit, outline_eye as eye, outline_eyeOff as eyeOff, heart$1 as heart, outline_help as help, history$1 as history, home$1 as home, outline_key as key, outline_lock as lock, outline_logout as logout, outline_map as map, outline_messageSquare as messageSquare, outline_minus as minus, outline_phone as phone, outline_plus as plus, outline_referral as referral, outline_search as search, outline_send as send, outline_sent as sent, outline_share as share, outline_smartphone as smartphone, outline_trash as trash, truck$1 as truck, outline_unsent as unsent };
|
|
665
664
|
}
|
|
666
665
|
|
|
667
666
|
declare const account: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
667
|
+
declare const address: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
668
668
|
declare const angleSmallRight: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
669
669
|
declare const balance: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
670
670
|
declare const bell: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
@@ -678,6 +678,7 @@ declare const star: ({ width, height, color, ...rest }: IconProps) => react.JSX.
|
|
|
678
678
|
declare const truck: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
679
679
|
|
|
680
680
|
declare const solid_account: typeof account;
|
|
681
|
+
declare const solid_address: typeof address;
|
|
681
682
|
declare const solid_angleSmallRight: typeof angleSmallRight;
|
|
682
683
|
declare const solid_balance: typeof balance;
|
|
683
684
|
declare const solid_bell: typeof bell;
|
|
@@ -690,7 +691,7 @@ declare const solid_points: typeof points;
|
|
|
690
691
|
declare const solid_star: typeof star;
|
|
691
692
|
declare const solid_truck: typeof truck;
|
|
692
693
|
declare namespace solid {
|
|
693
|
-
export { solid_account as account, solid_angleSmallRight as angleSmallRight, solid_balance as balance, solid_bell as bell, solid_cart as cart, solid_category as category, solid_heart as heart, solid_history as history, solid_home as home, solid_points as points, solid_star as star, solid_truck as truck };
|
|
694
|
+
export { solid_account as account, solid_address as address, solid_angleSmallRight as angleSmallRight, solid_balance as balance, solid_bell as bell, solid_cart as cart, solid_category as category, solid_heart as heart, solid_history as history, solid_home as home, solid_points as points, solid_star as star, solid_truck as truck };
|
|
694
695
|
}
|
|
695
696
|
|
|
696
697
|
/** Matches the `<SnackyIcons.outline.home />` / `<SnackyIcons.solid.home />` namespace used throughout the design system's documented code samples. */
|
package/dist/index.d.ts
CHANGED
|
@@ -585,7 +585,7 @@ interface IconProps extends SVGProps<SVGSVGElement> {
|
|
|
585
585
|
}
|
|
586
586
|
|
|
587
587
|
declare const account$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
588
|
-
declare const address: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
588
|
+
declare const address$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
589
589
|
declare const back: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
590
590
|
declare const balance$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
591
591
|
declare const bell$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
@@ -627,7 +627,6 @@ declare const trash: ({ width, height, color, ...rest }: IconProps) => react.JSX
|
|
|
627
627
|
declare const truck$1: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
628
628
|
declare const unsent: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
629
629
|
|
|
630
|
-
declare const outline_address: typeof address;
|
|
631
630
|
declare const outline_back: typeof back;
|
|
632
631
|
declare const outline_calendar: typeof calendar;
|
|
633
632
|
declare const outline_camera: typeof camera;
|
|
@@ -661,10 +660,11 @@ declare const outline_smartphone: typeof smartphone;
|
|
|
661
660
|
declare const outline_trash: typeof trash;
|
|
662
661
|
declare const outline_unsent: typeof unsent;
|
|
663
662
|
declare namespace outline {
|
|
664
|
-
export { account$1 as account,
|
|
663
|
+
export { account$1 as account, address$1 as address, outline_back as back, balance$1 as balance, bell$1 as bell, outline_calendar as calendar, outline_camera as camera, cart$1 as cart, outline_cartAdd as cartAdd, category$1 as category, outline_chat as chat, outline_chevronDown as chevronDown, outline_chevronRight as chevronRight, outline_chevronUp as chevronUp, outline_close as close, outline_closeInput as closeInput, outline_creditCard as creditCard, outline_document as document, outline_edit as edit, outline_eye as eye, outline_eyeOff as eyeOff, heart$1 as heart, outline_help as help, history$1 as history, home$1 as home, outline_key as key, outline_lock as lock, outline_logout as logout, outline_map as map, outline_messageSquare as messageSquare, outline_minus as minus, outline_phone as phone, outline_plus as plus, outline_referral as referral, outline_search as search, outline_send as send, outline_sent as sent, outline_share as share, outline_smartphone as smartphone, outline_trash as trash, truck$1 as truck, outline_unsent as unsent };
|
|
665
664
|
}
|
|
666
665
|
|
|
667
666
|
declare const account: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
667
|
+
declare const address: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
668
668
|
declare const angleSmallRight: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
669
669
|
declare const balance: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
670
670
|
declare const bell: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
@@ -678,6 +678,7 @@ declare const star: ({ width, height, color, ...rest }: IconProps) => react.JSX.
|
|
|
678
678
|
declare const truck: ({ width, height, color, ...rest }: IconProps) => react.JSX.Element;
|
|
679
679
|
|
|
680
680
|
declare const solid_account: typeof account;
|
|
681
|
+
declare const solid_address: typeof address;
|
|
681
682
|
declare const solid_angleSmallRight: typeof angleSmallRight;
|
|
682
683
|
declare const solid_balance: typeof balance;
|
|
683
684
|
declare const solid_bell: typeof bell;
|
|
@@ -690,7 +691,7 @@ declare const solid_points: typeof points;
|
|
|
690
691
|
declare const solid_star: typeof star;
|
|
691
692
|
declare const solid_truck: typeof truck;
|
|
692
693
|
declare namespace solid {
|
|
693
|
-
export { solid_account as account, solid_angleSmallRight as angleSmallRight, solid_balance as balance, solid_bell as bell, solid_cart as cart, solid_category as category, solid_heart as heart, solid_history as history, solid_home as home, solid_points as points, solid_star as star, solid_truck as truck };
|
|
694
|
+
export { solid_account as account, solid_address as address, solid_angleSmallRight as angleSmallRight, solid_balance as balance, solid_bell as bell, solid_cart as cart, solid_category as category, solid_heart as heart, solid_history as history, solid_home as home, solid_points as points, solid_star as star, solid_truck as truck };
|
|
694
695
|
}
|
|
695
696
|
|
|
696
697
|
/** Matches the `<SnackyIcons.outline.home />` / `<SnackyIcons.solid.home />` namespace used throughout the design system's documented code samples. */
|
package/dist/index.js
CHANGED
|
@@ -643,6 +643,7 @@ function TabRow({ tabs, selected, onSelect, className }) {
|
|
|
643
643
|
var solid_exports = {};
|
|
644
644
|
__export(solid_exports, {
|
|
645
645
|
account: () => account2,
|
|
646
|
+
address: () => address2,
|
|
646
647
|
angleSmallRight: () => angleSmallRight,
|
|
647
648
|
balance: () => balance2,
|
|
648
649
|
bell: () => bell2,
|
|
@@ -674,6 +675,9 @@ var account2 = icon2(20, [
|
|
|
674
675
|
["M10 10C12.7614 10 15 7.76142 15 5C15 2.23858 12.7614 0 10 0C7.23858 0 5 2.23858 5 5C5 7.76142 7.23858 10 10 10Z", "nonzero"],
|
|
675
676
|
["M10 11.6659C5.85977 11.6705 2.50461 15.0257 2.5 19.1659C2.5 19.6261 2.87309 19.9992 3.33332 19.9992H16.6666C17.1269 19.9992 17.5 19.6261 17.5 19.1659C17.4954 15.0257 14.1402 11.6705 10 11.6659Z", "nonzero"]
|
|
676
677
|
]);
|
|
678
|
+
var address2 = icon2(16, [
|
|
679
|
+
["M8.00001 0.0283203C6.23597 0.030261 4.54473 0.731837 3.2973 1.97914C2.04987 3.22644 1.34813 4.91762 1.34601 6.68165C1.34601 8.39499 2.67268 11.0763 5.28934 14.651C5.60085 15.0777 6.00871 15.4249 6.47974 15.6643C6.95077 15.9036 7.47166 16.0283 8.00001 16.0283C8.52836 16.0283 9.04924 15.9036 9.52027 15.6643C9.9913 15.4249 10.3992 15.0777 10.7107 14.651C13.3273 11.0763 14.654 8.39499 14.654 6.68165C14.6519 4.91762 13.9501 3.22644 12.7027 1.97914C11.4553 0.731837 9.76405 0.030261 8.00001 0.0283203V0.0283203ZM8.00001 9.33365C7.47259 9.33365 6.95702 9.17726 6.51849 8.88424C6.07996 8.59122 5.73816 8.17475 5.53633 7.68748C5.3345 7.20021 5.28169 6.66403 5.38458 6.14675C5.48747 5.62946 5.74145 5.15431 6.11439 4.78137C6.48733 4.40843 6.96248 4.15445 7.47977 4.05156C7.99705 3.94867 8.53323 4.00148 9.0205 4.20331C9.50777 4.40514 9.92424 4.74694 10.2173 5.18547C10.5103 5.624 10.6667 6.13957 10.6667 6.66699C10.6667 7.37423 10.3857 8.05251 9.88563 8.55261C9.38553 9.0527 8.70725 9.33365 8.00001 9.33365Z", "nonzero"]
|
|
680
|
+
]);
|
|
677
681
|
var angleSmallRight = icon2(24, [
|
|
678
682
|
["M15.75 9.525L11.164 4.939C10.8827 4.65774 10.5011 4.49978 10.1032 4.49988C9.70534 4.49997 9.32381 4.65811 9.04255 4.9395C8.76129 5.2209 8.60333 5.6025 8.60342 6.00036C8.60352 6.39822 8.76166 6.77974 9.04305 7.061L13.629 11.646C13.6756 11.6925 13.7125 11.7476 13.7378 11.8084C13.763 11.8691 13.7759 11.9342 13.7759 12C13.7759 12.0658 13.763 12.1309 13.7378 12.1916C13.7125 12.2524 13.6756 12.3076 13.629 12.354L9.04305 16.939C8.76166 17.2203 8.60352 17.6018 8.60342 17.9997C8.60333 18.3975 8.76129 18.7791 9.04255 19.0605C9.32381 19.3419 9.70534 19.5 10.1032 19.5001C10.5011 19.5002 10.8827 19.3423 11.164 19.061L15.75 14.475C16.4053 13.818 16.7732 12.9279 16.7732 12C16.7732 11.0721 16.4053 10.182 15.75 9.525Z", "nonzero"]
|
|
679
683
|
]);
|