playbook_ui_docs 12.30.1.pre.alpha.PLAY802responsivetitlekit909 → 12.30.1.pre.alpha.PLAY906multilevelselectedidsprop912
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_title/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_title/docs/index.js +0 -1
- data/dist/playbook-doc.js +3 -3
- metadata +1 -4
- data/app/pb_kits/playbook/pb_title/docs/_title_responsive.html.erb +0 -1
- data/app/pb_kits/playbook/pb_title/docs/_title_responsive.jsx +0 -16
- data/app/pb_kits/playbook/pb_title/docs/_title_responsive.md +0 -1
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: 12.30.1.pre.alpha.
|
4
|
+
version: 12.30.1.pre.alpha.PLAY906multilevelselectedidsprop912
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1348,9 +1348,6 @@ files:
|
|
1348
1348
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.html.erb
|
1349
1349
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.jsx
|
1350
1350
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.md
|
1351
|
-
- app/pb_kits/playbook/pb_title/docs/_title_responsive.html.erb
|
1352
|
-
- app/pb_kits/playbook/pb_title/docs/_title_responsive.jsx
|
1353
|
-
- app/pb_kits/playbook/pb_title/docs/_title_responsive.md
|
1354
1351
|
- app/pb_kits/playbook/pb_title/docs/example.yml
|
1355
1352
|
- app/pb_kits/playbook/pb_title/docs/index.js
|
1356
1353
|
- app/pb_kits/playbook/pb_title_count/docs/_description.md
|
@@ -1 +0,0 @@
|
|
1
|
-
<%= pb_rails("title", props: { text: "Responsive Title", tag: "h1", size: {xs: 3, sm: 2, md: 1} }) %>
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import Title from '../_title'
|
3
|
-
|
4
|
-
const TitleResponsive = (props) => {
|
5
|
-
return (
|
6
|
-
<>
|
7
|
-
<Title
|
8
|
-
size={{xs: "3", sm: "2", md: "1"}}
|
9
|
-
text="Responsive Title"
|
10
|
-
{...props}
|
11
|
-
/>
|
12
|
-
</>
|
13
|
-
)
|
14
|
-
}
|
15
|
-
|
16
|
-
export default TitleResponsive
|
@@ -1 +0,0 @@
|
|
1
|
-
The `size` prop supports responsive sizes. To use them, pass an object to the size prop containing your size values relative to responsive break points (show code below). To test this here, resize your browser window to responsively change this Title's size.
|