playbook_ui_docs 13.3.0 → 13.4.0.pre.alpha.play961turnoffdeprecationwarnings1171
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_two_actions.jsx +3 -3
- 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 +7 -7
- metadata +10 -7
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
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.play961turnoffdeprecationwarnings1171
|
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-09-
|
12
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1415,6 +1415,9 @@ files:
|
|
1415
1415
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
|
1416
1416
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx
|
1417
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
|
1418
1421
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.html.erb
|
1419
1422
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx
|
1420
1423
|
- app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_swift.md
|
@@ -1585,7 +1588,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
1585
1588
|
licenses:
|
1586
1589
|
- ISC
|
1587
1590
|
metadata: {}
|
1588
|
-
post_install_message:
|
1591
|
+
post_install_message:
|
1589
1592
|
rdoc_options: []
|
1590
1593
|
require_paths:
|
1591
1594
|
- lib
|
@@ -1596,12 +1599,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1596
1599
|
version: '0'
|
1597
1600
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1598
1601
|
requirements:
|
1599
|
-
- - "
|
1602
|
+
- - ">"
|
1600
1603
|
- !ruby/object:Gem::Version
|
1601
|
-
version:
|
1604
|
+
version: 1.3.1
|
1602
1605
|
requirements: []
|
1603
1606
|
rubygems_version: 3.3.7
|
1604
|
-
signing_key:
|
1607
|
+
signing_key:
|
1605
1608
|
specification_version: 4
|
1606
1609
|
summary: Playbook Design System Docs
|
1607
1610
|
test_files: []
|