@pareto-engineering/design-system 3.0.0-alpha.28 → 4.0.0-alpha.3

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 (205) hide show
  1. package/.storybook/main.js +25 -63
  2. package/.storybook/preview.js +26 -9
  3. package/.storybook/webpackFinal.js +68 -0
  4. package/babel.config.js +14 -45
  5. package/dist/cjs/a/ContentTree/styles.scss +20 -20
  6. package/dist/cjs/a/Conversation/styles.scss +1 -0
  7. package/dist/cjs/a/Label/styles.scss +18 -17
  8. package/dist/cjs/a/LoadingCircle/styles.scss +35 -37
  9. package/dist/cjs/a/People/styles.scss +4 -4
  10. package/dist/cjs/a/Popover/styles.scss +4 -3
  11. package/dist/cjs/a/Quote/styles.scss +41 -38
  12. package/dist/cjs/a/SnapScroller/styles.scss +6 -4
  13. package/dist/cjs/a/index.js +0 -7
  14. package/dist/cjs/b/Button/styles.scss +2 -2
  15. package/dist/cjs/b/Logo/styles.scss +4 -2
  16. package/dist/cjs/b/Page/common/PageHelmet/PageHelmet.js +2 -2
  17. package/dist/cjs/b/Page/styles.scss +7 -6
  18. package/dist/cjs/b/SocialMediaButton/styles.scss +1 -1
  19. package/dist/cjs/c/ContentSlides/styles.scss +2 -4
  20. package/dist/cjs/c/Modal/styles.scss +7 -5
  21. package/dist/cjs/c/SocialMediaShareButton/styles.scss +3 -3
  22. package/dist/cjs/f/FormInput/styles.scss +4 -4
  23. package/dist/cjs/f/common/Label/styles.scss +1 -1
  24. package/dist/cjs/f/fields/Checkbox/styles.scss +9 -8
  25. package/dist/cjs/f/fields/ChoicesInput/styles.scss +4 -4
  26. package/dist/cjs/f/fields/QueryCombobox/styles.scss +59 -59
  27. package/dist/cjs/f/fields/RatingsInput/styles.scss +8 -9
  28. package/dist/cjs/f/fields/SelectInput/styles.scss +6 -6
  29. package/dist/cjs/f/fields/TextInput/styles.scss +4 -4
  30. package/dist/cjs/f/fields/TextareaInput/styles.scss +7 -6
  31. package/dist/es/a/AppContext/ContextProvider.js +7 -8
  32. package/dist/es/a/AppContext/useTheme.js +1 -2
  33. package/dist/es/a/ContentTree/ContentTree.js +8 -9
  34. package/dist/es/a/ContentTree/common/Tree/Tree.js +8 -9
  35. package/dist/es/a/ContentTree/styles.scss +20 -20
  36. package/dist/es/a/Conversation/Conversation.js +11 -12
  37. package/dist/es/a/Conversation/common/Message/Message.js +12 -13
  38. package/dist/es/a/Conversation/styles.scss +1 -0
  39. package/dist/es/a/DotInfo/DotInfo.js +11 -12
  40. package/dist/es/a/Figure/Figure.js +8 -9
  41. package/dist/es/a/HamburgerButton/HamburgerButton.js +10 -11
  42. package/dist/es/a/IconList/IconList.js +9 -10
  43. package/dist/es/a/IconList/common/Item/Item.js +17 -20
  44. package/dist/es/a/Label/Label.js +9 -10
  45. package/dist/es/a/Label/styles.scss +18 -17
  46. package/dist/es/a/LoadingCircle/LoadingCircle.js +10 -11
  47. package/dist/es/a/LoadingCircle/styles.scss +35 -37
  48. package/dist/es/a/People/People.js +9 -10
  49. package/dist/es/a/People/common/Person/Person.js +24 -27
  50. package/dist/es/a/People/styles.scss +4 -4
  51. package/dist/es/a/Popover/Popover.js +14 -15
  52. package/dist/es/a/Popover/styles.scss +4 -3
  53. package/dist/es/a/ProgressBar/ProgressBar.js +10 -11
  54. package/dist/es/a/Quote/Quote.js +10 -11
  55. package/dist/es/a/Quote/styles.scss +41 -38
  56. package/dist/es/a/SVG/SVG.js +17 -18
  57. package/dist/es/a/SVG/common/UseSVG/UseSVG.js +19 -22
  58. package/dist/es/a/SnapScroller/SnapScroller.js +8 -9
  59. package/dist/es/a/SnapScroller/styles.scss +6 -4
  60. package/dist/es/a/Spinner/Spinner.js +7 -8
  61. package/dist/es/a/Timestamp/Timestamp.js +14 -15
  62. package/dist/es/a/index.js +0 -1
  63. package/dist/es/b/Button/Button.js +13 -14
  64. package/dist/es/b/Button/styles.scss +2 -2
  65. package/dist/es/b/Logo/Logo.js +12 -13
  66. package/dist/es/b/Logo/styles.scss +4 -2
  67. package/dist/es/b/Page/Page.js +10 -11
  68. package/dist/es/b/Page/common/PageHelmet/PageHelmet.js +9 -11
  69. package/dist/es/b/Page/common/Section/Section.js +7 -8
  70. package/dist/es/b/Page/styles.scss +7 -6
  71. package/dist/es/b/SocialMediaButton/SocialMediaButton.js +11 -12
  72. package/dist/es/b/SocialMediaButton/styles.scss +1 -1
  73. package/dist/es/b/ThemeSelector/ThemeSelector.js +8 -9
  74. package/dist/es/b/Title/Title.js +27 -30
  75. package/dist/es/c/ContentSlides/ContentSlides.js +12 -15
  76. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +11 -12
  77. package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +14 -15
  78. package/dist/es/c/ContentSlides/common/Sidebar/Sidebar.js +8 -9
  79. package/dist/es/c/ContentSlides/common/Slide/Slide.js +8 -9
  80. package/dist/es/c/ContentSlides/styles.scss +2 -4
  81. package/dist/es/c/Modal/Modal.js +10 -11
  82. package/dist/es/c/Modal/common/ModalHeader/ModalHeader.js +20 -23
  83. package/dist/es/c/Modal/styles.scss +7 -5
  84. package/dist/es/c/Shortener/Shortener.js +11 -12
  85. package/dist/es/c/SocialMediaShareButton/SocialMediaShareButton.js +9 -10
  86. package/dist/es/c/SocialMediaShareButton/styles.scss +3 -3
  87. package/dist/es/f/FormInput/FormInput.js +7 -8
  88. package/dist/es/f/FormInput/styles.scss +4 -4
  89. package/dist/es/f/common/Debugger/Debugger.js +7 -8
  90. package/dist/es/f/common/Description/Description.js +9 -10
  91. package/dist/es/f/common/Label/Label.js +11 -12
  92. package/dist/es/f/common/Label/styles.scss +1 -1
  93. package/dist/es/f/fields/Checkbox/Checkbox.js +11 -12
  94. package/dist/es/f/fields/Checkbox/styles.scss +9 -8
  95. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +17 -18
  96. package/dist/es/f/fields/ChoicesInput/common/Choice/Choice.js +13 -14
  97. package/dist/es/f/fields/ChoicesInput/styles.scss +4 -4
  98. package/dist/es/f/fields/QueryChoices/QueryChoices.js +16 -20
  99. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +27 -31
  100. package/dist/es/f/fields/QueryCombobox/common/Combobox/Combobox.js +22 -24
  101. package/dist/es/f/fields/QueryCombobox/common/Menu/Menu.js +22 -25
  102. package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +24 -26
  103. package/dist/es/f/fields/QueryCombobox/styles.scss +59 -59
  104. package/dist/es/f/fields/QuerySelect/QuerySelect.js +24 -28
  105. package/dist/es/f/fields/RatingsInput/RatingsInput.js +16 -17
  106. package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +15 -16
  107. package/dist/es/f/fields/RatingsInput/styles.scss +8 -9
  108. package/dist/es/f/fields/SelectInput/SelectInput.js +16 -17
  109. package/dist/es/f/fields/SelectInput/styles.scss +6 -6
  110. package/dist/es/f/fields/TextInput/TextInput.js +18 -19
  111. package/dist/es/f/fields/TextInput/styles.scss +4 -4
  112. package/dist/es/f/fields/TextareaInput/TextareaInput.js +20 -21
  113. package/dist/es/f/fields/TextareaInput/styles.scss +7 -6
  114. package/dist/es/r/SwitchRouteMap/SwitchRouteMap.js +15 -21
  115. package/dist/es/r/common/PrivateRoute/PrivateRoute.js +6 -7
  116. package/dist/es/test/QueryLoader/QueryLoader.js +1 -1
  117. package/dist/es/test/QueryLoader/common/PreloadedTestData/PreloadedTestData.js +5 -6
  118. package/dist/es/utils/hooks/useDynamicPosition.js +9 -10
  119. package/dist/es/utils/hooks/useWindowSize.js +1 -2
  120. package/jest.config.js +5 -5
  121. package/package.json +44 -81
  122. package/src/stories/b/Page.stories.jsx +2 -1
  123. package/src/stories/original/Button.jsx +55 -0
  124. package/src/stories/original/Button.stories.js +39 -0
  125. package/src/stories/original/Header.jsx +64 -0
  126. package/src/stories/original/Header.stories.js +22 -0
  127. package/src/stories/original/Introduction.mdx +211 -0
  128. package/src/stories/original/Page.jsx +76 -0
  129. package/src/stories/original/Page.stories.js +26 -0
  130. package/src/stories/original/assets/code-brackets.svg +1 -0
  131. package/src/stories/original/assets/colors.svg +1 -0
  132. package/src/stories/original/assets/comments.svg +1 -0
  133. package/src/stories/original/assets/direction.svg +1 -0
  134. package/src/stories/original/assets/flow.svg +1 -0
  135. package/src/stories/original/assets/plugin.svg +1 -0
  136. package/src/stories/original/assets/repo.svg +1 -0
  137. package/src/stories/original/assets/stackalt.svg +1 -0
  138. package/src/stories/original/button.css +30 -0
  139. package/src/stories/original/header.css +32 -0
  140. package/src/stories/original/page.css +69 -0
  141. package/src/ui/a/ContentTree/styles.scss +20 -20
  142. package/src/ui/a/Conversation/styles.scss +1 -0
  143. package/src/ui/a/Label/styles.scss +18 -17
  144. package/src/ui/a/LoadingCircle/styles.scss +35 -37
  145. package/src/ui/a/People/styles.scss +4 -4
  146. package/src/ui/a/Popover/styles.scss +4 -3
  147. package/src/ui/a/Quote/styles.scss +41 -38
  148. package/src/ui/a/SnapScroller/styles.scss +6 -4
  149. package/src/ui/a/index.js +0 -1
  150. package/src/ui/b/Button/styles.scss +2 -2
  151. package/src/ui/b/Logo/styles.scss +4 -2
  152. package/src/ui/b/Page/common/PageHelmet/PageHelmet.jsx +1 -1
  153. package/src/ui/b/Page/styles.scss +7 -6
  154. package/src/ui/b/SocialMediaButton/styles.scss +1 -1
  155. package/src/ui/c/ContentSlides/styles.scss +2 -4
  156. package/src/ui/c/Modal/styles.scss +7 -5
  157. package/src/ui/c/SocialMediaShareButton/styles.scss +3 -3
  158. package/src/ui/f/FormInput/styles.scss +4 -4
  159. package/src/ui/f/common/Label/styles.scss +1 -1
  160. package/src/ui/f/fields/Checkbox/styles.scss +9 -8
  161. package/src/ui/f/fields/ChoicesInput/styles.scss +4 -4
  162. package/src/ui/f/fields/QueryCombobox/styles.scss +59 -59
  163. package/src/ui/f/fields/RatingsInput/styles.scss +8 -9
  164. package/src/ui/f/fields/SelectInput/styles.scss +6 -6
  165. package/src/ui/f/fields/TextInput/styles.scss +4 -4
  166. package/src/ui/f/fields/TextareaInput/styles.scss +7 -6
  167. package/src/ui/test/QueryLoader/QueryLoader.jsx +1 -1
  168. package/{src → tests}/__snapshots__/Storyshots.test.js.snap +687 -301
  169. package/tests/staticStub.js +1 -0
  170. package/.storybook/manager-head.html +0 -6
  171. package/.storybook/preview-head.html +0 -5
  172. package/README.md +0 -1
  173. package/build-storybook.log +0 -2978
  174. package/config/CSSStub.js +0 -1
  175. package/dist/cjs/a/AnimatedCounter/AnimatedCounter.js +0 -105
  176. package/dist/cjs/a/AnimatedCounter/index.js +0 -13
  177. package/dist/cjs/a/AnimatedCounter/styles.scss +0 -16
  178. package/dist/es/a/AnimatedCounter/AnimatedCounter.js +0 -98
  179. package/dist/es/a/AnimatedCounter/index.js +0 -2
  180. package/dist/es/a/AnimatedCounter/styles.scss +0 -16
  181. package/postcss.config.js +0 -13
  182. package/relay.config.js +0 -12
  183. package/src/assets/images/Ellipse1.png +0 -0
  184. package/src/assets/images/Ellipse2.png +0 -0
  185. package/src/assets/images/Fundraising.svg +0 -40
  186. package/src/assets/images/ParetoSupport.svg +0 -190
  187. package/src/assets/images/ParetoWorld.svg +0 -207
  188. package/src/assets/images/Vector.png +0 -0
  189. package/src/assets/images/email-attach.svg +0 -1
  190. package/src/assets/images/email-delete.svg +0 -1
  191. package/src/assets/images/favicon.png +0 -0
  192. package/src/assets/images/onboarding/focus-on-strategic-work.webp +0 -0
  193. package/src/assets/images/onboarding/launch-project.webp +0 -0
  194. package/src/assets/images/onboarding/meet-pareto-partner.webp +0 -0
  195. package/src/assets/images/quality.png +0 -0
  196. package/src/assets/images/sprite.svg +0 -253
  197. package/src/assets/images/test +0 -1
  198. package/src/local.scss +0 -16
  199. package/src/stories/a/AnimatedCounter.stories.jsx +0 -34
  200. package/src/ui/a/AnimatedCounter/AnimatedCounter.jsx +0 -118
  201. package/src/ui/a/AnimatedCounter/index.js +0 -2
  202. package/src/ui/a/AnimatedCounter/styles.scss +0 -16
  203. /package/{src → tests}/Storyshots.test.js +0 -0
  204. /package/{config → tests}/global-setup.js +0 -0
  205. /package/{config → tests}/test-setup.js +0 -0
