@artsy/palette 44.0.1 → 44.2.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 (213) hide show
  1. package/dist/elements/AutocompleteInput/AutocompleteInput.story.d.ts +105 -6
  2. package/dist/elements/AutocompleteInput/AutocompleteInput.story.js +78 -365
  3. package/dist/elements/AutocompleteInput/AutocompleteInput.story.js.map +1 -1
  4. package/dist/elements/Avatar/Avatar.story.d.ts +74 -5
  5. package/dist/elements/Avatar/Avatar.story.js +69 -85
  6. package/dist/elements/Avatar/Avatar.story.js.map +1 -1
  7. package/dist/elements/Banner/Banner.story.d.ts +53 -2
  8. package/dist/elements/Banner/Banner.story.js +55 -24
  9. package/dist/elements/Banner/Banner.story.js.map +1 -1
  10. package/dist/elements/BaseTabs/BaseTabs.story.d.ts +45 -20
  11. package/dist/elements/BaseTabs/BaseTabs.story.js +99 -154
  12. package/dist/elements/BaseTabs/BaseTabs.story.js.map +1 -1
  13. package/dist/elements/BorderedRadio/BorderedRadio.story.d.ts +30 -1
  14. package/dist/elements/BorderedRadio/BorderedRadio.story.js +92 -19
  15. package/dist/elements/BorderedRadio/BorderedRadio.story.js.map +1 -1
  16. package/dist/elements/Box/Box.story.d.ts +35 -1
  17. package/dist/elements/Box/Box.story.js +54 -28
  18. package/dist/elements/Box/Box.story.js.map +1 -1
  19. package/dist/elements/Breadcrumbs/Breadcrumbs.story.d.ts +27 -1
  20. package/dist/elements/Breadcrumbs/Breadcrumbs.story.js +43 -26
  21. package/dist/elements/Breadcrumbs/Breadcrumbs.story.js.map +1 -1
  22. package/dist/elements/Button/Button.story.d.ts +132 -19
  23. package/dist/elements/Button/Button.story.js +133 -228
  24. package/dist/elements/Button/Button.story.js.map +1 -1
  25. package/dist/elements/CSSGrid/CSSGrid.story.d.ts +35 -10
  26. package/dist/elements/CSSGrid/CSSGrid.story.js +57 -20
  27. package/dist/elements/CSSGrid/CSSGrid.story.js.map +1 -1
  28. package/dist/elements/Cards/Cards.story.d.ts +56 -14
  29. package/dist/elements/Cards/Cards.story.js +65 -55
  30. package/dist/elements/Cards/Cards.story.js.map +1 -1
  31. package/dist/elements/Carousel/Carousel.story.d.ts +135 -48
  32. package/dist/elements/Carousel/Carousel.story.js +399 -303
  33. package/dist/elements/Carousel/Carousel.story.js.map +1 -1
  34. package/dist/elements/CarouselBar/CarouselBar.story.d.ts +37 -2
  35. package/dist/elements/CarouselBar/CarouselBar.story.js +38 -19
  36. package/dist/elements/CarouselBar/CarouselBar.story.js.map +1 -1
  37. package/dist/elements/Checkbox/Check.story.d.ts +75 -2
  38. package/dist/elements/Checkbox/Check.story.js +77 -32
  39. package/dist/elements/Checkbox/Check.story.js.map +1 -1
  40. package/dist/elements/Checkbox/Checkbox.story.d.ts +79 -3
  41. package/dist/elements/Checkbox/Checkbox.story.js +81 -79
  42. package/dist/elements/Checkbox/Checkbox.story.js.map +1 -1
  43. package/dist/elements/Clickable/Clickable.story.d.ts +50 -5
  44. package/dist/elements/Clickable/Clickable.story.js +52 -58
  45. package/dist/elements/Clickable/Clickable.story.js.map +1 -1
  46. package/dist/elements/Drawer/Drawer.story.d.ts +36 -2
  47. package/dist/elements/Drawer/Drawer.story.js +42 -9
  48. package/dist/elements/Drawer/Drawer.story.js.map +1 -1
  49. package/dist/elements/Dropdown/Dropdown.story.d.ts +53 -18
  50. package/dist/elements/Dropdown/Dropdown.story.js +244 -237
  51. package/dist/elements/Dropdown/Dropdown.story.js.map +1 -1
  52. package/dist/elements/EntityHeader/EntityHeader.story.d.ts +245 -1
  53. package/dist/elements/EntityHeader/EntityHeader.story.js +209 -76
  54. package/dist/elements/EntityHeader/EntityHeader.story.js.map +1 -1
  55. package/dist/elements/Expandable/Expandable.story.d.ts +54 -2
  56. package/dist/elements/Expandable/Expandable.story.js +76 -65
  57. package/dist/elements/Expandable/Expandable.story.js.map +1 -1
  58. package/dist/elements/FilterSelect/FilterSelect.story.d.ts +153 -2
  59. package/dist/elements/FilterSelect/FilterSelect.story.js +159 -62
  60. package/dist/elements/FilterSelect/FilterSelect.story.js.map +1 -1
  61. package/dist/elements/FullBleed/FullBleed.story.d.ts +30 -1
  62. package/dist/elements/FullBleed/FullBleed.story.js +44 -21
  63. package/dist/elements/FullBleed/FullBleed.story.js.map +1 -1
  64. package/dist/elements/GridColumns/GridColumns.story.d.ts +47 -9
  65. package/dist/elements/GridColumns/GridColumns.story.js +188 -204
  66. package/dist/elements/GridColumns/GridColumns.story.js.map +1 -1
  67. package/dist/elements/HTML/HTML.story.d.ts +56 -9
  68. package/dist/elements/HTML/HTML.story.js +56 -28
  69. package/dist/elements/HTML/HTML.story.js.map +1 -1
  70. package/dist/elements/HorizontalOverflow/HorizontalOverflow.story.d.ts +52 -2
  71. package/dist/elements/HorizontalOverflow/HorizontalOverflow.story.js +83 -46
  72. package/dist/elements/HorizontalOverflow/HorizontalOverflow.story.js.map +1 -1
  73. package/dist/elements/Image/Image.story.d.ts +56 -17
  74. package/dist/elements/Image/Image.story.js +106 -88
  75. package/dist/elements/Image/Image.story.js.map +1 -1
  76. package/dist/elements/Input/Input.story.d.ts +111 -6
  77. package/dist/elements/Input/Input.story.js +108 -106
  78. package/dist/elements/Input/Input.story.js.map +1 -1
  79. package/dist/elements/Join/Join.d.ts +1 -2
  80. package/dist/elements/Join/Join.js.map +1 -1
  81. package/dist/elements/Join/Join.story.d.ts +55 -10
  82. package/dist/elements/Join/Join.story.js +122 -58
  83. package/dist/elements/Join/Join.story.js.map +1 -1
  84. package/dist/elements/Label/Label.story.d.ts +44 -2
  85. package/dist/elements/Label/Label.story.js +68 -24
  86. package/dist/elements/Label/Label.story.js.map +1 -1
  87. package/dist/elements/LabeledInput/LabeledInput.story.d.ts +50 -3
  88. package/dist/elements/LabeledInput/LabeledInput.story.js +62 -68
  89. package/dist/elements/LabeledInput/LabeledInput.story.js.map +1 -1
  90. package/dist/elements/Marquee/Marquee.story.d.ts +57 -1
  91. package/dist/elements/Marquee/Marquee.story.js +82 -20
  92. package/dist/elements/Marquee/Marquee.story.js.map +1 -1
  93. package/dist/elements/Message/Message.story.d.ts +56 -1
  94. package/dist/elements/Message/Message.story.js +84 -25
  95. package/dist/elements/Message/Message.story.js.map +1 -1
  96. package/dist/elements/Modal/ModalBase.story.d.ts +53 -4
  97. package/dist/elements/Modal/ModalBase.story.js +78 -33
  98. package/dist/elements/Modal/ModalBase.story.js.map +1 -1
  99. package/dist/elements/ModalDialog/ModalDialog.story.d.ts +58 -1
  100. package/dist/elements/ModalDialog/ModalDialog.story.js +93 -144
  101. package/dist/elements/ModalDialog/ModalDialog.story.js.map +1 -1
  102. package/dist/elements/ModalDialog/ModalDialogContent.story.d.ts +112 -1
  103. package/dist/elements/ModalDialog/ModalDialogContent.story.js +190 -65
  104. package/dist/elements/ModalDialog/ModalDialogContent.story.js.map +1 -1
  105. package/dist/elements/MultiSelect/MultiSelect.d.ts +1 -1
  106. package/dist/elements/MultiSelect/MultiSelect.js +4 -0
  107. package/dist/elements/MultiSelect/MultiSelect.js.map +1 -1
  108. package/dist/elements/MultiSelect/MultiSelect.story.d.ts +120 -2
  109. package/dist/elements/MultiSelect/MultiSelect.story.js +122 -44
  110. package/dist/elements/MultiSelect/MultiSelect.story.js.map +1 -1
  111. package/dist/elements/Pagination/Pagination.story.d.ts +88 -4
  112. package/dist/elements/Pagination/Pagination.story.js +64 -23
  113. package/dist/elements/Pagination/Pagination.story.js.map +1 -1
  114. package/dist/elements/PasswordInput/PasswordInput.story.d.ts +54 -2
  115. package/dist/elements/PasswordInput/PasswordInput.story.js +54 -16
  116. package/dist/elements/PasswordInput/PasswordInput.story.js.map +1 -1
  117. package/dist/elements/Pill/Pill.story.d.ts +114 -9
  118. package/dist/elements/Pill/Pill.story.js +282 -169
  119. package/dist/elements/Pill/Pill.story.js.map +1 -1
  120. package/dist/elements/Popover/Popover.story.d.ts +162 -13
  121. package/dist/elements/Popover/Popover.story.js +351 -190
  122. package/dist/elements/Popover/Popover.story.js.map +1 -1
  123. package/dist/elements/ProgressBar/ProgressBar.story.d.ts +43 -7
  124. package/dist/elements/ProgressBar/ProgressBar.story.js +73 -35
  125. package/dist/elements/ProgressBar/ProgressBar.story.js.map +1 -1
  126. package/dist/elements/ProgressDots/ProgressDots.story.d.ts +69 -7
  127. package/dist/elements/ProgressDots/ProgressDots.story.js +108 -41
  128. package/dist/elements/ProgressDots/ProgressDots.story.js.map +1 -1
  129. package/dist/elements/Radio/Radio.story.d.ts +103 -2
  130. package/dist/elements/Radio/Radio.story.js +112 -57
  131. package/dist/elements/Radio/Radio.story.js.map +1 -1
  132. package/dist/elements/RadioGroup/RadioGroup.story.d.ts +104 -5
  133. package/dist/elements/RadioGroup/RadioGroup.story.js +183 -65
  134. package/dist/elements/RadioGroup/RadioGroup.story.js.map +1 -1
  135. package/dist/elements/Range/Range.story.d.ts +89 -8
  136. package/dist/elements/Range/Range.story.js +170 -94
  137. package/dist/elements/Range/Range.story.js.map +1 -1
  138. package/dist/elements/ReadMore/ReadMore.story.d.ts +85 -25
  139. package/dist/elements/ReadMore/ReadMore.story.js +123 -80
  140. package/dist/elements/ReadMore/ReadMore.story.js.map +1 -1
  141. package/dist/elements/ResponsiveBox/ResponsiveBox.story.d.ts +40 -5
  142. package/dist/elements/ResponsiveBox/ResponsiveBox.story.js +87 -51
  143. package/dist/elements/ResponsiveBox/ResponsiveBox.story.js.map +1 -1
  144. package/dist/elements/Select/Select.story.d.ts +260 -2
  145. package/dist/elements/Select/Select.story.js +216 -48
  146. package/dist/elements/Select/Select.story.js.map +1 -1
  147. package/dist/elements/SelectInput/SelectInput.story.d.ts +304 -3
  148. package/dist/elements/SelectInput/SelectInput.story.js +347 -99
  149. package/dist/elements/SelectInput/SelectInput.story.js.map +1 -1
  150. package/dist/elements/SelectInput/SelectInputList.story.d.ts +31 -1
  151. package/dist/elements/SelectInput/SelectInputList.story.js +35 -164
  152. package/dist/elements/SelectInput/SelectInputList.story.js.map +1 -1
  153. package/dist/elements/Separator/Separator.story.d.ts +64 -2
  154. package/dist/elements/Separator/Separator.story.js +65 -18
  155. package/dist/elements/Separator/Separator.story.js.map +1 -1
  156. package/dist/elements/Shelf/Shelf.story.d.ts +140 -8
  157. package/dist/elements/Shelf/Shelf.story.js +224 -56
  158. package/dist/elements/Shelf/Shelf.story.js.map +1 -1
  159. package/dist/elements/ShowMore/ShowMore.story.d.ts +46 -4
  160. package/dist/elements/ShowMore/ShowMore.story.js +102 -48
  161. package/dist/elements/ShowMore/ShowMore.story.js.map +1 -1
  162. package/dist/elements/Skeleton/Skeleton.story.d.ts +68 -4
  163. package/dist/elements/Skeleton/Skeleton.story.js +84 -58
  164. package/dist/elements/Skeleton/Skeleton.story.js.map +1 -1
  165. package/dist/elements/Skip/Skip.story.d.ts +50 -11
  166. package/dist/elements/Skip/Skip.story.js +69 -31
  167. package/dist/elements/Skip/Skip.story.js.map +1 -1
  168. package/dist/elements/Spacer/Spacer.story.d.ts +39 -4
  169. package/dist/elements/Spacer/Spacer.story.js +53 -51
  170. package/dist/elements/Spacer/Spacer.story.js.map +1 -1
  171. package/dist/elements/Spinner/Spinner.story.d.ts +47 -7
  172. package/dist/elements/Spinner/Spinner.story.js +47 -27
  173. package/dist/elements/Spinner/Spinner.story.js.map +1 -1
  174. package/dist/elements/Stack/Stack.story.d.ts +45 -1
  175. package/dist/elements/Stack/Stack.story.js +81 -33
  176. package/dist/elements/Stack/Stack.story.js.map +1 -1
  177. package/dist/elements/StackableBorderBox/StackableBorderBox.story.d.ts +24 -1
  178. package/dist/elements/StackableBorderBox/StackableBorderBox.story.js +28 -9
  179. package/dist/elements/StackableBorderBox/StackableBorderBox.story.js.map +1 -1
  180. package/dist/elements/Stepper/Stepper.story.d.ts +99 -2
  181. package/dist/elements/Stepper/Stepper.story.js +166 -64
  182. package/dist/elements/Stepper/Stepper.story.js.map +1 -1
  183. package/dist/elements/Sup/Sup.story.d.ts +47 -1
  184. package/dist/elements/Sup/Sup.story.js +57 -15
  185. package/dist/elements/Sup/Sup.story.js.map +1 -1
  186. package/dist/elements/Swiper/Swiper.story.d.ts +32 -45
  187. package/dist/elements/Swiper/Swiper.story.js +234 -235
  188. package/dist/elements/Swiper/Swiper.story.js.map +1 -1
  189. package/dist/elements/Tabs/Tabs.story.d.ts +41 -18
  190. package/dist/elements/Tabs/Tabs.story.js +255 -238
  191. package/dist/elements/Tabs/Tabs.story.js.map +1 -1
  192. package/dist/elements/Text/Text.story.d.ts +117 -5
  193. package/dist/elements/Text/Text.story.js +119 -97
  194. package/dist/elements/Text/Text.story.js.map +1 -1
  195. package/dist/elements/TextArea/TextArea.story.d.ts +45 -2
  196. package/dist/elements/TextArea/TextArea.story.js +106 -49
  197. package/dist/elements/TextArea/TextArea.story.js.map +1 -1
  198. package/dist/elements/Toasts/Toast.story.d.ts +91 -2
  199. package/dist/elements/Toasts/Toast.story.js +90 -24
  200. package/dist/elements/Toasts/Toast.story.js.map +1 -1
  201. package/dist/elements/Toasts/Toasts.story.d.ts +13 -1
  202. package/dist/elements/Toasts/Toasts.story.js +78 -64
  203. package/dist/elements/Toasts/Toasts.story.js.map +1 -1
  204. package/dist/elements/Toggle/Toggle.story.d.ts +66 -2
  205. package/dist/elements/Toggle/Toggle.story.js +97 -41
  206. package/dist/elements/Toggle/Toggle.story.js.map +1 -1
  207. package/dist/elements/Tooltip/Tooltip.story.d.ts +53 -19
  208. package/dist/elements/Tooltip/Tooltip.story.js +201 -212
  209. package/dist/elements/Tooltip/Tooltip.story.js.map +1 -1
  210. package/dist/utils/storybookBlocklist.d.ts +6 -0
  211. package/dist/utils/storybookBlocklist.js +47 -0
  212. package/dist/utils/storybookBlocklist.js.map +1 -0
  213. package/package.json +3 -2
