playbook_ui_docs 14.25.0.pre.alpha.testingcss9700 → 14.25.0.pre.alpha.testingcss9751
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_dialog/docs/_dialog_loading.html.erb +16 -2
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.html.erb +12 -1
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.jsx +26 -1
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap_rails.md +11 -0
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap_react.md +11 -0
- data/app/pb_kits/playbook/pb_map/docs/_map_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx +1 -1
- data/app/pb_kits/playbook/pb_map/docs/_map_with_plugin.jsx +1 -1
- data/app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.jsx +0 -3
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_color.jsx +3 -1
- data/dist/playbook-doc.js +3 -67243
- metadata +4 -21
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.html.erb +0 -8
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.jsx +0 -41
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.html.erb +0 -33
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.jsx +0 -78
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.html.erb +0 -3
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.jsx +0 -26
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.html.erb +0 -20
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.jsx +0 -59
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.html.erb +0 -24
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.jsx +0 -61
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.md +0 -24
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.html.erb +0 -21
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.jsx +0 -54
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.md +0 -1
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.html.erb +0 -49
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.jsx +0 -99
- data/app/pb_kits/playbook/pb_drawer/docs/example.yml +0 -20
- data/app/pb_kits/playbook/pb_drawer/docs/index.js +0 -7
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.md +0 -9
@@ -1,20 +0,0 @@
|
|
1
|
-
examples:
|
2
|
-
|
3
|
-
rails:
|
4
|
-
- drawer_default: Default
|
5
|
-
- drawer_behavior: Push Behavior
|
6
|
-
- drawer_menu: Within Element
|
7
|
-
- drawer_sizes: Sizes
|
8
|
-
- drawer_overlay: Overlay
|
9
|
-
- drawer_breakpoints: Breakpoints
|
10
|
-
- drawer_borders: Borders
|
11
|
-
|
12
|
-
|
13
|
-
react:
|
14
|
-
- drawer_default: Default
|
15
|
-
- drawer_behavior: Push Behavior
|
16
|
-
- drawer_menu: Within Element
|
17
|
-
- drawer_sizes: Sizes
|
18
|
-
- drawer_overlay: Overlay
|
19
|
-
- drawer_breakpoints: Breakpoints
|
20
|
-
- drawer_borders: Borders
|
@@ -1,7 +0,0 @@
|
|
1
|
-
export { default as DrawerDefault } from './_drawer_default.jsx'
|
2
|
-
export { default as DrawerSizes } from './_drawer_sizes.jsx'
|
3
|
-
export { default as DrawerOverlay } from './_drawer_overlay.jsx'
|
4
|
-
export { default as DrawerBorders } from './_drawer_borders.jsx'
|
5
|
-
export { default as DrawerBreakpoints } from './_drawer_breakpoints.jsx'
|
6
|
-
export { default as DrawerMenu } from './_drawer_menu.jsx'
|
7
|
-
export { default as DrawerBehavior } from './_drawer_behavior.jsx'
|
@@ -1,9 +0,0 @@
|
|
1
|
-
##### Prop
|
2
|
-
|
3
|
-
* `gap` | `row_gap` | `rowGap` | `column_gap` | `columnGap` | **Type**: String | **Values**: xxs | xs | sm | md | lg | xl | none
|
4
|
-
|
5
|
-
- Setting the gap prop sets the row_gap || rowGap and the column_gap || columnGap props to the same size and creates equal space within a flex container.
|
6
|
-
|
7
|
-
- Setting the row_gap || rowGap prop creates space between rows in a flex container.
|
8
|
-
|
9
|
-
- Setting the column_gap || columnGap prop creates space between columns in a flex container.
|