playbook_ui 15.0.0.pre.alpha.removewebpacker10589 → 15.0.0
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +0 -3
- data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_card/_card.scss +4 -12
- data/app/pb_kits/playbook/pb_card/_card.tsx +3 -3
- data/app/pb_kits/playbook/pb_card/_card_mixin.scss +0 -10
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +0 -3
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +0 -8
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +0 -2
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +0 -1
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +0 -1
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +4 -6
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +4 -48
- data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +1 -5
- data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +8 -6
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialogHelper.js +65 -0
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +0 -9
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +3 -3
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +0 -1
- data/app/pb_kits/playbook/pb_icon/_icon.tsx +2 -13
- data/app/pb_kits/playbook/pb_icon/icon.rb +1 -9
- data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +0 -1
- data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +1 -2
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +1 -3
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.rb +0 -11
- data/app/pb_kits/playbook/pb_nav/_item.tsx +5 -19
- data/app/pb_kits/playbook/pb_nav/item.html.erb +2 -6
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_common.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_confirmation.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_meter_settings.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_strength_change.html.erb +3 -3
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +0 -3
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +3 -2
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +0 -38
- data/dist/chunks/{_line_graph-DeH7NK-i.js → _line_graph-CIyKqNGy.js} +1 -1
- data/dist/chunks/_typeahead-B-mDRLxH.js +6 -0
- data/dist/chunks/_weekday_stacked-B_lp1Spt.js +37 -0
- data/dist/chunks/{lib-QZuu1ltS.js → lib-DgtxnJqa.js} +2 -2
- data/dist/chunks/{pb_form_validation-CleM960_.js → pb_form_validation-_NsOWfBS.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -15
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/engine.rb +1 -0
- data/lib/playbook/forms/builder/form_field_builder.rb +2 -37
- data/lib/playbook/kit_base.rb +2 -23
- data/lib/playbook/version.rb +2 -2
- metadata +27 -83
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +0 -5
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss +0 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +0 -62
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb +0 -35
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx +0 -49
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md +0 -2
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb +0 -38
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx +0 -51
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb +0 -46
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx +0 -62
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.html.erb +0 -47
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx +0 -60
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.html.erb +0 -25
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx +0 -36
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx +0 -44
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +0 -100
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx +0 -126
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb +0 -32
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx +0 -48
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb +0 -68
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx +0 -81
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.html.erb +0 -31
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx +0 -42
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.md +0 -2
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.html.erb +0 -35
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx +0 -51
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml +0 -27
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts +0 -106
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +0 -28
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +0 -31
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +0 -62
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +0 -31
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +0 -81
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +0 -25
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +0 -40
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +0 -5
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +0 -27
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +0 -39
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +0 -5
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +0 -93
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +0 -131
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +0 -14
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +0 -42
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +0 -58
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +0 -38
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +0 -22
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +0 -33
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +0 -118
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +0 -144
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +0 -60
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +0 -42
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +0 -38
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +0 -52
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +0 -29
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts +0 -88
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +0 -28
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +0 -51
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb +0 -41
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +0 -80
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +0 -1
- data/dist/chunks/_typeahead-CCGp0OQe.js +0 -6
- data/dist/chunks/_weekday_stacked-BHLwECdV.js +0 -37
- data/dist/chunks/componentRegistry-DzmmLR2x.js +0 -1
data/lib/playbook/engine.rb
CHANGED
@@ -4,58 +4,23 @@ module Playbook
|
|
4
4
|
module Forms
|
5
5
|
class Builder
|
6
6
|
class FormFieldBuilder < Module
|
7
|
-
MASK_PATTERNS = {
|
8
|
-
"currency" => '^\$\d{1,3}(?:,\d{3})*(?:\.\d{2})?$',
|
9
|
-
"zip_code" => '\d{5}',
|
10
|
-
"postal_code" => '\d{5}-\d{4}',
|
11
|
-
"ssn" => '\d{3}-\d{2}-\d{4}',
|
12
|
-
"credit_card" => '\d{4} \d{4} \d{4} \d{4}',
|
13
|
-
"cvv" => '\d{3,4}',
|
14
|
-
}.freeze
|
15
|
-
|
16
7
|
def initialize(method_name, kit_name:)
|
17
8
|
define_method method_name do |name, props: {}, **options, &block|
|
18
|
-
props
|
9
|
+
props[:label] = @template.label(@object_name, name) if props[:label] == true
|
19
10
|
options = Hash(options)
|
20
11
|
|
21
12
|
options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
|
22
13
|
options[:required] = true if props[:required]
|
23
14
|
options[:placeholder] = props[:placeholder] || ""
|
24
|
-
options[:type] = props[:type] if props.key?(:type)
|
25
|
-
options[:value] = props[:value] if props.key?(:value)
|
26
|
-
options[:disabled] = true if props.key?(:disabled) && props[:disabled]
|
27
|
-
if props.key?(:disabled)
|
28
|
-
cursor_style = props[:disabled] ? "not-allowed" : "pointer"
|
29
|
-
existing_style = options[:style] || ""
|
30
|
-
|
31
|
-
options[:style] =
|
32
|
-
existing_style.empty? ? "cursor: #{cursor_style}" : "#{existing_style}; cursor: #{cursor_style}"
|
33
|
-
end
|
34
|
-
if props.key?(:autocomplete)
|
35
|
-
options[:autocomplete] = props[:autocomplete] == true ? nil : (props[:autocomplete].presence || "off")
|
36
|
-
end
|
37
|
-
if props.key?(:mask) && props[:mask].present?
|
38
|
-
options[:mask] = props[:mask]
|
39
|
-
options[:data] = (options[:data] || {}).merge(pb_input_mask: true)
|
40
|
-
options[:pattern] = MASK_PATTERNS[props[:mask]]
|
41
|
-
end
|
42
15
|
|
43
16
|
if props.key?(:validation)
|
44
17
|
validation = props[:validation]
|
45
18
|
options[:pattern] = validation[:pattern] if validation[:pattern].present?
|
46
|
-
options[:data] =
|
19
|
+
options[:data] = { message: validation[:message] } if validation[:message].present?
|
47
20
|
end
|
48
21
|
|
49
22
|
input = super(name, **options, &block)
|
50
23
|
|
51
|
-
input_id = input[/\bid="([^"]+)"/, 1] || "#{@object_name}_#{name}"
|
52
|
-
|
53
|
-
if props[:label] == true
|
54
|
-
props[:label] = @template.label(@object_name, name)
|
55
|
-
elsif props[:label].is_a?(String)
|
56
|
-
props[:label] = @template.label_tag(input_id, props[:label])
|
57
|
-
end
|
58
|
-
|
59
24
|
@template.pb_rails(kit_name, props: props) do
|
60
25
|
input
|
61
26
|
end
|
data/lib/playbook/kit_base.rb
CHANGED
@@ -122,7 +122,7 @@ module Playbook
|
|
122
122
|
html_options.each do |key, value|
|
123
123
|
if key == :style && value.is_a?(Hash)
|
124
124
|
# Convert style hash to CSS string
|
125
|
-
merged[:style] = value.map { |k, v| "#{k.to_s.
|
125
|
+
merged[:style] = value.map { |k, v| "#{k.to_s.gsub('_', '-')}: #{v}" }.join("; ")
|
126
126
|
else
|
127
127
|
merged[key] = value
|
128
128
|
end
|
@@ -136,27 +136,6 @@ module Playbook
|
|
136
136
|
merged.deep_merge(data_attributes)
|
137
137
|
end
|
138
138
|
|
139
|
-
# Custom react_component helper to replace Webpacker React
|
140
|
-
# This will render a div with data attributes for the component name and props
|
141
|
-
# The mounting script will look for these divs and mount the appropriate React components
|
142
|
-
# Sister def in app/helpers/react_helper in playbook-website. Any changes here should be reflected there.
|
143
|
-
def react_component(component_name, props = {}, html_options = {})
|
144
|
-
# Convert props to JSON for the data attribute
|
145
|
-
props_json = props.to_json
|
146
|
-
|
147
|
-
# Build the HTML attributes
|
148
|
-
html_attrs = {
|
149
|
-
"data-pb-react-component" => component_name,
|
150
|
-
"data-pb-react-props" => props_json,
|
151
|
-
}
|
152
|
-
|
153
|
-
# Merge with any additional HTML options
|
154
|
-
html_attrs.merge!(html_options)
|
155
|
-
|
156
|
-
# Return the div element
|
157
|
-
content_tag(:div, "", html_attrs)
|
158
|
-
end
|
159
|
-
|
160
139
|
def global_inline_props
|
161
140
|
{
|
162
141
|
height: height,
|
@@ -193,7 +172,7 @@ module Playbook
|
|
193
172
|
end
|
194
173
|
|
195
174
|
def dynamic_inline_props
|
196
|
-
styles = global_inline_props.map { |key, value| "#{key.to_s.
|
175
|
+
styles = global_inline_props.map { |key, value| "#{key.to_s.gsub('_', '-')}: #{value}" if inline_validator(key, value) }.compact
|
197
176
|
styles.join("; ").presence
|
198
177
|
end
|
199
178
|
|
data/lib/playbook/version.rb
CHANGED
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: 15.0.0
|
4
|
+
version: 15.0.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: 2025-09-
|
12
|
+
date: 2025-09-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -53,6 +53,20 @@ dependencies:
|
|
53
53
|
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: 5.2.4.5
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: react-rails
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - '='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 2.6.1
|
63
|
+
type: :runtime
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - '='
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 2.6.1
|
56
70
|
- !ruby/object:Gem::Dependency
|
57
71
|
name: view_component
|
58
72
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,19 +82,19 @@ dependencies:
|
|
68
82
|
- !ruby/object:Gem::Version
|
69
83
|
version: 2.83.0
|
70
84
|
- !ruby/object:Gem::Dependency
|
71
|
-
name:
|
85
|
+
name: webpacker-react
|
72
86
|
requirement: !ruby/object:Gem::Requirement
|
73
87
|
requirements:
|
74
|
-
- - "
|
88
|
+
- - "~>"
|
75
89
|
- !ruby/object:Gem::Version
|
76
|
-
version:
|
90
|
+
version: 0.3.2
|
77
91
|
type: :runtime
|
78
92
|
prerelease: false
|
79
93
|
version_requirements: !ruby/object:Gem::Requirement
|
80
94
|
requirements:
|
81
|
-
- - "
|
95
|
+
- - "~>"
|
82
96
|
- !ruby/object:Gem::Version
|
83
|
-
version:
|
97
|
+
version: 0.3.2
|
84
98
|
- !ruby/object:Gem::Dependency
|
85
99
|
name: brakeman
|
86
100
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1206,6 +1220,7 @@ files:
|
|
1206
1220
|
- app/pb_kits/playbook/pb_dialog/dialog.html.erb
|
1207
1221
|
- app/pb_kits/playbook/pb_dialog/dialog.rb
|
1208
1222
|
- app/pb_kits/playbook/pb_dialog/dialog.test.jsx
|
1223
|
+
- app/pb_kits/playbook/pb_dialog/dialogHelper.js
|
1209
1224
|
- app/pb_kits/playbook/pb_dialog/dialog_body.html.erb
|
1210
1225
|
- app/pb_kits/playbook/pb_dialog/dialog_body.rb
|
1211
1226
|
- app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb
|
@@ -2076,8 +2091,6 @@ files:
|
|
2076
2091
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.jsx
|
2077
2092
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.html.erb
|
2078
2093
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.jsx
|
2079
|
-
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb
|
2080
|
-
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx
|
2081
2094
|
- app/pb_kits/playbook/pb_loading_inline/docs/example.yml
|
2082
2095
|
- app/pb_kits/playbook/pb_loading_inline/docs/index.js
|
2083
2096
|
- app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb
|
@@ -2401,71 +2414,6 @@ files:
|
|
2401
2414
|
- app/pb_kits/playbook/pb_passphrase/passphrase.html.erb
|
2402
2415
|
- app/pb_kits/playbook/pb_passphrase/passphrase.rb
|
2403
2416
|
- app/pb_kits/playbook/pb_passphrase/passphrase.test.jsx
|
2404
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss
|
2405
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx
|
2406
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb
|
2407
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx
|
2408
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md
|
2409
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md
|
2410
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb
|
2411
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx
|
2412
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb
|
2413
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx
|
2414
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md
|
2415
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.html.erb
|
2416
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx
|
2417
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.html.erb
|
2418
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx
|
2419
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx
|
2420
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb
|
2421
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx
|
2422
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb
|
2423
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx
|
2424
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb
|
2425
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx
|
2426
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.html.erb
|
2427
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx
|
2428
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.md
|
2429
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.html.erb
|
2430
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx
|
2431
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml
|
2432
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js
|
2433
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts
|
2434
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb
|
2435
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb
|
2436
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx
|
2437
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss
|
2438
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx
|
2439
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb
|
2440
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx
|
2441
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb
|
2442
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx
|
2443
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md
|
2444
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb
|
2445
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx
|
2446
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md
|
2447
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb
|
2448
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx
|
2449
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md
|
2450
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb
|
2451
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx
|
2452
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb
|
2453
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx
|
2454
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb
|
2455
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx
|
2456
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb
|
2457
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx
|
2458
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx
|
2459
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb
|
2460
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx
|
2461
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb
|
2462
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx
|
2463
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml
|
2464
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js
|
2465
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts
|
2466
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb
|
2467
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb
|
2468
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx
|
2469
2417
|
- app/pb_kits/playbook/pb_person/_person.scss
|
2470
2418
|
- app/pb_kits/playbook/pb_person/_person.tsx
|
2471
2419
|
- app/pb_kits/playbook/pb_person/docs/_description.md
|
@@ -3163,9 +3111,6 @@ files:
|
|
3163
3111
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.html.erb
|
3164
3112
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx
|
3165
3113
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on_swift.md
|
3166
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb
|
3167
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx
|
3168
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md
|
3169
3114
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.html.erb
|
3170
3115
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.jsx
|
3171
3116
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
|
@@ -3675,13 +3620,12 @@ files:
|
|
3675
3620
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3676
3621
|
- app/pb_kits/playbook/utilities/text.ts
|
3677
3622
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3678
|
-
- dist/chunks/_line_graph-
|
3679
|
-
- dist/chunks/_typeahead-
|
3680
|
-
- dist/chunks/_weekday_stacked-
|
3681
|
-
- dist/chunks/componentRegistry-DzmmLR2x.js
|
3623
|
+
- dist/chunks/_line_graph-CIyKqNGy.js
|
3624
|
+
- dist/chunks/_typeahead-B-mDRLxH.js
|
3625
|
+
- dist/chunks/_weekday_stacked-B_lp1Spt.js
|
3682
3626
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3683
|
-
- dist/chunks/lib-
|
3684
|
-
- dist/chunks/pb_form_validation-
|
3627
|
+
- dist/chunks/lib-DgtxnJqa.js
|
3628
|
+
- dist/chunks/pb_form_validation-_NsOWfBS.js
|
3685
3629
|
- dist/chunks/vendor.js
|
3686
3630
|
- dist/menu.yml
|
3687
3631
|
- dist/playbook-doc.js
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { LoadingInline } from 'playbook-ui'
|
3
|
-
|
4
|
-
const LoadingInlineVariant = (props) => {
|
5
|
-
return (
|
6
|
-
<div>
|
7
|
-
<LoadingInline
|
8
|
-
text=" Dotted Spinner"
|
9
|
-
variant="dotted"
|
10
|
-
{...props}
|
11
|
-
/>
|
12
|
-
|
13
|
-
<br />
|
14
|
-
|
15
|
-
<LoadingInline
|
16
|
-
text=" Solid Spinner"
|
17
|
-
variant="solid"
|
18
|
-
{...props}
|
19
|
-
/>
|
20
|
-
</div>
|
21
|
-
)
|
22
|
-
}
|
23
|
-
|
24
|
-
export default LoadingInlineVariant
|
File without changes
|
@@ -1,62 +0,0 @@
|
|
1
|
-
import React, { useMemo } from "react"
|
2
|
-
import { globalProps } from "../utilities/globalProps";
|
3
|
-
import { buildAriaProps, buildDataProps, buildHtmlProps } from "../utilities/props";
|
4
|
-
import Highcharts from "highcharts"
|
5
|
-
import HighchartsReact from "highcharts-react-official"
|
6
|
-
|
7
|
-
import pbBarGraphTheme from "./pbBarGraphTheme"
|
8
|
-
|
9
|
-
import classnames from "classnames";
|
10
|
-
|
11
|
-
type PbBarGraphProps = {
|
12
|
-
|
13
|
-
options: Record<string, unknown>
|
14
|
-
className?: string
|
15
|
-
aria?: { [key: string]: string };
|
16
|
-
data?: { [key: string]: string };
|
17
|
-
id: string;
|
18
|
-
htmlOptions?: {[key: string]: string | number | boolean | (() => void)};
|
19
|
-
}
|
20
|
-
|
21
|
-
const PbBarGraph = ({
|
22
|
-
aria = {},
|
23
|
-
data = {},
|
24
|
-
id,
|
25
|
-
htmlOptions = {},
|
26
|
-
options,
|
27
|
-
className = "pb_pb_bar_graph",
|
28
|
-
}: PbBarGraphProps): React.ReactElement => {
|
29
|
-
|
30
|
-
const ariaProps = buildAriaProps(aria);
|
31
|
-
const dataProps = buildDataProps(data)
|
32
|
-
const htmlProps = buildHtmlProps(htmlOptions);
|
33
|
-
|
34
|
-
const mergedOptions = useMemo(() => {
|
35
|
-
if (!options || typeof options !== "object") {
|
36
|
-
// eslint-disable-next-line no-console
|
37
|
-
console.error("❌ Invalid options passed to <BarGraph />", options)
|
38
|
-
return {}
|
39
|
-
}
|
40
|
-
|
41
|
-
return Highcharts.merge({}, pbBarGraphTheme, options)
|
42
|
-
}, [options])
|
43
|
-
|
44
|
-
return (
|
45
|
-
|
46
|
-
<div>
|
47
|
-
<HighchartsReact
|
48
|
-
containerProps={{
|
49
|
-
className: classnames(globalProps, className),
|
50
|
-
id: id,
|
51
|
-
...ariaProps,
|
52
|
-
...dataProps,
|
53
|
-
...htmlProps
|
54
|
-
}}
|
55
|
-
highcharts={Highcharts}
|
56
|
-
options={mergedOptions}
|
57
|
-
/>
|
58
|
-
</div>
|
59
|
-
)
|
60
|
-
}
|
61
|
-
|
62
|
-
export default PbBarGraph
|
@@ -1,35 +0,0 @@
|
|
1
|
-
<% chart_data = [{
|
2
|
-
name: 'Installation',
|
3
|
-
data: [1475,200,3000,654,656]
|
4
|
-
}, {
|
5
|
-
name: 'Manufacturing',
|
6
|
-
data: [4434,524,2320,440,500]
|
7
|
-
}, {
|
8
|
-
name: 'Sales & Distribution',
|
9
|
-
data: [3387,743,1344,434,440,]
|
10
|
-
}, {
|
11
|
-
name: 'Project Development',
|
12
|
-
data: [3227,878,999,780,1000]
|
13
|
-
}, {
|
14
|
-
name: 'Other',
|
15
|
-
data: [1111,677,3245,500,200]
|
16
|
-
}] %>
|
17
|
-
|
18
|
-
<% chart_options = {
|
19
|
-
series: chart_data,
|
20
|
-
title: {
|
21
|
-
text: "Bar Graph with Custom Data Colors",
|
22
|
-
},
|
23
|
-
xAxis: {
|
24
|
-
categories: ["Jan", "Feb", "Mar", "Apr", "May"],
|
25
|
-
},
|
26
|
-
yAxis: {
|
27
|
-
title: {
|
28
|
-
text: "Number of Employees",
|
29
|
-
},
|
30
|
-
},
|
31
|
-
colors: ['#1CA05C', '#FD804C', '#144075', '#00C4D7', '#DA0014'],
|
32
|
-
}
|
33
|
-
%>
|
34
|
-
|
35
|
-
<%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
|
@@ -1,49 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { PbBarGraph } from 'playbook-ui'
|
3
|
-
import colors from '../../tokens/exports/_colors.module.scss'
|
4
|
-
|
5
|
-
const chartData = [{
|
6
|
-
name: 'Installation',
|
7
|
-
data: [1475, 200, 3000, 654, 656],
|
8
|
-
}, {
|
9
|
-
name: 'Manufacturing',
|
10
|
-
data: [4434, 524, 2320, 440, 500],
|
11
|
-
}, {
|
12
|
-
name: 'Sales & Distribution',
|
13
|
-
data: [3387, 743, 1344, 434, 440],
|
14
|
-
}, {
|
15
|
-
name: 'Project Development',
|
16
|
-
data: [3227, 878, 999, 780, 1000],
|
17
|
-
}, {
|
18
|
-
name: 'Other',
|
19
|
-
data: [1111, 677, 3245, 500, 200],
|
20
|
-
}]
|
21
|
-
|
22
|
-
const chartOptions = {
|
23
|
-
series: chartData,
|
24
|
-
title: {
|
25
|
-
text: "Bar Graph with Custom Data Colors",
|
26
|
-
},
|
27
|
-
xAxis: {
|
28
|
-
categories: ["Jan", "Feb", "Mar", "Apr", "May"],
|
29
|
-
},
|
30
|
-
yAxis: {
|
31
|
-
title: {
|
32
|
-
text: "Number of Employees",
|
33
|
-
},
|
34
|
-
},
|
35
|
-
colors: [colors.data_4, colors.data_5, colors.data_6, colors.data_7, colors.data_8],
|
36
|
-
}
|
37
|
-
|
38
|
-
const PbBarGraphColors = () => {
|
39
|
-
|
40
|
-
return (
|
41
|
-
<div>
|
42
|
-
<PbBarGraph
|
43
|
-
options={chartOptions}
|
44
|
-
/>
|
45
|
-
</div>
|
46
|
-
)
|
47
|
-
}
|
48
|
-
|
49
|
-
export default PbBarGraphColors
|
@@ -1 +0,0 @@
|
|
1
|
-
Custom data colors allow for color customization to match the needs of business requirements. To accomplish this, you can use hex values.
|
@@ -1,38 +0,0 @@
|
|
1
|
-
<% chart_data = [{
|
2
|
-
name: 'Installation',
|
3
|
-
data: [1475,200,3000,654,656]
|
4
|
-
}, {
|
5
|
-
name: 'Manufacturing',
|
6
|
-
data: [4434,524,2320,440,500]
|
7
|
-
}, {
|
8
|
-
name: 'Sales & Distribution',
|
9
|
-
data: [3387,743,1344,434,440,]
|
10
|
-
}, {
|
11
|
-
name: 'Project Development',
|
12
|
-
data: [3227,878,999,780,1000]
|
13
|
-
}, {
|
14
|
-
name: 'Other',
|
15
|
-
data: [1111,677,3245,500,200]
|
16
|
-
}] %>
|
17
|
-
|
18
|
-
|
19
|
-
<% chart_options = {
|
20
|
-
series: chart_data,
|
21
|
-
title: {
|
22
|
-
text: 'Solar Employment Growth by Sector, 2010-2016',
|
23
|
-
},
|
24
|
-
subtitle: {
|
25
|
-
text: 'Source: thesolarfoundation.com',
|
26
|
-
},
|
27
|
-
xAxis: {
|
28
|
-
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May'],
|
29
|
-
},
|
30
|
-
yAxis: {
|
31
|
-
title: {
|
32
|
-
text: 'Number of Employees',
|
33
|
-
},
|
34
|
-
},
|
35
|
-
}
|
36
|
-
%>
|
37
|
-
|
38
|
-
<%= pb_rails("pb_bar_graph", props: {options: chart_options}) %>
|
@@ -1,51 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { PbBarGraph } from 'playbook-ui'
|
3
|
-
|
4
|
-
const chartData = [{
|
5
|
-
name: 'Installation',
|
6
|
-
data: [1475, 200, 3000, 654, 656],
|
7
|
-
}, {
|
8
|
-
name: 'Manufacturing',
|
9
|
-
data: [4434, 524, 2320, 440, 500],
|
10
|
-
}, {
|
11
|
-
name: 'Sales & Distribution',
|
12
|
-
data: [3387, 743, 1344, 434, 440],
|
13
|
-
}, {
|
14
|
-
name: 'Project Development',
|
15
|
-
data: [3227, 878, 999, 780, 1000],
|
16
|
-
}, {
|
17
|
-
name: 'Other',
|
18
|
-
data: [1111, 677, 3245, 500, 200],
|
19
|
-
}]
|
20
|
-
|
21
|
-
const chartOptions = {
|
22
|
-
series: chartData,
|
23
|
-
title: {
|
24
|
-
text: 'Solar Employment Growth by Sector, 2010-2016',
|
25
|
-
},
|
26
|
-
subtitle: {
|
27
|
-
text: 'Source: thesolarfoundation.com',
|
28
|
-
},
|
29
|
-
xAxis: {
|
30
|
-
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May'],
|
31
|
-
},
|
32
|
-
yAxis: {
|
33
|
-
title: {
|
34
|
-
text: 'Number of Employees',
|
35
|
-
},
|
36
|
-
},
|
37
|
-
}
|
38
|
-
|
39
|
-
const PbBarGraphDefault = (props) => {
|
40
|
-
|
41
|
-
return (
|
42
|
-
<div>
|
43
|
-
<PbBarGraph
|
44
|
-
{...props}
|
45
|
-
options={chartOptions}
|
46
|
-
/>
|
47
|
-
</div>
|
48
|
-
)
|
49
|
-
}
|
50
|
-
|
51
|
-
export default PbBarGraphDefault
|
@@ -1,46 +0,0 @@
|
|
1
|
-
<% chart_data = [{
|
2
|
-
name: 'Number of Installations',
|
3
|
-
data: [1475,200,3000,654,656]
|
4
|
-
}] %>
|
5
|
-
|
6
|
-
<% chart_options_pixel = {
|
7
|
-
chart: {
|
8
|
-
height: "300"
|
9
|
-
},
|
10
|
-
series: chart_data,
|
11
|
-
title: {
|
12
|
-
text: "Fixed Height (300px)",
|
13
|
-
},
|
14
|
-
xAxis: {
|
15
|
-
categories: ["Jan", "Feb", "Mar", "Apr", "May"],
|
16
|
-
},
|
17
|
-
yAxis: {
|
18
|
-
title: {
|
19
|
-
text: "Number of Employees",
|
20
|
-
},
|
21
|
-
}
|
22
|
-
} %>
|
23
|
-
|
24
|
-
<%= pb_rails("pb_bar_graph", props: {options: chart_options_pixel}) %>
|
25
|
-
|
26
|
-
<br /><br />
|
27
|
-
|
28
|
-
<% chart_options_percentage = {
|
29
|
-
chart: {
|
30
|
-
height: "50%"
|
31
|
-
},
|
32
|
-
series: chart_data,
|
33
|
-
title: {
|
34
|
-
text: "Percentage Height (50%)",
|
35
|
-
},
|
36
|
-
xAxis: {
|
37
|
-
categories: ["Jan", "Feb", "Mar", "Apr", "May"],
|
38
|
-
},
|
39
|
-
yAxis: {
|
40
|
-
title: {
|
41
|
-
text: "Number of Employees",
|
42
|
-
},
|
43
|
-
}
|
44
|
-
} %>
|
45
|
-
|
46
|
-
<%= pb_rails("pb_bar_graph", props: {options: chart_options_percentage}) %>
|