playbook_ui 15.2.0.pre.alpha.PLAY1978bugiconauto11317 → 15.2.0.pre.alpha.PLAY236711331

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +4 -6
  3. data/app/pb_kits/playbook/pb_button/_button.scss +6 -0
  4. data/app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb +7 -3
  5. data/app/pb_kits/playbook/pb_button/docs/_button_loading.jsx +29 -0
  6. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +2 -2
  7. data/app/pb_kits/playbook/pb_draggable/_draggable.scss +8 -0
  8. data/app/pb_kits/playbook/pb_dropdown/index.js +1 -1
  9. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  10. data/app/pb_kits/playbook/pb_icon/_icon.tsx +2 -1
  11. data/app/pb_kits/playbook/pb_icon/icon.rb +2 -1
  12. data/app/pb_kits/playbook/pb_list/item.html.erb +1 -1
  13. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +8 -6
  14. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +7 -10
  15. data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +73 -1
  16. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
  17. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +7 -10
  18. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +47 -0
  19. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +3 -0
  20. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +61 -0
  21. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -0
  22. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +34 -0
  23. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +52 -0
  24. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +5 -0
  25. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +34 -0
  26. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +45 -0
  27. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +47 -0
  28. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +64 -0
  29. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +3 -0
  30. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +24 -0
  31. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +37 -0
  32. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +39 -0
  33. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +45 -0
  34. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +86 -0
  35. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +116 -0
  36. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +11 -0
  37. data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +20 -0
  38. data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +6 -0
  39. data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +125 -0
  40. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +1 -0
  41. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +25 -0
  42. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +110 -0
  43. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +105 -22
  44. data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +2 -2
  45. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +1 -1
  46. data/app/pb_kits/playbook/pb_timeline/_timeline.scss +250 -233
  47. data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
  48. data/app/pb_kits/playbook/pb_timeline/timeline.test.js +2 -2
  49. data/dist/chunks/{_line_graph-B-R1nzPu.js → _line_graph-AKTV-rqw.js} +1 -1
  50. data/dist/chunks/_typeahead-DCInCM2E.js +6 -0
  51. data/dist/chunks/{_weekday_stacked-C3YxWFMB.js → _weekday_stacked-ByJl1kOQ.js} +2 -2
  52. data/dist/chunks/vendor.js +1 -1
  53. data/dist/menu.yml +6 -0
  54. data/dist/playbook-doc.js +2 -2
  55. data/dist/playbook-rails-react-bindings.js +1 -1
  56. data/dist/playbook-rails.js +1 -1
  57. data/dist/playbook.css +1 -1
  58. data/lib/playbook/version.rb +1 -1
  59. metadata +28 -4
  60. data/dist/chunks/_typeahead-DqRbRocY.js +0 -6
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Playbook
4
+ module PbPbLineGraph
5
+ class PbLineGraph < ::Playbook::KitBase
6
+ prop :options, default: {}
7
+
8
+ def react_props
9
+ {
10
+ className: classname,
11
+ data: data,
12
+ options: options,
13
+ id: id,
14
+ }
15
+ end
16
+
17
+ def classname
18
+ # Highcharts react needs classname attached to the container div,
19
+ # we pass an empty string here to avoid conflicts, classname is built in the TSX
20
+ # We still need generate_classnames to retain ability to pass in custom classnames or global props
21
+ generate_classname("")
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,110 @@
1
+ import React from 'react'
2
+ import { render, screen } from '../utilities/test-utils'
3
+
4
+ import { PbLineGraph } from 'playbook-ui'
5
+
6
+ beforeEach(() => {
7
+ // Silences error logs within the test suite.
8
+ jest.spyOn(console, 'error');
9
+ jest.spyOn(console, 'warn');
10
+ console.error.mockImplementation(() => {});
11
+ console.warn.mockImplementation(() => {});
12
+ });
13
+
14
+ afterEach(() => {
15
+ console.error.mockRestore();
16
+ console.warn.mockRestore();
17
+ });
18
+
19
+ const seriesData = [{
20
+ name: 'Installation',
21
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
22
+ }, {
23
+ name: 'Manufacturing',
24
+ data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
25
+ }, {
26
+ name: 'Sales & Distribution',
27
+ data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
28
+ }, {
29
+ name: 'Project Development',
30
+ data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
31
+ }, {
32
+ name: 'Other',
33
+ data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
34
+ }]
35
+
36
+ const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
37
+
38
+ const chartOptions = {
39
+ series: seriesData,
40
+ title: { text: "Solar Employment Growth by Sector, 2010-2016" },
41
+ subtitle: { text: "Source: thesolarfoundation.com" },
42
+ xAxis: {
43
+ categories: categories,
44
+ },
45
+ yAxis: {
46
+ title: {
47
+ text: "Number of Employees",
48
+ },
49
+ },
50
+ }
51
+
52
+ const testId = 'pblinegraph1';
53
+
54
+ test('Kit to exist', () => {
55
+ render(
56
+ <PbLineGraph
57
+ data={{testid: testId}}
58
+ options={chartOptions}
59
+ />
60
+ )
61
+
62
+ expect(screen.getByTestId(testId)).toBeInTheDocument()
63
+ })
64
+
65
+ test('Kit to apply base classname', () => {
66
+ render(
67
+ <PbLineGraph
68
+ data={{testid: testId}}
69
+ options={chartOptions}
70
+ />
71
+ )
72
+
73
+ expect(screen.getByTestId(testId)).toHaveClass('pb_pb_line_graph')
74
+ })
75
+
76
+ test('Kit to have custom class', () => {
77
+ render(
78
+ <PbLineGraph
79
+ className='custom-class'
80
+ data={{testid: testId}}
81
+ options={chartOptions}
82
+ />
83
+ )
84
+
85
+ expect(screen.getByTestId(testId)).toHaveClass('custom-class')
86
+ })
87
+
88
+ test('Kit to apply global props', () => {
89
+ render(
90
+ <PbLineGraph
91
+ data={{testid: testId}}
92
+ margin="lg"
93
+ options={chartOptions}
94
+ />
95
+ )
96
+
97
+ expect(screen.getByTestId(testId)).toHaveClass('m_lg')
98
+ })
99
+
100
+ test('kit to apply id', () => {
101
+ render(
102
+ <PbLineGraph
103
+ data={{testid: testId}}
104
+ id='line-graph-id'
105
+ options={chartOptions}
106
+ />
107
+ )
108
+
109
+ expect(screen.getByTestId(testId)).toHaveAttribute('id', 'line-graph-id')
110
+ })
@@ -111,7 +111,7 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
111
111
  const inputRef = useRef<HTMLInputElement | null>(null)
