playbook_ui 9.15.0.pre.decouple.website1 → 9.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +9 -5
  3. data/app/assets/images/clark.jpg +0 -0
  4. data/app/assets/images/full_page_samples.svg +7 -0
  5. data/app/assets/images/giant.jpg +0 -0
  6. data/app/assets/images/github-brands.svg +1 -0
  7. data/app/assets/images/landing-background.svg +36 -0
  8. data/app/assets/images/landing-image.svg +203 -0
  9. data/app/assets/images/pb-caret.svg +1 -0
  10. data/app/assets/images/pb-check.svg +11 -0
  11. data/app/assets/images/pb-logo.svg +28 -0
  12. data/app/assets/images/pb-white-logo.svg +15 -0
  13. data/app/assets/images/pb.logo.svg +28 -0
  14. data/app/pb_kits/playbook/index.js +97 -97
  15. data/app/pb_kits/playbook/pb_date_picker/sass_partials/_header_styles.scss +1 -2
  16. data/app/pb_kits/playbook/pb_nav/_vertical_nav.scss +2 -2
  17. data/app/pb_kits/playbook/pb_radio/_radio.jsx +3 -1
  18. data/app/pb_kits/playbook/pb_radio/_radio.scss +10 -0
  19. data/app/pb_kits/playbook/pb_radio/docs/_radio_alignment.html.erb +27 -0
  20. data/app/pb_kits/playbook/pb_radio/docs/_radio_alignment.jsx +36 -0
  21. data/app/pb_kits/playbook/pb_radio/docs/example.yml +2 -0
  22. data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -0
  23. data/app/pb_kits/playbook/pb_radio/radio.rb +7 -1
  24. data/app/pb_kits/playbook/pb_select/_select.scss +1 -1
  25. data/app/pb_kits/playbook/pb_text_input/_text_input.scss +1 -1
  26. data/app/pb_kits/playbook/pb_textarea/_textarea.scss +3 -3
  27. data/app/pb_kits/playbook/pb_title/_title.scss +1 -1
  28. data/app/pb_kits/playbook/{tokens/_titles.scss → pb_title/_title_mixin.scss} +5 -3
  29. data/app/pb_kits/playbook/pb_typeahead/_typeahead.jsx +15 -14
  30. data/app/pb_kits/playbook/react_rails_kits.js +13 -0
  31. data/app/pb_kits/playbook/tokens/_colors.scss +0 -4
  32. data/app/pb_kits/playbook/utilities/_colors.scss +4 -0
  33. data/app/pb_kits/playbook/utilities/accessibility.js +22 -0
  34. data/app/pb_kits/playbook/{playbook-rails.js → vendor.js} +3 -1
  35. data/lib/playbook.rb +15 -1
  36. data/lib/playbook/engine.rb +21 -11
  37. data/lib/playbook/props/nested_props.rb +1 -1
  38. data/lib/playbook/version.rb +1 -1
  39. metadata +139 -22
  40. data/app/pb_kits/playbook/_reset.scss +0 -42
  41. data/app/pb_kits/playbook/playbook-doc.js +0 -195
  42. data/app/pb_kits/playbook/playbook-rails-react-bindings.js +0 -35
@@ -4,7 +4,7 @@ module Playbook
4
4
  module Props
5
5
  class NestedProps < Playbook::Props::Base
6
6
  def initialize(nested_kit:, **kwargs)
7
- super(**kwargs)
7
+ super **kwargs
8
8
  @nested_kit = nested_kit
9
9
  end
10
10
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "9.14.1"
5
- VERSION = "9.15.0.pre.decouple.website1"
5
+ VERSION = "9.15.0"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.15.0.pre.decouple.website1
4
+ version: 9.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-05-17 00:00:00.000000000 Z
12
+ date: 2021-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -113,6 +113,48 @@ dependencies:
113
113
  - - "~>"
114
114
  - !ruby/object:Gem::Version
115
115
  version: '3.15'