@@ -3,26 +3,64 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = exports.Default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _storybookStates = require("storybook-states");
6
+ exports.default = exports.WithValue = exports.VisibleByDefault = exports.Default = void 0;
9
7
  var _PasswordInput = require("./PasswordInput");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
+ var _storybookBlocklist = require("../../utils/storybookBlocklist");
11
9
  var _default = exports.default = {
12
- title: "Components/PasswordInput"
10
+ component: _PasswordInput.PasswordInput,
11
+ title: "Components/PasswordInput",
12
+ tags: ["autodocs"],
13
+ parameters: {
14
+ docs: {
15
+ description: {
16
+ component: "A password input field with a toggle to show/hide the password text."
17
+ }
18
+ },
19
+ controls: {
20
+ exclude: _storybookBlocklist.STORYBOOK_PROPS_BLOCKLIST
21
+ }
22
+ }
13
23
  };
14
- var Default = exports.Default = function Default() {
15
- return /*#__PURE__*/_react.default.createElement(_storybookStates.States, {
16
- states: [{}, {
17
- defaultValue: "secret"
18
- }, {
19
- defaultValue: "secret",
20
- defaultVisibility: true
21
- }]
22
- }, /*#__PURE__*/_react.default.createElement(_PasswordInput.PasswordInput, {
24
+ var Default = exports.Default = {
25
+ args: {
23
26
  name: "Password",
24
27
  placeholder: "Password"
25
- }));
28
+ },
29
+ parameters: {
30
+ docs: {
31
+ description: {
32
+ story: "Basic password input with placeholder text."
33
+ }
34
+ }
35
+ }
36
+ };
37
+ var WithValue = exports.WithValue = {
38
+ args: {
39
+ name: "Password",
40
+ placeholder: "Password",
41
+ defaultValue: "secret"
42
+ },
43
+ parameters: {
44
+ docs: {
45
+ description: {
46
+ story: "Password input with a default value."
47
+ }
48
+ }
49
+ }
50
+ };
51
+ var VisibleByDefault = exports.VisibleByDefault = {
52
+ args: {
53
+ name: "Password",
54
+ placeholder: "Password",
55
+ defaultValue: "secret",
56
+ defaultVisibility: true
57
+ },
58
+ parameters: {
59
+ docs: {
60
+ description: {
61
+ story: "Password input with text visible by default."
62
+ }
63
+ }
64
+ }
26
65
  };
27
- Default.displayName = "Default";
28
66
  //# sourceMappingURL=PasswordInput.story.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordInput.story.js","names":["_react","_interopRequireDefault","require","_storybookStates","_PasswordInput","obj","__esModule","default","_default","exports","title","Default","createElement","States","states","defaultValue","defaultVisibility","PasswordInput","name","placeholder","displayName"],"sources":["../../../src/elements/PasswordInput/PasswordInput.story.tsx"],"sourcesContent":["import React from \"react\"\nimport { States } from \"storybook-states\"\nimport { PasswordInput, PasswordInputProps } from \"./PasswordInput\"\n\nexport default {\n title: \"Components/PasswordInput\",\n}\n\nexport const Default = () => {\n return (\n <States<Partial<PasswordInputProps>>\n states={[\n {},\n { defaultValue: \"secret\" },\n { defaultValue: \"secret\", defaultVisibility: true },\n ]}\n >\n <PasswordInput name=\"Password\" placeholder=\"Password\" />\n </States>\n )\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAAmE,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAEpD;EACbG,KAAK,EAAE;AACT,CAAC;AAEM,IAAMC,OAAO,GAAAF,OAAA,CAAAE,OAAA,GAAG,SAAVA,OAAOA,CAAA,EAAS;EAC3B,oBACEX,MAAA,CAAAO,OAAA,CAAAK,aAAA,CAACT,gBAAA,CAAAU,MAAM;IACLC,MAAM,EAAE,CACN,CAAC,CAAC,EACF;MAAEC,YAAY,EAAE;IAAS,CAAC,EAC1B;MAAEA,YAAY,EAAE,QAAQ;MAAEC,iBAAiB,EAAE;IAAK,CAAC;EACnD,gBAEFhB,MAAA,CAAAO,OAAA,CAAAK,aAAA,CAACR,cAAA,CAAAa,aAAa;IAACC,IAAI,EAAC,UAAU;IAACC,WAAW,EAAC;EAAU,EAAG,CACjD;AAEb,CAAC;AAZYR,OAAO,CAAAS,WAAA"}
1
+ {"version":3,"file":"PasswordInput.story.js","names":["_PasswordInput","require","_storybookBlocklist","_default","exports","default","component","PasswordInput","title","tags","parameters","docs","description","controls","exclude","STORYBOOK_PROPS_BLOCKLIST","Default","args","name","placeholder","story","WithValue","defaultValue","VisibleByDefault","defaultVisibility"],"sources":["../../../src/elements/PasswordInput/PasswordInput.story.tsx"],"sourcesContent":["import { PasswordInput } from \"./PasswordInput\"\nimport { STORYBOOK_PROPS_BLOCKLIST } from \"../../utils/storybookBlocklist\"\n\nexport default {\n component: PasswordInput,\n title: \"Components/PasswordInput\",\n tags: [\"autodocs\"],\n parameters: {\n docs: {\n description: {\n component:\n \"A password input field with a toggle to show/hide the password text.\",\n },\n },\n controls: {\n exclude: STORYBOOK_PROPS_BLOCKLIST,\n },\n },\n}\n\nexport const Default = {\n args: {\n name: \"Password\",\n placeholder: \"Password\",\n },\n parameters: {\n docs: {\n description: {\n story: \"Basic password input with placeholder text.\",\n },\n },\n },\n}\n\nexport const WithValue = {\n args: {\n name: \"Password\",\n placeholder: \"Password\",\n defaultValue: \"secret\",\n },\n parameters: {\n docs: {\n description: {\n story: \"Password input with a default value.\",\n },\n },\n },\n}\n\nexport const VisibleByDefault = {\n args: {\n name: \"Password\",\n placeholder: \"Password\",\n defaultValue: \"secret\",\n defaultVisibility: true,\n },\n parameters: {\n docs: {\n description: {\n story: \"Password input with text visible by default.\",\n },\n },\n },\n}\n"],"mappings":";;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AAA0E,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAE3D;EACbC,SAAS,EAAEC,4BAAa;EACxBC,KAAK,EAAE,0BAA0B;EACjCC,IAAI,EAAE,CAAC,UAAU,CAAC;EAClBC,UAAU,EAAE;IACVC,IAAI,EAAE;MACJC,WAAW,EAAE;QACXN,SAAS,EACP;MACJ;IACF,CAAC;IACDO,QAAQ,EAAE;MACNC,OAAO,EAAEC;IACX;EACJ;AACF,CAAC;AAEM,IAAMC,OAAO,GAAAZ,OAAA,CAAAY,OAAA,GAAG;EACrBC,IAAI,EAAE;IACJC,IAAI,EAAE,UAAU;IAChBC,WAAW,EAAE;EACf,CAAC;EACDT,UAAU,EAAE;IACVC,IAAI,EAAE;MACJC,WAAW,EAAE;QACXQ,KAAK,EAAE;MACT;IACF;EACF;AACF,CAAC;AAEM,IAAMC,SAAS,GAAAjB,OAAA,CAAAiB,SAAA,GAAG;EACvBJ,IAAI,EAAE;IACJC,IAAI,EAAE,UAAU;IAChBC,WAAW,EAAE,UAAU;IACvBG,YAAY,EAAE;EAChB,CAAC;EACDZ,UAAU,EAAE;IACVC,IAAI,EAAE;MACJC,WAAW,EAAE;QACXQ,KAAK,EAAE;MACT;IACF;EACF;AACF,CAAC;AAEM,IAAMG,gBAAgB,GAAAnB,OAAA,CAAAmB,gBAAA,GAAG;EAC9BN,IAAI,EAAE;IACJC,IAAI,EAAE,UAAU;IAChBC,WAAW,EAAE,UAAU;IACvBG,YAAY,EAAE,QAAQ;IACtBE,iBAAiB,EAAE;EACrB,CAAC;EACDd,UAAU,EAAE;IACVC,IAAI,EAAE;MACJC,WAAW,EAAE;QACXQ,KAAK,EAAE;MACT;IACF;EACF;AACF,CAAC"}
@@ -1,14 +1,119 @@
1
1
  import React from "react";
2
2
  declare const _default: {
3
+ component: React.ForwardRefExoticComponent<import("./Pill").PillProps & React.RefAttributes<HTMLAnchorElement & HTMLButtonElement>>;
3
4
  title: string;
5
+ tags: string[];
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ controls: {
13
+ exclude: string[];
14
+ };
15
+ };
4
16
  };