112
112
  const itiRef = useRef<any>(null);
113
113
  const [inputValue, setInputValue] = useState(value)
114
- const [error, setError] = useState(props.error)
114
+ const [error, setError] = useState(props.error || "")
115
115
  const [dropDownIsOpen, setDropDownIsOpen] = useState(false)
116
116
  const [selectedData, setSelectedData] = useState()
117
117
  const [hasTyped, setHasTyped] = useState(false)
@@ -124,24 +124,6 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
124
124
  }
125
125
  }, [error, onValidate])
126
126
 
127
- /*
128
- useImperativeHandle exposes the kit's input element to a parent component via a ref.
129
- See the Playbook docs for use cases.
130
- Read: https://react.dev/reference/react/useImperativeHandle
131
- */
132
- useImperativeHandle(ref, () => {
133
- return {
134
- clearField() {
135
- setInputValue("")
136
- setError("")
137
- setHasTyped(false)
138
- },
139
- inputNode() {
140
- return inputRef.current
141
- }
142
- }
143
- })
144
-
145
127
  const unformatNumber = (formattedNumber: any) => {
146
128
  return formattedNumber.replace(/\D/g, "")
147
129
  }
@@ -164,6 +146,13 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
164
146
 
165
147
  const validateTooShortNumber = (itiInit: any) => {
166
148
  if (!itiInit) return
149
+
150
+ // If field is empty, don't show "too short" error
151
+ if (!inputValue || inputValue.trim() === '') {
152
+ setError('')
153
+ return false
154
+ }
155
+
167
156
  if (itiInit.getValidationError() === ValidationError.TooShort) {
168
157
  return showFormattedError('too short')
169
158
  } else {
@@ -183,7 +172,7 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
183
172
  }
184
173
 
185
174
  const validateUnhandledError = (itiInit: any) => {
186
- if (!required || !itiInit) return
175
+ if (!itiInit) return
187
176
  if (itiInit.getValidationError() === ValidationError.SomethingWentWrong) {
188
177
  if (inputValue.length === 1) {
189
178
  return showFormattedError('too short')
@@ -206,14 +195,27 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
206
195
 
207
196
  const validateRepeatCountryCode = (itiInit: any) => {
208
197
  if (!itiInit) return
209
- const countryDialCode = itiInit.getSelectedCountryData().dialCode;
198
+ const countryDialCode = itiRef.current.getSelectedCountryData().dialCode;
210
199
  if (unformatNumber(inputValue).startsWith(countryDialCode)) {
211
200
  return showFormattedError('repeat country code')
212
201
  }
213
202
  }
214
203
 
204
+ const validateRequiredField = () => {
205
+ if (!inputValue || inputValue.trim() === '') {
206
+ setError('Missing phone number')
207
+ return true
208
+ }
209
+ return false
210
+ }
215
211
 
216
212
  const validateErrors = () => {
213
+ // If field is empty, show error message
214
+ if (!inputValue || inputValue.trim() === '') {
215
+ if (validateRequiredField()) return
216
+ return
217
+ }
218
+
217
219
  if (!hasTyped && !error) return
218
220
 
219
221
  if (itiRef.current) isValid(itiRef.current.isValidNumber())
@@ -225,6 +227,87 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
225
227
  if (validateRepeatCountryCode(itiRef.current)) return
226
228
  }
227
229
 
230
+ /*
231
+ useImperativeHandle exposes the kit's input element to a parent component via a ref.
232
+ See the Playbook docs for use cases.
233
+ Read: https://react.dev/reference/react/useImperativeHandle
234
+ */
235
+ useImperativeHandle(ref, () => {
236
+ return {
237
+ clearField() {
238
+ setInputValue("")
239
+ setError("")
240
+ setHasTyped(false)
241
+ },
242
+ inputNode() {
243
+ return inputRef.current
244
+ },
245
+ // Expose validation method for React Hook Form
246
+ validate() {
247
+ // Run validation and return error message or true
248
+ const isEmpty = !inputValue || inputValue.trim() === ''
249
+
250
+ if (isEmpty) {
251
+ // Show missing phone number error
252
+ const errorMessage = 'Missing phone number'
253
+ setError(errorMessage)
254
+ setHasTyped(true)
255
+ // Only return error for React Hook Form if field is required
256
+ return required ? errorMessage : true
257
+ }
258
+
259
+ if (!itiRef.current) {
260
+ return true
261
+ }
262
+
263
+ // Check for repeat country code first
264
+ const countryDialCode = itiRef.current.getSelectedCountryData().dialCode;
265
+ if (unformatNumber(inputValue).startsWith(countryDialCode)) {
266
+ const countryName = itiRef.current.getSelectedCountryData().name
267
+ const errorMessage = `Invalid ${countryName} phone number (repeat country code)`
268
+ setError(errorMessage)
269
+ setHasTyped(true)
270
+ return errorMessage
271
+ }
272
+
273
+ // Check if it only contains valid characters
274
+ if (!containOnlyNumbers(inputValue)) {
275
+ const countryName = itiRef.current.getSelectedCountryData().name
276
+ const errorMessage = `Invalid ${countryName} phone number (enter numbers only)`
277
+ setError(errorMessage)
278
+ setHasTyped(true)
279
+ return errorMessage
280
+ }
281
+
282
+ // Check if valid number
283
+ if (!itiRef.current.isValidNumber()) {
284
+ const countryName = itiRef.current.getSelectedCountryData().name
285
+ const validationError = itiRef.current.getValidationError()
286
+ let errorMessage = ''
287
+
288
+ if (validationError === ValidationError.TooShort) {
289
+ errorMessage = `Invalid ${countryName} phone number (too short)`
290
+ } else if (validationError === ValidationError.TooLong) {
291
+ errorMessage = `Invalid ${countryName} phone number (too long)`
292
+ } else if (validationError === ValidationError.MissingAreaCode) {
293
+ errorMessage = `Invalid ${countryName} phone number (missing area code)`
294
+ } else {
295
+ errorMessage = `Invalid ${countryName} phone number`
296
+ }
297
+
298
+ setError(errorMessage)
299
+ setHasTyped(true)
300
+
301
+ return errorMessage
302
+ }
303
+
304
+ // Clear error if valid
305
+ setError('')
306
+ return true
307
+ }
308
+ }
309
+ })
310
+
228
311
  const getCurrentSelectedData = (itiInit: any, inputValue: string) => {
229
312
  return { ...itiInit.getSelectedCountryData(), number: inputValue }
230
313
  }
@@ -300,7 +383,7 @@ const PhoneNumberInput = (props: PhoneNumberInputProps, ref?: React.Ref<unknown>
300
383
  dark,
301
384
  "data-phone-number": JSON.stringify(selectedData),
302
385
  disabled,
303
- error,
386
+ error: hasTyped ? error : props.error,
304
387
  type: 'tel',
305
388
  id,
306
389
  label,
@@ -28,9 +28,9 @@
28
28
  popoverButton.onclick = () => {
29
29
  buttonClicked = !buttonClicked
30
30
  if (buttonClicked) {
31
- arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 5.70312C14.625 5.28125 15.3281 5.28125 15.75 5.70312L24.7969 14.7031C25.2188 15.1719 25.2188 15.875 24.7969 16.2969C24.3281 16.7656 23.625 16.7656 23.2031 16.2969L15 8.09375L6.79688 16.2969C6.32812 16.7656 5.625 16.7656 5.20312 16.2969C4.73438 15.875 4.73438 15.1719 5.20312 14.75L14.2031 5.70312Z" fill="currentColor"/></svg>'
31
+ arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="auto" height="auto" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 5.70312C14.625 5.28125 15.3281 5.28125 15.75 5.70312L24.7969 14.7031C25.2188 15.1719 25.2188 15.875 24.7969 16.2969C24.3281 16.7656 23.625 16.7656 23.2031 16.2969L15 8.09375L6.79688 16.2969C6.32812 16.7656 5.625 16.7656 5.20312 16.2969C4.73438 15.875 4.73438 15.1719 5.20312 14.75L14.2031 5.70312Z" fill="currentColor"/></svg>'
32
32
  } else {
33
- arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 19.2969L5.20312 10.2969C4.73438 9.875 4.73438 9.17188 5.20312 8.70312C5.625 8.28125 6.32812 8.28125 6.79688 8.70312L15 16.9531L23.2031 8.75C23.625 8.28125 24.3281 8.28125 24.7969 8.75C25.2188 9.17188 25.2188 9.875 24.7969 10.2969L15.75 19.2969C15.3281 19.7656 14.625 19.7656 14.2031 19.2969Z" fill="currentColor"/></svg>'
33
+ arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="auto" height="auto" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 19.2969L5.20312 10.2969C4.73438 9.875 4.73438 9.17188 5.20312 8.70312C5.625 8.28125 6.32812 8.28125 6.79688 8.70312L15 16.9531L23.2031 8.75C23.625 8.28125 24.3281 8.28125 24.7969 8.75C25.2188 9.17188 25.2188 9.875 24.7969 10.2969L15.75 19.2969C15.3281 19.7656 14.625 19.7656 14.2031 19.2969Z" fill="currentColor"/></svg>'
34
34
  }
35
35
  }
36
36
  </script>
@@ -7,7 +7,7 @@
7
7
  <% if object.drag_id && object.drag_handle %>
8
8
  <span style="vertical-align: middle;">
9
9
  <%= pb_rails("body") do %>
10
- <svg width="1em" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="pb_custom_icon svg-inline--fa vertical_align_middle svg_fw"><path d="M12.904 6.355a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm0 7.5a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm1.5 6c0 .844-.703 1.5-1.5 1.5a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5zm4.5-13.5a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm1.5 6c0 .844-.703 1.5-1.5 1.5a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5zm-1.5 9a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5z" fill="#242B42"></path></svg>
10
+ <svg width="auto" height="auto" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="pb_custom_icon svg-inline--fa vertical_align_middle svg_fw"><path d="M12.904 6.355a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm0 7.5a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm1.5 6c0 .844-.703 1.5-1.5 1.5a1.48 1.48 0 01-1.5-1.5c0-.796.656-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5zm4.5-13.5a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5zm1.5 6c0 .844-.703 1.5-1.5 1.5a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5zm-1.5 9a1.48 1.48 0 01-1.5-1.5c0-.796.657-1.5 1.5-1.5.797 0 1.5.704 1.5 1.5 0 .844-.703 1.5-1.5 1.5z" fill="#242B42"></path></svg>
11
11
  <% end %>
12
12
  </span>
13
13
  <% end %>