playbook_ui_docs 14.17.0.pre.alpha.PLAY1597tiptapupgrade7304 → 14.17.0.pre.alpha.PLAY1823maskedsanitizedtextinput7271
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_copy_button/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_copy_button/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +1 -3
- data/dist/playbook-doc.js +1 -19
- metadata +2 -4
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.jsx +0 -54
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f5fd469568a43464fe106b8c4e2f2a5de87bbc65d22556016fed620f9a4b692
|
4
|
+
data.tar.gz: f1d6066e218674291764aacf6022a6fbafaa50007721a513630d0016e302e6c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f858fdf6e656ff416e2abd91871c2f4e907828d4059f41653e7355d05b4589d963ac8d91154f16fcf8b590b488c6d308cae482334ea7b8e62277714211bc4905
|
7
|
+
data.tar.gz: 89d6465686892626b0412bf2ea8bdc6dce030aba9c7eca57e342b193dee06e3a4070b1f15e9bfd56c94dc19c2d9c2196e27b89544ebcb470344258a1a9675ffa
|
@@ -1,3 +1,2 @@
|
|
1
1
|
export { default as CopyButtonDefault } from './_copy_button_default.jsx'
|
2
|
-
export { default as CopyButtonFrom } from './_copy_button_from.jsx'
|
3
|
-
export { default as CopyButtonHook } from './_copy_button_hook.jsx'
|
2
|
+
export { default as CopyButtonFrom } from './_copy_button_from.jsx'
|
@@ -1,5 +1,3 @@
|
|
1
1
|
The `collapsibleContent` can display any content, including nested Table Rows.
|
2
2
|
|
3
|
-
Additionally, the `collapsibleSideHighlight` can also be removed by setting it to false if needed. This prop is set to true by default.
|
4
|
-
|
5
|
-
**NOTE**: We advise against using the `disableHover` Table prop when nesting Table Rows within a Table.
|
3
|
+
Additionally, the `collapsibleSideHighlight` can also be removed by setting it to false if needed. This prop is set to true by default.
|
@@ -1,5 +1,3 @@
|
|
1
1
|
The `collapsible_content` can display any content, including nested Table Rows.
|
2
2
|
|
3
|
-
Additionally, the `collapsible_side_highlight` can also be removed by setting it to false if needed. This prop is set to true by default.
|
4
|
-
|
5
|
-
**NOTE**: We advise against using the `disable_hover` Table prop when nesting Table Rows within a Table.
|
3
|
+
Additionally, the `collapsible_side_highlight` can also be removed by setting it to false if needed. This prop is set to true by default.
|
@@ -1,3 +1 @@
|
|
1
|
-
The `collapsible_content` can also be used to display nested Tables within each Row.
|
2
|
-
|
3
|
-
**NOTE**: We advise against using the `disable_hover` Table prop when nesting Tables within a Table.
|
1
|
+
The `collapsible_content` can also be used to display nested Tables within each Row.
|