playbook_ui 10.21.0.pre.alpha.rg1 → 10.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +0 -11
  3. data/app/pb_kits/playbook/pb_avatar/_avatar.scss +2 -2
  4. data/app/pb_kits/playbook/pb_avatar/{_avatar.jsx → _avatar.tsx} +13 -14
  5. data/app/pb_kits/playbook/pb_avatar/avatar.rb +1 -1
  6. data/app/pb_kits/playbook/pb_avatar/avatar.test.js +1 -1
  7. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.jsx +1 -1
  8. data/app/pb_kits/playbook/pb_background/_background.jsx +8 -3
  9. data/app/pb_kits/playbook/pb_background/_background.scss +24 -8
  10. data/app/pb_kits/playbook/pb_background/background.rb +6 -6
  11. data/app/pb_kits/playbook/pb_background/docs/_background_image.html.erb +50 -2
  12. data/app/pb_kits/playbook/pb_background/docs/_background_image.jsx +71 -28
  13. data/app/pb_kits/playbook/pb_background/docs/_background_image.md +1 -0
  14. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.jsx +5 -1
  15. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +1 -0
  16. data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumb_item.jsx +1 -1
  17. data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumbs.jsx +1 -1
  18. data/app/pb_kits/playbook/pb_button/_button.jsx +5 -4
  19. data/app/pb_kits/playbook/pb_button/_button.scss +18 -1
  20. data/app/pb_kits/playbook/pb_button/button.rb +11 -3
  21. data/app/pb_kits/playbook/pb_button/button.test.js +13 -0
  22. data/app/pb_kits/playbook/pb_button/docs/_button_size.html.erb +3 -0
  23. data/app/pb_kits/playbook/pb_button/docs/_button_size.jsx +26 -0
  24. data/app/pb_kits/playbook/pb_button/docs/_button_size.md +1 -0
  25. data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
  26. data/app/pb_kits/playbook/pb_button/docs/index.js +1 -0
  27. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.jsx +1 -1
  28. data/app/pb_kits/playbook/pb_caption/_caption.jsx +1 -1
  29. data/app/pb_kits/playbook/pb_card/_card.jsx +1 -1
  30. data/app/pb_kits/playbook/pb_card/card.html.erb +1 -1
  31. data/app/pb_kits/playbook/pb_card/card.rb +0 -88
  32. data/app/pb_kits/playbook/pb_card/card_body.rb +1 -1
  33. data/app/pb_kits/playbook/pb_checkbox/_checkbox.jsx +1 -1
  34. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.jsx +3 -0
  35. data/app/pb_kits/playbook/pb_circle_chart/circle_chart.rb +1 -0
  36. data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.jsx +1 -1
  37. data/app/pb_kits/playbook/pb_collapsible/_collapsible.jsx +1 -1
  38. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.jsx +1 -1
  39. data/app/pb_kits/playbook/pb_currency/_currency.jsx +24 -3
  40. data/app/pb_kits/playbook/pb_currency/currency.rb +12 -3
  41. data/app/pb_kits/playbook/pb_currency/currency.test.js +35 -0
  42. data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb +27 -0
  43. data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx +44 -0
  44. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
  45. data/app/pb_kits/playbook/pb_currency/docs/example.yml +2 -0
  46. data/app/pb_kits/playbook/pb_currency/docs/index.js +1 -0
  47. data/app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.js +215 -0
  48. data/app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.jsx +1 -1
  49. data/app/pb_kits/playbook/pb_dialog/_dialog.jsx +1 -1
  50. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_body.jsx +1 -1
  51. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_footer.jsx +1 -1
  52. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_header.jsx +1 -1
  53. data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.jsx +1 -1
  54. data/app/pb_kits/playbook/pb_file_upload/_file_upload.jsx +17 -10
  55. data/app/pb_kits/playbook/pb_file_upload/fileupload.test.js +40 -0
  56. data/app/pb_kits/playbook/pb_filter/Filter/FilterBackground.jsx +1 -1
  57. data/app/pb_kits/playbook/pb_flex/_flex.jsx +1 -1
  58. data/app/pb_kits/playbook/pb_flex/_flex_item.jsx +1 -1
  59. data/app/pb_kits/playbook/pb_flex/docs/_flex_align.jsx +1 -1
  60. data/app/pb_kits/playbook/pb_flex/flex_item.rb +24 -2
  61. data/app/pb_kits/playbook/pb_form_group/_form_group.jsx +1 -1
  62. data/app/pb_kits/playbook/pb_form_pill/_form_pill.jsx +2 -2
  63. data/app/pb_kits/playbook/pb_gauge/_gauge.jsx +3 -0
  64. data/app/pb_kits/playbook/pb_gauge/gauge.rb +1 -0
  65. data/app/pb_kits/playbook/pb_highlight/_highlight.jsx +1 -1
  66. data/app/pb_kits/playbook/pb_icon/_icon.jsx +1 -1
  67. data/app/pb_kits/playbook/pb_icon_stat_value/_icon_stat_value.jsx +1 -1
  68. data/app/pb_kits/playbook/pb_image/_image.scss +3 -3
  69. data/app/pb_kits/playbook/pb_image/{_image.jsx → _image.tsx} +11 -15
  70. data/app/pb_kits/playbook/pb_image/image.rb +1 -1
  71. data/app/pb_kits/playbook/pb_image/image.test.js +1 -1
  72. data/app/pb_kits/playbook/pb_label_pill/_label_pill.jsx +1 -1
  73. data/app/pb_kits/playbook/pb_layout/_layout.jsx +1 -1
  74. data/app/pb_kits/playbook/pb_line_graph/_line_graph.jsx +5 -1
  75. data/app/pb_kits/playbook/pb_line_graph/line_graph.rb +1 -0
  76. data/app/pb_kits/playbook/pb_list/_list.jsx +1 -1
  77. data/app/pb_kits/playbook/pb_list/_list_item.jsx +1 -1
  78. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.jsx +1 -1
  79. data/app/pb_kits/playbook/pb_online_status/{_online_status.jsx → _online_status.tsx} +4 -6
  80. data/app/pb_kits/playbook/pb_passphrase/_passphrase.jsx +2 -1
  81. data/app/pb_kits/playbook/pb_pill/_pill.jsx +1 -1
  82. data/app/pb_kits/playbook/pb_popover/_popover.jsx +1 -1
  83. data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.jsx +1 -1
  84. data/app/pb_kits/playbook/pb_progress_step/_progress_step.jsx +1 -1
  85. data/app/pb_kits/playbook/pb_radio/_radio.jsx +1 -1
  86. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.jsx +5 -0
  87. data/app/pb_kits/playbook/pb_table/_table.jsx +1 -1
  88. data/app/pb_kits/playbook/pb_table/_table_row.jsx +1 -1
  89. data/app/pb_kits/playbook/pb_text_input/_text_input.jsx +1 -1
  90. data/app/pb_kits/playbook/pb_text_input/_text_input.scss +1 -1
  91. data/app/pb_kits/playbook/pb_text_input/text_input.test.js +14 -0
  92. data/app/pb_kits/playbook/pb_textarea/_textarea.jsx +1 -0
  93. data/app/pb_kits/playbook/pb_time/_time.jsx +1 -1
  94. data/app/pb_kits/playbook/pb_title/_title.jsx +1 -1
  95. data/app/pb_kits/playbook/pb_toggle/_toggle.jsx +1 -1
  96. data/app/pb_kits/playbook/pb_typeahead/_typeahead.jsx +1 -1
  97. data/app/pb_kits/playbook/pb_user_badge/_user_badge.jsx +1 -1
  98. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.jsx +1 -1
  99. data/app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.jsx +1 -1
  100. data/app/pb_kits/playbook/plugins/pb_chart.js +8 -4
  101. data/app/pb_kits/playbook/utilities/globalProps.ts +156 -0
  102. data/app/pb_kits/playbook/utilities/{props.js → props.ts} +9 -7
  103. data/lib/playbook/classnames.rb +0 -11
  104. data/lib/playbook/kit_base.rb +0 -22
  105. data/lib/playbook/version.rb +1 -1
  106. metadata +18 -32
  107. data/app/pb_kits/playbook/types.js +0 -4
  108. data/app/pb_kits/playbook/utilities/_align_content.scss +0 -29
  109. data/app/pb_kits/playbook/utilities/_align_items.scss +0 -24
  110. data/app/pb_kits/playbook/utilities/_align_self.scss +0 -29
  111. data/app/pb_kits/playbook/utilities/_flex.scss +0 -15
  112. data/app/pb_kits/playbook/utilities/_flex_direction.scss +0 -19
  113. data/app/pb_kits/playbook/utilities/_flex_grow.scss +0 -9
  114. data/app/pb_kits/playbook/utilities/_flex_shrink.scss +0 -9
  115. data/app/pb_kits/playbook/utilities/_flex_wrap.scss +0 -14
  116. data/app/pb_kits/playbook/utilities/_justify_content.scss +0 -23
  117. data/app/pb_kits/playbook/utilities/_justify_self.scss +0 -19
  118. data/app/pb_kits/playbook/utilities/_order.scss +0 -55
  119. data/app/pb_kits/playbook/utilities/globalProps.js +0 -175
  120. data/lib/playbook/align_content.rb +0 -29
  121. data/lib/playbook/align_items.rb +0 -29
  122. data/lib/playbook/align_self.rb +0 -29
  123. data/lib/playbook/flex.rb +0 -29
  124. data/lib/playbook/flex_direction.rb +0 -29
  125. data/lib/playbook/flex_grow.rb +0 -29
  126. data/lib/playbook/flex_shrink.rb +0 -29
  127. data/lib/playbook/flex_wrap.rb +0 -29
  128. data/lib/playbook/justify_content.rb +0 -29
  129. data/lib/playbook/justify_self.rb +0 -29
  130. data/lib/playbook/order.rb +0 -29
