playbook_ui 8.2.0.pre.alpha1 → 8.4.0.alpha.dependencies.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. data/app/pb_kits/playbook/_playbook.scss +1 -0
  4. data/app/pb_kits/playbook/data/menu.yml +2 -1
  5. data/app/pb_kits/playbook/index.js +1 -0
  6. data/app/pb_kits/playbook/pb_avatar/_avatar.jsx +14 -2
  7. data/app/pb_kits/playbook/pb_avatar/avatar.html.erb +1 -1
  8. data/app/pb_kits/playbook/pb_avatar/avatar.rb +5 -2
  9. data/app/pb_kits/playbook/pb_avatar/avatar.test.js +5 -2
  10. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_default.html.erb +5 -0
  11. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_default.jsx +5 -0
  12. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_status.html.erb +4 -0
  13. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_status.jsx +4 -0
  14. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.jsx +6 -0
  15. data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.html.erb +2 -1
  16. data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.rb +2 -0
  17. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.html.erb +4 -0
  18. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.jsx +4 -0
  19. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.html.erb +2 -0
  20. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.jsx +2 -0
  21. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_on_click.jsx +2 -0
  22. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_onclick.html.erb +2 -0
  23. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.html.erb +8 -0
  24. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.jsx +8 -0
  25. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_tooltip.html.erb +2 -0
  26. data/app/pb_kits/playbook/pb_avatar_action_button/pb_avatar_action_button.test.js +31 -0
  27. data/app/pb_kits/playbook/pb_button/_button.jsx +6 -0
  28. data/app/pb_kits/playbook/pb_button/button.test.js +91 -0
  29. data/app/pb_kits/playbook/pb_button/docs/_button_default.jsx +0 -1
  30. data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.test.js +46 -0
  31. data/app/pb_kits/playbook/pb_caption/_caption.jsx +3 -2
  32. data/app/pb_kits/playbook/pb_caption/caption.rb +1 -1
  33. data/app/pb_kits/playbook/pb_card/_card.jsx +18 -3
  34. data/app/pb_kits/playbook/pb_card/card.html.erb +1 -1
  35. data/app/pb_kits/playbook/pb_card/card.rb +3 -0
  36. data/app/pb_kits/playbook/pb_card/docs/_card_tag.html.erb +25 -0
  37. data/app/pb_kits/playbook/pb_card/docs/_card_tag.jsx +59 -0
  38. data/app/pb_kits/playbook/pb_card/docs/example.yml +2 -0
  39. data/app/pb_kits/playbook/pb_card/docs/index.js +1 -0
  40. data/app/pb_kits/playbook/pb_checkbox/_checkbox.jsx +31 -9
  41. data/app/pb_kits/playbook/pb_checkbox/_checkbox.scss +28 -19
  42. data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +11 -3
  43. data/app/pb_kits/playbook/pb_checkbox/checkbox.rb +6 -1
  44. data/app/pb_kits/playbook/pb_checkbox/checkbox.test.js +94 -0
  45. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom.jsx +0 -1
  46. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb +7 -0
  47. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx +16 -0
  48. data/app/pb_kits/playbook/pb_checkbox/docs/example.yml +2 -0
  49. data/app/pb_kits/playbook/pb_checkbox/docs/index.js +1 -0
  50. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.test.js +17 -0
  51. data/app/pb_kits/playbook/pb_dialog/_close_icon.jsx +23 -0
  52. data/app/pb_kits/playbook/pb_dialog/_dialog.html.erb +10 -0
  53. data/app/pb_kits/playbook/pb_dialog/_dialog.jsx +142 -0
  54. data/app/pb_kits/playbook/pb_dialog/_dialog.scss +133 -0
  55. data/app/pb_kits/playbook/pb_dialog/_dialog_context.jsx +3 -0
  56. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_body.jsx +21 -0
  57. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_footer.jsx +36 -0
  58. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_header.jsx +68 -0
  59. data/app/pb_kits/playbook/pb_dialog/dialog.rb +47 -0
  60. data/app/pb_kits/playbook/pb_dialog/dialog.test.jsx +23 -0
  61. data/app/pb_kits/playbook/pb_dialog/dialog_header.rb +31 -0
  62. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.jsx +53 -0
  63. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.md +2 -0
  64. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx +27 -0
  65. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx +27 -0
  66. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.md +2 -0
  67. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_separators.jsx +119 -0
  68. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_separators.md +2 -0
  69. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_should_close_on_overlay.jsx +28 -0
  70. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_should_close_on_overlay.md +2 -0
  71. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_sizes.jsx +93 -0
  72. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +10 -0
  73. data/app/pb_kits/playbook/pb_dialog/docs/index.js +6 -0
  74. data/app/pb_kits/playbook/pb_form/_form.scss +5 -1
  75. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  76. data/app/pb_kits/playbook/pb_form/form_builder.rb +4 -2
  77. data/app/pb_kits/playbook/pb_form/form_builder/action_area.rb +14 -7
  78. data/app/pb_kits/playbook/pb_form/form_with.rb +0 -1
  79. data/app/pb_kits/playbook/pb_form/simple_form.html.erb +2 -4
  80. data/app/pb_kits/playbook/pb_form/simple_form.rb +4 -0
  81. data/app/pb_kits/playbook/pb_online_status/_online_status.jsx +2 -0
  82. data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +1 -1
  83. data/app/pb_kits/playbook/pb_user_badge/_user_badge.jsx +1 -1
  84. data/app/pb_kits/playbook/react_rails_kits.js +4 -0
  85. data/app/pb_kits/playbook/utilities/test-utils.js +6 -0
  86. data/lib/playbook/version.rb +2 -1
  87. metadata +79 -107
  88. data/app/pb_kits/playbook/pb_form/form_builder/action_area.html.erb +0 -3
