playbook_ui_docs 14.25.0.pre.alpha.PLAY2361datepickerarrownav9708 → 14.25.0.pre.alpha.PLAY2413togglefocusstate9789
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_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_toggle/docs/_toggle_default.html.erb +4 -2
- data/app/pb_kits/playbook/pb_toggle/docs/_toggle_default.jsx +2 -1
- data/dist/playbook-doc.js +2 -2
- metadata +4 -3
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.md +0 -9
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.25.0.pre.alpha.
|
4
|
+
version: 14.25.0.pre.alpha.PLAY2413togglefocusstate9789
|
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: 2025-08-
|
12
|
+
date: 2025-08-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1033,7 +1033,8 @@ files:
|
|
1033
1033
|
- app/pb_kits/playbook/pb_flex/docs/_flex_default.md
|
1034
1034
|
- app/pb_kits/playbook/pb_flex/docs/_flex_gap.html.erb
|
1035
1035
|
- app/pb_kits/playbook/pb_flex/docs/_flex_gap.jsx
|
1036
|
-
- app/pb_kits/playbook/pb_flex/docs/
|
1036
|
+
- app/pb_kits/playbook/pb_flex/docs/_flex_gap_rails.md
|
1037
|
+
- app/pb_kits/playbook/pb_flex/docs/_flex_gap_react.md
|
1037
1038
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.html.erb
|
1038
1039
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.jsx
|
1039
1040
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.md
|
@@ -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.
|