playbook_ui 14.20.0.pre.alpha.PLAY22297981 → 14.20.0.pre.alpha.play2168firstcolumnborderbug7988
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/pb_advanced_table/_advanced_table.scss +18 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx +5 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +1 -1
- data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +8 -12
- data/app/pb_kits/playbook/pb_checkbox/checkbox.rb +3 -6
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb +2 -48
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md +1 -0
- data/app/pb_kits/playbook/pb_checkbox/index.js +56 -0
- data/app/pb_kits/playbook/pb_popover/index.ts +4 -9
- data/dist/chunks/{_typeahead-DsBjTkC_.js → _typeahead-CRW6dJbW.js} +1 -1
- data/dist/chunks/{_weekday_stacked-P46uSudZ.js → _weekday_stacked-DoXl8xrB.js} +2 -2
- data/dist/chunks/{lib-D7Va7yqa.js → lib-D5R1BjUn.js} +1 -1
- data/dist/chunks/{pb_form_validation-DSkdRDMf.js → pb_form_validation-BZ2AVAi_.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 +8 -6
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.20.0.pre.alpha.
|
4
|
+
version: 14.20.0.pre.alpha.play2168firstcolumnborderbug7988
|
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-05-
|
12
|
+
date: 2025-05-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -723,6 +723,7 @@ files:
|
|
723
723
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error_swift.md
|
724
724
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb
|
725
725
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx
|
726
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md
|
726
727
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_swift.md
|
727
728
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb
|
728
729
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_props_swift.md
|
@@ -731,6 +732,7 @@ files:
|
|
731
732
|
- app/pb_kits/playbook/pb_checkbox/docs/_description.md
|
732
733
|
- app/pb_kits/playbook/pb_checkbox/docs/example.yml
|
733
734
|
- app/pb_kits/playbook/pb_checkbox/docs/index.js
|
735
|
+
- app/pb_kits/playbook/pb_checkbox/index.js
|
734
736
|
- app/pb_kits/playbook/pb_circle_chart/ChartsTypes.ts
|
735
737
|
- app/pb_kits/playbook/pb_circle_chart/_circle_chart.scss
|
736
738
|
- app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx
|
@@ -3598,11 +3600,11 @@ files:
|
|
3598
3600
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3599
3601
|
- app/pb_kits/playbook/utilities/text.ts
|
3600
3602
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3601
|
-
- dist/chunks/_typeahead-
|
3602
|
-
- dist/chunks/_weekday_stacked-
|
3603
|
+
- dist/chunks/_typeahead-CRW6dJbW.js
|
3604
|
+
- dist/chunks/_weekday_stacked-DoXl8xrB.js
|
3603
3605
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3604
|
-
- dist/chunks/lib-
|
3605
|
-
- dist/chunks/pb_form_validation-
|
3606
|
+
- dist/chunks/lib-D5R1BjUn.js
|
3607
|
+
- dist/chunks/pb_form_validation-BZ2AVAi_.js
|
3606
3608
|
- dist/chunks/vendor.js
|
3607
3609
|
- dist/menu.yml
|
3608
3610
|
- dist/playbook-doc.js
|