trepur_components 1.0.2 → 1.0.4

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 (237) hide show
  1. package/dist/src/lib/components/Accordion/index.js +3 -1
  2. package/dist/src/lib/components/Accordion/index.js.map +1 -1
  3. package/dist/src/lib/components/Accordion/style.module.css +4 -0
  4. package/dist/src/lib/components/Accordion/style.module.css.map +1 -0
  5. package/dist/src/lib/components/Carousel/index.d.ts +0 -1
  6. package/dist/src/lib/components/Carousel/index.js +1 -1
  7. package/dist/src/lib/components/Carousel/index.js.map +1 -1
  8. package/dist/src/lib/components/ImageLinkList/index.d.ts +1 -1
  9. package/dist/src/lib/components/Nav/index.d.ts +1 -1
  10. package/dist/src/lib/components/Nav/index.js +2 -2
  11. package/dist/src/lib/components/Nav/index.js.map +1 -1
  12. package/dist/src/lib/components/SocialBlock/index.js +2 -2
  13. package/dist/src/lib/components/SocialBlock/index.js.map +1 -1
  14. package/dist/{components → src/lib/components}/Timeline/index.css +2 -0
  15. package/dist/src/lib/components/Timeline/index.css.map +1 -0
  16. package/dist/{components → src/lib/components}/Tubestops/index.css +35 -30
  17. package/dist/src/lib/components/Tubestops/index.css.map +1 -0
  18. package/dist/src/lib/typography/index.d.ts +1 -3
  19. package/dist/src/lib/typography/index.js +1 -1
  20. package/dist/src/lib/typography/index.js.map +1 -1
  21. package/package.json +13 -6
  22. package/dist/components/Accordion/Accordion.stories.tsx +0 -88
  23. package/dist/components/Accordion/index.tsx +0 -31
  24. package/dist/components/AlertBar/AlertBar.stories.tsx +0 -105
  25. package/dist/components/AlertBar/index.tsx +0 -127
  26. package/dist/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -60
  27. package/dist/components/Breadcrumbs/index.tsx +0 -55
  28. package/dist/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.tsx +0 -52
  29. package/dist/components/BreadcrumbsBordered/index.tsx +0 -44
  30. package/dist/components/BreadcrumbsItem/BreadcrumbsItem.stories.tsx +0 -54
  31. package/dist/components/BreadcrumbsItem/index.tsx +0 -151
  32. package/dist/components/Button/button.stories.tsx +0 -148
  33. package/dist/components/Button/index.tsx +0 -91
  34. package/dist/components/Card/Card.stories.tsx +0 -150
  35. package/dist/components/Card/index.tsx +0 -162
  36. package/dist/components/CardWithTopImage/CardWithTopImage.stories.tsx +0 -48
  37. package/dist/components/CardWithTopImage/index.tsx +0 -40
  38. package/dist/components/Carousel/Carousel.stories.tsx +0 -369
  39. package/dist/components/Carousel/index.tsx +0 -267
  40. package/dist/components/ChevronCard/ChevronCard.stories.tsx +0 -21
  41. package/dist/components/ChevronCard/index.tsx +0 -39
  42. package/dist/components/Collapsible/Collapsible.stories.tsx +0 -70
  43. package/dist/components/Collapsible/index.tsx +0 -124
  44. package/dist/components/Column/Column.stories.tsx +0 -82
  45. package/dist/components/Column/index.tsx +0 -114
  46. package/dist/components/Container/Container.stories.tsx +0 -38
  47. package/dist/components/Container/index.tsx +0 -30
  48. package/dist/components/FooterBar/FooterBar.stories.tsx +0 -57
  49. package/dist/components/FooterBar/index.tsx +0 -44
  50. package/dist/components/Form/Form.stories.tsx +0 -93
  51. package/dist/components/Form/index.tsx +0 -58
  52. package/dist/components/FyreCard/FyreCard.stories.tsx +0 -29
  53. package/dist/components/FyreCard/index.tsx +0 -46
  54. package/dist/components/Greeting/Greeting.stories.tsx +0 -42
  55. package/dist/components/Greeting/index.tsx +0 -46
  56. package/dist/components/HamburgerIcon/HamburgerIcon.stories.tsx +0 -50
  57. package/dist/components/HamburgerIcon/index.tsx +0 -65
  58. package/dist/components/Icon/Icon.stories.tsx +0 -102
  59. package/dist/components/Icon/index.tsx +0 -112
  60. package/dist/components/Image/Image.stories.tsx +0 -88
  61. package/dist/components/Image/index.tsx +0 -113
  62. package/dist/components/ImageLink/ImageLink.stories.tsx +0 -60
  63. package/dist/components/ImageLink/index.tsx +0 -62
  64. package/dist/components/ImageLinkList/ImageLinkList.stories.tsx +0 -34
  65. package/dist/components/ImageLinkList/index.tsx +0 -33
  66. package/dist/components/InformationIcon/InformationIcon.stories.tsx +0 -86
  67. package/dist/components/InformationIcon/index.tsx +0 -84
  68. package/dist/components/Input/Input.stories.tsx +0 -99
  69. package/dist/components/Input/index.tsx +0 -126
  70. package/dist/components/Jumbotron/Jumbotron.stories.tsx +0 -22
  71. package/dist/components/Jumbotron/index.tsx +0 -25
  72. package/dist/components/Nav/Nav.stories.tsx +0 -155
  73. package/dist/components/Nav/index.tsx +0 -180
  74. package/dist/components/NavItem/NavItem.stories.tsx +0 -89
  75. package/dist/components/NavItem/index.tsx +0 -65
  76. package/dist/components/NewsCard/NewsCard.stories.tsx +0 -71
  77. package/dist/components/NewsCard/index.tsx +0 -48
  78. package/dist/components/Profile/Profile.stories.tsx +0 -50
  79. package/dist/components/Profile/index.tsx +0 -87
  80. package/dist/components/Row/Row.stories.tsx +0 -51
  81. package/dist/components/Row/index.tsx +0 -24
  82. package/dist/components/Search/Search.stories.tsx +0 -58
  83. package/dist/components/Search/index.tsx +0 -58
  84. package/dist/components/SocialBlock/SocialBlock.stories.tsx +0 -114
  85. package/dist/components/SocialBlock/index.tsx +0 -161
  86. package/dist/components/StarRating/StarRating.stories.tsx +0 -23
  87. package/dist/components/StarRating/index.tsx +0 -71
  88. package/dist/components/Testimonial/Testimonial.stories.tsx +0 -110
  89. package/dist/components/Testimonial/index.tsx +0 -50
  90. package/dist/components/TextAndTitle/TextAndTitle.stories.tsx +0 -65
  91. package/dist/components/TextAndTitle/index.tsx +0 -257
  92. package/dist/components/TextArea/TextArea.stories.tsx +0 -67
  93. package/dist/components/TextArea/index.tsx +0 -97
  94. package/dist/components/Timeline/Timeline.stories.tsx +0 -100
  95. package/dist/components/Timeline/index.tsx +0 -315
  96. package/dist/components/Tubestops/Tubestops.stories.tsx +0 -66
  97. package/dist/components/Tubestops/index.tsx +0 -77
  98. package/dist/components/UserIcon/UserIcon.stories.tsx +0 -67
  99. package/dist/components/UserIcon/index.tsx +0 -42
  100. package/dist/components/Video/Video.stories.tsx +0 -23
  101. package/dist/components/Video/index.tsx +0 -49
  102. package/dist/fonts/Sora/OFL.txt +0 -93
  103. package/dist/fonts/Sora/README.txt +0 -70
  104. package/dist/fonts/Sora/Sora-VariableFont_wght.ttf +0 -0
  105. package/dist/fonts/Sora/static/Sora-Bold.ttf +0 -0
  106. package/dist/fonts/Sora/static/Sora-ExtraBold.ttf +0 -0
  107. package/dist/fonts/Sora/static/Sora-ExtraLight.ttf +0 -0
  108. package/dist/fonts/Sora/static/Sora-Light.ttf +0 -0
  109. package/dist/fonts/Sora/static/Sora-Medium.ttf +0 -0
  110. package/dist/fonts/Sora/static/Sora-Regular.ttf +0 -0
  111. package/dist/fonts/Sora/static/Sora-SemiBold.ttf +0 -0
  112. package/dist/fonts/Sora/static/Sora-Thin.ttf +0 -0
  113. package/dist/index.js +0 -272
  114. package/dist/src/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  115. package/dist/src/lib/components/Accordion/Accordion.stories.js +0 -80
  116. package/dist/src/lib/components/Accordion/Accordion.stories.js.map +0 -1
  117. package/dist/src/lib/components/AlertBar/AlertBar.stories.d.ts +0 -6
  118. package/dist/src/lib/components/AlertBar/AlertBar.stories.js +0 -91
  119. package/dist/src/lib/components/AlertBar/AlertBar.stories.js.map +0 -1
  120. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -6
  121. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.js +0 -56
  122. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.stories.js.map +0 -1
  123. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.d.ts +0 -6
  124. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.js +0 -45
  125. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.stories.js.map +0 -1
  126. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.d.ts +0 -6
  127. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.js +0 -50
  128. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.stories.js.map +0 -1
  129. package/dist/src/lib/components/Button/button.stories.d.ts +0 -6
  130. package/dist/src/lib/components/Button/button.stories.js +0 -132
  131. package/dist/src/lib/components/Button/button.stories.js.map +0 -1
  132. package/dist/src/lib/components/Card/Card.stories.d.ts +0 -8
  133. package/dist/src/lib/components/Card/Card.stories.js +0 -124
  134. package/dist/src/lib/components/Card/Card.stories.js.map +0 -1
  135. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.d.ts +0 -6
  136. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.js +0 -40
  137. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.stories.js.map +0 -1
  138. package/dist/src/lib/components/Carousel/Carousel.stories.d.ts +0 -6
  139. package/dist/src/lib/components/Carousel/Carousel.stories.js +0 -297
  140. package/dist/src/lib/components/Carousel/Carousel.stories.js.map +0 -1
  141. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.d.ts +0 -6
  142. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.js +0 -14
  143. package/dist/src/lib/components/ChevronCard/ChevronCard.stories.js.map +0 -1
  144. package/dist/src/lib/components/Collapsible/Collapsible.stories.d.ts +0 -6
  145. package/dist/src/lib/components/Collapsible/Collapsible.stories.js +0 -66
  146. package/dist/src/lib/components/Collapsible/Collapsible.stories.js.map +0 -1
  147. package/dist/src/lib/components/Column/Column.stories.d.ts +0 -6
  148. package/dist/src/lib/components/Column/Column.stories.js +0 -64
  149. package/dist/src/lib/components/Column/Column.stories.js.map +0 -1
  150. package/dist/src/lib/components/Container/Container.stories.d.ts +0 -6
  151. package/dist/src/lib/components/Container/Container.stories.js +0 -30
  152. package/dist/src/lib/components/Container/Container.stories.js.map +0 -1
  153. package/dist/src/lib/components/FooterBar/footerBar.stories.d.ts +0 -6
  154. package/dist/src/lib/components/FooterBar/footerBar.stories.js +0 -48
  155. package/dist/src/lib/components/FooterBar/footerBar.stories.js.map +0 -1
  156. package/dist/src/lib/components/Form/Form.stories.d.ts +0 -6
  157. package/dist/src/lib/components/Form/Form.stories.js +0 -82
  158. package/dist/src/lib/components/Form/Form.stories.js.map +0 -1
  159. package/dist/src/lib/components/FyreCard/FyreCard.stories.d.ts +0 -6
  160. package/dist/src/lib/components/FyreCard/FyreCard.stories.js +0 -22
  161. package/dist/src/lib/components/FyreCard/FyreCard.stories.js.map +0 -1
  162. package/dist/src/lib/components/Greeting/Greeting.stories.d.ts +0 -6
  163. package/dist/src/lib/components/Greeting/Greeting.stories.js +0 -33
  164. package/dist/src/lib/components/Greeting/Greeting.stories.js.map +0 -1
  165. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.d.ts +0 -6
  166. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.js +0 -46
  167. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.stories.js.map +0 -1
  168. package/dist/src/lib/components/Icon/Icon.stories.d.ts +0 -6
  169. package/dist/src/lib/components/Icon/Icon.stories.js +0 -87
  170. package/dist/src/lib/components/Icon/Icon.stories.js.map +0 -1
  171. package/dist/src/lib/components/Image/Image.stories.d.ts +0 -6
  172. package/dist/src/lib/components/Image/Image.stories.js +0 -73
  173. package/dist/src/lib/components/Image/Image.stories.js.map +0 -1
  174. package/dist/src/lib/components/ImageLink/ImageLink.stories.d.ts +0 -9
  175. package/dist/src/lib/components/ImageLink/ImageLink.stories.js +0 -50
  176. package/dist/src/lib/components/ImageLink/ImageLink.stories.js.map +0 -1
  177. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.d.ts +0 -6
  178. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.js +0 -27
  179. package/dist/src/lib/components/ImageLinkList/ImageLinkList.stories.js.map +0 -1
  180. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.d.ts +0 -6
  181. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.js +0 -73
  182. package/dist/src/lib/components/InformationIcon/InformationIcon.stories.js.map +0 -1
  183. package/dist/src/lib/components/Input/Input.stories.d.ts +0 -6
  184. package/dist/src/lib/components/Input/Input.stories.js +0 -95
  185. package/dist/src/lib/components/Input/Input.stories.js.map +0 -1
  186. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.d.ts +0 -6
  187. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.js +0 -16
  188. package/dist/src/lib/components/Jumbotron/Jumbotron.stories.js.map +0 -1
  189. package/dist/src/lib/components/Nav/Nav.stories.d.ts +0 -6
  190. package/dist/src/lib/components/Nav/Nav.stories.js +0 -134
  191. package/dist/src/lib/components/Nav/Nav.stories.js.map +0 -1
  192. package/dist/src/lib/components/NavItem/NavItem.stories.d.ts +0 -6
  193. package/dist/src/lib/components/NavItem/NavItem.stories.js +0 -75
  194. package/dist/src/lib/components/NavItem/NavItem.stories.js.map +0 -1
  195. package/dist/src/lib/components/NewsCard/NewsCard.stories.d.ts +0 -6
  196. package/dist/src/lib/components/NewsCard/NewsCard.stories.js +0 -60
  197. package/dist/src/lib/components/NewsCard/NewsCard.stories.js.map +0 -1
  198. package/dist/src/lib/components/Profile/Profile.stories.d.ts +0 -6
  199. package/dist/src/lib/components/Profile/Profile.stories.js +0 -41
  200. package/dist/src/lib/components/Profile/Profile.stories.js.map +0 -1
  201. package/dist/src/lib/components/Row/Row.stories.d.ts +0 -6
  202. package/dist/src/lib/components/Row/Row.stories.js +0 -37
  203. package/dist/src/lib/components/Row/Row.stories.js.map +0 -1
  204. package/dist/src/lib/components/Search/Search.stories.d.ts +0 -6
  205. package/dist/src/lib/components/Search/Search.stories.js +0 -48
  206. package/dist/src/lib/components/Search/Search.stories.js.map +0 -1
  207. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.d.ts +0 -6
  208. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.js +0 -58
  209. package/dist/src/lib/components/SocialBlock/SocialBlock.stories.js.map +0 -1
  210. package/dist/src/lib/components/StarRating/StarRating.stories.d.ts +0 -6
  211. package/dist/src/lib/components/StarRating/StarRating.stories.js +0 -17
  212. package/dist/src/lib/components/StarRating/StarRating.stories.js.map +0 -1
  213. package/dist/src/lib/components/Testimonial/Testimonial.stories.d.ts +0 -6
  214. package/dist/src/lib/components/Testimonial/Testimonial.stories.js +0 -95
  215. package/dist/src/lib/components/Testimonial/Testimonial.stories.js.map +0 -1
  216. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.d.ts +0 -6
  217. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.js +0 -63
  218. package/dist/src/lib/components/TextAndTitle/TextAndTitle.stories.js.map +0 -1
  219. package/dist/src/lib/components/TextArea/TextArea.stories.d.ts +0 -6
  220. package/dist/src/lib/components/TextArea/TextArea.stories.js +0 -63
  221. package/dist/src/lib/components/TextArea/TextArea.stories.js.map +0 -1
  222. package/dist/src/lib/components/Timeline/Timeline.stories.d.ts +0 -6
  223. package/dist/src/lib/components/Timeline/Timeline.stories.js +0 -87
  224. package/dist/src/lib/components/Timeline/Timeline.stories.js.map +0 -1
  225. package/dist/src/lib/components/Tubestops/Tubestops.stories.d.ts +0 -6
  226. package/dist/src/lib/components/Tubestops/Tubestops.stories.js +0 -62
  227. package/dist/src/lib/components/Tubestops/Tubestops.stories.js.map +0 -1
  228. package/dist/src/lib/components/UserIcon/UserIcon.stories.d.ts +0 -6
  229. package/dist/src/lib/components/UserIcon/UserIcon.stories.js +0 -63
  230. package/dist/src/lib/components/UserIcon/UserIcon.stories.js.map +0 -1
  231. package/dist/src/lib/components/Video/Video.stories.d.ts +0 -6
  232. package/dist/src/lib/components/Video/Video.stories.js +0 -17
  233. package/dist/src/lib/components/Video/Video.stories.js.map +0 -1
  234. package/dist/src/lib/typography/Fonts.stories.d.ts +0 -6
  235. package/dist/src/lib/typography/Fonts.stories.js +0 -12
  236. package/dist/src/lib/typography/Fonts.stories.js.map +0 -1
  237. package/dist/styles/base.css +0 -73