5
17
  export default _default;
6
- export declare const Variants: () => React.JSX.Element;
7
- export declare const LinkExample: () => React.JSX.Element;
8
- export declare const LongExampleWithTruncation: () => React.JSX.Element;
9
- export declare const SearchWithCount: () => React.JSX.Element;
10
- export declare const ArtistWithImage: () => React.JSX.Element;
11
- export declare const PillWithIcon: () => React.JSX.Element;
12
- export declare const Demo: () => React.JSX.Element;
13
- export declare const ProfileVariant: () => React.JSX.Element;
14
- export declare const PillWithPopover: () => React.JSX.Element;
18
+ export declare const Default: {
19
+ args: {
20
+ children: string;
21
+ };
22
+ parameters: {
23
+ docs: {
24
+ description: {
25
+ story: string;
26
+ };
27
+ };
28
+ };
29
+ };
30
+ export declare const Variants: {
31
+ render: () => React.JSX.Element;
32
+ parameters: {
33
+ docs: {
34
+ description: {
35
+ story: string;
36
+ };
37
+ };
38
+ };
39
+ };
40
+ export declare const LinkExample: {
41
+ render: () => React.JSX.Element;
42
+ parameters: {
43
+ docs: {
44
+ description: {
45
+ story: string;
46
+ };
47
+ };
48
+ };
49
+ };
50
+ export declare const LongExampleWithTruncation: {
51
+ render: () => React.JSX.Element;
52
+ parameters: {
53
+ docs: {
54
+ description: {
55
+ story: string;
56
+ };
57
+ };
58
+ };
59
+ };
60
+ export declare const SearchWithCount: {
61
+ render: () => React.JSX.Element;
62
+ parameters: {
63
+ docs: {
64
+ description: {
65
+ story: string;
66
+ };
67
+ };
68
+ };
69
+ };
70
+ export declare const ArtistWithImage: {
71
+ render: () => React.JSX.Element;
72
+ parameters: {
73
+ docs: {
74
+ description: {
75
+ story: string;
76
+ };
77
+ };
78
+ };
79
+ };
80
+ export declare const PillWithIcon: {
81
+ render: () => React.JSX.Element;
82
+ parameters: {
83
+ docs: {
84
+ description: {
85
+ story: string;
86
+ };
87
+ };
88
+ };
89
+ };
90
+ export declare const Interactive: {
91
+ render: () => React.JSX.Element;
92
+ parameters: {
93
+ docs: {
94
+ description: {
95
+ story: string;
96
+ };
97
+ };
98
+ };
99
+ };
100
+ export declare const ProfileVariant: {
101
+ render: () => React.JSX.Element;
102
+ parameters: {
103
+ docs: {
104
+ description: {
105
+ story: string;
106
+ };
107
+ };
108
+ };
109
+ };
110
+ export declare const PillWithPopover: {
111
+ render: () => React.JSX.Element;
112
+ parameters: {
113
+ docs: {
114
+ description: {
115
+ story: string;
116
+ };
117
+ };
118
+ };
119
+ };