playbook_ui_docs 13.16.0.pre.alpha.PBNTR177NewAdvancedTableKit2035 → 13.16.0.pre.alpha.PBNTR181stripedtable2103
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_advanced_table/docs/_advanced_table_default.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb +48 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_striped.jsx +58 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_striped.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
- data/dist/pb_doc_helper.rb +6 -4
- data/dist/playbook-doc.js +2 -2
- metadata +5 -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.16.0.pre.alpha.
|
4
|
+
version: 13.16.0.pre.alpha.PBNTR181stripedtable2103
|
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-
|
12
|
+
date: 2024-02-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1450,6 +1450,9 @@ files:
|
|
1450
1450
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1451
1451
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1452
1452
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1453
|
+
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
1454
|
+
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|
1455
|
+
- app/pb_kits/playbook/pb_table/docs/_table_striped.md
|
1453
1456
|
- app/pb_kits/playbook/pb_table/docs/_table_two_actions.html.erb
|
1454
1457
|
- app/pb_kits/playbook/pb_table/docs/_table_two_actions.jsx
|
1455
1458
|
- app/pb_kits/playbook/pb_table/docs/_table_two_actions.md
|