@@ -1,49 +0,0 @@
1
- import React from 'react'
2
-
3
- export interface Props {
4
- id?: string
5
- className?: string
6
- autoPlay?: boolean
7
- muted?: boolean
8
- poster?: string
9
- mp4File?: string
10
- webmFile?: string
11
- ogvFile?: string
12
- height?: string
13
- width?: string
14
- withControls?: boolean
15
- withPoster?: boolean
16
- }
17
-
18
- const Video = ({
19
- id,
20
- className,
21
- autoPlay,
22
- muted,
23
- poster,
24
- mp4File,
25
- webmFile,
26
- ogvFile,
27
- height,
28
- width,
29
- withControls
30
- }: Props): JSX.Element => {
31
- return (
32
- <video
33
- id={id}
34
- className={className}
35
- poster={poster}
36
- width={width}
37
- height={height}
38
- controls={withControls}
39
- autoPlay={autoPlay}
40
- muted={muted}
41
- >
42
- <source src={mp4File} type='video/mp4' />
43
- {webmFile !== null && <source src={webmFile} type='video/webm' />}
44
- {ogvFile !== undefined && <source src={ogvFile} type='video/ogg' />}
45
- </video>
46
- )
47
- }
48
-
49
- export default Video
@@ -1,93 +0,0 @@
1
- Copyright 2019 The Sora Project Authors (https://github.com/sora-xor/sora-font)
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,70 +0,0 @@
1
- Sora Variable Font
2
- ==================
3
-
4
- This download contains Sora as both a variable font and static fonts.
5
-
6
- Sora is a variable font with this axis:
7
- wght
8
-
9
- This means all the styles are contained in a single file:
10
- Sora-VariableFont_wght.ttf
11
-
12
- If your app fully supports variable fonts, you can now pick intermediate styles
13
- that aren’t available as static fonts. Not all apps support variable fonts, and
14
- in those cases you can use the static font files for Sora:
15
- static/Sora-Thin.ttf
16
- static/Sora-ExtraLight.ttf
17
- static/Sora-Light.ttf
18
- static/Sora-Regular.ttf
19
- static/Sora-Medium.ttf
20
- static/Sora-SemiBold.ttf
21
- static/Sora-Bold.ttf
22
- static/Sora-ExtraBold.ttf
23
-
24
- Get started
25
- -----------
26
-
27
- 1. Install the font files you want to use
28
-
29
- 2. Use your app's font picker to view the font family and all the
30
- available styles
31
-
32
- Learn more about variable fonts
33
- -------------------------------
34
-
35
- https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
36
- https://variablefonts.typenetwork.com
37
- https://medium.com/variable-fonts
38
-
39
- In desktop apps
40
-
41
- https://theblog.adobe.com/can-variable-fonts-illustrator-cc
42
- https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
43
-
44
- Online
45
-
46
- https://developers.google.com/fonts/docs/getting_started
47
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
48
- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
49
-
50
- Installing fonts
51
-
52
- MacOS: https://support.apple.com/en-us/HT201749
53
- Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
54
- Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
55
-
56
- Android Apps
57
-
58
- https://developers.google.com/fonts/docs/android
59
- https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
60
-
61
- License
62
- -------
63
- Please read the full license text (OFL.txt) to understand the permissions,
64
- restrictions and requirements for usage, redistribution, and modification.
65
-
66
- You can use them in your products & projects – print or digital,
67
- commercial or otherwise.
68
-
69
- This isn't legal advice, please consider consulting a lawyer and see the full
70
- license for all details.
package/dist/index.js DELETED
@@ -1,272 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "Accordion", {
7
- enumerable: true,
8
- get: function get() {
9
- return _Accordion.default;
10
- }
11
- });
12
- Object.defineProperty(exports, "AlertBar", {
13
- enumerable: true,
14
- get: function get() {
15
- return _AlertBar.default;
16
- }
17
- });
18
- Object.defineProperty(exports, "Breadcrumbs", {
19
- enumerable: true,
20
- get: function get() {
21
- return _Breadcrumbs.default;
22
- }
23
- });
24
- Object.defineProperty(exports, "BreadcrumbsBordered", {
25
- enumerable: true,
26
- get: function get() {
27
- return _BreadcrumbsBordered.default;
28
- }
29
- });
30
- Object.defineProperty(exports, "BreadcrumbsItem", {
31
- enumerable: true,
32
- get: function get() {
33
- return _BreadcrumbsItem.default;
34
- }
35
- });
36
- Object.defineProperty(exports, "Button", {
37
- enumerable: true,
38
- get: function get() {
39
- return _Button.default;
40
- }
41
- });
42
- Object.defineProperty(exports, "Card", {
43
- enumerable: true,
44
- get: function get() {
45
- return _Card.default;
46
- }
47
- });
48
- Object.defineProperty(exports, "CardWithTopImage", {
49
- enumerable: true,
50
- get: function get() {
51
- return _CardWithTopImage.default;
52
- }
53
- });
54
- Object.defineProperty(exports, "Carousel", {
55
- enumerable: true,
56
- get: function get() {
57
- return _Carousel.default;
58
- }
59
- });
60
- Object.defineProperty(exports, "ChevronCard", {
61
- enumerable: true,
62
- get: function get() {
63
- return _ChevronCard.default;
64
- }
65
- });
66
- Object.defineProperty(exports, "Collapsible", {
67
- enumerable: true,
68
- get: function get() {
69
- return _Collapsible.default;
70
- }
71
- });
72
- Object.defineProperty(exports, "Column", {
73
- enumerable: true,
74
- get: function get() {
75
- return _Column.default;
76
- }
77
- });
78
- Object.defineProperty(exports, "Container", {
79
- enumerable: true,
80
- get: function get() {
81
- return _Container.default;
82
- }
83
- });
84
- Object.defineProperty(exports, "FooterBar", {
85
- enumerable: true,
86
- get: function get() {
87
- return _FooterBar.default;
88
- }
89
- });
90
- Object.defineProperty(exports, "Form", {
91
- enumerable: true,
92
- get: function get() {
93
- return _Form.default;
94
- }
95
- });
96
- Object.defineProperty(exports, "FyreCard", {
97
- enumerable: true,
98
- get: function get() {
99
- return _FyreCard.default;
100
- }
101
- });
102
- Object.defineProperty(exports, "Greeting", {
103
- enumerable: true,
104
- get: function get() {
105
- return _Greeting.default;
106
- }
107
- });
108
- Object.defineProperty(exports, "Icon", {
109
- enumerable: true,
110
- get: function get() {
111
- return _Icon.default;
112
- }
113
- });
114
- Object.defineProperty(exports, "Image", {
115
- enumerable: true,
116
- get: function get() {
117
- return _Image.default;
118
- }
119
- });
120
- Object.defineProperty(exports, "ImageLink", {
121
- enumerable: true,
122
- get: function get() {
123
- return _ImageLink.default;
124
- }
125
- });
126
- Object.defineProperty(exports, "ImageLinkList", {
127
- enumerable: true,
128
- get: function get() {
129
- return _ImageLinkList.default;
130
- }
131
- });
132
- Object.defineProperty(exports, "InformationIcon", {
133
- enumerable: true,
134
- get: function get() {
135
- return _InformationIcon.default;
136
- }
137
- });
138
- Object.defineProperty(exports, "Input", {
139
- enumerable: true,
140
- get: function get() {
141
- return _Input.default;
142
- }
143
- });
144
- Object.defineProperty(exports, "Jumbotron", {
145
- enumerable: true,
146
- get: function get() {
147
- return _Jumbotron.default;
148
- }
149
- });
150
- Object.defineProperty(exports, "Nav", {
151
- enumerable: true,
152
- get: function get() {
153
- return _Nav.default;
154
- }
155
- });
156
- Object.defineProperty(exports, "NavItem", {
157
- enumerable: true,
158
- get: function get() {
159
- return _NavItem.default;
160
- }
161
- });
162
- Object.defineProperty(exports, "NewsCard", {
163
- enumerable: true,
164
- get: function get() {
165
- return _NewsCard.default;
166
- }
167
- });
168
- Object.defineProperty(exports, "Profile", {
169
- enumerable: true,
170
- get: function get() {
171
- return _Profile.default;
172
- }
173
- });
174
- Object.defineProperty(exports, "Row", {
175
- enumerable: true,
176
- get: function get() {
177
- return _Row.default;
178
- }
179
- });
180
- Object.defineProperty(exports, "Search", {
181
- enumerable: true,
182
- get: function get() {
183
- return _Search.default;
184
- }
185
- });
186
- Object.defineProperty(exports, "SocialBlock", {
187
- enumerable: true,
188
- get: function get() {
189
- return _SocialBlock.default;
190
- }
191
- });
192
- Object.defineProperty(exports, "StarRating", {
193
- enumerable: true,
194
- get: function get() {
195
- return _StarRating.default;
196
- }
197
- });
198
- Object.defineProperty(exports, "Testimonial", {
199
- enumerable: true,
200
- get: function get() {
201
- return _Testimonial.default;
202
- }
203
- });
204
- Object.defineProperty(exports, "TextAndTitle", {
205
- enumerable: true,
206
- get: function get() {
207
- return _TextAndTitle.default;
208
- }
209
- });
210
- Object.defineProperty(exports, "TextArea", {
211
- enumerable: true,
212
- get: function get() {
213
- return _TextArea.default;
214
- }
215
- });
216
- Object.defineProperty(exports, "Timeline", {
217
- enumerable: true,
218
- get: function get() {
219
- return _Timeline.default;
220
- }
221
- });
222
- Object.defineProperty(exports, "UserIcon", {
223
- enumerable: true,
224
- get: function get() {
225
- return _UserIcon.default;
226
- }
227
- });
228
- Object.defineProperty(exports, "Video", {
229
- enumerable: true,
230
- get: function get() {
231
- return _Video.default;
232
- }
233
- });
234
- var _Accordion = _interopRequireDefault(require("./components/Accordion"));
235
- var _AlertBar = _interopRequireDefault(require("./components/AlertBar"));
236
- var _Breadcrumbs = _interopRequireDefault(require("./components/Breadcrumbs"));
237
- var _BreadcrumbsItem = _interopRequireDefault(require("./components/BreadcrumbsItem"));
238
- var _BreadcrumbsBordered = _interopRequireDefault(require("./components/BreadcrumbsBordered"));
239
- var _Button = _interopRequireDefault(require("./components/Button"));
240
- var _Card = _interopRequireDefault(require("./components/Card"));
241
- var _CardWithTopImage = _interopRequireDefault(require("./components/CardWithTopImage"));
242
- var _Carousel = _interopRequireDefault(require("./components/Carousel"));
243
- var _ChevronCard = _interopRequireDefault(require("./components/ChevronCard"));
244
- var _Collapsible = _interopRequireDefault(require("./components/Collapsible"));
245
- var _Column = _interopRequireDefault(require("./components/Column"));
246
- var _Container = _interopRequireDefault(require("./components/Container"));
247
- var _Form = _interopRequireDefault(require("./components/Form"));
248
- var _FooterBar = _interopRequireDefault(require("./components/FooterBar"));
249
- var _FyreCard = _interopRequireDefault(require("./components/FyreCard"));
250
- var _Greeting = _interopRequireDefault(require("./components/Greeting"));
251
- var _Icon = _interopRequireDefault(require("./components/Icon"));
252
- var _Image = _interopRequireDefault(require("./components/Image"));
253
- var _ImageLink = _interopRequireDefault(require("./components/ImageLink"));
254
- var _ImageLinkList = _interopRequireDefault(require("./components/ImageLinkList"));
255
- var _InformationIcon = _interopRequireDefault(require("./components/InformationIcon"));
256
- var _Input = _interopRequireDefault(require("./components/Input"));
257
- var _Jumbotron = _interopRequireDefault(require("./components/Jumbotron"));
258
- var _Nav = _interopRequireDefault(require("./components/Nav"));
259
- var _NavItem = _interopRequireDefault(require("./components/NavItem"));
260
- var _NewsCard = _interopRequireDefault(require("./components/NewsCard"));
261
- var _Profile = _interopRequireDefault(require("./components/Profile"));
262
- var _Row = _interopRequireDefault(require("./components/Row"));
263
- var _Search = _interopRequireDefault(require("./components/Search"));
264
- var _SocialBlock = _interopRequireDefault(require("./components/SocialBlock"));
265
- var _StarRating = _interopRequireDefault(require("./components/StarRating"));
266
- var _Testimonial = _interopRequireDefault(require("./components/Testimonial"));
267
- var _TextAndTitle = _interopRequireDefault(require("./components/TextAndTitle"));
268
- var _TextArea = _interopRequireDefault(require("./components/TextArea"));
269
- var _Timeline = _interopRequireDefault(require("./components/Timeline"));
270
- var _UserIcon = _interopRequireDefault(require("./components/UserIcon"));
271
- var _Video = _interopRequireDefault(require("./components/Video"));
272
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import Accordion from './index';
3
- import { ComponentStory, ComponentMeta } from '@storybook/react';
4
- declare const componentMeta: ComponentMeta<typeof Accordion>;
5
- export declare const _Accordion: ComponentStory<React.FC<import("./index").Props>>;
6
- export default componentMeta;
@@ -1,80 +0,0 @@
1
- import React from 'react';
2
- import Accordion from './index';
3
- import { idAndClassName } from '../../utils/controls';
4
- const items = [
5
- {
6
- title: 'This is a title',
7
- boldTitle: true,
8
- iconProps: {
9
- type: 'heart',
10
- hollow: true,
11
- colour: 'white',
12
- bgColour: 'primary'
13
- },
14
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
15
- },
16
- {
17
- title: 'This is a title',
18
- subtitle: 'This is a subtitle',
19
- boldTitle: true,
20
- iconProps: {
21
- type: 'heart',
22
- colour: 'white',
23
- bgColour: 'primary'
24
- },
25
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
26
- },
27
- {
28
- title: 'This is a title',
29
- subtitle: 'This is a subtitle',
30
- boldTitle: true,
31
- iconProps: {
32
- type: 'heart',
33
- size: 2,
34
- hollow: true,
35
- colour: 'white',
36
- bgColour: 'primary'
37
- },
38
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
39
- },
40
- {
41
- title: 'This is a title',
42
- subtitle: 'This is a subtitle',
43
- boldTitle: true,
44
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
45
- },
46
- {
47
- boldTitle: true,
48
- iconProps: {
49
- type: 'heart',
50
- colour: 'white',
51
- bgColour: 'primary'
52
- },
53
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
54
- },
55
- {
56
- title: 'This is title 6',
57
- boldTitle: true,
58
- children: React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper in neque in venenatis. Mauris scelerisque orci magna, et ultricies nulla lobortis ac. Aliquam vitae faucibus nisl. Nunc in tellus libero. Donec ut augue consequat, convallis risus in, pulvinar nibh. Duis mi nibh, posuere molestie pharetra cursus, viverra ut dolor. Vivamus eget arcu dui. Donec ullamcorper ornare justo sed feugiat. Curabitur aliquam lectus sed quam pharetra scelerisque. Integer vitae eleifend dolor. Duis luctus metus ipsum, et commodo magna bibendum quis. Quisque gravida leo sodales quam feugiat, id vulputate arcu pulvinar. Duis dictum gravida risus, et bibendum nunc condimentum eu.")
59
- }
60
- ];
61
- const componentMeta = {
62
- title: 'Trepur Components/Other/Organisms/Accordion',
63
- component: Accordion,
64
- argTypes: Object.assign(Object.assign({}, idAndClassName), { items: {
65
- description: 'An array of collapsible props',
66
- control: { type: 'array', default: undefined },
67
- table: {
68
- category: 'Accordion',
69
- type: { summary: 'array' },
70
- defaultValue: { summary: 'undefined' }
71
- }
72
- } }),
73
- args: {
74
- items: items
75
- }
76
- };
77
- const Template = (args) => React.createElement(Accordion, Object.assign({}, args));
78
- export const _Accordion = Template.bind({});
79
- export default componentMeta;
80
- //# sourceMappingURL=Accordion.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Accordion.stories.js","sourceRoot":"","sources":["../../../../../src/lib/components/Accordion/Accordion.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,SAAS,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAGhD,MAAM,KAAK,GAAG;IACZ;QACE,KAAK,EAAE,iBAAiB;QACxB,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACT,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,IAAI;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,SAAS;SACpB;QACD,QAAQ,EAAE,qsBAA0qB;KACrrB;IACD;QACE,KAAK,EAAE,iBAAiB;QACxB,QAAQ,EAAE,oBAAoB;QAC9B,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACT,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,SAAS;SACpB;QACD,QAAQ,EAAE,qsBAA0qB;KACrrB;IACD;QACE,KAAK,EAAE,iBAAiB;QACxB,QAAQ,EAAE,oBAAoB;QAC9B,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACT,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,CAAC;YACP,MAAM,EAAE,IAAI;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,SAAS;SACpB;QACD,QAAQ,EAAE,qsBAA0qB;KACrrB;IACD;QACE,KAAK,EAAE,iBAAiB;QACxB,QAAQ,EAAE,oBAAoB;QAC9B,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,qsBAA0qB;KACrrB;IACD;QACE,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACT,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,SAAS;SACpB;QACD,QAAQ,EAAE,qsBAA0qB;KACrrB;IACD;QACE,KAAK,EAAE,iBAAiB;QACxB,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,qsBAA0qB;KACrrB;CACF,CAAA;AAED,MAAM,aAAa,GAAoC;IACrD,KAAK,EAAE,6CAA6C;IACpD,SAAS,EAAE,SAAS;IACpB,QAAQ,kCACH,cAAc,KACjB,KAAK,EAAE;YACL,WAAW,EAAE,+BAA+B;YAC5C,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE;YAC9C,KAAK,EAAE;gBACL,QAAQ,EAAE,WAAW;gBACrB,IAAI,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE;gBAC1B,YAAY,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE;aACvC;SACF,GACF;IACD,IAAI,EAAE;QACJ,KAAK,EAAE,KAAK;KACb;CACF,CAAA;AAED,MAAM,QAAQ,GAAqC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAC,SAAS,oBAAK,IAAI,EAAI,CAAA;AAEpF,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAE3C,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import AlertBar from './index';
3
- import { ComponentStory, ComponentMeta } from '@storybook/react';
4
- declare const componentMeta: ComponentMeta<typeof AlertBar>;
5
- export declare const _AlertBar: ComponentStory<({ id, className, type, text, theme, leftIconProps, rightIconProps, textCenter, isDismissable, onDismissClick }: import("./index").Props) => JSX.Element>;
6
- export default componentMeta;