playbook_ui 13.11.1 → 13.12.0.pre.alpha.PLAY1051removinghighchartsdependency1551
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/_bar_graph.tsx +36 -32
- data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +67 -63
- data/app/pb_kits/playbook/pb_collapsible/collapsible_content.rb +3 -1
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.html.erb +22 -0
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.md +3 -0
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.html.erb +40 -0
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.md +1 -0
- data/app/pb_kits/playbook/pb_collapsible/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_collapsible/index.js +4 -0
- data/app/pb_kits/playbook/pb_gauge/_gauge.tsx +57 -46
- data/app/pb_kits/playbook/pb_icon/docs/_icon_border_swift.md +7 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_default_swift.md +7 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_flip_swift.md +11 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_props_swift.md +8 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_rotate_swift.md +11 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_sizes_swift.md +46 -0
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +8 -0
- data/app/pb_kits/playbook/pb_image/docs/_image_props_swift.md +7 -0
- data/app/pb_kits/playbook/pb_image/docs/_rounded_image_swift.md +47 -0
- data/app/pb_kits/playbook/pb_image/docs/_size_image_swift.md +47 -0
- data/app/pb_kits/playbook/pb_image/docs/_size_none_image_swift.md +15 -0
- data/app/pb_kits/playbook/pb_image/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_label_value/docs/_label_value_default_swift.md +11 -0
- data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_swift.md +72 -0
- data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_swift.md +41 -0
- data/app/pb_kits/playbook/pb_label_value/docs/_label_value_props_swift.md +11 -0
- data/app/pb_kits/playbook/pb_label_value/docs/example.yml +6 -0
- data/app/pb_kits/playbook/pb_line_graph/_line_graph.tsx +39 -34
- data/app/pb_kits/playbook/pb_message/docs/_message_default_swift.md +57 -0
- data/app/pb_kits/playbook/pb_message/docs/_message_props_swift.md +12 -0
- data/app/pb_kits/playbook/pb_message/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children_swift.md +14 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed_swift.md +7 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line_swift.md +8 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_props_swift.md +8 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text_swift.md +7 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical_swift.md +18 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/example.yml +8 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_header.html.erb +4 -4
- data/app/pb_kits/playbook/pb_table/styles/_hover.scss +26 -2
- data/app/pb_kits/playbook/pb_table/styles/_table-dark.scss +1 -17
- data/app/pb_kits/playbook/pb_table/table_header.html.erb +4 -3
- data/app/pb_kits/playbook/pb_table/table_header.rb +28 -5
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_default_swift.md +27 -0
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error_swift.md +11 -0
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift.md +9 -0
- data/app/pb_kits/playbook/pb_textarea/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_tooltip/_tooltip.tsx +25 -9
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_default.html.erb +1 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_default_react.jsx +0 -2
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_delay.jsx +0 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_interaction.jsx +0 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_margin.jsx +0 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.html.erb +1 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.html.erb +39 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.md +5 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.jsx +45 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.md +3 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_tooltip/index.js +6 -0
- data/app/pb_kits/playbook/pb_tooltip/tooltip.rb +2 -1
- data/app/pb_kits/playbook/pb_tooltip/tooltip.test.jsx +34 -0
- data/app/pb_kits/playbook/pb_treemap_chart/_treemap_chart.tsx +33 -28
- data/app/pb_kits/playbook/playbook-doc.js +1 -1
- data/dist/playbook-rails.js +7 -7
- data/lib/playbook/version.rb +2 -2
- metadata +40 -7
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.12.0.pre.alpha.PLAY1051removinghighchartsdependency1551
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-11-
|
12
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -638,6 +638,10 @@ files:
|
|
638
638
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_color.md
|
639
639
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_default.html.erb
|
640
640
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_default.jsx
|
641
|
+
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.html.erb
|
642
|
+
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.md
|
643
|
+
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.html.erb
|
644
|
+
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.md
|
641
645
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.html.erb
|
642
646
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx
|
643
647
|
- app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.md
|
@@ -1217,23 +1221,29 @@ files:
|
|
1217
1221
|
- app/pb_kits/playbook/pb_icon/docs/_icon_animate.md
|
1218
1222
|
- app/pb_kits/playbook/pb_icon/docs/_icon_border.html.erb
|
1219
1223
|
- app/pb_kits/playbook/pb_icon/docs/_icon_border.jsx
|
1224
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_border_swift.md
|
1220
1225
|
- app/pb_kits/playbook/pb_icon/docs/_icon_custom.html.erb
|
1221
1226
|
- app/pb_kits/playbook/pb_icon/docs/_icon_custom.jsx
|
1222
1227
|
- app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
|
1223
1228
|
- app/pb_kits/playbook/pb_icon/docs/_icon_default.html.erb
|
1224
1229
|
- app/pb_kits/playbook/pb_icon/docs/_icon_default.jsx
|
1230
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_default_swift.md
|
1225
1231
|
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.html.erb
|
1226
1232
|
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.jsx
|
1227
1233
|
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
|
1228
1234
|
- app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
|
1229
1235
|
- app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
|
1236
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_flip_swift.md
|
1237
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_props_swift.md
|
1230
1238
|
- app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
|
1231
1239
|
- app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
|
1232
1240
|
- app/pb_kits/playbook/pb_icon/docs/_icon_pull.md
|
1233
1241
|
- app/pb_kits/playbook/pb_icon/docs/_icon_rotate.html.erb
|
1234
1242
|
- app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
|
1243
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_rotate_swift.md
|
1235
1244
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.html.erb
|
1236
1245
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.jsx
|
1246
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes_swift.md
|
1237
1247
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
1238
1248
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
1239
1249
|
- app/pb_kits/playbook/pb_icon/icon.html.erb
|
@@ -1296,8 +1306,12 @@ files:
|
|
1296
1306
|
- app/pb_kits/playbook/pb_image/docs/_default_image.html.erb
|
1297
1307
|
- app/pb_kits/playbook/pb_image/docs/_default_image.jsx
|
1298
1308
|
- app/pb_kits/playbook/pb_image/docs/_description.md
|
1309
|
+
- app/pb_kits/playbook/pb_image/docs/_image_props_swift.md
|
1299
1310
|
- app/pb_kits/playbook/pb_image/docs/_rounded_image.html.erb
|
1300
1311
|
- app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
|
1312
|
+
- app/pb_kits/playbook/pb_image/docs/_rounded_image_swift.md
|
1313
|
+
- app/pb_kits/playbook/pb_image/docs/_size_image_swift.md
|
1314
|
+
- app/pb_kits/playbook/pb_image/docs/_size_none_image_swift.md
|
1301
1315
|
- app/pb_kits/playbook/pb_image/docs/_transition_image.html.erb
|
1302
1316
|
- app/pb_kits/playbook/pb_image/docs/_transition_image.jsx
|
1303
1317
|
- app/pb_kits/playbook/pb_image/docs/_transition_image.md
|
@@ -1326,11 +1340,15 @@ files:
|
|
1326
1340
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_default.html.erb
|
1327
1341
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_default.jsx
|
1328
1342
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_default.md
|
1343
|
+
- app/pb_kits/playbook/pb_label_value/docs/_label_value_default_swift.md
|
1329
1344
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details.html.erb
|
1330
1345
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details.jsx
|
1331
1346
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details.md
|
1332
1347
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.html.erb
|
1333
1348
|
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.jsx
|
1349
|
+
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_swift.md
|
1350
|
+
- app/pb_kits/playbook/pb_label_value/docs/_label_value_details_swift.md
|
1351
|
+
- app/pb_kits/playbook/pb_label_value/docs/_label_value_props_swift.md
|
1334
1352
|
- app/pb_kits/playbook/pb_label_value/docs/example.yml
|
1335
1353
|
- app/pb_kits/playbook/pb_label_value/docs/index.js
|
1336
1354
|
- app/pb_kits/playbook/pb_label_value/label_value.html.erb
|
@@ -1501,11 +1519,13 @@ files:
|
|
1501
1519
|
- app/pb_kits/playbook/pb_message/docs/_message_default.html.erb
|
1502
1520
|
- app/pb_kits/playbook/pb_message/docs/_message_default.jsx
|
1503
1521
|
- app/pb_kits/playbook/pb_message/docs/_message_default.md
|
1522
|
+
- app/pb_kits/playbook/pb_message/docs/_message_default_swift.md
|
1504
1523
|
- app/pb_kits/playbook/pb_message/docs/_message_hover.html.erb
|
1505
1524
|
- app/pb_kits/playbook/pb_message/docs/_message_hover.jsx
|
1506
1525
|
- app/pb_kits/playbook/pb_message/docs/_message_mentions.html.erb
|
1507
1526
|
- app/pb_kits/playbook/pb_message/docs/_message_mentions.jsx
|
1508
1527
|
- app/pb_kits/playbook/pb_message/docs/_message_mentions.md
|
1528
|
+
- app/pb_kits/playbook/pb_message/docs/_message_props_swift.md
|
1509
1529
|
- app/pb_kits/playbook/pb_message/docs/_message_timestamp.html.erb
|
1510
1530
|
- app/pb_kits/playbook/pb_message/docs/_message_timestamp.jsx
|
1511
1531
|
- app/pb_kits/playbook/pb_message/docs/example.yml
|
@@ -1902,14 +1922,20 @@ files:
|
|
1902
1922
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb
|
1903
1923
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
|
1904
1924
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.md
|
1925
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children_swift.md
|
1905
1926
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed.html.erb
|
1906
1927
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed.jsx
|
1928
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed_swift.md
|
1907
1929
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line.html.erb
|
1908
1930
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line.jsx
|
1931
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line_swift.md
|
1932
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_props_swift.md
|
1909
1933
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text.html.erb
|
1910
1934
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text.jsx
|
1935
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text_swift.md
|
1911
1936
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical.html.erb
|
1912
1937
|
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical.jsx
|
1938
|
+
- app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical_swift.md
|
1913
1939
|
- app/pb_kits/playbook/pb_section_separator/docs/example.yml
|
1914
1940
|
- app/pb_kits/playbook/pb_section_separator/docs/index.js
|
1915
1941
|
- app/pb_kits/playbook/pb_section_separator/section_separator.html.erb
|
@@ -2207,11 +2233,14 @@ files:
|
|
2207
2233
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_custom.jsx
|
2208
2234
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_default.html.erb
|
2209
2235
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_default.jsx
|
2236
|
+
- app/pb_kits/playbook/pb_textarea/docs/_textarea_default_swift.md
|
2210
2237
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_error.html.erb
|
2211
2238
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_error.jsx
|
2212
2239
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_error.md
|
2240
|
+
- app/pb_kits/playbook/pb_textarea/docs/_textarea_error_swift.md
|
2213
2241
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.html.erb
|
2214
2242
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.jsx
|
2243
|
+
- app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift.md
|
2215
2244
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.html.erb
|
2216
2245
|
- app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.jsx
|
2217
2246
|
- app/pb_kits/playbook/pb_textarea/docs/example.yml
|
@@ -2393,6 +2422,10 @@ files:
|
|
2393
2422
|
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_margin.md
|
2394
2423
|
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.html.erb
|
2395
2424
|
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.md
|
2425
|
+
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.html.erb
|
2426
|
+
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.md
|
2427
|
+
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.jsx
|
2428
|
+
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.md
|
2396
2429
|
- app/pb_kits/playbook/pb_tooltip/docs/_tooltip_with_icon_circle.html.erb
|
2397
2430
|
- app/pb_kits/playbook/pb_tooltip/docs/example.yml
|
2398
2431
|
- app/pb_kits/playbook/pb_tooltip/docs/index.js
|
@@ -2677,7 +2710,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
2677
2710
|
licenses:
|
2678
2711
|
- ISC
|
2679
2712
|
metadata: {}
|
2680
|
-
post_install_message:
|
2713
|
+
post_install_message:
|
2681
2714
|
rdoc_options: []
|
2682
2715
|
require_paths:
|
2683
2716
|
- lib
|
@@ -2688,12 +2721,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2688
2721
|
version: '0'
|
2689
2722
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2690
2723
|
requirements:
|
2691
|
-
- - "
|
2724
|
+
- - ">"
|
2692
2725
|
- !ruby/object:Gem::Version
|
2693
|
-
version:
|
2726
|
+
version: 1.3.1
|
2694
2727
|
requirements: []
|
2695
2728
|
rubygems_version: 3.3.7
|
2696
|
-
signing_key:
|
2729
|
+
signing_key:
|
2697
2730
|
specification_version: 4
|
2698
2731
|
summary: Playbook Design System
|
2699
2732
|
test_files: []
|