@@ -0,0 +1,215 @@
1
+ import colors from '../tokens/exports/_colors.scss'
2
+ import typography from '../tokens/exports/_typography.scss'
3
+
4
+ import Highcharts from 'highcharts'
5
+
6
+ const highchartsDarkTheme = {
7
+ lang: {
8
+ thousandsSep: ',',
9
+ },
10
+ colors: [
11
+ colors.data_1,
12
+ colors.data_2,
13
+ colors.data_3,
14
+ colors.data_4,
15
+ colors.data_5,
16
+ colors.data_6,
17
+ colors.data_7,
18
+ ],
19
+ chart: {
20
+ borderWidth: 0,
21
+ borderRadius: 0,
22
+ plotBackgroundColor: null,
23
+ plotShadow: false,
24
+ plotBorderWidth: 0,
25
+ },
26
+ title: {
27
+ style: {
28
+ color: colors.text_dk_default,
29
+ fontFamily: typography.font_family_base,
30
+ fontWeight: typography.regular,
31
+ fontSize: typography.heading_3,
32
+ },
33
+ },
34
+ subtitle: {
35
+ style: {
36
+ fontFamily: typography.font_family_base,
37
+ color: colors.text_dk_light,
38
+ fontWeight: typography.regular,
39
+ fontSize: typography.text_base,
40
+ },
41
+ },
42
+ xAxis: {
43
+ gridLineWidth: 0,
44
+ lineColor: colors.border_dark,
45
+ tickColor: colors.border_dark,
46
+ labels: {
47
+ style: {
48
+ fontFamily: typography.font_family_base,
49
+ color: colors.text_dk_lighter,
50
+ fontWeight: typography.bold,
51
+ fontSize: typography.text_smaller,
52
+ },
53
+ },
54
+ title: {
55
+ style: {
56
+ color: colors.text_dk_default,
57
+ fontFamily: typography.font_family_base,
58
+ fontWeight: typography.regular,
59
+ fontSize: typography.heading_4,
60
+ },
61
+ },
62
+ },
63
+ yAxis: {
64
+ alternateGridColor: null,
65
+ minorTickInterval: null,
66
+ gridLineColor: colors.border_dark,
67
+ minorGridLineColor: colors.border_dark,
68
+ lineWidth: 0,
69
+ tickWidth: 0,
70
+ labels: {
71
+ style: {
72
+ fontFamily: typography.font_family_base,
73
+ color: colors.text_dk_lighter,
74
+ fontWeight: typography.bold,
75
+ fontSize: typography.text_smaller,
76
+ },
77
+ },
78
+ title: {
79
+ style: {
80
+ fontFamily: typography.font_family_base,
81
+ color: colors.text_dk_lighter,
82
+ fontWeight: typography.bold,
83
+ fontSize: typography.text_smaller,
84
+ },
85
+ },
86
+ },
87
+ legend: {
88
+ layout: 'horizontal',
89
+ align: 'center',
90
+ verticalAlign: 'bottom',
91
+ itemStyle: {
92
+ fontFamily: typography.font_family_base,
93
+ color: colors.text_dk_light,
94
+ fontWeight: typography.regular,
95
+ fontSize: typography.text_smaller,
96
+ },
97
+ itemHoverStyle: {
98
+ color: colors.text_dk_default,
99
+ },
100
+ itemHiddenStyle: {
101
+ color: colors.text_dk_lighter,
102
+ },
103
+ },
104
+ labels: {
105
+ style: {
106
+ color: colors.primary,
107
+ },
108
+ },
109
+ tooltip: {
110
+ backgroundColor: {
111
+ linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
112
+ stops: [
113
+ [0, colors.card_light],
114
+ [1, colors.card_light],
115
+ ],
116
+ },
117
+ shadow: false,
118
+ borderWidth: 0,
119
+ borderRadius: 10,
120
+ style: {
121
+ fontFamily: typography.font_family_base,
122
+ color: colors.text_lt_default,
123
+ fontWeight: typography.regular,
124
+ fontSize: typography.text_smaller,
125
+ },
126
+ },
127
+ // specific to gauge
128
+ // unfilled gauge color
129
+ pane: {
130
+ background: {
131
+ borderColor: colors.border_dark,
132
+ },
133
+ },
134
+
135
+ plotOptions: {
136
+ series: {
137
+ type: 'area',
138
+ nullColor: colors.text_dk_lighter,
139
+ fillColor: {
140
+ linearGradient: {
141
+ x1: 0,
142
+ y1: 0,
143
+ x2: 0,
144
+ y2: 1,
145
+ },
146
+ stops: [
147
+ [0, Highcharts.getOptions().colors[0]],
148
+ [1, 'white'],
149
+ ],
150
+ },
151
+ threshold: null,
152
+ },
153
+
154
+ // GAUGE STYLES
155
+ solidgauge: {
156
+ borderColor: colors.primary,
157
+ borderWidth: 20,
158
+ radius: 90,
159
+ innerRadius: '90%',
160
+ dataLabels: {
161
+ borderWidth: 0,
162
+ color: colors.text_dk_default,
163
+ enabled: true,
164
+ style: {
165
+ fontFamily: typography.font_family_base,
166
+ fontWeight: typography.regular,
167
+ fontSize: typography.heading_2,
168
+ },
169
+ y: -26,
170
+ },
171
+ },
172
+
173
+ // PIE STYLES
174
+ pie: {
175
+ colors: [
176
+ colors.data_1,
177
+ colors.data_2,
178
+ colors.data_3,
179
+ colors.data_4,
180
+ colors.data_5,
181
+ colors.data_6,
182
+ colors.data_7,
183
+ ],
184
+ dataLabels: {
185
+ style: {
186
+ fontFamily: typography.font_family_base,
187
+ fontSize: typography.text_smaller,
188
+ color: colors.text_dk_light,
189
+ fontWeight: typography.regular,
190
+ },
191
+ },
192
+ },
193
+
194
+ // LINE CHART STYLES
195
+ line: {
196
+ dataLabels: {
197
+ color: colors.text_dk_light,
198
+ },
199
+ marker: {
200
+ lineColor: colors.border_dark,
201
+ },
202
+ area: {
203
+ shadow: false,
204
+ states: {
205
+ hover: {
206
+ lineWidth: 1,
207
+ },
208
+ },
209
+ threshold: null,
210
+ },
211
+ },
212
+ },
213
+ }
214
+
215
+ export { highchartsDarkTheme }
@@ -3,7 +3,7 @@
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
6
- import { globalProps } from '../utilities/globalProps.js'
6
+ import { globalProps } from '../utilities/globalProps'
7
7
 
