playbook_ui_docs 14.8.0.pre.alpha.PLAY16254545 → 14.8.0.pre.alpha.pbntr661createstickyleftprop4612
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_checkbox/docs/_checkbox_indeterminate.html.erb +84 -7
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx +87 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +4 -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: 14.8.0.pre.alpha.
|
4
|
+
version: 14.8.0.pre.alpha.pbntr661createstickyleftprop4612
|
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-11-
|
12
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1735,6 +1735,8 @@ files:
|
|
1735
1735
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1736
1736
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1737
1737
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1738
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
1739
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
|
1738
1740
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
1739
1741
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|
1740
1742
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.md
|