playbook_ui_docs 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305 → 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2342
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_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +15 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +62 -45
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.html.erb +34 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md +7 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb +34 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx +20 -0
- data/app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md +30 -0
- data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +2 -1
- data/app/pb_kits/playbook/pb_user/docs/example.yml +1 -0
- data/dist/playbook-doc.js +4 -4
- metadata +7 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.19.0.pre.alpha.
|
4
|
+
version: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2342
|
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-03-
|
12
|
+
date: 2024-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1490,6 +1490,10 @@ files:
|
|
1490
1490
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1491
1491
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1492
1492
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1493
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.html.erb
|
1494
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
1495
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|
1496
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.md
|
1493
1497
|
- app/pb_kits/playbook/pb_table/docs/example.yml
|
1494
1498
|
- app/pb_kits/playbook/pb_table/docs/index.js
|
1495
1499
|
- app/pb_kits/playbook/pb_text_input/docs/_description.md
|
@@ -1726,6 +1730,7 @@ files:
|
|
1726
1730
|
- app/pb_kits/playbook/pb_user/docs/_user_default.html.erb
|
1727
1731
|
- app/pb_kits/playbook/pb_user/docs/_user_default.jsx
|
1728
1732
|
- app/pb_kits/playbook/pb_user/docs/_user_horizontal_swift.md
|
1733
|
+
- app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md
|
1729
1734
|
- app/pb_kits/playbook/pb_user/docs/_user_props_table.md
|
1730
1735
|
- app/pb_kits/playbook/pb_user/docs/_user_size.html.erb
|
1731
1736
|
- app/pb_kits/playbook/pb_user/docs/_user_size.jsx
|