@@ -1,66 +1,452 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`Storyshots a/AnimatedCounter After 1`] = `
4
- <div
5
- className="base animated-counter x-main1"
3
+ exports[`Storyshots Example/Button Large 1`] = `
4
+ <button
5
+ className="storybook-button storybook-button--large storybook-button--secondary"
6
+ onClick={[Function]}
7
+ style={null}
8
+ type="button"
6
9
  >
7
- <div
8
- className="count s3"
9
- >
10
- <span />
11
- <span>
12
- %
13
- </span>
14
- </div>
15
- </div>
10
+ not clicked
11
+ Button
12
+ </button>
16
13
  `;
17
14
 
18
- exports[`Storyshots a/AnimatedCounter Base 1`] = `
19
- <div
20
- className="base animated-counter x-main1"
15
+ exports[`Storyshots Example/Button Primary 1`] = `
16
+ <button
17
+ className="storybook-button storybook-button--medium storybook-button--primary"
18
+ onClick={[Function]}
19
+ style={null}
20
+ type="button"
21
21
  >
22
- <div
23
- className="count s3"
24
- >
25
- <span />
26
- <span>
27
- %
28
- </span>
29
- </div>
30
- </div>
22
+ not clicked
23
+ Button
24
+ </button>
31
25
  `;
32
26
 
33
- exports[`Storyshots a/AnimatedCounter Before 1`] = `
34
- <div
35
- className="base animated-counter x-main1"
27
+ exports[`Storyshots Example/Button Secondary 1`] = `
28
+ <button
29
+ className="storybook-button storybook-button--medium storybook-button--secondary"
30
+ onClick={[Function]}
31
+ style={null}
32
+ type="button"
36
33
  >
34
+ not clicked
35
+ Button
36
+ </button>
37
+ `;
38
+
39
+ exports[`Storyshots Example/Button Small 1`] = `
40
+ <button
41
+ className="storybook-button storybook-button--small storybook-button--secondary"
42
+ onClick={[Function]}
43
+ style={null}
44
+ type="button"
45
+ >
46
+ not clicked
47
+ Button
48
+ </button>
49
+ `;
50
+
51
+ exports[`Storyshots Example/Header Logged In 1`] = `
52
+ <header>
37
53
  <div
38
- className="count s3"
54
+ className="wrapper"
39
55
  >
40
- <span>
41
- %
42
- </span>
43
- <span />
56
+ <div>
57
+ <svg
58
+ height="32"
59
+ viewBox="0 0 32 32"
60
+ width="32"
61
+ xmlns="http://www.w3.org/2000/svg"
62
+ >
63
+ <g
64
+ fill="none"
65
+ fillRule="evenodd"
66
+ >
67
+ <path
68
+ d="M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z"
69
+ fill="#FFF"
70
+ />
71
+ <path
72
+ d="M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z"
73
+ fill="#555AB9"
74
+ />
75
+ <path
76
+ d="M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z"
77
+ fill="#91BAF8"
78
+ />
79
+ </g>
80
+ </svg>
81
+ <h1>
82
+ Acme
83
+ </h1>
84
+ </div>
85
+ <div>
86
+ <span
87
+ className="welcome"
88
+ >
89
+ Welcome,
90
+
91
+ <b>
92
+ Jane Doe
93
+ </b>
94
+ !
95
+ </span>
96
+ <button
97
+ className="storybook-button storybook-button--small storybook-button--secondary"
98
+ onClick={[Function]}
99
+ style={null}
100
+ type="button"
101
+ >
102
+ not clicked
103
+ Log out
104
+ </button>
105
+ </div>
44
106
  </div>
45
- </div>
107
+ </header>
46
108
  `;
47
109
 
48
- exports[`Storyshots a/AnimatedCounter Before And After 1`] = `
49
- <div
50
- className="base animated-counter x-main1"
51
- >
110
+ exports[`Storyshots Example/Header Logged Out 1`] = `
111
+ <header>
52
112
  <div
53
- className="count s3"
113
+ className="wrapper"
54
114
  >
55
- <span>
56
- %
57
- </span>
58
- <span />
59
- <span>
60
- +
61
- </span>
115
+ <div>
116
+ <svg
117
+ height="32"
118
+ viewBox="0 0 32 32"
119
+ width="32"
120
+ xmlns="http://www.w3.org/2000/svg"
121
+ >
122
+ <g
123
+ fill="none"
124
+ fillRule="evenodd"
125
+ >
126
+ <path
127
+ d="M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z"
128
+ fill="#FFF"
129
+ />
130
+ <path
131
+ d="M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z"
132
+ fill="#555AB9"
133
+ />
134
+ <path
135
+ d="M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z"
136
+ fill="#91BAF8"
137
+ />
138
+ </g>
139
+ </svg>
140
+ <h1>
141
+ Acme
142
+ </h1>
143
+ </div>
144
+ <div>
145
+ <button
146
+ className="storybook-button storybook-button--small storybook-button--secondary"
147
+ onClick={[Function]}
148
+ style={null}
149
+ type="button"
150
+ >
151
+ not clicked
152
+ Log in
153
+ </button>
154
+ <button
155
+ className="storybook-button storybook-button--small storybook-button--primary"
156
+ onClick={[Function]}
157
+ style={null}
158
+ type="button"
159
+ >
160
+ not clicked
161
+ Sign up
162
+ </button>
163
+ </div>
62
164
  </div>
63
- </div>
165
+ </header>
166
+ `;
167
+
168
+ exports[`Storyshots Example/Page Logged In 1`] = `
169
+ <article>
170
+ <header>
171
+ <div
172
+ className="wrapper"
173
+ >
174
+ <div>
175
+ <svg
176
+ height="32"
177
+ viewBox="0 0 32 32"
178
+ width="32"
179
+ xmlns="http://www.w3.org/2000/svg"
180
+ >
181
+ <g
182
+ fill="none"
183
+ fillRule="evenodd"
184
+ >
185
+ <path
186
+ d="M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z"
187
+ fill="#FFF"
188
+ />
189
+ <path
190
+ d="M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z"
191
+ fill="#555AB9"
192
+ />
193
+ <path
194
+ d="M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z"
195
+ fill="#91BAF8"
196
+ />
197
+ </g>
198
+ </svg>
199
+ <h1>
200
+ Acme
201
+ </h1>
202
+ </div>
203
+ <div>
204
+ <button
205
+ className="storybook-button storybook-button--small storybook-button--secondary"
206
+ onClick={[Function]}
207
+ style={null}
208
+ type="button"
209
+ >
210
+ not clicked
211
+ Log in
212
+ </button>
213
+ <button
214
+ className="storybook-button storybook-button--small storybook-button--primary"
215
+ onClick={[Function]}
216
+ style={null}
217
+ type="button"
218
+ >
219
+ not clicked
220
+ Sign up
221
+ </button>
222
+ </div>
223
+ </div>
224
+ </header>
225
+ <section>
226
+ <h2>
227
+ Pages in Storybook
228
+ </h2>
229
+ <p>
230
+ We recommend building UIs with a
231
+
232
+ <a
233
+ href="https://componentdriven.org"
234
+ rel="noopener noreferrer"
235
+ target="_blank"
236
+ >
237
+ <strong>
238
+ component-driven
239
+ </strong>
240
+ </a>
241
+
242
+ process starting with atomic components and ending with pages.
243
+ </p>
244
+ <p>
245
+ Render pages with mock data. This makes it easy to build and review page states without needing to navigate to them in your app. Here are some handy patterns for managing page data in Storybook:
246
+ </p>
247
+ <ul>
248
+ <li>
249
+ Use a higher-level connected component. Storybook helps you compose such data from the args of child component stories
250
+ </li>
251
+ <li>
252
+ Assemble data in the page component from your services. You can mock these services out using Storybook.
253
+ </li>
254
+ </ul>
255
+ <p>
256
+ Get a guided tutorial on component-driven development at
257
+
258
+ <a
259
+ href="https://storybook.js.org/tutorials/"
260
+ rel="noopener noreferrer"
261
+ target="_blank"
262
+ >
263
+ Storybook tutorials
264
+ </a>
265
+ . Read more in the
266
+
267
+ <a
268
+ href="https://storybook.js.org/docs"
269
+ rel="noopener noreferrer"
270
+ target="_blank"
271
+ >
272
+ docs
273
+ </a>
274
+ .
275
+ </p>
276
+ <div
277
+ className="tip-wrapper"
278
+ >
279
+ <span
280
+ className="tip"
281
+ >
282
+ Tip
283
+ </span>
284
+
285
+ Adjust the width of the canvas with the
286
+
287
+ <svg
288
+ height="10"
289
+ viewBox="0 0 12 12"
290
+ width="10"
291
+ xmlns="http://www.w3.org/2000/svg"
292
+ >
293
+ <g
294
+ fill="none"
295
+ fillRule="evenodd"
296
+ >
297
+ <path
298
+ d="M1.5 5.2h4.8c.3 0 .5.2.5.4v5.1c-.1.2-.3.3-.4.3H1.4a.5.5 0 01-.5-.4V5.7c0-.3.2-.5.5-.5zm0-2.1h6.9c.3 0 .5.2.5.4v7a.5.5 0 01-1 0V4H1.5a.5.5 0 010-1zm0-2.1h9c.3 0 .5.2.5.4v9.1a.5.5 0 01-1 0V2H1.5a.5.5 0 010-1zm4.3 5.2H2V10h3.8V6.2z"
299
+ fill="#999"
300
+ id="a"
301
+ />
302
+ </g>
303
+ </svg>
304
+ Viewports addon in the toolbar
305
+ </div>
306
+ </section>
307
+ </article>
308
+ `;
309
+
310
+ exports[`Storyshots Example/Page Logged Out 1`] = `
311
+ <article>
312
+ <header>
313
+ <div
314
+ className="wrapper"
315
+ >
316
+ <div>
317
+ <svg
318
+ height="32"
319
+ viewBox="0 0 32 32"
320
+ width="32"
321
+ xmlns="http://www.w3.org/2000/svg"
322
+ >
323
+ <g
324
+ fill="none"
325
+ fillRule="evenodd"
326
+ >
327
+ <path
328
+ d="M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z"
329
+ fill="#FFF"
330
+ />
331
+ <path
332
+ d="M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z"
333
+ fill="#555AB9"
334
+ />
335
+ <path
336
+ d="M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z"
337
+ fill="#91BAF8"
338
+ />
339
+ </g>
340
+ </svg>
341
+ <h1>
342
+ Acme
343
+ </h1>
344
+ </div>
345
+ <div>
346
+ <button
347
+ className="storybook-button storybook-button--small storybook-button--secondary"
348
+ onClick={[Function]}
349
+ style={null}
350
+ type="button"
351
+ >
352
+ not clicked
353
+ Log in
354
+ </button>
355
+ <button
356
+ className="storybook-button storybook-button--small storybook-button--primary"
357
+ onClick={[Function]}
358
+ style={null}
359
+ type="button"
360
+ >
361
+ not clicked
362
+ Sign up
363
+ </button>
364
+ </div>
365
+ </div>
366
+ </header>
367
+ <section>
368
+ <h2>
369
+ Pages in Storybook
370
+ </h2>
371
+ <p>
372
+ We recommend building UIs with a
373
+
374
+ <a
375
+ href="https://componentdriven.org"
376
+ rel="noopener noreferrer"
377
+ target="_blank"
378
+ >
379
+ <strong>
380
+ component-driven
381
+ </strong>
382
+ </a>
383
+
384
+ process starting with atomic components and ending with pages.
385
+ </p>
386
+ <p>
387
+ Render pages with mock data. This makes it easy to build and review page states without needing to navigate to them in your app. Here are some handy patterns for managing page data in Storybook:
388
+ </p>
389
+ <ul>
390
+ <li>
391
+ Use a higher-level connected component. Storybook helps you compose such data from the args of child component stories
392
+ </li>
393
+ <li>
394
+ Assemble data in the page component from your services. You can mock these services out using Storybook.
395
+ </li>
396
+ </ul>
397
+ <p>
398
+ Get a guided tutorial on component-driven development at
399
+
400
+ <a
401
+ href="https://storybook.js.org/tutorials/"
402
+ rel="noopener noreferrer"
403
+ target="_blank"
404
+ >
405
+ Storybook tutorials
406
+ </a>
407
+ . Read more in the
408
+
409
+ <a
410
+ href="https://storybook.js.org/docs"
411
+ rel="noopener noreferrer"
412
+ target="_blank"
413
+ >
414
+ docs
415
+ </a>
416
+ .
417
+ </p>
418
+ <div
419
+ className="tip-wrapper"
420
+ >
421
+ <span
422
+ className="tip"
423
+ >
424
+ Tip
425
+ </span>
426
+
427
+ Adjust the width of the canvas with the
428
+
429
+ <svg
430
+ height="10"
431
+ viewBox="0 0 12 12"
432
+ width="10"
433
+ xmlns="http://www.w3.org/2000/svg"
434
+ >
435
+ <g
436
+ fill="none"
437
+ fillRule="evenodd"
438
+ >
439
+ <path
440
+ d="M1.5 5.2h4.8c.3 0 .5.2.5.4v5.1c-.1.2-.3.3-.4.3H1.4a.5.5 0 01-.5-.4V5.7c0-.3.2-.5.5-.5zm0-2.1h6.9c.3 0 .5.2.5.4v7a.5.5 0 01-1 0V4H1.5a.5.5 0 010-1zm0-2.1h9c.3 0 .5.2.5.4v9.1a.5.5 0 01-1 0V2H1.5a.5.5 0 010-1zm4.3 5.2H2V10h3.8V6.2z"
441
+ fill="#999"
442
+ id="a"
443
+ />
444
+ </g>
445
+ </svg>
446
+ Viewports addon in the toolbar
447
+ </div>
448
+ </section>
449
+ </article>
64
450
  `;
