playbook_ui_docs 13.2.0.pre.alpha.PLAY986dateTimeRounding1150 → 13.4.0.pre.alpha.PLAY973Hash1181
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_table/docs/_table_header.html.erb +54 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_header.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.jsx +3 -3
- data/app/pb_kits/playbook/pb_table/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +21 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +36 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/index.js +1 -0
- data/dist/playbook-doc.js +9 -9
- 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.
|
4
|
+
version: 13.4.0.pre.alpha.PLAY973Hash1181
|
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: 2023-09-
|
12
|
+
date: 2023-09-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1284,6 +1284,8 @@ files:
|
|
1284
1284
|
- app/pb_kits/playbook/pb_table/docs/_table_data_table.md
|
1285
1285
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.html.erb
|
1286
1286
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
|
1287
|
+
- app/pb_kits/playbook/pb_table/docs/_table_header.html.erb
|
1288
|
+
- app/pb_kits/playbook/pb_table/docs/_table_header.md
|
1287
1289
|
- app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
|
1288
1290
|
- app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.jsx
|
1289
1291
|
- app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.md
|
@@ -1413,6 +1415,9 @@ files:
|
|
1413
1415
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
|
1414
1416
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx
|
1415
1417
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones_swift.md
|
1418
|
+
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb
|
1419
|
+
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
|
1420
|
+
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.md
|
1416
1421
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.html.erb
|
1417
1422
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx
|
1418
1423
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_swift.md
|