116
+ - !ruby/object:Gem::Dependency
117
+ name: sassc-rails
118
+ requirement: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - "~>"
121
+ - !ruby/object:Gem::Version
122
+ version: '1.3'
123
+ type: :runtime
124
+ prerelease: false
125
+ version_requirements: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '1.3'
130
+ - !ruby/object:Gem::Dependency
131
+ name: slim-rails
132
+ requirement: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - "~>"
135
+ - !ruby/object:Gem::Version
136
+ version: '3.2'
137
+ type: :runtime
138
+ prerelease: false
139
+ version_requirements: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - "~>"
142
+ - !ruby/object:Gem::Version
143
+ version: '3.2'
144
+ - !ruby/object:Gem::Dependency
145
+ name: sprockets-rails
146
+ requirement: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - "~>"
149
+ - !ruby/object:Gem::Version
150
+ version: '2.3'
151
+ type: :runtime
152
+ prerelease: false
153
+ version_requirements: !ruby/object:Gem::Requirement
154
+ requirements:
155
+ - - "~>"
156
+ - !ruby/object:Gem::Version
157
+ version: '2.3'
116
158
  - !ruby/object:Gem::Dependency
117
159
  name: view_component
118
160
  requirement: !ruby/object:Gem::Requirement
@@ -127,6 +169,20 @@ dependencies:
127
169
  - - "~>"
128
170
  - !ruby/object:Gem::Version
129
171
  version: '2.23'
172
+ - !ruby/object:Gem::Dependency
173
+ name: webpacker
174
+ requirement: !ruby/object:Gem::Requirement
175
+ requirements:
176
+ - - "~>"
177
+ - !ruby/object:Gem::Version
178
+ version: '4.3'
179
+ type: :runtime
180
+ prerelease: false
181
+ version_requirements: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - "~>"
184
+ - !ruby/object:Gem::Version
185
+ version: '4.3'
130
186
  - !ruby/object:Gem::Dependency
131
187
  name: webpacker-react
132
188
  requirement: !ruby/object:Gem::Requirement
@@ -141,6 +197,34 @@ dependencies:
141
197
  - - "~>"
142
198
  - !ruby/object:Gem::Version
143
199
  version: 0.3.2
200
+ - !ruby/object:Gem::Dependency
201
+ name: better_errors
202
+ requirement: !ruby/object:Gem::Requirement
203
+ requirements:
204
+ - - '='
205
+ - !ruby/object:Gem::Version
206
+ version: 2.5.1
207
+ type: :development
208
+ prerelease: false
209
+ version_requirements: !ruby/object:Gem::Requirement
210
+ requirements:
211
+ - - '='
212
+ - !ruby/object:Gem::Version
213
+ version: 2.5.1
214
+ - !ruby/object:Gem::Dependency
215
+ name: binding_of_caller
216
+ requirement: !ruby/object:Gem::Requirement
217
+ requirements:
218
+ - - '='
219
+ - !ruby/object:Gem::Version
220
+ version: 0.8.0
221
+ type: :development
222
+ prerelease: false
223
+ version_requirements: !ruby/object:Gem::Requirement
224
+ requirements:
225
+ - - '='
226
+ - !ruby/object:Gem::Version
227
+ version: 0.8.0
144
228
  - !ruby/object:Gem::Dependency
145
229
  name: byebug
146
230
  requirement: !ruby/object:Gem::Requirement
@@ -184,25 +268,19 @@ dependencies:
184
268
  - !ruby/object:Gem::Version
185
269
  version: 0.49.0
186
270
  - !ruby/object:Gem::Dependency
187
- name: rails
271
+ name: rainbow
188
272
  requirement: !ruby/object:Gem::Requirement
189
273
  requirements:
190
- - - ">="
191
- - !ruby/object:Gem::Version
192
- version: 5.2.4.5
193
- - - "<"
274
+ - - '='
194
275
  - !ruby/object:Gem::Version
195
- version: '7.0'
276
+ version: 2.2.2
196
277
  type: :development
197
278
  prerelease: false
198
279
  version_requirements: !ruby/object:Gem::Requirement
199
280
  requirements:
200
- - - ">="
201
- - !ruby/object:Gem::Version
202
- version: 5.2.4.5
203
- - - "<"
281
+ - - '='
204
282
  - !ruby/object:Gem::Version
205
- version: '7.0'
283
+ version: 2.2.2
206
284
  - !ruby/object:Gem::Dependency
207
285
  name: rspec-html-matchers
208
286
  requirement: !ruby/object:Gem::Requirement
