playbook_ui 14.9.0.pre.alpha.play1703errorstatealignment4889 → 14.9.0.pre.alpha.play1703errorstatealignment4991
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +53 -49
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
- data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +9 -4
- data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.tsx +2 -2
- data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleMain.tsx +2 -2
- data/app/pb_kits/playbook/pb_form_group/_error_state_mixin.scss +49 -0
- data/app/pb_kits/playbook/pb_form_group/_form_group.scss +46 -12
- data/app/pb_kits/playbook/pb_link/_link.scss +3 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
- data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +35 -3
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx +88 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_text_input/inputMask.ts +64 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +139 -2
- data/dist/chunks/_typeahead-l1kq1p9m.js +22 -0
- data/dist/chunks/_weekday_stacked-B28kYXl9.js +45 -0
- data/dist/chunks/{lib-CVPInSs5.js → lib-CuCy3_xO.js} +3 -3
- data/dist/chunks/{pb_form_validation-CDLJ5eAG.js → pb_form_validation-D37k10a0.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -1
- data/dist/playbook-doc.js +1 -1
- 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/version.rb +1 -1
- metadata +20 -6
- data/dist/chunks/_typeahead-4sdDeM4X.js +0 -22
- data/dist/chunks/_weekday_stacked-CblTZ9cd.js +0 -45
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: 14.9.0.pre.alpha.
|
4
|
+
version: 14.9.0.pre.alpha.play1703errorstatealignment4991
|
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: 2024-12-
|
12
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1370,6 +1370,7 @@ files:
|
|
1370
1370
|
- app/pb_kits/playbook/pb_form/form.rb
|
1371
1371
|
- app/pb_kits/playbook/pb_form/formHelper.js
|
1372
1372
|
- app/pb_kits/playbook/pb_form/pb_form_validation.js
|
1373
|
+
- app/pb_kits/playbook/pb_form_group/_error_state_mixin.scss
|
1373
1374
|
- app/pb_kits/playbook/pb_form_group/_form_group.scss
|
1374
1375
|
- app/pb_kits/playbook/pb_form_group/_form_group.tsx
|
1375
1376
|
- app/pb_kits/playbook/pb_form_group/docs/_form_group_button.html.erb
|
@@ -2633,6 +2634,16 @@ files:
|
|
2633
2634
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
2634
2635
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
2635
2636
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
2637
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
2638
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
|
2639
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
2640
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
|
2641
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
2642
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
|
2643
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
|
2644
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
|
2645
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
|
2646
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
2636
2647
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
2637
2648
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
2638
2649
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|
@@ -2645,6 +2656,7 @@ files:
|
|
2645
2656
|
- app/pb_kits/playbook/pb_table/index.ts
|
2646
2657
|
- app/pb_kits/playbook/pb_table/styles/_alignment.scss
|
2647
2658
|
- app/pb_kits/playbook/pb_table/styles/_all.scss
|
2659
|
+
- app/pb_kits/playbook/pb_table/styles/_collapsible.scss
|
2648
2660
|
- app/pb_kits/playbook/pb_table/styles/_content.scss
|
2649
2661
|
- app/pb_kits/playbook/pb_table/styles/_desktop_collapse.scss
|
2650
2662
|
- app/pb_kits/playbook/pb_table/styles/_headers.scss
|
@@ -2708,12 +2720,14 @@ files:
|
|
2708
2720
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
|
2709
2721
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
|
2710
2722
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
|
2723
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx
|
2711
2724
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
|
2712
2725
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
2713
2726
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|
2714
2727
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
|
2715
2728
|
- app/pb_kits/playbook/pb_text_input/docs/example.yml
|
2716
2729
|
- app/pb_kits/playbook/pb_text_input/docs/index.js
|
2730
|
+
- app/pb_kits/playbook/pb_text_input/inputMask.ts
|
2717
2731
|
- app/pb_kits/playbook/pb_text_input/text_input.html.erb
|
2718
2732
|
- app/pb_kits/playbook/pb_text_input/text_input.rb
|
2719
2733
|
- app/pb_kits/playbook/pb_text_input/text_input.test.js
|
@@ -3190,11 +3204,11 @@ files:
|
|
3190
3204
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3191
3205
|
- app/pb_kits/playbook/utilities/text.ts
|
3192
3206
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3193
|
-
- dist/chunks/_typeahead-
|
3194
|
-
- dist/chunks/_weekday_stacked-
|
3207
|
+
- dist/chunks/_typeahead-l1kq1p9m.js
|
3208
|
+
- dist/chunks/_weekday_stacked-B28kYXl9.js
|
3195
3209
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3196
|
-
- dist/chunks/lib-
|
3197
|
-
- dist/chunks/pb_form_validation-
|
3210
|
+
- dist/chunks/lib-CuCy3_xO.js
|
3211
|
+
- dist/chunks/pb_form_validation-D37k10a0.js
|
3198
3212
|
- dist/chunks/vendor.js
|
3199
3213
|
- dist/menu.yml
|
3200
3214
|
- dist/playbook-doc.js
|