@@ -0,0 +1,10 @@
1
+ examples:
2
+
3
+ rails:
4
+
5
+ react:
6
+ - dialog_default: Simple
7
+ - dialog_compound_components: Complex
8
+ - dialog_sizes: Sizes
9
+ - dialog_scrollable: Scrollable
10
+ - dialog_should_close_on_overlay: Overlay Click
@@ -0,0 +1,6 @@
1
+ export { default as DialogDefault } from './_dialog_default.jsx'
2
+ export { default as DialogCompoundComponents } from './_dialog_compound_components.jsx'
3
+ export { default as DialogSizes } from './_dialog_sizes.jsx'
4
+ export { default as DialogScrollable } from './_dialog_scrollable.jsx'
5
+ export { default as DialogSeparators } from './_dialog_separators.jsx'
6
+ export { default as DialogShouldCloseOnOverlay } from './_dialog_should_close_on_overlay.jsx'
@@ -1,8 +1,12 @@
1
1
  .pb-form {
2
2
  .pb-form-actions {
3
3
  list-style: none;
4
- margin: 8px;
4
+ margin: 0;
5
5
  padding: 0;
6
+ display: flex;
7
+ justify-content: space-between;
8
+ align-items: flex-start;
9
+ flex-direction: row;
6
10
 
7
11
  > li {
8
12
  display: inline-flex;
@@ -14,7 +14,7 @@
14
14
  %>
15
15
 
16
16
  <%= pb_rails("form/form_with", props: {
17
- scope: :example, method: :get, url: "",
17
+ options: { scope: :example, method: :get, url: "" },
18
18
  validate: true
19
19
  }) do |form| %>
20
20
  <%= form.text_field :example_text_field, props: { label: true, required: true } %>
@@ -19,9 +19,11 @@ module Playbook
19
19
  prepend(CollectionSelectField)
20
20
  prepend(CheckboxField)
21
21
  prepend(DatePickerField)
22
+ end
22
23
 
23
- def actions(&block)
24
- @template.render_component ActionArea.new(submit_default_value: submit_default_value, children: block)
24
+ def actions
25
+ @template.send(:view_context).content_tag :ol, class: "pb-form-actions" do
26
+ yield ActionArea.new(@template, submit_default_value)
25
27
  end
26
28
  end
27
29
  end
@@ -3,22 +3,29 @@
3
3
  module Playbook
4
4
  module PbForm
5
5
  module FormBuilder
6
- class ActionArea < Playbook::KitBase
7
- prop :submit_default_value, type: Playbook::Props::String
6
+ class ActionArea
7
+ def initialize(view_context, submit_default_value)
8
+ self.view_context = view_context
9
+ self.submit_default_value = submit_default_value
10
+ end
8
11
 
9
12
  def submit(value = nil, props: {})
10
13
  props[:type] ||= "submit"
14
+ props[:text] ||= value || submit_default_value
15
+
11
16
  button(value, props: props)
12
17
  end
13
18
 
14
19
  def button(value = nil, props:)
15
- props[:text] ||= value || submit_default_value
16
-
17
- content_tag(:li) do
18
- pb_rails("button", props: props)
20
+ view_context.content_tag(:li) do
21
+ view_context.pb_rails("button", props: props)
19
22
  end
20
23
  end
24
+
25
+ private
26
+
27
+ attr_accessor :view_context, :submit_default_value
21
28
  end
22
29
  end
23
30
  end
24
- end
31
+ end
@@ -16,7 +16,6 @@ module Playbook
16
16
 
17
17
  def form_options
18
18
  {
19
- url: "",
20
19
  id: id,
21
20
  aria: aria,
22
21
  class: classname,
@@ -1,6 +1,4 @@
1
- <%= simple_form_for model, options do |form| %>
2
- <% instance_exec form, &children %>
3
- <% end %>
1
+ <%= simple_form_for model, options, &method(:render_form) %>
4
2
 
5
3
  <% if validate %>
6
4
  <% content_for :pb_js do %>
@@ -10,4 +8,4 @@
10
8
  })
11
9
  <% end %>
12
10
  <% end %>
13
- <% end %>
11
+ <% end %>
@@ -48,6 +48,10 @@ module Playbook
48
48
  prop(:options).fetch(:html, {})
49
49
  end
50
50
 
51
+ def render_form(builder)
52
+ view_context.capture(builder, &children)
53
+ end
54
+
51
55
  def render_in(view_context, &_block)
52
56
  super(view_context, &nil)
53
57
  end
@@ -23,6 +23,8 @@ const OnlineStatus = (props: OnlineStatusProps) => {
23
23
  status = 'offline',
24
24
  } = props
25
25
 
26
+ aria.label = status
27
+
26
28
  const ariaProps = buildAriaProps(aria)
27
29
  const dataProps = buildDataProps(data)
28
30
  const classes = classnames(buildCss('pb_online_status_kit', status), globalProps(props), className)
@@ -1,5 +1,5 @@
1
1
  <%= content_tag(:div,
2
- aria: object.aria,
2
+ aria: object.aria.merge!(label: object.status),
3
3
  class: object.classname,
4
4
  data: object.data,
5
5
  id: object.id) do %>
@@ -23,7 +23,7 @@ const UserBadge = (props: UserBadgeProps) => {
23
23
  size = 'md',
24
24
  } = props
25
25
 
26
- const image = require(`./badges/_${badge}.svg`)
26
+ const image = require(`./badges/${badge}.svg`)
27
27
  const ariaProps = buildAriaProps(aria)
28
28
  const dataProps = buildDataProps(data)
29
29
  const classes = classnames(
@@ -5,4 +5,8 @@ export { default as Legend } from './pb_legend/_legend.jsx'
5
5
  export { default as LineGraph } from './pb_line_graph/_line_graph.jsx'
6
6
  export { default as Typeahead } from './pb_typeahead/_typeahead.jsx'
7
7
  export { default as RichTextEditor } from './pb_rich_text_editor/_rich_text_editor.jsx'
8
+ export { default as Dialog } from './pb_dialog/_dialog.jsx'
9
+ export { default as DialogHeader } from './pb_dialog/child_kits/_dialog_header.jsx'
10
+ export { default as DialogBody } from './pb_dialog/child_kits/_dialog_body.jsx'
11
+ export { default as DialogFooter } from './pb_dialog/child_kits/_dialog_footer.jsx'
8
12
  export { KitSearch, SnippetToggle, DarkModeToggle } from './docs_components'
@@ -39,3 +39,9 @@ export const ensureAccessible = async (Kit, props = {}, newProps = {}) => {
39
39
  const html = render()
40
40
  expect(await axe(html)).toHaveNoViolations()
41
41
  }
42
+
43
+ export const appendAlert = (message) => {
44
+ const alertNode = document.createElement('div')
45
+ alertNode.innerHTML = message
46
+ document.querySelector('body').appendChild(alertNode)
47
+ }
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "8.2.0.pre.alpha1"
4
+ VERSION = "8.4.0.alpha.dependencies.1"
5
5
  end
6
+
metadata CHANGED
@@ -1,90 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.0.pre.alpha1
4
+ version: 8.4.0.alpha.dependencies.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-03-02 00:00:00.000000000 Z
12
+ date: 2021-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: actionpack
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: 5.1.6
21
- - - "<"
22
- - !ruby/object:Gem::Version
23
- version: '6.0'
24
- type: :runtime
25
- prerelease: false
26
- version_requirements: !ruby/object:Gem::Requirement
27
- requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: 5.1.6
31
- - - "<"
32
- - !ruby/object:Gem::Version
33
- version: '6.0'
34
- - !ruby/object:Gem::Dependency
35
- name: actionview
36
- requirement: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: 5.1.6
41
- - - "<"
42
- - !ruby/object:Gem::Version
43
- version: '7.0'
44
- type: :runtime
45
- prerelease: false
46
- version_requirements: !ruby/object:Gem::Requirement
47
- requirements:
48
- - - ">="
49
- - !ruby/object:Gem::Version
50
- version: 5.1.6
51
- - - "<"
52
- - !ruby/object:Gem::Version
53
- version: '7.0'
54
- - !ruby/object:Gem::Dependency
55
- name: activesupport
56
- requirement: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- version: 5.1.6
61
- - - "<"
62
- - !ruby/object:Gem::Version
63
- version: '7.0'
64
- type: :runtime
65
- prerelease: false
66
- version_requirements: !ruby/object:Gem::Requirement
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: 5.1.6
71
- - - "<"
72
- - !ruby/object:Gem::Version
73
- version: '7.0'
74
- - !ruby/object:Gem::Dependency
75
- name: github_changelog_generator
76
- requirement: !ruby/object:Gem::Requirement
77
- requirements:
78
- - - '='
79
- - !ruby/object:Gem::Version
80
- version: 1.15.2
81
- type: :runtime
82
- prerelease: false
83
- version_requirements: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - '='
86
- - !ruby/object:Gem::Version
87
- version: 1.15.2
88
14
  - !ruby/object:Gem::Dependency
89
15
  name: react-rails
90
16
  requirement: !ruby/object:Gem::Requirement
@@ -142,75 +68,89 @@ dependencies:
142
68
  - !ruby/object:Gem::Version
143
69
  version: 1.3.0
144
70
  - !ruby/object:Gem::Dependency
145
- name: slim-rails
71
+ name: view_component
146
72
  requirement: !ruby/object:Gem::Requirement
147
73
  requirements:
148
74
  - - '='
149
75
  - !ruby/object:Gem::Version
150
- version: 3.2.0
76
+ version: 2.23.2
151
77
  type: :runtime
152
78
  prerelease: false
153
79
  version_requirements: !ruby/object:Gem::Requirement
154
80
  requirements:
155
81
  - - '='
156
82
  - !ruby/object:Gem::Version
157
- version: 3.2.0
83
+ version: 2.23.2
158
84
  - !ruby/object:Gem::Dependency
159
- name: sprockets-rails
85
+ name: webpacker
160
86
  requirement: !ruby/object:Gem::Requirement
161
87
  requirements:
162
88
  - - '='
163
89
  - !ruby/object:Gem::Version
164
- version: 2.3.3
90
+ version: 4.2.2
165
91
  type: :runtime
166
92
  prerelease: false
167
93
  version_requirements: !ruby/object:Gem::Requirement
168
94
  requirements:
169
95
  - - '='
170
96
  - !ruby/object:Gem::Version
171
- version: 2.3.3
97
+ version: 4.2.2
172
98
  - !ruby/object:Gem::Dependency
173
- name: view_component
99
+ name: webpacker-react
174
100
  requirement: !ruby/object:Gem::Requirement
175
101
  requirements:
176
- - - '='
102
+ - - "~>"
177
103
  - !ruby/object:Gem::Version
178
- version: 2.23.2
104
+ version: 0.3.2
179
105
  type: :runtime
180
106
  prerelease: false
181
107
  version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - "~>"
110
+ - !ruby/object:Gem::Version
111
+ version: 0.3.2
112
+ - !ruby/object:Gem::Dependency
113
+ name: sprockets-rails
114
+ requirement: !ruby/object:Gem::Requirement
182
115
  requirements:
183
116
  - - '='
184
117
  - !ruby/object:Gem::Version
185
- version: 2.23.2
118
+ version: 2.3.3
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - '='
124
+ - !ruby/object:Gem::Version
125
+ version: 2.3.3
186
126
  - !ruby/object:Gem::Dependency
187
- name: webpacker
127
+ name: slim-rails
188
128
  requirement: !ruby/object:Gem::Requirement
189
129
  requirements:
190
130
  - - '='
191
131
  - !ruby/object:Gem::Version
192
- version: 4.2.2
193
- type: :runtime
132
+ version: 3.2.0
133
+ type: :development
194
134
  prerelease: false
195
135
  version_requirements: !ruby/object:Gem::Requirement
196
136
  requirements:
197
137
  - - '='
198
138
  - !ruby/object:Gem::Version
199
- version: 4.2.2
139
+ version: 3.2.0
200
140
  - !ruby/object:Gem::Dependency
201
- name: webpacker-react
141
+ name: github_changelog_generator
202
142
  requirement: !ruby/object:Gem::Requirement
203
143
  requirements:
204
- - - "~>"
144
+ - - '='
205
145
  - !ruby/object:Gem::Version
206
- version: 0.3.2
207
- type: :runtime
146
+ version: 1.15.2
147
+ type: :development
208
148
  prerelease: false
209
149
  version_requirements: !ruby/object:Gem::Requirement
210
150
  requirements:
211
- - - "~>"
151
+ - - '='
212
152
  - !ruby/object:Gem::Version
213
- version: 0.3.2
153
+ version: 1.15.2
214
154
  - !ruby/object:Gem::Dependency
215
155
  name: better_errors
216
156
  requirement: !ruby/object:Gem::Requirement
@@ -285,22 +225,22 @@ dependencies:
285
225
  name: rspec-rails
286
226
  requirement: !ruby/object:Gem::Requirement
287
227
  requirements:
288
- - - ">="
289
- - !ruby/object:Gem::Version
290
- version: 3.8.0
291
228
  - - "~>"
292
229
  - !ruby/object:Gem::Version
293
230
  version: '3.8'
231
+ - - ">="
232
+ - !ruby/object:Gem::Version
233
+ version: 3.8.0
294
234
  type: :development
295
235
  prerelease: false
296
236
  version_requirements: !ruby/object:Gem::Requirement
297
237
  requirements:
298
- - - ">="
299
- - !ruby/object:Gem::Version
300
- version: 3.8.0
301
238
  - - "~>"
302
239
  - !ruby/object:Gem::Version
303
240
  version: '3.8'
241
+ - - ">="
242
+ - !ruby/object:Gem::Version
243
+ version: 3.8.0
304
244
  - !ruby/object:Gem::Dependency
305
245
  name: rubocop
306
246
  requirement: !ruby/object:Gem::Requirement
@@ -464,6 +404,7 @@ files:
464
404
  - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_tooltip.html.erb
465
405
  - app/pb_kits/playbook/pb_avatar_action_button/docs/example.yml
466
406
  - app/pb_kits/playbook/pb_avatar_action_button/docs/index.js
407
+ - app/pb_kits/playbook/pb_avatar_action_button/pb_avatar_action_button.test.js
467
408
  - app/pb_kits/playbook/pb_background/_background.jsx
468
409
  - app/pb_kits/playbook/pb_background/_background.scss
469
410
  - app/pb_kits/playbook/pb_background/background.html.erb
@@ -526,6 +467,7 @@ files:
526
467
  - app/pb_kits/playbook/pb_button/_button_mixins.scss
527
468
  - app/pb_kits/playbook/pb_button/button.html.erb
528
469
  - app/pb_kits/playbook/pb_button/button.rb
470
+ - app/pb_kits/playbook/pb_button/button.test.js
529
471
  - app/pb_kits/playbook/pb_button/docs/_button_accessibility.html.erb
530
472
  - app/pb_kits/playbook/pb_button/docs/_button_accessibility.jsx
531
473
  - app/pb_kits/playbook/pb_button/docs/_button_block_content.html.erb
@@ -552,6 +494,7 @@ files:
552
494
  - app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_mixins.scss
553
495
  - app/pb_kits/playbook/pb_button_toolbar/button_toolbar.html.erb
554
496
  - app/pb_kits/playbook/pb_button_toolbar/button_toolbar.rb
497
+ - app/pb_kits/playbook/pb_button_toolbar/button_toolbar.test.js
555
498
  - app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.html.erb
556
499
  - app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.jsx
557
500
  - app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_secondary.html.erb
@@ -609,12 +552,15 @@ files:
609
552
  - app/pb_kits/playbook/pb_card/docs/_card_separator.jsx
610
553
  - app/pb_kits/playbook/pb_card/docs/_card_shadow.html.erb
611
554
  - app/pb_kits/playbook/pb_card/docs/_card_shadow.jsx
555
+ - app/pb_kits/playbook/pb_card/docs/_card_tag.html.erb
556
+ - app/pb_kits/playbook/pb_card/docs/_card_tag.jsx
612
557
  - app/pb_kits/playbook/pb_card/docs/example.yml
613
558
  - app/pb_kits/playbook/pb_card/docs/index.js
614
559
  - app/pb_kits/playbook/pb_checkbox/_checkbox.jsx
615
560
  - app/pb_kits/playbook/pb_checkbox/_checkbox.scss
616
561
  - app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
617
562
  - app/pb_kits/playbook/pb_checkbox/checkbox.rb
563
+ - app/pb_kits/playbook/pb_checkbox/checkbox.test.js
618
564
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_checked.html.erb
619
565
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_checked.jsx
620
566
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom.html.erb
@@ -623,6 +569,8 @@ files:
623
569
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_default.jsx
624
570
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.html.erb
625
571
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.jsx
572
+ - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb
573
+ - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx
626
574
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb
627
575
  - app/pb_kits/playbook/pb_checkbox/docs/_description.md
628
576
  - app/pb_kits/playbook/pb_checkbox/docs/example.yml
@@ -654,6 +602,7 @@ files:
654
602
  - app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.scss
655
603
  - app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb
656
604
  - app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.rb
605
+ - app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.test.js
657
606
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_click.jsx
658
607
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.html.erb
659
608
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.jsx
@@ -850,6 +799,29 @@ files:
850
799
  - app/pb_kits/playbook/pb_date_year_stacked/docs/_footer.md
851
800
  - app/pb_kits/playbook/pb_date_year_stacked/docs/example.yml
852
801
  - app/pb_kits/playbook/pb_date_year_stacked/docs/index.js
802
+ - app/pb_kits/playbook/pb_dialog/_close_icon.jsx
803
+ - app/pb_kits/playbook/pb_dialog/_dialog.html.erb
804
+ - app/pb_kits/playbook/pb_dialog/_dialog.jsx
805
+ - app/pb_kits/playbook/pb_dialog/_dialog.scss
806
+ - app/pb_kits/playbook/pb_dialog/_dialog_context.jsx
807
+ - app/pb_kits/playbook/pb_dialog/child_kits/_dialog_body.jsx
808
+ - app/pb_kits/playbook/pb_dialog/child_kits/_dialog_footer.jsx
809
+ - app/pb_kits/playbook/pb_dialog/child_kits/_dialog_header.jsx
810
+ - app/pb_kits/playbook/pb_dialog/dialog.rb
811
+ - app/pb_kits/playbook/pb_dialog/dialog.test.jsx
812
+ - app/pb_kits/playbook/pb_dialog/dialog_header.rb
813
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.jsx
814
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.md
815
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx
816
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
817
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.md
818
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_separators.jsx
819
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_separators.md
820
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_should_close_on_overlay.jsx
821
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_should_close_on_overlay.md
822
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_sizes.jsx
823
+ - app/pb_kits/playbook/pb_dialog/docs/example.yml
824
+ - app/pb_kits/playbook/pb_dialog/docs/index.js
853
825
  - app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.jsx
854
826
  - app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.scss
855
827
  - app/pb_kits/playbook/pb_distribution_bar/distribution_bar.html.erb
@@ -973,7 +945,6 @@ files:
973
945
  - app/pb_kits/playbook/pb_form/docs/example.yml
974
946
  - app/pb_kits/playbook/pb_form/form.rb
975
947
  - app/pb_kits/playbook/pb_form/form_builder.rb
976
- - app/pb_kits/playbook/pb_form/form_builder/action_area.html.erb
977
948
  - app/pb_kits/playbook/pb_form/form_builder/action_area.rb
978
949
  - app/pb_kits/playbook/pb_form/form_builder/checkbox_field.rb
979
950
  - app/pb_kits/playbook/pb_form/form_builder/collection_select_field.rb
@@ -2072,7 +2043,7 @@ homepage: http://playbook.powerapp.cloud
2072
2043
  licenses:
2073
2044
  - MIT
2074
2045
  metadata: {}
2075
- post_install_message:
2046
+ post_install_message:
2076
2047
  rdoc_options: []
2077
2048
  require_paths:
2078
2049
  - lib
@@ -2087,8 +2058,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2087
2058
  - !ruby/object:Gem::Version
2088
2059
  version: 1.3.1
2089
2060
  requirements: []
2090
- rubygems_version: 3.0.3
2091
- signing_key:
2061
+ rubyforge_project:
2062
+ rubygems_version: 2.7.3
2063
+ signing_key:
2092
2064
  specification_version: 4
2093
2065
  summary: Playbook Design System
2094
2066
  test_files: []