@@ -293,6 +371,34 @@ dependencies:
293
371
  - - '='
294
372
  - !ruby/object:Gem::Version
295
373
  version: 1.2018.9
374
+ - !ruby/object:Gem::Dependency
375
+ name: uglifier
376
+ requirement: !ruby/object:Gem::Requirement
377
+ requirements:
378
+ - - '='
379
+ - !ruby/object:Gem::Version
380
+ version: 4.1.20
381
+ type: :development
382
+ prerelease: false
383
+ version_requirements: !ruby/object:Gem::Requirement
384
+ requirements:
385
+ - - '='
386
+ - !ruby/object:Gem::Version
387
+ version: 4.1.20
388
+ - !ruby/object:Gem::Dependency
389
+ name: web-console
390
+ requirement: !ruby/object:Gem::Requirement
391
+ requirements:
392
+ - - '='
393
+ - !ruby/object:Gem::Version
394
+ version: 3.7.0
395
+ type: :development
396
+ prerelease: false
397
+ version_requirements: !ruby/object:Gem::Requirement
398
+ requirements:
399
+ - - '='
400
+ - !ruby/object:Gem::Version
401
+ version: 3.7.0
296
402
  description: Playbook Design System. Built for Nitro, but powering all.
297
403
  email:
298
404
  - nitroux@powerhrg.com
@@ -303,8 +409,18 @@ extra_rdoc_files: []
303
409
  files:
304
410
  - README.md
305
411
  - Rakefile
412
+ - app/assets/images/clark.jpg
413
+ - app/assets/images/full_page_samples.svg
414
+ - app/assets/images/giant.jpg
415
+ - app/assets/images/github-brands.svg
416
+ - app/assets/images/landing-background.svg
417
+ - app/assets/images/landing-image.svg
418
+ - app/assets/images/pb-caret.svg
419
+ - app/assets/images/pb-check.svg
420
+ - app/assets/images/pb-logo.svg
421
+ - app/assets/images/pb-white-logo.svg
422
+ - app/assets/images/pb.logo.svg
306
423
  - app/pb_kits/playbook/_playbook.scss
307
- - app/pb_kits/playbook/_reset.scss
308
424
  - app/pb_kits/playbook/data/menu.yml
309
425
  - app/pb_kits/playbook/index.js
310
426
  - app/pb_kits/playbook/pb_avatar/_avatar.jsx
@@ -1420,6 +1536,8 @@ files:
1420
1536
  - app/pb_kits/playbook/pb_radio/_radio.scss
1421
1537
  - app/pb_kits/playbook/pb_radio/docs/_description.md
1422
1538
  - app/pb_kits/playbook/pb_radio/docs/_footer.md
1539
+ - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.html.erb
1540
+ - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.jsx
1423
1541
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.html.erb
1424
1542
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.jsx
1425
1543
  - app/pb_kits/playbook/pb_radio/docs/_radio_default.html.erb
@@ -1816,6 +1934,7 @@ files:
1816
1934
  - app/pb_kits/playbook/pb_timestamp/timestamp.rb
1817
1935
  - app/pb_kits/playbook/pb_title/_title.jsx
1818
1936
  - app/pb_kits/playbook/pb_title/_title.scss
1937
+ - app/pb_kits/playbook/pb_title/_title_mixin.scss
1819
1938
  - app/pb_kits/playbook/pb_title/docs/_description.md
1820
1939
  - app/pb_kits/playbook/pb_title/docs/_title_light.html.erb
1821
1940
  - app/pb_kits/playbook/pb_title/docs/_title_light.jsx
@@ -1958,10 +2077,8 @@ files:
1958
2077
  - app/pb_kits/playbook/pb_weekday_stacked/docs/index.js
1959
2078
  - app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.html.erb
1960
2079
  - app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.rb
1961
- - app/pb_kits/playbook/playbook-doc.js
1962
- - app/pb_kits/playbook/playbook-rails-react-bindings.js
1963
- - app/pb_kits/playbook/playbook-rails.js
1964
2080
  - app/pb_kits/playbook/plugins/pb_chart.js
2081
+ - app/pb_kits/playbook/react_rails_kits.js
1965
2082
  - app/pb_kits/playbook/tokens/_animation-curves.scss
