playbook_ui 14.17.0.pre.alpha.play1964tablekitheadertextstylefix7164 → 14.17.0.pre.alpha.playcdntest7233
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_background/_background.scss +26 -0
- data/app/pb_kits/playbook/pb_background/_background.tsx +5 -3
- data/app/pb_kits/playbook/pb_background/background.test.js +5 -0
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx +35 -0
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.md +1 -0
- data/app/pb_kits/playbook/pb_background/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_background/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_draggable/_draggable.scss +43 -20
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.jsx +102 -105
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.md +3 -3
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.jsx +50 -48
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.md +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.jsx +110 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.md +5 -0
- data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_table_react.jsx → _draggable_with_table.jsx} +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md +3 -1
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +9 -6
- data/app/pb_kits/playbook/pb_draggable/docs/index.js +4 -1
- data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +68 -0
- data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableContainer.tsx +4 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb +34 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.html.erb +36 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_rails.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_react.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_table/table.rb +13 -1
- data/app/pb_kits/playbook/pb_table/table_header.rb +13 -1
- data/dist/chunks/{_typeahead-7W5Ha5Td.js → _typeahead-C2GOKWtm.js} +1 -1
- data/dist/chunks/{_weekday_stacked-DSKatW3m.js → _weekday_stacked-CFGTPT0O.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 +1 -1
- metadata +24 -16
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_default_rails.html.erb → _draggable_default.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_default.md → _draggable_default_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_multiple_containers_rails.html.erb → _draggable_multiple_containers.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_multiple_containers.md → _draggable_multiple_containers_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_cards_rails.html.erb → _draggable_with_cards.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_cards.md → _draggable_with_cards_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_list_rails.html.erb → _draggable_with_list.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_list.md → _draggable_with_list_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_selectable_list_rails.html.erb → _draggable_with_selectable_list.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_selectable_list.md → _draggable_with_selectable_list_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_table.md → _draggable_with_table_rails.md} +0 -0
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.17.0.pre.alpha.
|
4
|
+
version: 14.17.0.pre.alpha.playcdntest7233
|
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-04-
|
12
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -421,6 +421,8 @@ files:
|
|
421
421
|
- app/pb_kits/playbook/pb_background/docs/_background_image.md
|
422
422
|
- app/pb_kits/playbook/pb_background/docs/_background_light.html.erb
|
423
423
|
- app/pb_kits/playbook/pb_background/docs/_background_light.jsx
|
424
|
+
- app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx
|
425
|
+
- app/pb_kits/playbook/pb_background/docs/_background_overlay.md
|
424
426
|
- app/pb_kits/playbook/pb_background/docs/_background_size.html.erb
|
425
427
|
- app/pb_kits/playbook/pb_background/docs/_background_size.jsx
|
426
428
|
- app/pb_kits/playbook/pb_background/docs/_background_size.md
|
@@ -1184,33 +1186,35 @@ files:
|
|
1184
1186
|
- app/pb_kits/playbook/pb_draggable/_draggable.tsx
|
1185
1187
|
- app/pb_kits/playbook/pb_draggable/context/index.tsx
|
1186
1188
|
- app/pb_kits/playbook/pb_draggable/context/types.ts
|
1189
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default.html.erb
|
1187
1190
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default.jsx
|
1188
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default.md
|
1189
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default_rails.html.erb
|
1190
1191
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default_rails.md
|
1192
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_default_react.md
|
1191
1193
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.jsx
|
1192
1194
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.md
|
1193
1195
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.jsx
|
1194
1196
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.md
|
1197
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.jsx
|
1198
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.md
|
1199
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.html.erb
|
1195
1200
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx
|
1196
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.md
|
1197
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.html.erb
|
1198
1201
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md
|
1202
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_react.md
|
1203
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.html.erb
|
1199
1204
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.jsx
|
1200
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.md
|
1201
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.html.erb
|
1202
1205
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.md
|
1206
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_react.md
|
1207
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.html.erb
|
1203
1208
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx
|
1204
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md
|
1205
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb
|
1206
1209
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md
|
1210
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_react.md
|
1211
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.html.erb
|
1207
1212
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
|
1208
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
|
1209
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
|
1210
1213
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
|
1214
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_react.md
|
1211
1215
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb
|
1212
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.
|
1213
|
-
- app/pb_kits/playbook/pb_draggable/docs/
|
1216
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.jsx
|
1217
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_rails.md
|
1214
1218
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md
|
1215
1219
|
- app/pb_kits/playbook/pb_draggable/docs/example.yml
|
1216
1220
|
- app/pb_kits/playbook/pb_draggable/docs/index.js
|
@@ -2867,9 +2871,13 @@ files:
|
|
2867
2871
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
2868
2872
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
2869
2873
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
|
2874
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
|
2870
2875
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
|
2876
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
|
2871
2877
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_react.md
|
2878
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.html.erb
|
2872
2879
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.jsx
|
2880
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_rails.md
|
2873
2881
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_react.md
|
2874
2882
|
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
|
2875
2883
|
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
|
@@ -3467,8 +3475,8 @@ files:
|
|
3467
3475
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3468
3476
|
- app/pb_kits/playbook/utilities/text.ts
|
3469
3477
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3470
|
-
- dist/chunks/_typeahead-
|
3471
|
-
- dist/chunks/_weekday_stacked-
|
3478
|
+
- dist/chunks/_typeahead-C2GOKWtm.js
|
3479
|
+
- dist/chunks/_weekday_stacked-CFGTPT0O.js
|
3472
3480
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3473
3481
|
- dist/chunks/lib-BGzBzFZX.js
|
3474
3482
|
- dist/chunks/pb_form_validation-BvNy9Bd6.js
|
File without changes
|
/data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_default.md → _draggable_default_react.md}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|