playbook_ui_docs 13.18.0.pre.alpha.PLAY12062203 → 13.18.0.pre.alpha.dependabotnpmandyarnpowerhomeplaybookicons001alpha52174
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_filter/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_filter/docs/index.js +0 -1
- data/dist/playbook-doc.js +2 -2
- metadata +2 -4
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.html.erb +0 -42
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.jsx +0 -83
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71575e7bf9a3ed79c880f62bd8dfccdd33e1f7ac5bc112bc41e13f6891f9142c
|
4
|
+
data.tar.gz: 06f0c922dd3e56ef242a7dc2b79493f33e8bb0719f18c23ee939cc38f38bbb79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 907ae48d4c121131da8a7d94ed4a4ba2d02c921d6489aa08325472a45dd32180d57b670bf988b1f2e6fd1bb36ac75da15d621fa2bda81d33514de1404c50958e
|
7
|
+
data.tar.gz: 6ae94995964a8dcaf11bb295673ac9eb6f01109018e57e58be455ce2c7d0425735c20e7ad6694f5e514273c6a4aeddf94fe6d87b495878b754a4112b5f455a10
|
@@ -8,7 +8,6 @@ examples:
|
|
8
8
|
- filter_only: Filter Only
|
9
9
|
- sort_only: Sort Only
|
10
10
|
- filter_max_width: Max Width for Popover Inside of Filter
|
11
|
-
- filter_max_height: Max Height for Popover Inside of Filter
|
12
11
|
- filter_placement: Filter Placement
|
13
12
|
|
14
13
|
react:
|
@@ -19,5 +18,4 @@ examples:
|
|
19
18
|
- filter_only: Filter Only
|
20
19
|
- sort_only: Sort Only
|
21
20
|
- filter_max_width: Max Width for Popover Inside of Filter
|
22
|
-
- filter_max_height: Max Height for Popover Inside of Filter
|
23
21
|
- filter_placement: Filter Placement
|
@@ -5,5 +5,4 @@ export { default as FilterNoBackground } from './_filter_no_background.jsx'
|
|
5
5
|
export { default as FilterOnly } from './_filter_only.jsx'
|
6
6
|
export { default as SortOnly } from './_sort_only.jsx'
|
7
7
|
export { default as FilterMaxWidth } from './_filter_max_width.jsx'
|
8
|
-
export { default as FilterMaxHeight } from './_filter_max_height.jsx'
|
9
8
|
export { default as FilterPlacement } from './_filter_placement.jsx'
|