1966
2083
  - app/pb_kits/playbook/tokens/_border_radius.scss
1967
2084
  - app/pb_kits/playbook/tokens/_colors.scss
@@ -1972,7 +2089,6 @@ files:
1972
2089
  - app/pb_kits/playbook/tokens/_screen_sizes.scss
1973
2090
  - app/pb_kits/playbook/tokens/_shadows.scss
1974
2091
  - app/pb_kits/playbook/tokens/_spacing.scss
1975
- - app/pb_kits/playbook/tokens/_titles.scss
1976
2092
  - app/pb_kits/playbook/tokens/_transition.scss
1977
2093
  - app/pb_kits/playbook/tokens/_typography.scss
1978
2094
  - app/pb_kits/playbook/tokens/exports/_border_radius.scss
@@ -1991,10 +2107,12 @@ files:
1991
2107
  - app/pb_kits/playbook/utilities/_max_width.scss
1992
2108
  - app/pb_kits/playbook/utilities/_positioning.scss
1993
2109
  - app/pb_kits/playbook/utilities/_spacing.scss
2110
+ - app/pb_kits/playbook/utilities/accessibility.js
1994
2111
  - app/pb_kits/playbook/utilities/globalProps.js
1995
2112
  - app/pb_kits/playbook/utilities/props.js
1996
2113
  - app/pb_kits/playbook/utilities/test-utils.js
1997
2114
  - app/pb_kits/playbook/utilities/text.js
2115
+ - app/pb_kits/playbook/vendor.js
1998
2116
  - dist/reset.css
1999
2117
  - fonts/fontawesome-min.js
2000
2118
  - fonts/regular-min.js
@@ -2052,12 +2170,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
2052
2170
  version: '0'
2053
2171
  required_rubygems_version: !ruby/object:Gem::Requirement
2054
2172
  requirements:
2055
- - - ">"
2173
+ - - ">="
2056
2174
  - !ruby/object:Gem::Version
2057
- version: 1.3.1
2175
+ version: '0'
2058
2176
  requirements: []
2059
- rubyforge_project:
2060
- rubygems_version: 2.7.3
2177
+ rubygems_version: 3.1.4
2061
2178
  signing_key:
2062
2179
  specification_version: 4
2063
2180
  summary: Playbook Design System