65
451
 
66
452
  exports[`Storyshots a/AppContext Base 1`] = `"Sample AppContext"`;
@@ -68,7 +454,7 @@ exports[`Storyshots a/AppContext Base 1`] = `"Sample AppContext"`;
68
454
  exports[`Storyshots a/ContentTree Base 1`] = `
69
455
  <div
70
456
  style={
71
- Object {
457
+ {
72
458
  "display": "grid",
73
459
  "gridTemplateColumns": "5fr 2fr",
74
460
  }
@@ -477,7 +863,7 @@ exports[`Storyshots a/DotInfo False 1`] = `
477
863
  <div
478
864
  className="base x-error dot-info"
479
865
  style={
480
- Object {
866
+ {
481
867
  "--height": "2em",
482
868
  }
483
869
  }
@@ -488,7 +874,7 @@ exports[`Storyshots a/DotInfo Nullish 1`] = `
488
874
  <div
489
875
  className="base empty x-metadata dot-info"
490
876
  style={
491
- Object {
877
+ {
492
878
  "--height": "2em",
493
879
  }
494
880
  }
@@ -499,7 +885,7 @@ exports[`Storyshots a/DotInfo True 1`] = `
499
885
  <div
500
886
  className="base x-success dot-info"
501
887
  style={
502
- Object {
888
+ {
503
889
  "--height": "2em",
504
890
  }
505
891
  }
@@ -544,7 +930,7 @@ exports[`Storyshots a/IconList Base 1`] = `
544
930
  <ul
545
931
  className="base icon-list"
546
932
  style={
547
- Object {
933
+ {
548
934
  "--list-icon": undefined,
549
935
  "--list-icon-hover": undefined,
550
936
  }
@@ -553,8 +939,8 @@ exports[`Storyshots a/IconList Base 1`] = `
553
939
  <li
554
940
  className="elementItem"
555
941
  style={
556
- Object {
557
- "--list-icon": "\\"J\\"",
942
+ {
943
+ "--list-icon": ""J"",
558
944
  "--list-icon-hover": undefined,
559
945
  }
560
946
  }
@@ -564,8 +950,8 @@ exports[`Storyshots a/IconList Base 1`] = `
564
950
  <li
565
951
  className="elementItem x-red xh-orange c-x"
566
952
  style={
567
- Object {
568
- "--list-icon": "\\"f\\"",
953
+ {
954
+ "--list-icon": ""f"",
569
955
  "--list-icon-hover": undefined,
570
956
  }
571
957
  }
@@ -575,7 +961,7 @@ exports[`Storyshots a/IconList Base 1`] = `
575
961
  <li
576
962
  className="elementItem"
577
963
  style={
578
- Object {
964
+ {
579
965
  "--list-icon": undefined,
580
966
  "--list-icon-hover": undefined,
581
967
  }
@@ -586,9 +972,9 @@ exports[`Storyshots a/IconList Base 1`] = `
586
972
  <li
587
973
  className="elementItem"
588
974
  style={
589
- Object {
590
- "--list-icon": "\\"I\\"",
591
- "--list-icon-hover": "\\"L\\"",
975
+ {
976
+ "--list-icon": ""I"",
977
+ "--list-icon-hover": ""L"",
592
978
  }
593
979
  }
594
980
  >
@@ -606,7 +992,7 @@ exports[`Storyshots a/Label Base 1`] = `
606
992
  `;
607
993
 
608
994
  exports[`Storyshots a/Label Compact 1`] = `
609
- Array [
995
+ [
610
996
  <div
611
997
  className="base label x-main1 modifierCompact"
612
998
  >
@@ -863,7 +1249,7 @@ Array [
863
1249
  `;
864
1250
 
865
1251
  exports[`Storyshots a/Label Ghost 1`] = `
866
- Array [
1252
+ [
867
1253
  <div
868
1254
  className="base label x-main1 modifierGhost"
869
1255
  >
@@ -1120,7 +1506,7 @@ Array [
1120
1506
  `;
1121
1507
 
1122
1508
  exports[`Storyshots a/Label Normal 1`] = `
1123
- Array [
1509
+ [
1124
1510
  <div
1125
1511
  className="base label x-main1"
1126
1512
  >
@@ -1383,7 +1769,7 @@ exports[`Storyshots a/LoadingCircle Base 1`] = `
1383
1769
  <div
1384
1770
  className="base loading-circle"
1385
1771
  style={
1386
- Object {
1772
+ {
1387
1773
  "--height-width": "3em",
1388
1774
  "--stroke-width": undefined,
1389
1775
  "--x": "var(--on-x)",
@@ -1394,7 +1780,7 @@ exports[`Storyshots a/LoadingCircle Base 1`] = `
1394
1780
  className="svg-circle"
1395
1781
  preserveAspectRatio="xMinYMin meet"
1396
1782
  style={
1397
- Object {
1783
+ {
1398
1784
  "--animation-duration": "2s",
1399
1785
  }
1400
1786
  }
@@ -1426,7 +1812,7 @@ exports[`Storyshots a/People Base 1`] = `
1426
1812
  <div
1427
1813
  className="base people u1"
1428
1814
  style={
1429
- Object {
1815
+ {
1430
1816
  "--column-width": "12em",
1431
1817
  "--image-size": "3em",
1432
1818
  }
@@ -1512,7 +1898,7 @@ exports[`Storyshots a/People One Person 1`] = `
1512
1898
  <div
1513
1899
  className="base people u1"
1514
1900
  style={
1515
- Object {
1901
+ {
1516
1902
  "--column-width": "12em",
1517
1903
  "--image-size": "3em",
1518
1904
  }
@@ -1583,7 +1969,7 @@ exports[`Storyshots a/Popover Bottom Left 1`] = `
1583
1969
  </div>
1584
1970
  <div
1585
1971
  style={
1586
- Object {
1972
+ {
1587
1973
  "margin": "0 auto",
1588
1974
  "position": "relative",
1589
1975
  "textAlign": "center",
@@ -1686,7 +2072,7 @@ exports[`Storyshots a/Popover Bottom Right 1`] = `
1686
2072
  </div>
1687
2073
  <div
1688
2074
  style={
1689
- Object {
2075
+ {
1690
2076
  "margin": "0 auto",
1691
2077
  "position": "relative",
1692
2078
  "textAlign": "center",
@@ -1789,7 +2175,7 @@ exports[`Storyshots a/Popover Top Left 1`] = `
1789
2175
  </div>
1790
2176
  <div
1791
2177
  style={
1792
- Object {
2178
+ {
1793
2179
  "margin": "0 auto",
1794
2180
  "position": "relative",
1795
2181
  "textAlign": "center",
@@ -1892,7 +2278,7 @@ exports[`Storyshots a/Popover Top Right 1`] = `
1892
2278
  </div>
1893
2279
  <div
1894
2280
  style={
1895
- Object {
2281
+ {
1896
2282
  "margin": "0 auto",
1897
2283
  "position": "relative",
1898
2284
  "textAlign": "center",
@@ -1958,12 +2344,12 @@ exports[`Storyshots a/Popover Top Right 1`] = `
1958
2344
  `;
1959
2345
 
1960
2346
  exports[`Storyshots a/ProgressBar Base 1`] = `
1961
- Array [
2347
+ [
1962
2348
  <div
1963
2349
  className="base progress-bar"
1964
2350
  data-length="50%"
1965
2351
  style={
1966
- Object {
2352
+ {
1967
2353
  "--height": undefined,
1968
2354
  "--progress": 40,
1969
2355
  }
@@ -1992,7 +2378,7 @@ exports[`Storyshots a/ProgressBar Color 1`] = `
1992
2378
  className="base progress-bar x-main1"
1993
2379
  data-length="50%"
1994
2380
  style={
1995
- Object {
2381
+ {
1996
2382
  "--height": undefined,
1997
2383
  "--progress": 70,
1998
2384
  }
@@ -2005,7 +2391,7 @@ exports[`Storyshots a/ProgressBar Height 1`] = `
2005
2391
  className="base progress-bar x-main1"
2006
2392
  data-length="50%"
2007
2393
  style={
2008
- Object {
2394
+ {
2009
2395
  "--height": "5em",
2010
2396
  "--progress": 70,
2011
2397
  }
@@ -2041,7 +2427,7 @@ exports[`Storyshots a/Quote Base 1`] = `
2041
2427
  `;
2042
2428
 
2043
2429
  exports[`Storyshots a/SVG Animated 1`] = `
2044
- Array [
2430
+ [
2045
2431
  <svg
2046
2432
  className="base svg y-red modifierAnimated"
2047
2433
  height="200"
@@ -2055,7 +2441,7 @@ Array [
2055
2441
  className=""
2056
2442
  href="/sprite.svg#engine"
2057
2443
  style={
2058
- Object {
2444
+ {
2059
2445
  "style": undefined,
2060
2446
  }
2061
2447
  }
@@ -2066,7 +2452,7 @@ Array [
2066
2452
  height="200"
2067
2453
  preserveAspectRatio="xMinYMin meet"
2068
2454
  style={
2069
- Object {
2455
+ {
2070
2456
  "--svg-animation-repeats": "3",
2071
2457
  "--svg-animation-time": "10s",
2072
2458
  "--svg-origin-stroke-dashoffset": 100,
@@ -2083,7 +2469,7 @@ Array [
2083
2469
  className=""
2084
2470
  href="/sprite.svg#engine"
2085
2471
  style={
2086
- Object {
2472
+ {
2087
2473
  "style": undefined,
2088
2474
  }
2089
2475
  }
@@ -2094,7 +2480,7 @@ Array [
2094
2480
  height="200"
2095
2481
  preserveAspectRatio="xMinYMin meet"
2096
2482
  style={
2097
- Object {
2483
+ {
2098
2484
  "--svg-animation-repeats": "infinite",
2099
2485
  "--svg-animation-time": "20s",
2100
2486
  "--svg-origin-stroke-dashoffset": 5000,
@@ -2110,7 +2496,7 @@ Array [
2110
2496
  className=""
2111
2497
  href="/sprite.svg#engine"
2112
2498
  style={
2113
- Object {
2499
+ {
2114
2500
  "style": undefined,
2115
2501
  }
2116
2502
  }
@@ -2133,7 +2519,7 @@ exports[`Storyshots a/SVG Base 1`] = `
2133
2519
  className=""
2134
2520
  href="/sprite.svg#engine"
2135
2521
  style={
2136
- Object {
2522
+ {
2137
2523
  "style": undefined,
2138
2524
  }
2139
2525
  }
@@ -2142,7 +2528,7 @@ exports[`Storyshots a/SVG Base 1`] = `
2142
2528
  `;
2143
2529
 
2144
2530
  exports[`Storyshots a/SVG Logo 1`] = `
2145
- Array [
2531
+ [
2146
2532
  <p>
2147
2533
  The logo can be used as a simple SVG, but you are probably looking for
2148
2534
 
@@ -2163,7 +2549,7 @@ Array [
2163
2549
  className=""
2164
2550
  href="/logo.svg#logo"
2165
2551
  style={
2166
- Object {
2552
+ {
2167
2553
  "style": undefined,
2168
2554
  }
2169
2555
  }
@@ -2186,7 +2572,7 @@ exports[`Storyshots a/SVG Stroke 1`] = `
2186
2572
  className=""
2187
2573
  href="/sprite.svg#engine"
2188
2574
  style={
2189
- Object {
2575
+ {
2190
2576
  "style": undefined,
2191
2577
  }
2192
2578
  }
@@ -2198,7 +2584,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2198
2584
  <div
2199
2585
  className="base snap-scroller u1 pv-u"
2200
2586
  style={
2201
- Object {
2587
+ {
2202
2588
  "background": "var(--background4)",
2203
2589
  }
2204
2590
  }
@@ -2206,7 +2592,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2206
2592
  <div
2207
2593
  className="card"
2208
2594
  style={
2209
- Object {
2595
+ {
2210
2596
  "background": "var(--background1)",
2211
2597
  "height": "400px",
2212
2598
  "minWidth": "330px",
@@ -2219,7 +2605,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2219
2605
  <div
2220
2606
  className="card"
2221
2607
  style={
2222
- Object {
2608
+ {
2223
2609
  "background": "var(--background1)",
2224
2610
  "height": "400px",
2225
2611
  "minWidth": "330px",
@@ -2232,7 +2618,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2232
2618
  <div
2233
2619
  className="card"
2234
2620
  style={
2235
- Object {
2621
+ {
2236
2622
  "background": "var(--background1)",
2237
2623
  "height": "400px",
2238
2624
  "minWidth": "330px",
@@ -2245,7 +2631,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2245
2631
  <div
2246
2632
  className="card"
2247
2633
  style={
2248
- Object {
2634
+ {
2249
2635
  "background": "var(--background1)",
2250
2636
  "height": "400px",
2251
2637
  "minWidth": "330px",
@@ -2258,7 +2644,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
2258
2644
  <div
2259
2645
  className="card"
2260
2646
  style={
2261
- Object {
2647
+ {
2262
2648
  "background": "var(--background1)",
2263
2649
  "height": "400px",
2264
2650
  "minWidth": "330px",
@@ -2275,7 +2661,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2275
2661
  <div
2276
2662
  className="base snap-scroller u1 pv-u desktop-no-scroll"
2277
2663
  style={
2278
- Object {
2664
+ {
2279
2665
  "background": "var(--background4)",
2280
2666
  }
2281
2667
  }
@@ -2283,7 +2669,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2283
2669
  <div
2284
2670
  className="card"
2285
2671
  style={
2286
- Object {
2672
+ {
2287
2673
  "background": "var(--background1)",
2288
2674
  "height": "400px",
2289
2675
  "padding": "var(--u)",
@@ -2296,7 +2682,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2296
2682
  <div
2297
2683
  className="card"
2298
2684
  style={
2299
- Object {
2685
+ {
2300
2686
  "background": "var(--background1)",
2301
2687
  "height": "400px",
2302
2688
  "padding": "var(--u)",
@@ -2309,7 +2695,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2309
2695
  <div
2310
2696
  className="card"
2311
2697
  style={
2312
- Object {
2698
+ {
2313
2699
  "background": "var(--background1)",
2314
2700
  "height": "400px",
2315
2701
  "padding": "var(--u)",
@@ -2322,7 +2708,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2322
2708
  <div
2323
2709
  className="card"
2324
2710
  style={
2325
- Object {
2711
+ {
2326
2712
  "background": "var(--background1)",
2327
2713
  "height": "400px",
2328
2714
  "padding": "var(--u)",
@@ -2335,7 +2721,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
2335
2721
  <div
2336
2722
  className="card"
2337
2723
  style={
2338
- Object {
2724
+ {
2339
2725
  "background": "var(--background1)",
2340
2726
  "height": "400px",
2341
2727
  "padding": "var(--u)",
@@ -2411,7 +2797,7 @@ exports[`Storyshots a/Timestamp Relative Format 1`] = `
2411
2797
  `;
2412
2798
 
2413
2799
  exports[`Storyshots b/Button Arrow Left 1`] = `
2414
- Array [
2800
+ [
2415
2801
  <button
2416
2802
  className="base button x-main1 arrow-left"
2417
2803
  type="button"
@@ -2696,7 +3082,7 @@ Array [
2696
3082
  `;
2697
3083
 
2698
3084
  exports[`Storyshots b/Button Arrow Left Simple 1`] = `
2699
- Array [
3085
+ [
2700
3086
  <button
2701
3087
  className="base button x-main1 modifierSimple arrow-left"
2702
3088
  type="button"
@@ -2981,7 +3367,7 @@ Array [
2981
3367
  `;
2982
3368
 
2983
3369
  exports[`Storyshots b/Button Arrow Right 1`] = `
2984
- Array [
3370
+ [
2985
3371
  <button
2986
3372
  className="base button x-main1 arrow-right"
2987
3373
  type="button"
@@ -3266,7 +3652,7 @@ Array [
3266
3652
  `;
3267
3653
 
3268
3654
  exports[`Storyshots b/Button Arrow Right Simple 1`] = `
3269
- Array [
3655
+ [
3270
3656
  <button
3271
3657
  className="base button x-main1 modifierSimple arrow-right"
3272
3658
  type="button"
@@ -3560,7 +3946,7 @@ exports[`Storyshots b/Button Base 1`] = `
3560
3946
  `;
3561
3947
 
3562
3948
  exports[`Storyshots b/Button Compact 1`] = `
3563
- Array [
3949
+ [
3564
3950
  <button
3565
3951
  className="base button x-main1 modifierCompact"
3566
3952
  type="button"
@@ -3845,7 +4231,7 @@ Array [
3845
4231
  `;
3846
4232
 
3847
4233
  exports[`Storyshots b/Button Disabled 1`] = `
3848
- Array [
4234
+ [
3849
4235
  <button
3850
4236
  className="base button x-main1"
3851
4237
  disabled={true}
@@ -4167,7 +4553,7 @@ exports[`Storyshots b/Button Ghost 1`] = `
4167
4553
  `;
4168
4554
 
4169
4555
  exports[`Storyshots b/Button Ghost Disabled 1`] = `
4170
- Array [
4556
+ [
4171
4557
  <button
4172
4558
  className="base button x-main1 modifierGhost"
4173
4559
  disabled={true}
@@ -4480,7 +4866,7 @@ Array [
4480
4866
  `;
4481
4867
 
4482
4868
  exports[`Storyshots b/Button Ghosts 1`] = `
4483
- Array [
4869
+ [
4484
4870
  <button
4485
4871
  className="base button x-main1 modifierGhost"
4486
4872
  type="button"
@@ -4765,7 +5151,7 @@ Array [
4765
5151
  `;
4766
5152
 
4767
5153
  exports[`Storyshots b/Button Loading 1`] = `
4768
- Array [
5154
+ [
4769
5155
  <button
4770
5156
  className="base button x-main1"
4771
5157
  type="button"
@@ -4773,7 +5159,7 @@ Array [
4773
5159
  <div
4774
5160
  className="base loading-circle"
4775
5161
  style={
4776
- Object {
5162
+ {
4777
5163
  "--height-width": "1.15em",
4778
5164
  "--stroke-width": undefined,
4779
5165
  "--x": "var(--on-x)",
@@ -4784,7 +5170,7 @@ Array [
4784
5170
  className="svg-circle"
4785
5171
  preserveAspectRatio="xMinYMin meet"
4786
5172
  style={
4787
- Object {
5173
+ {
4788
5174
  "--animation-duration": "2s",
4789
5175
  }
4790
5176
  }
@@ -4814,7 +5200,7 @@ Array [
4814
5200
  <div
4815
5201
  className="base loading-circle"
4816
5202
  style={
4817
- Object {
5203
+ {
4818
5204
  "--height-width": "1.15em",
4819
5205
  "--stroke-width": undefined,
4820
5206
  "--x": "var(--on-x)",
@@ -4825,7 +5211,7 @@ Array [
4825
5211
  className="svg-circle"
4826
5212
  preserveAspectRatio="xMinYMin meet"
4827
5213
  style={
4828
- Object {
5214
+ {
4829
5215
  "--animation-duration": "2s",
4830
5216
  }
4831
5217
  }
@@ -4855,7 +5241,7 @@ Array [
4855
5241
  <div
4856
5242
  className="base loading-circle"
4857
5243
  style={
4858
- Object {
5244
+ {
4859
5245
  "--height-width": "1.15em",
4860
5246
  "--stroke-width": undefined,
4861
5247
  "--x": "var(--on-x)",
@@ -4866,7 +5252,7 @@ Array [
4866
5252
  className="svg-circle"
4867
5253
  preserveAspectRatio="xMinYMin meet"
4868
5254
  style={
4869
- Object {
5255
+ {
4870
5256
  "--animation-duration": "2s",
4871
5257
  }
4872
5258
  }
@@ -4896,7 +5282,7 @@ Array [
4896
5282
  <div
4897
5283
  className="base loading-circle"
4898
5284
  style={
4899
- Object {
5285
+ {
4900
5286
  "--height-width": "1.15em",
4901
5287
  "--stroke-width": undefined,
4902
5288
  "--x": "var(--on-x)",
@@ -4907,7 +5293,7 @@ Array [
4907
5293
  className="svg-circle"
4908
5294
  preserveAspectRatio="xMinYMin meet"
4909
5295
  style={
4910
- Object {
5296
+ {
4911
5297
  "--animation-duration": "2s",
4912
5298
  }
4913
5299
  }
@@ -4937,7 +5323,7 @@ Array [
4937
5323
  <div
4938
5324
  className="base loading-circle"
4939
5325
  style={
4940
- Object {
5326
+ {
4941
5327
  "--height-width": "1.15em",
4942
5328
  "--stroke-width": undefined,
4943
5329
  "--x": "var(--on-x)",
@@ -4948,7 +5334,7 @@ Array [
4948
5334
  className="svg-circle"
4949
5335
  preserveAspectRatio="xMinYMin meet"
4950
5336
  style={
4951
- Object {
5337
+ {
4952
5338
  "--animation-duration": "2s",
4953
5339
  }
4954
5340
  }
@@ -4978,7 +5364,7 @@ Array [
4978
5364
  <div
4979
5365
  className="base loading-circle"
4980
5366
  style={
4981
- Object {
5367
+ {
4982
5368
  "--height-width": "1.15em",
4983
5369
  "--stroke-width": undefined,
4984
5370
  "--x": "var(--on-x)",
@@ -4989,7 +5375,7 @@ Array [
4989
5375
  className="svg-circle"
4990
5376
  preserveAspectRatio="xMinYMin meet"
4991
5377
  style={
4992
- Object {
5378
+ {
4993
5379
  "--animation-duration": "2s",
4994
5380
  }
4995
5381
  }
@@ -5019,7 +5405,7 @@ Array [
5019
5405
  <div
5020
5406
  className="base loading-circle"
5021
5407
  style={
5022
- Object {
5408
+ {
5023
5409
  "--height-width": "1.15em",
5024
5410
  "--stroke-width": undefined,
5025
5411
  "--x": "var(--on-x)",
@@ -5030,7 +5416,7 @@ Array [
5030
5416
  className="svg-circle"
5031
5417
  preserveAspectRatio="xMinYMin meet"
5032
5418
  style={
5033
- Object {
5419
+ {
5034
5420
  "--animation-duration": "2s",
5035
5421
  }
5036
5422
  }
@@ -5060,7 +5446,7 @@ Array [
5060
5446
  <div
5061
5447
  className="base loading-circle"
5062
5448
  style={
5063
- Object {
5449
+ {
5064
5450
  "--height-width": "1.15em",
5065
5451
  "--stroke-width": undefined,
5066
5452
  "--x": "var(--on-x)",
@@ -5071,7 +5457,7 @@ Array [
5071
5457
  className="svg-circle"
5072
5458
  preserveAspectRatio="xMinYMin meet"
5073
5459
  style={
5074
- Object {
5460
+ {
5075
5461
  "--animation-duration": "2s",
5076
5462
  }
5077
5463
  }
@@ -5101,7 +5487,7 @@ Array [
5101
5487
  <div
5102
5488
  className="base loading-circle"
5103
5489
  style={
5104
- Object {
5490
+ {
5105
5491
  "--height-width": "1.15em",
5106
5492
  "--stroke-width": undefined,
5107
5493
  "--x": "var(--on-x)",
@@ -5112,7 +5498,7 @@ Array [
5112
5498
  className="svg-circle"
5113
5499
  preserveAspectRatio="xMinYMin meet"
5114
5500
  style={
5115
- Object {
5501
+ {
5116
5502
  "--animation-duration": "2s",
5117
5503
  }
5118
5504
  }
@@ -5142,7 +5528,7 @@ Array [
5142
5528
  <div
5143
5529
  className="base loading-circle"
5144
5530
  style={
5145
- Object {
5531
+ {
5146
5532
  "--height-width": "1.15em",
5147
5533
  "--stroke-width": undefined,
5148
5534
  "--x": "var(--on-x)",
@@ -5153,7 +5539,7 @@ Array [
5153
5539
  className="svg-circle"
5154
5540
  preserveAspectRatio="xMinYMin meet"
5155
5541
  style={
5156
- Object {
5542
+ {
5157
5543
  "--animation-duration": "2s",
5158
5544
  }
5159
5545
  }
@@ -5183,7 +5569,7 @@ Array [
5183
5569
  <div
5184
5570
  className="base loading-circle"
5185
5571
  style={
5186
- Object {
5572
+ {
5187
5573
  "--height-width": "1.15em",
5188
5574
  "--stroke-width": undefined,
5189
5575
  "--x": "var(--on-x)",
@@ -5194,7 +5580,7 @@ Array [
5194
5580
  className="svg-circle"
5195
5581
  preserveAspectRatio="xMinYMin meet"
5196
5582
  style={
5197
- Object {
5583
+ {
5198
5584
  "--animation-duration": "2s",
5199
5585
  }
5200
5586
  }
@@ -5224,7 +5610,7 @@ Array [
5224
5610
  <div
5225
5611
  className="base loading-circle"
5226
5612
  style={
5227
- Object {
5613
+ {
5228
5614
  "--height-width": "1.15em",
5229
5615
  "--stroke-width": undefined,
5230
5616
  "--x": "var(--on-x)",
@@ -5235,7 +5621,7 @@ Array [
5235
5621
  className="svg-circle"
5236
5622
  preserveAspectRatio="xMinYMin meet"
5237
5623
  style={
5238
- Object {
5624
+ {
5239
5625
  "--animation-duration": "2s",
5240
5626
  }
5241
5627
  }
@@ -5265,7 +5651,7 @@ Array [
5265
5651
  <div
5266
5652
  className="base loading-circle"
5267
5653
  style={
5268
- Object {
5654
+ {
5269
5655
  "--height-width": "1.15em",
5270
5656
  "--stroke-width": undefined,
5271
5657
  "--x": "var(--on-x)",
@@ -5276,7 +5662,7 @@ Array [
5276
5662
  className="svg-circle"
5277
5663
  preserveAspectRatio="xMinYMin meet"
5278
5664
  style={
5279
- Object {
5665
+ {
5280
5666
  "--animation-duration": "2s",
5281
5667
  }
5282
5668
  }
@@ -5306,7 +5692,7 @@ Array [
5306
5692
  <div
5307
5693
  className="base loading-circle"
5308
5694
  style={
5309
- Object {
5695
+ {
5310
5696
  "--height-width": "1.15em",
5311
5697
  "--stroke-width": undefined,
5312
5698
  "--x": "var(--on-x)",
@@ -5317,7 +5703,7 @@ Array [
5317
5703
  className="svg-circle"
5318
5704
  preserveAspectRatio="xMinYMin meet"
5319
5705
  style={
5320
- Object {
5706
+ {
5321
5707
  "--animation-duration": "2s",
5322
5708
  }
5323
5709
  }
@@ -5347,7 +5733,7 @@ Array [
5347
5733
  <div
5348
5734
  className="base loading-circle"
5349
5735
  style={
5350
- Object {
5736
+ {
5351
5737
  "--height-width": "1.15em",
5352
5738
  "--stroke-width": undefined,
5353
5739
  "--x": "var(--on-x)",
@@ -5358,7 +5744,7 @@ Array [
5358
5744
  className="svg-circle"
5359
5745
  preserveAspectRatio="xMinYMin meet"
5360
5746
  style={
5361
- Object {
5747
+ {
5362
5748
  "--animation-duration": "2s",
5363
5749
  }
5364
5750
  }
@@ -5388,7 +5774,7 @@ Array [
5388
5774
  <div
5389
5775
  className="base loading-circle"
5390
5776
  style={
5391
- Object {
5777
+ {
5392
5778
  "--height-width": "1.15em",
5393
5779
  "--stroke-width": undefined,
5394
5780
  "--x": "var(--on-x)",
@@ -5399,7 +5785,7 @@ Array [
5399
5785
  className="svg-circle"
5400
5786
  preserveAspectRatio="xMinYMin meet"
5401
5787
  style={
5402
- Object {
5788
+ {
5403
5789
  "--animation-duration": "2s",
5404
5790
  }
5405
5791
  }
@@ -5429,7 +5815,7 @@ Array [
5429
5815
  <div
5430
5816
  className="base loading-circle"
5431
5817
  style={
5432
- Object {
5818
+ {
5433
5819
  "--height-width": "1.15em",
5434
5820
  "--stroke-width": undefined,
5435
5821
  "--x": "var(--on-x)",
@@ -5440,7 +5826,7 @@ Array [
5440
5826
  className="svg-circle"
5441
5827
  preserveAspectRatio="xMinYMin meet"
5442
5828
  style={
5443
- Object {
5829
+ {
5444
5830
  "--animation-duration": "2s",
5445
5831
  }
5446
5832
  }
@@ -5470,7 +5856,7 @@ Array [
5470
5856
  <div
5471
5857
  className="base loading-circle"
5472
5858
  style={
5473
- Object {
5859
+ {
5474
5860
  "--height-width": "1.15em",
5475
5861
  "--stroke-width": undefined,
5476
5862
  "--x": "var(--on-x)",
@@ -5481,7 +5867,7 @@ Array [
5481
5867
  className="svg-circle"
5482
5868
  preserveAspectRatio="xMinYMin meet"
5483
5869
  style={
5484
- Object {
5870
+ {
5485
5871
  "--animation-duration": "2s",
5486
5872
  }
5487
5873
  }
@@ -5511,7 +5897,7 @@ Array [
5511
5897
  <div
5512
5898
  className="base loading-circle"
5513
5899
  style={
5514
- Object {
5900
+ {
5515
5901
  "--height-width": "1.15em",
5516
5902
  "--stroke-width": undefined,
5517
5903
  "--x": "var(--on-x)",
@@ -5522,7 +5908,7 @@ Array [
5522
5908
  className="svg-circle"
5523
5909
  preserveAspectRatio="xMinYMin meet"
5524
5910
  style={
5525
- Object {
5911
+ {
5526
5912
  "--animation-duration": "2s",
5527
5913
  }
5528
5914
  }
@@ -5552,7 +5938,7 @@ Array [
5552
5938
  <div
5553
5939
  className="base loading-circle"
5554
5940
  style={
5555
- Object {
5941
+ {
5556
5942
  "--height-width": "1.15em",
5557
5943
  "--stroke-width": undefined,
5558
5944
  "--x": "var(--on-x)",
@@ -5563,7 +5949,7 @@ Array [
5563
5949
  className="svg-circle"
5564
5950
  preserveAspectRatio="xMinYMin meet"
5565
5951
  style={
5566
- Object {
5952
+ {
5567
5953
  "--animation-duration": "2s",
5568
5954
  }
5569
5955
  }
@@ -5593,7 +5979,7 @@ Array [
5593
5979
  <div
5594
5980
  className="base loading-circle"
5595
5981
  style={
5596
- Object {
5982
+ {
5597
5983
  "--height-width": "1.15em",
5598
5984
  "--stroke-width": undefined,
5599
5985
  "--x": "var(--on-x)",
@@ -5604,7 +5990,7 @@ Array [
5604
5990
  className="svg-circle"
5605
5991
  preserveAspectRatio="xMinYMin meet"
5606
5992
  style={
5607
- Object {
5993
+ {
5608
5994
  "--animation-duration": "2s",
5609
5995
  }
5610
5996
  }
@@ -5634,7 +6020,7 @@ Array [
5634
6020
  <div
5635
6021
  className="base loading-circle"
5636
6022
  style={
5637
- Object {
6023
+ {
5638
6024
  "--height-width": "1.15em",
5639
6025
  "--stroke-width": undefined,
5640
6026
  "--x": "var(--on-x)",
@@ -5645,7 +6031,7 @@ Array [
5645
6031
  className="svg-circle"
5646
6032
  preserveAspectRatio="xMinYMin meet"
5647
6033
  style={
5648
- Object {
6034
+ {
5649
6035
  "--animation-duration": "2s",
5650
6036
  }
5651
6037
  }
@@ -5675,7 +6061,7 @@ Array [
5675
6061
  <div
5676
6062
  className="base loading-circle"
5677
6063
  style={
5678
- Object {
6064
+ {
5679
6065
  "--height-width": "1.15em",
5680
6066
  "--stroke-width": undefined,
5681
6067
  "--x": "var(--on-x)",
@@ -5686,7 +6072,7 @@ Array [
5686
6072
  className="svg-circle"
5687
6073
  preserveAspectRatio="xMinYMin meet"
5688
6074
  style={
5689
- Object {
6075
+ {
5690
6076
  "--animation-duration": "2s",
5691
6077
  }
5692
6078
  }
@@ -5716,7 +6102,7 @@ Array [
5716
6102
  <div
5717
6103
  className="base loading-circle"
5718
6104
  style={
5719
- Object {
6105
+ {
5720
6106
  "--height-width": "1.15em",
5721
6107
  "--stroke-width": undefined,
5722
6108
  "--x": "var(--on-x)",
@@ -5727,7 +6113,7 @@ Array [
5727
6113
  className="svg-circle"
5728
6114
  preserveAspectRatio="xMinYMin meet"
5729
6115
  style={
5730
- Object {
6116
+ {
5731
6117
  "--animation-duration": "2s",
5732
6118
  }
5733
6119
  }
@@ -5757,7 +6143,7 @@ Array [
5757
6143
  <div
5758
6144
  className="base loading-circle"
5759
6145
  style={
5760
- Object {
6146
+ {
5761
6147
  "--height-width": "1.15em",
5762
6148
  "--stroke-width": undefined,
5763
6149
  "--x": "var(--on-x)",
@@ -5768,7 +6154,7 @@ Array [
5768
6154
  className="svg-circle"
5769
6155
  preserveAspectRatio="xMinYMin meet"
5770
6156
  style={
5771
- Object {
6157
+ {
5772
6158
  "--animation-duration": "2s",
5773
6159
  }
5774
6160
  }
@@ -5798,7 +6184,7 @@ Array [
5798
6184
  <div
5799
6185
  className="base loading-circle"
5800
6186
  style={
5801
- Object {
6187
+ {
5802
6188
  "--height-width": "1.15em",
5803
6189
  "--stroke-width": undefined,
5804
6190
  "--x": "var(--on-x)",
@@ -5809,7 +6195,7 @@ Array [
5809
6195
  className="svg-circle"
5810
6196
  preserveAspectRatio="xMinYMin meet"
5811
6197
  style={
5812
- Object {
6198
+ {
5813
6199
  "--animation-duration": "2s",
5814
6200
  }
5815
6201
  }
@@ -5839,7 +6225,7 @@ Array [
5839
6225
  <div
5840
6226
  className="base loading-circle"
5841
6227
  style={
5842
- Object {
6228
+ {
5843
6229
  "--height-width": "1.15em",
5844
6230
  "--stroke-width": undefined,
5845
6231
  "--x": "var(--on-x)",
@@ -5850,7 +6236,7 @@ Array [
5850
6236
  className="svg-circle"
5851
6237
  preserveAspectRatio="xMinYMin meet"
5852
6238
  style={
5853
- Object {
6239
+ {
5854
6240
  "--animation-duration": "2s",
5855
6241
  }
5856
6242
  }
@@ -5880,7 +6266,7 @@ Array [
5880
6266
  <div
5881
6267
  className="base loading-circle"
5882
6268
  style={
5883
- Object {
6269
+ {
5884
6270
  "--height-width": "1.15em",
5885
6271
  "--stroke-width": undefined,
5886
6272
  "--x": "var(--on-x)",
@@ -5891,7 +6277,7 @@ Array [
5891
6277
  className="svg-circle"
5892
6278
  preserveAspectRatio="xMinYMin meet"
5893
6279
  style={
5894
- Object {
6280
+ {
5895
6281
  "--animation-duration": "2s",
5896
6282
  }
5897
6283
  }
@@ -5918,7 +6304,7 @@ Array [
5918
6304
  `;
5919
6305
 
5920
6306
  exports[`Storyshots b/Button Normal 1`] = `
5921
- Array [
6307
+ [
5922
6308
  <button
5923
6309
  className="base button x-main1"
5924
6310
  type="button"
@@ -6203,7 +6589,7 @@ Array [
6203
6589
  `;
6204
6590
 
6205
6591
  exports[`Storyshots b/Button Simple 1`] = `
6206
- Array [
6592
+ [
6207
6593
  <button
6208
6594
  className="base button x-main1 modifierSimple"
6209
6595
  type="button"
@@ -6488,7 +6874,7 @@ Array [
6488
6874
  `;
6489
6875
 
6490
6876
  exports[`Storyshots b/Button Simple Disabled 1`] = `
6491
- Array [
6877
+ [
6492
6878
  <button
6493
6879
  className="base button x-main1 modifierSimple"
6494
6880
  disabled={true}
@@ -6814,7 +7200,7 @@ exports[`Storyshots b/Logo Base 1`] = `
6814
7200
  href="/logo.svg#logo_squares"
6815
7201
  id="logo_squares"
6816
7202
  style={
6817
- Object {
7203
+ {
6818
7204
  "style": undefined,
6819
7205
  }
6820
7206
  }
@@ -6824,7 +7210,7 @@ exports[`Storyshots b/Logo Base 1`] = `
6824
7210
  href="/logo.svg#logo_pareto"
6825
7211
  id="logo_pareto"
6826
7212
  style={
6827
- Object {
7213
+ {
6828
7214
  "style": undefined,
6829
7215
  }
6830
7216
  }
@@ -6833,7 +7219,7 @@ exports[`Storyshots b/Logo Base 1`] = `
6833
7219
  `;
6834
7220
 
6835
7221
  exports[`Storyshots b/Logo Color 1`] = `
6836
- Array [
7222
+ [
6837
7223
  <svg
6838
7224
  className="base svg base logo x-main1 y-transparent"
6839
7225
  height="2em"
@@ -6847,7 +7233,7 @@ Array [
6847
7233
  href="/logo.svg#logo_squares"
6848
7234
  id="logo_squares"
6849
7235
  style={
6850
- Object {
7236
+ {
6851
7237
  "style": undefined,
6852
7238
  }
6853
7239
  }
@@ -6857,7 +7243,7 @@ Array [
6857
7243
  href="/logo.svg#logo_pareto"
6858
7244
  id="logo_pareto"
6859
7245
  style={
6860
- Object {
7246
+ {
6861
7247
  "style": undefined,
6862
7248
  }
6863
7249
  }
@@ -6876,7 +7262,7 @@ Array [
6876
7262
  href="/logo.svg#logo_squares"
6877
7263
  id="logo_squares"
6878
7264
  style={
6879
- Object {
7265
+ {
6880
7266
  "style": undefined,
6881
7267
  }
6882
7268
  }
@@ -6886,7 +7272,7 @@ Array [
6886
7272
  href="/logo.svg#logo_pareto"
6887
7273
  id="logo_pareto"
6888
7274
  style={
6889
- Object {
7275
+ {
6890
7276
  "style": undefined,
6891
7277
  }
6892
7278
  }
@@ -6905,7 +7291,7 @@ Array [
6905
7291
  href="/logo.svg#logo_squares"
6906
7292
  id="logo_squares"
6907
7293
  style={
6908
- Object {
7294
+ {
6909
7295
  "style": undefined,
6910
7296
  }
6911
7297
  }
@@ -6915,7 +7301,7 @@ Array [
6915
7301
  href="/logo.svg#logo_pareto"
6916
7302
  id="logo_pareto"
6917
7303
  style={
6918
- Object {
7304
+ {
6919
7305
  "style": undefined,
6920
7306
  }
6921
7307
  }
@@ -6934,7 +7320,7 @@ Array [
6934
7320
  href="/logo.svg#logo_squares"
6935
7321
  id="logo_squares"
6936
7322
  style={
6937
- Object {
7323
+ {
6938
7324
  "style": undefined,
6939
7325
  }
6940
7326
  }
@@ -6944,7 +7330,7 @@ Array [
6944
7330
  href="/logo.svg#logo_pareto"
6945
7331
  id="logo_pareto"
6946
7332
  style={
6947
- Object {
7333
+ {
6948
7334
  "style": undefined,
6949
7335
  }
6950
7336
  }
@@ -6963,7 +7349,7 @@ Array [
6963
7349
  href="/logo.svg#logo_squares"
6964
7350
  id="logo_squares"
6965
7351
  style={
6966
- Object {
7352
+ {
6967
7353
  "style": undefined,
6968
7354
  }
6969
7355
  }
@@ -6973,7 +7359,7 @@ Array [
6973
7359
  href="/logo.svg#logo_pareto"
6974
7360
  id="logo_pareto"
6975
7361
  style={
6976
- Object {
7362
+ {
6977
7363
  "style": undefined,
6978
7364
  }
6979
7365
  }
@@ -6992,7 +7378,7 @@ Array [
6992
7378
  href="/logo.svg#logo_squares"
6993
7379
  id="logo_squares"
6994
7380
  style={
6995
- Object {
7381
+ {
6996
7382
  "style": undefined,
6997
7383
  }
6998
7384
  }
@@ -7002,7 +7388,7 @@ Array [
7002
7388
  href="/logo.svg#logo_pareto"
7003
7389
  id="logo_pareto"
7004
7390
  style={
7005
- Object {
7391
+ {
7006
7392
  "style": undefined,
7007
7393
  }
7008
7394
  }
@@ -7021,7 +7407,7 @@ Array [
7021
7407
  href="/logo.svg#logo_squares"
7022
7408
  id="logo_squares"
7023
7409
  style={
7024
- Object {
7410
+ {
7025
7411
  "style": undefined,
7026
7412
  }
7027
7413
  }
@@ -7031,7 +7417,7 @@ Array [
7031
7417
  href="/logo.svg#logo_pareto"
7032
7418
  id="logo_pareto"
7033
7419
  style={
7034
- Object {
7420
+ {
7035
7421
  "style": undefined,
7036
7422
  }
7037
7423
  }
@@ -7050,7 +7436,7 @@ Array [
7050
7436
  href="/logo.svg#logo_squares"
7051
7437
  id="logo_squares"
7052
7438
  style={
7053
- Object {
7439
+ {
7054
7440
  "style": undefined,
7055
7441
  }
7056
7442
  }
@@ -7060,7 +7446,7 @@ Array [
7060
7446
  href="/logo.svg#logo_pareto"
7061
7447
  id="logo_pareto"
7062
7448
  style={
7063
- Object {
7449
+ {
7064
7450
  "style": undefined,
7065
7451
  }
7066
7452
  }
@@ -7079,7 +7465,7 @@ Array [
7079
7465
  href="/logo.svg#logo_squares"
7080
7466
  id="logo_squares"
7081
7467
  style={
7082
- Object {
7468
+ {
7083
7469
  "style": undefined,
7084
7470
  }
7085
7471
  }
@@ -7089,7 +7475,7 @@ Array [
7089
7475
  href="/logo.svg#logo_pareto"
7090
7476
  id="logo_pareto"
7091
7477
  style={
7092
- Object {
7478
+ {
7093
7479
  "style": undefined,
7094
7480
  }
7095
7481
  }
@@ -7108,7 +7494,7 @@ Array [
7108
7494
  href="/logo.svg#logo_squares"
7109
7495
  id="logo_squares"
7110
7496
  style={
7111
- Object {
7497
+ {
7112
7498
  "style": undefined,
7113
7499
  }
7114
7500
  }
@@ -7118,7 +7504,7 @@ Array [
7118
7504
  href="/logo.svg#logo_pareto"
7119
7505
  id="logo_pareto"
7120
7506
  style={
7121
- Object {
7507
+ {
7122
7508
  "style": undefined,
7123
7509
  }
7124
7510
  }
@@ -7137,7 +7523,7 @@ Array [
7137
7523
  href="/logo.svg#logo_squares"
7138
7524
  id="logo_squares"
7139
7525
  style={
7140
- Object {
7526
+ {
7141
7527
  "style": undefined,
7142
7528
  }
7143
7529
  }
@@ -7147,7 +7533,7 @@ Array [
7147
7533
  href="/logo.svg#logo_pareto"
7148
7534
  id="logo_pareto"
7149
7535
  style={
7150
- Object {
7536
+ {
7151
7537
  "style": undefined,
7152
7538
  }
7153
7539
  }
@@ -7166,7 +7552,7 @@ Array [
7166
7552
  href="/logo.svg#logo_squares"
7167
7553
  id="logo_squares"
7168
7554
  style={
7169
- Object {
7555
+ {
7170
7556
  "style": undefined,
7171
7557
  }
7172
7558
  }
@@ -7176,7 +7562,7 @@ Array [
7176
7562
  href="/logo.svg#logo_pareto"
7177
7563
  id="logo_pareto"
7178
7564
  style={
7179
- Object {
7565
+ {
7180
7566
  "style": undefined,
7181
7567
  }
7182
7568
  }
@@ -7195,7 +7581,7 @@ Array [
7195
7581
  href="/logo.svg#logo_squares"
7196
7582
  id="logo_squares"
7197
7583
  style={
7198
- Object {
7584
+ {
7199
7585
  "style": undefined,
7200
7586
  }
7201
7587
  }
@@ -7205,7 +7591,7 @@ Array [
7205
7591
  href="/logo.svg#logo_pareto"
7206
7592
  id="logo_pareto"
7207
7593
  style={
7208
- Object {
7594
+ {
7209
7595
  "style": undefined,
7210
7596
  }
7211
7597
  }
@@ -7224,7 +7610,7 @@ Array [
7224
7610
  href="/logo.svg#logo_squares"
7225
7611
  id="logo_squares"
7226
7612
  style={
7227
- Object {
7613
+ {
7228
7614
  "style": undefined,
7229
7615
  }
7230
7616
  }
@@ -7234,7 +7620,7 @@ Array [
7234
7620
  href="/logo.svg#logo_pareto"
7235
7621
  id="logo_pareto"
7236
7622
  style={
7237
- Object {
7623
+ {
7238
7624
  "style": undefined,
7239
7625
  }
7240
7626
  }
@@ -7253,7 +7639,7 @@ Array [
7253
7639
  href="/logo.svg#logo_squares"
7254
7640
  id="logo_squares"
7255
7641
  style={
7256
- Object {
7642
+ {
7257
7643
  "style": undefined,
7258
7644
  }
7259
7645
  }
@@ -7263,7 +7649,7 @@ Array [
7263
7649
  href="/logo.svg#logo_pareto"
7264
7650
  id="logo_pareto"
7265
7651
  style={
7266
- Object {
7652
+ {
7267
7653
  "style": undefined,
7268
7654
  }
7269
7655
  }
@@ -7282,7 +7668,7 @@ Array [
7282
7668
  href="/logo.svg#logo_squares"
7283
7669
  id="logo_squares"
7284
7670
  style={
7285
- Object {
7671
+ {
7286
7672
  "style": undefined,
7287
7673
  }
7288
7674
  }
@@ -7292,7 +7678,7 @@ Array [
7292
7678
  href="/logo.svg#logo_pareto"
7293
7679
  id="logo_pareto"
7294
7680
  style={
7295
- Object {
7681
+ {
7296
7682
  "style": undefined,
7297
7683
  }
7298
7684
  }
@@ -7311,7 +7697,7 @@ Array [
7311
7697
  href="/logo.svg#logo_squares"
7312
7698
  id="logo_squares"
7313
7699
  style={
7314
- Object {
7700
+ {
7315
7701
  "style": undefined,
7316
7702
  }
7317
7703
  }
@@ -7321,7 +7707,7 @@ Array [
7321
7707
  href="/logo.svg#logo_pareto"
7322
7708
  id="logo_pareto"
7323
7709
  style={
7324
- Object {
7710
+ {
7325
7711
  "style": undefined,
7326
7712
  }
7327
7713
  }
@@ -7340,7 +7726,7 @@ Array [
7340
7726
  href="/logo.svg#logo_squares"
7341
7727
  id="logo_squares"
7342
7728
  style={
7343
- Object {
7729
+ {
7344
7730
  "style": undefined,
7345
7731
  }
7346
7732
  }
@@ -7350,7 +7736,7 @@ Array [
7350
7736
  href="/logo.svg#logo_pareto"
7351
7737
  id="logo_pareto"
7352
7738
  style={
7353
- Object {
7739
+ {
7354
7740
  "style": undefined,
7355
7741
  }
7356
7742
  }
@@ -7369,7 +7755,7 @@ Array [
7369
7755
  href="/logo.svg#logo_squares"
7370
7756
  id="logo_squares"
7371
7757
  style={
7372
- Object {
7758
+ {
7373
7759
  "style": undefined,
7374
7760
  }
7375
7761
  }
@@ -7379,7 +7765,7 @@ Array [
7379
7765
  href="/logo.svg#logo_pareto"
7380
7766
  id="logo_pareto"
7381
7767
  style={
7382
- Object {
7768
+ {
7383
7769
  "style": undefined,
7384
7770
  }
7385
7771
  }
@@ -7398,7 +7784,7 @@ Array [
7398
7784
  href="/logo.svg#logo_squares"
7399
7785
  id="logo_squares"
7400
7786
  style={
7401
- Object {
7787
+ {
7402
7788
  "style": undefined,
7403
7789
  }
7404
7790
  }
@@ -7408,7 +7794,7 @@ Array [
7408
7794
  href="/logo.svg#logo_pareto"
7409
7795
  id="logo_pareto"
7410
7796
  style={
7411
- Object {
7797
+ {
7412
7798
  "style": undefined,
7413
7799
  }
7414
7800
  }
@@ -7427,7 +7813,7 @@ Array [
7427
7813
  href="/logo.svg#logo_squares"
7428
7814
  id="logo_squares"
7429
7815
  style={
7430
- Object {
7816
+ {
7431
7817
  "style": undefined,
7432
7818
  }
7433
7819
  }
@@ -7437,7 +7823,7 @@ Array [
7437
7823
  href="/logo.svg#logo_pareto"
7438
7824
  id="logo_pareto"
7439
7825
  style={
7440
- Object {
7826
+ {
7441
7827
  "style": undefined,
7442
7828
  }
7443
7829
  }
@@ -7456,7 +7842,7 @@ Array [
7456
7842
  href="/logo.svg#logo_squares"
7457
7843
  id="logo_squares"
7458
7844
  style={
7459
- Object {
7845
+ {
7460
7846
  "style": undefined,
7461
7847
  }
7462
7848
  }
@@ -7466,7 +7852,7 @@ Array [
7466
7852
  href="/logo.svg#logo_pareto"
7467
7853
  id="logo_pareto"
7468
7854
  style={
7469
- Object {
7855
+ {
7470
7856
  "style": undefined,
7471
7857
  }
7472
7858
  }
@@ -7485,7 +7871,7 @@ Array [
7485
7871
  href="/logo.svg#logo_squares"
7486
7872
  id="logo_squares"
7487
7873
  style={
7488
- Object {
7874
+ {
7489
7875
  "style": undefined,
7490
7876
  }
7491
7877
  }
@@ -7495,7 +7881,7 @@ Array [
7495
7881
  href="/logo.svg#logo_pareto"
7496
7882
  id="logo_pareto"
7497
7883
  style={
7498
- Object {
7884
+ {
7499
7885
  "style": undefined,
7500
7886
  }
7501
7887
  }
@@ -7514,7 +7900,7 @@ Array [
7514
7900
  href="/logo.svg#logo_squares"
7515
7901
  id="logo_squares"
7516
7902
  style={
7517
- Object {
7903
+ {
7518
7904
  "style": undefined,
7519
7905
  }
7520
7906
  }
@@ -7524,7 +7910,7 @@ Array [
7524
7910
  href="/logo.svg#logo_pareto"
7525
7911
  id="logo_pareto"
7526
7912
  style={
7527
- Object {
7913
+ {
7528
7914
  "style": undefined,
7529
7915
  }
7530
7916
  }
@@ -7543,7 +7929,7 @@ Array [
7543
7929
  href="/logo.svg#logo_squares"
7544
7930
  id="logo_squares"
7545
7931
  style={
7546
- Object {
7932
+ {
7547
7933
  "style": undefined,
7548
7934
  }
7549
7935
  }
@@ -7553,7 +7939,7 @@ Array [
7553
7939
  href="/logo.svg#logo_pareto"
7554
7940
  id="logo_pareto"
7555
7941
  style={
7556
- Object {
7942
+ {
7557
7943
  "style": undefined,
7558
7944
  }
7559
7945
  }
@@ -7572,7 +7958,7 @@ Array [
7572
7958
  href="/logo.svg#logo_squares"
7573
7959
  id="logo_squares"
7574
7960
  style={
7575
- Object {
7961
+ {
7576
7962
  "style": undefined,
7577
7963
  }
7578
7964
  }
@@ -7582,7 +7968,7 @@ Array [
7582
7968
  href="/logo.svg#logo_pareto"
7583
7969
  id="logo_pareto"
7584
7970
  style={
7585
- Object {
7971
+ {
7586
7972
  "style": undefined,
7587
7973
  }
7588
7974
  }
@@ -7601,7 +7987,7 @@ Array [
7601
7987
  href="/logo.svg#logo_squares"
7602
7988
  id="logo_squares"
7603
7989
  style={
7604
- Object {
7990
+ {
7605
7991
  "style": undefined,
7606
7992
  }
7607
7993
  }
@@ -7611,7 +7997,7 @@ Array [
7611
7997
  href="/logo.svg#logo_pareto"
7612
7998
  id="logo_pareto"
7613
7999
  style={
7614
- Object {
8000
+ {
7615
8001
  "style": undefined,
7616
8002
  }
7617
8003
  }
@@ -7630,7 +8016,7 @@ Array [
7630
8016
  href="/logo.svg#logo_squares"
7631
8017
  id="logo_squares"
7632
8018
  style={
7633
- Object {
8019
+ {
7634
8020
  "style": undefined,
7635
8021
  }
7636
8022
  }
@@ -7640,7 +8026,7 @@ Array [
7640
8026
  href="/logo.svg#logo_pareto"
7641
8027
  id="logo_pareto"
7642
8028
  style={
7643
- Object {
8029
+ {
7644
8030
  "style": undefined,
7645
8031
  }
7646
8032
  }
@@ -7650,7 +8036,7 @@ Array [
7650
8036
  `;
7651
8037
 
7652
8038
  exports[`Storyshots b/Logo Square 1`] = `
7653
- Array [
8039
+ [
7654
8040
  <svg
7655
8041
  className="base svg base logo x-main1 y-transparent"
7656
8042
  height="2em"
@@ -7664,7 +8050,7 @@ Array [
7664
8050
  href="/logo_square.svg#logo"
7665
8051
  id="logo"
7666
8052
  style={
7667
- Object {
8053
+ {
7668
8054
  "style": undefined,
7669
8055
  }
7670
8056
  }
@@ -7683,7 +8069,7 @@ Array [
7683
8069
  href="/logo_square.svg#logo"
7684
8070
  id="logo"
7685
8071
  style={
7686
- Object {
8072
+ {
7687
8073
  "style": undefined,
7688
8074
  }
7689
8075
  }
@@ -7702,7 +8088,7 @@ Array [
7702
8088
  href="/logo_square.svg#logo"
7703
8089
  id="logo"
7704
8090
  style={
7705
- Object {
8091
+ {
7706
8092
  "style": undefined,
7707
8093
  }
7708
8094
  }
@@ -7721,7 +8107,7 @@ Array [
7721
8107
  href="/logo_square.svg#logo"
7722
8108
  id="logo"
7723
8109
  style={
7724
- Object {
8110
+ {
7725
8111
  "style": undefined,
7726
8112
  }
7727
8113
  }
@@ -7740,7 +8126,7 @@ Array [
7740
8126
  href="/logo_square.svg#logo"
7741
8127
  id="logo"
7742
8128
  style={
7743
- Object {
8129
+ {
7744
8130
  "style": undefined,
7745
8131
  }
7746
8132
  }
@@ -7759,7 +8145,7 @@ Array [
7759
8145
  href="/logo_square.svg#logo"
7760
8146
  id="logo"
7761
8147
  style={
7762
- Object {
8148
+ {
7763
8149
  "style": undefined,
7764
8150
  }
7765
8151
  }
@@ -7778,7 +8164,7 @@ Array [
7778
8164
  href="/logo_square.svg#logo"
7779
8165
  id="logo"
7780
8166
  style={
7781
- Object {
8167
+ {
7782
8168
  "style": undefined,
7783
8169
  }
7784
8170
  }
@@ -7797,7 +8183,7 @@ Array [
7797
8183
  href="/logo_square.svg#logo"
7798
8184
  id="logo"
7799
8185
  style={
7800
- Object {
8186
+ {
7801
8187
  "style": undefined,
7802
8188
  }
7803
8189
  }
@@ -7816,7 +8202,7 @@ Array [
7816
8202
  href="/logo_square.svg#logo"
7817
8203
  id="logo"
7818
8204
  style={
7819
- Object {
8205
+ {
7820
8206
  "style": undefined,
7821
8207
  }
7822
8208
  }
@@ -7835,7 +8221,7 @@ Array [
7835
8221
  href="/logo_square.svg#logo"
7836
8222
  id="logo"
7837
8223
  style={
7838
- Object {
8224
+ {
7839
8225
  "style": undefined,
7840
8226
  }
7841
8227
  }
@@ -7854,7 +8240,7 @@ Array [
7854
8240
  href="/logo_square.svg#logo"
7855
8241
  id="logo"
7856
8242
  style={
7857
- Object {
8243
+ {
7858
8244
  "style": undefined,
7859
8245
  }
7860
8246
  }
@@ -7873,7 +8259,7 @@ Array [
7873
8259
  href="/logo_square.svg#logo"
7874
8260
  id="logo"
7875
8261
  style={
7876
- Object {
8262
+ {
7877
8263
  "style": undefined,
7878
8264
  }
7879
8265
  }
@@ -7892,7 +8278,7 @@ Array [
7892
8278
  href="/logo_square.svg#logo"
7893
8279
  id="logo"
7894
8280
  style={
7895
- Object {
8281
+ {
7896
8282
  "style": undefined,
7897
8283
  }
7898
8284
  }
@@ -7911,7 +8297,7 @@ Array [
7911
8297
  href="/logo_square.svg#logo"
7912
8298
  id="logo"
7913
8299
  style={
7914
- Object {
8300
+ {
7915
8301
  "style": undefined,
7916
8302
  }
7917
8303
  }
@@ -7930,7 +8316,7 @@ Array [
7930
8316
  href="/logo_square.svg#logo"
7931
8317
  id="logo"
7932
8318
  style={
7933
- Object {
8319
+ {
7934
8320
  "style": undefined,
7935
8321
  }
7936
8322
  }
@@ -7949,7 +8335,7 @@ Array [
7949
8335
  href="/logo_square.svg#logo"
7950
8336
  id="logo"
7951
8337
  style={
7952
- Object {
8338
+ {
7953
8339
  "style": undefined,
7954
8340
  }
7955
8341
  }
@@ -7968,7 +8354,7 @@ Array [
7968
8354
  href="/logo_square.svg#logo"
7969
8355
  id="logo"
7970
8356
  style={
7971
- Object {
8357
+ {
7972
8358
  "style": undefined,
7973
8359
  }
7974
8360
  }
@@ -7987,7 +8373,7 @@ Array [
7987
8373
  href="/logo_square.svg#logo"
7988
8374
  id="logo"
7989
8375
  style={
7990
- Object {
8376
+ {
7991
8377
  "style": undefined,
7992
8378
  }
7993
8379
  }
@@ -8006,7 +8392,7 @@ Array [
8006
8392
  href="/logo_square.svg#logo"
8007
8393
  id="logo"
8008
8394
  style={
8009
- Object {
8395
+ {
8010
8396
  "style": undefined,
8011
8397
  }
8012
8398
  }
@@ -8025,7 +8411,7 @@ Array [
8025
8411
  href="/logo_square.svg#logo"
8026
8412
  id="logo"
8027
8413
  style={
8028
- Object {
8414
+ {
8029
8415
  "style": undefined,
8030
8416
  }
8031
8417
  }
@@ -8044,7 +8430,7 @@ Array [
8044
8430
  href="/logo_square.svg#logo"
8045
8431
  id="logo"
8046
8432
  style={
8047
- Object {
8433
+ {
8048
8434
  "style": undefined,
8049
8435
  }
8050
8436
  }
@@ -8063,7 +8449,7 @@ Array [
8063
8449
  href="/logo_square.svg#logo"
8064
8450
  id="logo"
8065
8451
  style={
8066
- Object {
8452
+ {
8067
8453
  "style": undefined,
8068
8454
  }
8069
8455
  }
@@ -8082,7 +8468,7 @@ Array [
8082
8468
  href="/logo_square.svg#logo"
8083
8469
  id="logo"
8084
8470
  style={
8085
- Object {
8471
+ {
8086
8472
  "style": undefined,
8087
8473
  }
8088
8474
  }
@@ -8101,7 +8487,7 @@ Array [
8101
8487
  href="/logo_square.svg#logo"
8102
8488
  id="logo"
8103
8489
  style={
8104
- Object {
8490
+ {
8105
8491
  "style": undefined,
8106
8492
  }
8107
8493
  }
@@ -8120,7 +8506,7 @@ Array [
8120
8506
  href="/logo_square.svg#logo"
8121
8507
  id="logo"
8122
8508
  style={
8123
- Object {
8509
+ {
8124
8510
  "style": undefined,
8125
8511
  }
8126
8512
  }
@@ -8139,7 +8525,7 @@ Array [
8139
8525
  href="/logo_square.svg#logo"
8140
8526
  id="logo"
8141
8527
  style={
8142
- Object {
8528
+ {
8143
8529
  "style": undefined,
8144
8530
  }
8145
8531
  }
@@ -8158,7 +8544,7 @@ Array [
8158
8544
  href="/logo_square.svg#logo"
8159
8545
  id="logo"
8160
8546
  style={
8161
- Object {
8547
+ {
8162
8548
  "style": undefined,
8163
8549
  }
8164
8550
  }
@@ -8177,7 +8563,7 @@ Array [
8177
8563
  href="/logo_square.svg#logo"
8178
8564
  id="logo"
8179
8565
  style={
8180
- Object {
8566
+ {
8181
8567
  "style": undefined,
8182
8568
  }
8183
8569
  }
@@ -8237,7 +8623,7 @@ exports[`Storyshots b/Page With Sections 1`] = `
8237
8623
  `;
8238
8624
 
8239
8625
  exports[`Storyshots b/SocialMediaButton Base 1`] = `
8240
- Array [
8626
+ [
8241
8627
  <a
8242
8628
  href="https://www.facebook.com/hellopareto"
8243
8629
  rel="noreferrer"
@@ -8290,7 +8676,7 @@ Array [
8290
8676
  `;
8291
8677
 
8292
8678
  exports[`Storyshots b/SocialMediaButton Transparent 1`] = `
8293
- Array [
8679
+ [
8294
8680
  <a
8295
8681
  href="https://www.facebook.com/hellopareto"
8296
8682
  rel="noreferrer"
@@ -8375,7 +8761,7 @@ exports[`Storyshots b/Title Base 1`] = `
8375
8761
  `;
8376
8762
 
8377
8763
  exports[`Storyshots b/Title Sizes 1`] = `
8378
- Array [
8764
+ [
8379
8765
  <div
8380
8766
  className="u2 pv-u"
8381
8767
  >
@@ -8510,7 +8896,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8510
8896
  <div
8511
8897
  className="ui-light"
8512
8898
  style={
8513
- Object {
8899
+ {
8514
8900
  "height": "100%",
8515
8901
  }
8516
8902
  }
@@ -8535,7 +8921,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8535
8921
  href="/logo.svg#logo_squares"
8536
8922
  id="logo_squares"
8537
8923
  style={
8538
- Object {
8924
+ {
8539
8925
  "style": undefined,
8540
8926
  }
8541
8927
  }
@@ -8545,7 +8931,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8545
8931
  href="/logo.svg#logo_pareto"
8546
8932
  id="logo_pareto"
8547
8933
  style={
8548
- Object {
8934
+ {
8549
8935
  "style": undefined,
8550
8936
  }
8551
8937
  }
@@ -8558,7 +8944,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8558
8944
  <ul
8559
8945
  className="base icon-list"
8560
8946
  style={
8561
- Object {
8947
+ {
8562
8948
  "--list-icon": undefined,
8563
8949
  "--list-icon-hover": undefined,
8564
8950
  }
@@ -8567,8 +8953,8 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8567
8953
  <li
8568
8954
  className="elementItem x-heading c-x"
8569
8955
  style={
8570
- Object {
8571
- "--list-icon": "\\"L\\"",
8956
+ {
8957
+ "--list-icon": ""L"",
8572
8958
  "--list-icon-hover": undefined,
8573
8959
  }
8574
8960
  }
@@ -8578,7 +8964,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8578
8964
  <li
8579
8965
  className="elementItem x-subtitle c-x"
8580
8966
  style={
8581
- Object {
8967
+ {
8582
8968
  "--list-icon": undefined,
8583
8969
  "--list-icon-hover": undefined,
8584
8970
  }
@@ -8589,7 +8975,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8589
8975
  <li
8590
8976
  className="elementItem x-subtitle c-x"
8591
8977
  style={
8592
- Object {
8978
+ {
8593
8979
  "--list-icon": undefined,
8594
8980
  "--list-icon-hover": undefined,
8595
8981
  }
@@ -8600,7 +8986,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8600
8986
  <li
8601
8987
  className="elementItem x-subtitle c-x"
8602
8988
  style={
8603
- Object {
8989
+ {
8604
8990
  "--list-icon": undefined,
8605
8991
  "--list-icon-hover": undefined,
8606
8992
  }
@@ -8619,7 +9005,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8619
9005
  className="base progress-bar modifierAttached x-main2 y-background1 b-hard-y"
8620
9006
  data-length="50%"
8621
9007
  style={
8622
- Object {
9008
+ {
8623
9009
  "--height": ".4em",
8624
9010
  "--progress": 40,
8625
9011
  }
@@ -8652,7 +9038,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8652
9038
  href="/logo.svg#logo_squares"
8653
9039
  id="logo_squares"
8654
9040
  style={
8655
- Object {
9041
+ {
8656
9042
  "style": undefined,
8657
9043
  }
8658
9044
  }
@@ -8662,7 +9048,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8662
9048
  href="/logo.svg#logo_pareto"
8663
9049
  id="logo_pareto"
8664
9050
  style={
8665
- Object {
9051
+ {
8666
9052
  "style": undefined,
8667
9053
  }
8668
9054
  }
@@ -8855,7 +9241,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8855
9241
  <div
8856
9242
  className="ui-light"
8857
9243
  style={
8858
- Object {
9244
+ {
8859
9245
  "height": "100%",
8860
9246
  }
8861
9247
  }
@@ -8870,7 +9256,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8870
9256
  className="base progress-bar modifierAttached x-main2 y-background1 b-hard-y"
8871
9257
  data-length="50%"
8872
9258
  style={
8873
- Object {
9259
+ {
8874
9260
  "--height": ".4em",
8875
9261
  "--progress": 40,
8876
9262
  }
@@ -8903,7 +9289,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8903
9289
  href="/logo.svg#logo_squares"
8904
9290
  id="logo_squares"
8905
9291
  style={
8906
- Object {
9292
+ {
8907
9293
  "style": undefined,
8908
9294
  }
8909
9295
  }
@@ -8913,7 +9299,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8913
9299
  href="/logo.svg#logo_pareto"
8914
9300
  id="logo_pareto"
8915
9301
  style={
8916
- Object {
9302
+ {
8917
9303
  "style": undefined,
8918
9304
  }
8919
9305
  }
@@ -9116,7 +9502,7 @@ exports[`Storyshots c/Shortener Base 1`] = `
9116
9502
  <span
9117
9503
  className="base shortener"
9118
9504
  style={
9119
- Object {
9505
+ {
9120
9506
  "maxWidth": "300px",
9121
9507
  }
9122
9508
  }
@@ -9225,7 +9611,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9225
9611
  onChange={[Function]}
9226
9612
  rows={3}
9227
9613
  style={
9228
- Object {
9614
+ {
9229
9615
  "resize": "vertical",
9230
9616
  }
9231
9617
  }
@@ -9254,7 +9640,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9254
9640
  <div
9255
9641
  className="base choices-input form-input x-background2 y-main2"
9256
9642
  style={
9257
- Object {
9643
+ {
9258
9644
  "--grid-columns-desktop": 3,
9259
9645
  "--grid-columns-mobile": 2,
9260
9646
  }
@@ -9445,7 +9831,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9445
9831
  onChange={[Function]}
9446
9832
  rows={3}
9447
9833
  style={
9448
- Object {
9834
+ {
9449
9835
  "resize": "vertical",
9450
9836
  }
9451
9837
  }
@@ -9454,7 +9840,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9454
9840
  <div
9455
9841
  className="base choices-input form-input x-background2 y-main2"
9456
9842
  style={
9457
- Object {
9843
+ {
9458
9844
  "--grid-columns-desktop": 3,
9459
9845
  "--grid-columns-mobile": 2,
9460
9846
  }
@@ -9651,7 +10037,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
9651
10037
  <div
9652
10038
  className="base choices-input form-input x-background2 y-main2"
9653
10039
  style={
9654
- Object {
10040
+ {
9655
10041
  "--grid-columns-desktop": 3,
9656
10042
  "--grid-columns-mobile": 2,
9657
10043
  }
@@ -9790,7 +10176,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
9790
10176
  <div
9791
10177
  className="base choices-input form-input x-background2 y-main2"
9792
10178
  style={
9793
- Object {
10179
+ {
9794
10180
  "--grid-columns-desktop": 3,
9795
10181
  "--grid-columns-mobile": 2,
9796
10182
  }
@@ -10396,7 +10782,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10396
10782
  className="base choices-input x-background2 y-main2"
10397
10783
  id="colors"
10398
10784
  style={
10399
- Object {
10785
+ {
10400
10786
  "--grid-columns-desktop": 3,
10401
10787
  "--grid-columns-mobile": 2,
10402
10788
  }
@@ -10583,7 +10969,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
10583
10969
  className="base choices-input x-background2 y-main2"
10584
10970
  id="colors"
10585
10971
  style={
10586
- Object {
10972
+ {
10587
10973
  "--grid-columns-desktop": 3,
10588
10974
  "--grid-columns-mobile": 2,
10589
10975
  }
@@ -10775,7 +11161,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
10775
11161
  className="base choices-input x-background2 y-main2"
10776
11162
  id="colors"
10777
11163
  style={
10778
- Object {
11164
+ {
10779
11165
  "--grid-columns-desktop": 3,
10780
11166
  "--grid-columns-mobile": 2,
10781
11167
  }
@@ -10967,7 +11353,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
10967
11353
  className="base choices-input multiple x-background2 y-main2"
10968
11354
  id="colors"
10969
11355
  style={
10970
- Object {
11356
+ {
10971
11357
  "--grid-columns-desktop": 3,
10972
11358
  "--grid-columns-mobile": 2,
10973
11359
  }
@@ -11154,7 +11540,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11154
11540
  className="base choices-input multiple x-background2 y-main2"
11155
11541
  id="colors"
11156
11542
  style={
11157
- Object {
11543
+ {
11158
11544
  "--grid-columns-desktop": 3,
11159
11545
  "--grid-columns-mobile": 2,
11160
11546
  }
@@ -11341,7 +11727,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11341
11727
  className="base choices-input multiple x-background2 y-main2"
11342
11728
  id="colors"
11343
11729
  style={
11344
- Object {
11730
+ {
11345
11731
  "--grid-columns-desktop": 2,
11346
11732
  "--grid-columns-mobile": 2,
11347
11733
  }
@@ -11528,7 +11914,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
11528
11914
  className="base choices-input x-background2 y-main2"
11529
11915
  id="colors"
11530
11916
  style={
11531
- Object {
11917
+ {
11532
11918
  "--grid-columns-desktop": 3,
11533
11919
  "--grid-columns-mobile": 2,
11534
11920
  }
@@ -11721,7 +12107,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
11721
12107
  className="base choices-input x-background2 y-main2"
11722
12108
  id="colors"
11723
12109
  style={
11724
- Object {
12110
+ {
11725
12111
  "--grid-columns-desktop": 3,
11726
12112
  "--grid-columns-mobile": 2,
11727
12113
  }
@@ -11907,7 +12293,7 @@ exports[`Storyshots f/fields/QueryChoices Base 1`] = `
11907
12293
  <div
11908
12294
  className="base choices-input x-background2 y-main2"
11909
12295
  style={
11910
- Object {
12296
+ {
11911
12297
  "--grid-columns-desktop": 3,
11912
12298
  "--grid-columns-mobile": 2,
11913
12299
  }
@@ -11965,7 +12351,7 @@ exports[`Storyshots f/fields/QueryChoices Optional 1`] = `
11965
12351
  <div
11966
12352
  className="base choices-input x-background2 y-main2"
11967
12353
  style={
11968
- Object {
12354
+ {
11969
12355
  "--grid-columns-desktop": 3,
11970
12356
  "--grid-columns-mobile": 2,
11971
12357
  }
@@ -12067,7 +12453,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
12067
12453
  </div>
12068
12454
  <div
12069
12455
  style={
12070
- Object {
12456
+ {
12071
12457
  "alignItems": "flex-end",
12072
12458
  "display": "flex",
12073
12459
  "flexDirection": "column",
@@ -12198,7 +12584,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
12198
12584
  </div>
12199
12585
  <div
12200
12586
  style={
12201
- Object {
12587
+ {
12202
12588
  "alignItems": "flex-end",
12203
12589
  "display": "flex",
12204
12590
  "flexDirection": "column",
@@ -12279,7 +12665,7 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
12279
12665
  </div>
12280
12666
  <div
12281
12667
  style={
12282
- Object {
12668
+ {
12283
12669
  "alignItems": "flex-end",
12284
12670
  "display": "flex",
12285
12671
  "flexDirection": "column",
@@ -12359,7 +12745,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
12359
12745
  </div>
12360
12746
  <div
12361
12747
  style={
12362
- Object {
12748
+ {
12363
12749
  "alignItems": "flex-end",
12364
12750
  "display": "flex",
12365
12751
  "flexDirection": "column",
@@ -12450,7 +12836,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
12450
12836
  </div>
12451
12837
  <div
12452
12838
  style={
12453
- Object {
12839
+ {
12454
12840
  "alignItems": "flex-end",
12455
12841
  "display": "flex",
12456
12842
  "flexDirection": "column",
@@ -14046,7 +14432,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
14046
14432
  onChange={[Function]}
14047
14433
  rows={3}
14048
14434
  style={
14049
- Object {
14435
+ {
14050
14436
  "resize": "vertical",
14051
14437
  }
14052
14438
  }
@@ -14090,7 +14476,7 @@ exports[`Storyshots f/fields/TextareaInput Disable Resize 1`] = `
14090
14476
  onChange={[Function]}
14091
14477
  rows={3}
14092
14478
  style={
14093
- Object {
14479
+ {
14094
14480
  "resize": "none",
14095
14481
  }
14096
14482
  }
@@ -14134,7 +14520,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
14134
14520
  onChange={[Function]}
14135
14521
  rows={3}
14136
14522
  style={
14137
- Object {
14523
+ {
14138
14524
  "resize": "vertical",
14139
14525
  }
14140
14526
  }
@@ -14178,7 +14564,7 @@ exports[`Storyshots f/fields/TextareaInput Horizontal Resize 1`] = `
14178
14564
  onChange={[Function]}
14179
14565
  rows={3}
14180
14566
  style={
14181
- Object {
14567
+ {
14182
14568
  "resize": "horizontal",
14183
14569
  }
14184
14570
  }
@@ -14223,7 +14609,7 @@ exports[`Storyshots f/fields/TextareaInput Optional 1`] = `
14223
14609
  onChange={[Function]}
14224
14610
  rows={3}
14225
14611
  style={
14226
- Object {
14612
+ {
14227
14613
  "resize": "vertical",
14228
14614
  }
14229
14615
  }
@@ -14268,7 +14654,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
14268
14654
  placeholder="Type your feedback here..."
14269
14655
  rows={3}
14270
14656
  style={
14271
- Object {
14657
+ {
14272
14658
  "resize": "vertical",
14273
14659
  }
14274
14660
  }
@@ -14312,7 +14698,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
14312
14698
  onChange={[Function]}
14313
14699
  rows={3}
14314
14700
  style={
14315
- Object {
14701
+ {
14316
14702
  "resize": "vertical",
14317
14703
  }
14318
14704
  }
@@ -14356,7 +14742,7 @@ exports[`Storyshots f/fields/TextareaInput Vertical Resize 1`] = `
14356
14742
  onChange={[Function]}
14357
14743
  rows={3}
14358
14744
  style={
14359
- Object {
14745
+ {
14360
14746
  "resize": "vertical",
14361
14747
  }
14362
14748
  }