playbook_ui 15.2.0 → 15.3.0.pre.rc.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/pb_button/_button.scss +6 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb +7 -3
- data/app/pb_kits/playbook/pb_button/docs/_button_loading.jsx +29 -0
- data/app/pb_kits/playbook/pb_draggable/_draggable.scss +8 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +105 -22
- data/app/pb_kits/playbook/pb_timeline/_timeline.scss +250 -233
- data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
- data/app/pb_kits/playbook/pb_timeline/timeline.test.js +2 -2
- data/dist/chunks/{_line_graph-ByLTvO72.js → _line_graph-DY4PK6AH.js} +1 -1
- data/dist/chunks/_typeahead-fQDb_yVO.js +6 -0
- data/dist/chunks/{_weekday_stacked-CB1Sm0pQ.js → _weekday_stacked-D_bGbWtk.js} +2 -2
- data/dist/chunks/{lib-izYrkvOQ.js → lib-QZuu1ltS.js} +2 -2
- data/dist/chunks/{pb_form_validation-Cah5Z5J3.js → pb_form_validation-CleM960_.js} +1 -1
- data/dist/chunks/vendor.js +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 +2 -2
- metadata +7 -7
- data/dist/chunks/_typeahead-DXZQU3hC.js +0 -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: 15.
|
4
|
+
version: 15.3.0.pre.rc.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-10-
|
12
|
+
date: 2025-10-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -3708,13 +3708,13 @@ files:
|
|
3708
3708
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3709
3709
|
- app/pb_kits/playbook/utilities/text.ts
|
3710
3710
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3711
|
-
- dist/chunks/_line_graph-
|
3712
|
-
- dist/chunks/_typeahead-
|
3713
|
-
- dist/chunks/_weekday_stacked-
|
3711
|
+
- dist/chunks/_line_graph-DY4PK6AH.js
|
3712
|
+
- dist/chunks/_typeahead-fQDb_yVO.js
|
3713
|
+
- dist/chunks/_weekday_stacked-D_bGbWtk.js
|
3714
3714
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
3715
3715
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3716
|
-
- dist/chunks/lib-
|
3717
|
-
- dist/chunks/pb_form_validation-
|
3716
|
+
- dist/chunks/lib-QZuu1ltS.js
|
3717
|
+
- dist/chunks/pb_form_validation-CleM960_.js
|
3718
3718
|
- dist/chunks/vendor.js
|
3719
3719
|
- dist/menu.yml
|
3720
3720
|
- dist/playbook-doc.js
|