@@ -1,42 +0,0 @@
1
- @import "./tokens/typography";
2
- @import "./tokens/colors";
3
-
4
- * {
5
- box-sizing: border-box;
6
- margin: 0;
7
- padding: 0;
8
- &:before,
9
- &:after {
10
- box-sizing: border-box;
11
- }
12
- }
13
-
14
- html {
15
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
16
- height: 100vh;
17
- overflow-x: hidden;
18
- }
19
-
20
- body {
21
- font-family: $font_family_base;
22
- font-size: $font_base;
23
- line-height: 1.5;
24
- background-color: $bg-light;
25
- height: 100%;
26
- letter-spacing: $lspace_normal;
27
- font-weight: $regular;
28
- font-style: normal;
29
- text-rendering: optimizeLegibility;
30
- -moz-font-feature-settings: "liga" on;
31
- color: $charcoal;
32
- margin: 0 !important;
33
- padding: 0 !important;
34
- box-sizing: border-box;
35
- min-height: 100vh;
36
- padding: 50px; // REMOVE AFTER STYLED
37
- }
38
-
39
- a {
40
- text-decoration: none;
41
- color: $primary;
42
- }
@@ -1,195 +0,0 @@
1
- // !!! IMPORTANT: This file is autogenerated. Please do not edit.!!!
2
- import WebpackerReact from 'webpacker-react'
3
- import ujs from 'webpacker-react/ujs'
4
-
5
- // KIT EXAMPLES
6
- import 'pb_form/pb_form_validation'
7
- import * as Avatar from 'pb_avatar/docs'
8
- import * as AvatarActionButton from 'pb_avatar_action_button/docs'
9
- import * as Background from 'pb_background/docs'
10
- import * as Badge from 'pb_badge/docs'
11
- import * as BarGraphDocs from 'pb_bar_graph/docs'
12
- import * as Body from 'pb_body/docs'
13
- import * as BreadCrumbs from 'pb_bread_crumbs/docs'
14
- import * as Button from 'pb_button/docs'
15
- import * as ButtonToolbar from 'pb_button_toolbar/docs'
16
- import * as Caption from 'pb_caption/docs'
17
- import * as Card from 'pb_card/docs'
18
- import * as Checkbox from 'pb_checkbox/docs'
19
- import * as CircleChart from 'pb_circle_chart/docs'
20
- import * as CircleIconButton from 'pb_circle_icon_button/docs'
21
- import * as Collapsible from 'pb_collapsible/docs'
22
- import * as Contact from 'pb_contact/docs'
23
- import * as Currency from 'pb_currency/docs'
24
- import * as DashboardValue from 'pb_dashboard_value/docs'
25
- import * as Date from 'pb_date/docs'
26
- import * as DatePicker from 'pb_date_picker/docs'
27
- import * as DateRangeInline from 'pb_date_range_inline/docs'
28
- import * as DateRangeStacked from 'pb_date_range_stacked/docs'
29
- import * as DateStacked from 'pb_date_stacked/docs'
30
- import * as DateTime from 'pb_date_time/docs'
31
- import * as DateTimeStacked from 'pb_date_time_stacked/docs'
32
- import * as DateYearStacked from 'pb_date_year_stacked/docs'
33
- import * as Dialog from 'pb_dialog/docs'
34
- import * as DistributionBarDocs from 'pb_distribution_bar/docs'
35
- import * as FileUpload from 'pb_file_upload/docs'
36
- import * as Filter from 'pb_filter/docs'
37
- import * as FixedConfirmationToast from 'pb_fixed_confirmation_toast/docs'
38
- import * as Flex from 'pb_flex/docs'
39
- import * as FormGroup from 'pb_form_group/docs'
40
- import * as FormPill from 'pb_form_pill/docs'
41
- import * as Gauge from 'pb_gauge/docs'
42
- import * as Hashtag from 'pb_hashtag/docs'
43
- import * as Highlight from 'pb_highlight/docs'
44
- import * as HomeAddressStreet from 'pb_home_address_street/docs'
45
- import * as Icon from 'pb_icon/docs'
46
- import * as IconCircle from 'pb_icon_circle/docs'
47
- import * as IconStatValue from 'pb_icon_stat_value/docs'
48
- import * as IconValue from 'pb_icon_value/docs'
49
- import * as Image from 'pb_image/docs'
50
- import * as LabelPill from 'pb_label_pill/docs'
51
- import * as LabelValue from 'pb_label_value/docs'
52
- import * as Layout from 'pb_layout/docs'
53
- import * as LegendDocs from 'pb_legend/docs'
54
- import * as LineGraphDocs from 'pb_line_graph/docs'
55
- import * as List from 'pb_list/docs'
56
- import * as LoadingInline from 'pb_loading_inline/docs'
57
- import * as Message from 'pb_message/docs'
58
- import * as MultipleUsers from 'pb_multiple_users/docs'
59
- import * as MultipleUsersStacked from 'pb_multiple_users_stacked/docs'
60
- import * as Nav from 'pb_nav/docs'
61
- import * as OnlineStatus from 'pb_online_status/docs'
62
- import * as Passphrase from 'pb_passphrase/docs'
63
- import * as PbReactPopover from 'pb_popover/docs'
64
- import * as Person from 'pb_person/docs'
65
- import * as PersonContact from 'pb_person_contact/docs'
66
- import * as Pill from 'pb_pill/docs'
67
- import * as ProgressPills from 'pb_progress_pills/docs'
68
- import * as ProgressSimple from 'pb_progress_simple/docs'
69
- import * as ProgressStep from 'pb_progress_step/docs'
70
- import * as Radio from 'pb_radio/docs'
71
- import * as RichTextEditor from 'pb_rich_text_editor/docs'
72
- import * as SectionSeparator from 'pb_section_separator/docs'
73
- import * as Select from 'pb_select/docs'
74
- import * as SelectableCard from 'pb_selectable_card/docs'
75
- import * as SelectableCardIcon from 'pb_selectable_card_icon/docs'
76
- import * as SelectableIcon from 'pb_selectable_icon/docs'
77
- import * as SelectableList from 'pb_selectable_list/docs'
78
- import * as Source from 'pb_source/docs'
79
- import * as StarRating from 'pb_star_rating/docs'
80
- import * as StatChange from 'pb_stat_change/docs'
81
- import * as StatValue from 'pb_stat_value/docs'
82
- import * as Table from 'pb_table/docs'
83
- import * as TextInput from 'pb_text_input/docs'
84
- import * as Textarea from 'pb_textarea/docs'
85
- import * as Time from 'pb_time/docs'
86
- import * as TimeRangeInline from 'pb_time_range_inline/docs'
87
- import * as TimeStacked from 'pb_time_stacked/docs'
88
- import * as Timeline from 'pb_timeline/docs'
89
- import * as Timestamp from 'pb_timestamp/docs'
90
- import * as Title from 'pb_title/docs'
91
- import * as TitleCount from 'pb_title_count/docs'
92
- import * as TitleDetail from 'pb_title_detail/docs'
93
- import * as Toggle from 'pb_toggle/docs'
94
- import * as Typeahead from 'pb_typeahead/docs'
95
- import * as User from 'pb_user/docs'
96
- import * as UserBadge from 'pb_user_badge/docs'
97
- import * as WeekdayStacked from 'pb_weekday_stacked/docs'
98
-
99
- WebpackerReact.registerComponents({
100
- ...Avatar,
101
- ...AvatarActionButton,
102
- ...Background,
103
- ...Badge,
104
- ...BarGraphDocs,
105
- ...Body,
106
- ...BreadCrumbs,
107
- ...Button,
108
- ...ButtonToolbar,
109
- ...Caption,
110
- ...Card,
111
- ...Checkbox,
112
- ...CircleChart,
113
- ...CircleIconButton,
114
- ...Collapsible,
115
- ...Contact,
116
- ...Currency,
117
- ...DashboardValue,
118
- ...Date,
119
- ...DatePicker,
120
- ...DateRangeInline,
121
- ...DateRangeStacked,
122
- ...DateStacked,
123
- ...DateTime,
124
- ...DateTimeStacked,
125
- ...DateYearStacked,
126
- ...Dialog,
127
- ...DistributionBarDocs,
128
- ...FileUpload,
129
- ...Filter,
130
- ...FixedConfirmationToast,
131
- ...Flex,
132
- ...FormGroup,
133
- ...FormPill,
134
- ...Gauge,
135
- ...Hashtag,
136
- ...Highlight,
137
- ...HomeAddressStreet,
138
- ...Icon,
139
- ...IconCircle,
140
- ...IconStatValue,
141
- ...IconValue,
142
- ...Image,
143
- ...LabelPill,
144
- ...LabelValue,
145
- ...Layout,
146
- ...LegendDocs,
147
- ...LineGraphDocs,
148
- ...List,
149
- ...LoadingInline,
150
- ...Message,
151
- ...MultipleUsers,
152
- ...MultipleUsersStacked,
153
- ...Nav,
154
- ...OnlineStatus,
155
- ...Passphrase,
156
- ...PbReactPopover,
157
- ...Person,
158
- ...PersonContact,
159
- ...Pill,
160
- ...ProgressPills,
161
- ...ProgressSimple,
162
- ...ProgressStep,
163
- ...Radio,
164
- ...RichTextEditor,
165
- ...SectionSeparator,
166
- ...Select,
167
- ...SelectableCard,
168
- ...SelectableCardIcon,
169
- ...SelectableIcon,
170
- ...SelectableList,
171
- ...Source,
172
- ...StarRating,
173
- ...StatChange,
174
- ...StatValue,
175
- ...Table,
176
- ...TextInput,
177
- ...Textarea,
178
- ...Time,
179
- ...TimeRangeInline,
180
- ...TimeStacked,
181
- ...Timeline,
182
- ...Timestamp,
183
- ...Title,
184
- ...TitleCount,
185
- ...TitleDetail,
186
- ...Toggle,
187
- ...Typeahead,
188
- ...User,
189
- ...UserBadge,
190
- ...WeekdayStacked,
191
- })
192
- ujs.setup(
193
- () => WebpackerReact.mountComponents(),
194
- () => WebpackerReact.unmountComponents()
195
- )