8
8
  import Body from '../pb_body/_body'
9
9
  import StatChange from '../pb_stat_change/_stat_change'
@@ -5,7 +5,7 @@ import classnames from 'classnames'
5
5
  import Modal from 'react-modal'
6
6
 
7
7
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
8
- import { globalProps } from '../utilities/globalProps.js'
8
+ import { globalProps } from '../utilities/globalProps'
9
9
 
10
10
  import Button from '../pb_button/_button'
11
11
  import DialogHeader from './child_kits/_dialog_header'
@@ -3,7 +3,7 @@
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildCss } from '../../utilities/props'
6
- import { globalProps } from '../../utilities/globalProps.js'
6
+ import { globalProps } from '../../utilities/globalProps'
7
7
 
8
8
  // Body component
9
9
  const DialogBody = (props: DialogBodyProps) => {
@@ -4,7 +4,7 @@ import React from 'react'
4
4
  import classnames from 'classnames'
5
5
 
6
6
  import { buildCss } from '../../utilities/props'
7
- import { globalProps } from '../../utilities/globalProps.js'
7
+ import { globalProps } from '../../utilities/globalProps'
8
8
 
9
9
  import Flex from '../../pb_flex/_flex'
10
10
  import SectionSeparator from '../../pb_section_separator/_section_separator'
@@ -3,7 +3,7 @@
3
3
  import React, { useContext } from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildCss, buildDataProps } from '../../utilities/props'
