playbook_ui_docs 14.25.0.pre.alpha.PLAY2423circleiconbuttonaria9795 → 14.25.0.pre.alpha.testingcss9700
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 +1 -12
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.jsx +1 -26
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap.md +9 -0
- data/dist/playbook-doc.js +67243 -3
- metadata +3 -4
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap_rails.md +0 -11
- data/app/pb_kits/playbook/pb_flex/docs/_flex_gap_react.md +0 -11
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.testingcss9700
|
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-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1033,8 +1033,7 @@ 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/
|
1037
|
-
- app/pb_kits/playbook/pb_flex/docs/_flex_gap_react.md
|
1036
|
+
- app/pb_kits/playbook/pb_flex/docs/_flex_gap.md
|
1038
1037
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.html.erb
|
1039
1038
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.jsx
|
1040
1039
|
- app/pb_kits/playbook/pb_flex/docs/_flex_inline.md
|
@@ -1,11 +0,0 @@
|
|
1
|
-
##### Prop
|
2
|
-
|
3
|
-
`gap` | `row_gap` | `column_gap` | **Type**: String | Hash | **Values**: xxs | xs | sm | md | lg | xl | none
|
4
|
-
|
5
|
-
Setting the gap prop sets the `row_gap` and the `column_gap` props to the same size and creates equal space within a flex container.
|
6
|
-
|
7
|
-
Setting the `row_gap` prop creates space between rows in a flex container.
|
8
|
-
|
9
|
-
Setting the `column_gap` prop creates space between columns in a flex container.
|
10
|
-
|
11
|
-
You can also set responsive values by passing a hash with device sizes and values.
|
@@ -1,11 +0,0 @@
|
|
1
|
-
##### Prop
|
2
|
-
|
3
|
-
`gap` | `rowGap` | `columnGap` | **Type**: String | Object | **Values**: xxs | xs | sm | md | lg | xl | none
|
4
|
-
|
5
|
-
Setting the gap prop sets the `rowGap` and the `columnGap` props to the same size and creates equal space within a flex container.
|
6
|
-
|
7
|
-
Setting the `rowGap` prop creates space between rows in a flex container.
|
8
|
-
|
9
|
-
Setting the `columnGap` prop creates space between columns in a flex container.
|
10
|
-
|
11
|
-
You can also set responsive values by passing an object with device sizes and values.
|