6
- import { globalProps } from '../../utilities/globalProps.js'
6
+ import { globalProps } from '../../utilities/globalProps'
7
7
 
8
8
  import { CloseIcon } from '../_close_icon'
9
9
  import { DialogContext } from '../_dialog_context'
@@ -2,7 +2,7 @@
2
2
 
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
- import { globalProps } from '../utilities/globalProps.js'
5
+ import { globalProps } from '../utilities/globalProps'
6
6
 
7
7
  type DistributionBarProps = {
8
8
  className?: string,
@@ -4,7 +4,7 @@ import React, { useCallback } from 'react'
4
4
  import { useDropzone } from 'react-dropzone'
5
5
  import classnames from 'classnames'
6
6
 
7
- import { buildCss, noop } from '../utilities/props'
7
+ import { buildCss, buildDataProps, noop } from '../utilities/props'
8
8
  import { globalProps } from '../utilities/globalProps'
9
9
  import type { Callback } from '../types'
10
10
 
@@ -14,15 +14,17 @@ import Card from '../pb_card/_card'
14
14
  type FileUploadProps = {
15
15
  accept?: array<string>,
16
16
  className?: string,
17
+ data?: object,
17
18
  acceptedFilesDescription?: string,
18
19
  onFilesAccepted: Callback,
19
20
  }
20
21
 
21
22
  const FileUpload = (props: FileUploadProps) => {
22
23
  const {
23
- accept = ['*'],
24
+ accept = null,
24
25
  acceptedFilesDescription = '',
25
26
  className,
27
+ data = {},
26
28
  onFilesAccepted = noop,
27
29
  } = props
28
30
  const onDrop = useCallback((files) => {
@@ -34,17 +36,22 @@ const FileUpload = (props: FileUploadProps) => {
34
36
  onDrop,
35
37
  })
36
38
 
37
- const acceptedFileTypes = accept.map((fileType) => {
38
- if (fileType.startsWith('image/')) {
39
- return fileType.replace('image/', ' ')
40
- } else {
41
- return fileType
42
- }
43
- })
39
+ const acceptedFileTypes = () => {
40
+ return accept.map((fileType) => {
41
+ if (fileType.startsWith('image/')) {
42
+ return fileType.replace('image/', ' ')
43
+ } else {
44
+ return fileType
45
+ }
46
+ })
47
+ }
48
+
49
+ const dataProps = buildDataProps(data)
44
50
 
45
51
  return (
46
52
  <div
47
53
  className={classnames(buildCss('pb_file_upload_kit'), globalProps(props), className)}
54
+ {...dataProps}
48
55
  {...getRootProps()}
49
56
  >
50
57
  <Card>
@@ -53,7 +60,7 @@ const FileUpload = (props: FileUploadProps) => {
53
60
  <If condition={isDragActive}>
54
61
  <p>{'Drop the files here ...'}</p>
55
62
  <Else />
56
- <p>{`Choose a file or drag it here. The accepted file types are: ${acceptedFilesDescription || acceptedFileTypes}`}</p>
63
+ <p>{accept === null ? 'Choose a file or drag it here' : `Choose a file or drag it here. The accepted file types are: ${acceptedFilesDescription || acceptedFileTypes()}`}</p>
57
64
  </If>
58
65
  </Body>
59
66
  </Card>
@@ -0,0 +1,40 @@
1
+ import React from 'react'
2
+ import { render, screen } from '../utilities/test-utils'
3
+
4
+ import FileUpload from './_file_upload'
5
+
6
+ const testid = 'fileupload-test'
7
+
8
+ test('returns namespaced class name', () => {
9
+ render(
10
+ <FileUpload
11
+ data={{ testid: testid }}
12
+ />
13
+ )
14
+
15
+ const kit = screen.getByTestId(testid)
16
+ expect(kit).toHaveClass('pb_file_upload_kit')
17
+ })
18
+
19
+ test('shows default drag text', () => {
20
+ render(
21
+ <FileUpload
22
+ data={{ testid: testid }}
23
+ />
24
+ )
25
+
26
+ const kit = screen.getByTestId(testid)
27
+ expect(kit).toHaveTextContent('Choose a file or drag it here')
28
+ })
29
+
30
+ test('shows type-specific drag text', () => {
31
+ render(
32
+ <FileUpload
33
+ accept={['image/svg+xml']}
34
+ data={{ testid: testid }}
35
+ />
36
+ )
37
+
38
+ const kit = screen.getByTestId(testid)
39
+ expect(kit).toHaveTextContent('Choose a file or drag it here. The accepted file types are: svg+xml')
40
+ })
@@ -3,7 +3,7 @@
3
3
  import React, { Node } from 'react'
4
4
  import classnames from 'classnames'
5
5
 
6
- import { globalProps } from '../../utilities/globalProps.js'
6
+ import { globalProps } from '../../utilities/globalProps'
7
7
 
8
8
  import Card from '../../pb_card/_card'
9
9
 
@@ -3,7 +3,7 @@
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildCss, buildDataProps } from '../utilities/props'
6
- import { globalProps } from '../utilities/globalProps.js'
6
+ import { globalProps } from '../utilities/globalProps'
7
7
  type FlexProps = {
8
8
  children: array<React.ReactNode> | React.ReactNode,
9
9
  className?: string,
@@ -2,7 +2,7 @@
2
2
  import React from 'react'
3
3
  import classnames from 'classnames'
4
4
  import { buildCss } from '../utilities/props'
5
- import { globalProps } from '../utilities/globalProps.js'
5
+ import { globalProps } from '../utilities/globalProps'
6
6
  type FlexItemPropTypes = {
7
7
  children: array<React.ReactNode> | React.ReactNode,
8
8
  fixedSize: string,
@@ -7,7 +7,7 @@ const FlexAlign = (props) => {
7
7
 
8
8
  <Title
9
9
  size={4}
10
- text="row"
10
+ text="Row"
11
11
  {...props}
12
12
  />
13
13
  <br />
@@ -8,11 +8,17 @@ module Playbook
8
8
  default: false
9
9
  prop :shrink, type: Playbook::Props::Boolean,
10
10
  default: false
11
-
11
+ prop :flex, type: Playbook::Props::Enum,
12
+ values: %w[0 1 2 3 4 5 6 7 8 9 10 11 12 none],
13
+ default: "none"
12
14
  prop :overflow, type: Playbook::Props::Enum,
13
15
  values: %w[auto hidden inherit initial scroll visible] + [nil],
14
16
  default: nil
15
17
 
18
+ prop :order, type: Playbook::Props::Enum,
19
+ values: %w[1 2 3 4 5 6 7 8 9 10 11 12 first none],
20
+ default: "none"
21
+
16
22
  prop :align_self, type: Playbook::Props::Enum,
17
23
  values: %w[start center end stretch] + [nil],
18
24
  default: nil
@@ -21,7 +27,7 @@ module Playbook
21
27
  default: false
22
28
 
23
29
  def classname
24
- generate_classname("pb_flex_item_kit", fixed_size_class, grow_class, shrink_class, display_flex_class) + overflow_class + align_self_class
30
+ generate_classname("pb_flex_item_kit", fixed_size_class, grow_class, shrink_class, flex_class, display_flex_class) + overflow_class + order_class + align_self_class
25
31
  end
26
32
 
27
33
  def style_value
@@ -53,6 +59,22 @@ module Playbook
53
59
  def shrink_class
54
60
  shrink ? "shrink" : nil
55
61
  end
62
+
63
+ def flex_class
64
+ if flex == "none"
65
+ nil
66
+ else
67
+ "flex_#{flex}"
68
+ end
69
+ end
70
+
71
+ def order_class
72
+ if order == "none"
73
+ ""
74
+ else
75
+ "order_#{order}"
76
+ end
77
+ end
56
78
  end
57
79
  end
58
80
  end
@@ -3,7 +3,7 @@
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
6
- import { globalProps } from '../utilities/globalProps.js'
6
+ import { globalProps } from '../utilities/globalProps'
7
7
 
8
8
  type FormGroupProps = {
9
9
  aria?: object,
@@ -3,8 +3,8 @@ import React from 'react'
3
3
  import classnames from 'classnames'
4
4
  import Title from '../pb_title/_title.jsx'
5
5
  import Icon from '../pb_icon/_icon.jsx'
6
- import Avatar from '../pb_avatar/_avatar.jsx'
7
- import { globalProps } from '../utilities/globalProps.js'
6
+ import Avatar from '../pb_avatar/_avatar'
7
+ import { globalProps } from '../utilities/globalProps'
8
8
 
9
9
  type FormPillProps = {
10
10
  className?: string,
@@ -12,6 +12,7 @@ type GaugeProps = {
12
12
  aria: Object,
13
13
  className?: string,
14
14
  chartData?: array,
15
+ dark?: Boolean,
15
16
  data?: Object,
16
17
  disableAnimation: boolean,
17
18
  fullCircle: boolean,
@@ -33,6 +34,7 @@ const Gauge = (props: GaugeProps) => {
33
34
  aria = {},
34
35
  className,
35
36
  chartData = [{ name: 'Name', value: 0 }],
37
+ dark = false,
36
38
  data = {},
37
39
  disableAnimation = false,
38
40
  fullCircle = false,
@@ -67,6 +69,7 @@ const Gauge = (props: GaugeProps) => {
67
69
  id: id,
68
70
  chartData: formattedChartData,
69
71
  circumference: fullCircle ? [0, 360] : [-100, 100],
72
+ dark,
70
73
  disableAnimation: disableAnimation,
71
74
  height: height,
72
75
  min: min,
@@ -32,6 +32,7 @@ module Playbook
32
32
  id: id,
33
33
  chartData: chart_data_formatted,
34
34
  circumference: full_circle ? [0, 360] : [-100, 100],
35
+ dark: dark ? "dark" : "",
35
36
  disableAnimation: disable_animation,
36
37
  height: height,
37
38
  min: min,
@@ -3,7 +3,7 @@
3
3
  import Highlighter from 'react-highlight-words'
4
4
  import React from 'react'
5
5
  import classnames from 'classnames'
6
- import { globalProps } from '../utilities/globalProps.js'
6
+ import { globalProps } from '../utilities/globalProps'
7
7
 
8
8
  type HighlightProps = {
9
9
  className?: string,
@@ -3,7 +3,7 @@
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildDataProps } from '../utilities/props'
6
- import { globalProps } from '../utilities/globalProps.js'
6
+ import { globalProps } from '../utilities/globalProps'
7
7
 
8
8
  type IconProps = {
9
9
  aria?: object,
@@ -4,7 +4,7 @@ import React from 'react'
4
4
  import classnames from 'classnames'
5
5
 
6
6
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
7
- import { globalProps } from '../utilities/globalProps.js'
7
+ import { globalProps } from '../utilities/globalProps'
8
8
 
9
9
  import Body from '../pb_body/_body'
10
10
  import Caption from '../pb_caption/_caption'
@@ -14,7 +14,7 @@ $image-sizes: (
14
14
  object-fit: cover;
15
15
 
16
16
  @each $name, $size in $image-sizes {
17
- &[class*=_#{$name}] {
17
+ &[class*=size_#{$name}] {
18
18
  width: $size;
19
19
  height: $size;
20
20
  object-fit: cover;
@@ -35,7 +35,7 @@ $image-sizes: (
35
35
  transition: opacity 300ms ease-in;
36
36
  }
37
37
  }
38
-
38
+
39
39
  &.blur {
40
40
  filter: blur(5px);
41
41
  &.lazyloaded {
@@ -44,7 +44,7 @@ $image-sizes: (
44
44
  transition: filter 300ms ease-in;
45
45
  }
46
46
  }
47
-
47
+
48
48
  &.scale {
49
49
  opacity: 0;
50
50
  transform: scale(0.9);
@@ -1,24 +1,22 @@
1
- /* @flow */
2
-
3
1
  import React from 'react'
4
2
  import classnames from 'classnames'
5
- import { globalProps } from '../utilities/globalProps.js'
3
+ import { GlobalProps, globalProps } from '../utilities/globalProps'
6
4
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
7
5
 
8
- type ImageProps = {
6
+ type ImageType = {
9
7
  alt?: string,
10
- aria?: object,
8
+ aria?: {[key: string]: string},
11
9
  className?: string,
12
- data?: object,
10
+ data?: {[key: string]: string},
13
11
  id?: string,
14
- onError?: () => {},
15
- size: "xs" | "sm" | "md" | "lg" | "xl",
12
+ onError?: () => void,
13
+ size?: "xs" | "sm" | "md" | "lg" | "xl",
16
14
  rounded?: boolean,
17
- transition: "blur" | "fade" | "scale",
18
- url: string,
19
- }
15
+ transition?: "blur" | "fade" | "scale",
16
+ url?: string,
17
+ } & GlobalProps
20
18
 
21
- const Image = (props: ImageProps) => {
19
+ const Image = (props: ImageType) => {
22
20
  const {
23
21
  alt = '',
24
22
  aria = {},
@@ -34,7 +32,7 @@ const Image = (props: ImageProps) => {
34
32
 
35
33
  const ariaProps = buildAriaProps(aria)
36
34
  const classes = classnames(
37
- buildCss('pb_image_kit', size),
35
+ buildCss('pb_image_kit', size ? `size_${size}` : null),
38
36
  'lazyload',
39
37
  transition,
40
38
  { rounded },
@@ -52,9 +50,7 @@ const Image = (props: ImageProps) => {
52
50
  data-src={url}
53
51
  id={id}
54
52
  onError={onError}
55
- rounded={+rounded}
56
53
  src={url}
57
- transition={transition}
58
54
  />
59
55
  )
60
56
  }
@@ -27,7 +27,7 @@ module Playbook
27
27
  end
28
28
 
29
29
  def size_class
30
- size == "none" ? nil : "_#{size}"
30
+ size == "none" ? nil : "_size_#{size}"
31
31
  end
32
32
 
33
33
  def transition_class
@@ -26,7 +26,7 @@ test('default classname', () => {
26
26
 
27
27
  test('size = xs', () => {
28
28
  const kit = renderKit(Image, props, { size: 'xs' })
29
- expect(kit).toHaveClass('pb_image_kit_xs lazyload')
29
+ expect(kit).toHaveClass('pb_image_kit_size_xs lazyload')
30
30
  })
31
31
 
32
32
  test('transition = blur', () => {
@@ -2,7 +2,7 @@
2
2
 
3
3
  import React from 'react'
4
4
  import classnames from 'classnames'
5
- import { globalProps } from '../utilities/globalProps.js'
5
+ import { globalProps } from '../utilities/globalProps'
6
6
 
7
7
  import { buildAriaProps, buildDataProps } from '../utilities/props'
8
8