playbook_ui_docs 14.3.0.pre.rc.8 → 14.3.0.pre.rc.10
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_hashtag/docs/_hashtag_link.html.erb +1 -1
- data/app/pb_kits/playbook/pb_hashtag/docs/_hashtag_link.jsx +1 -1
- data/app/pb_kits/playbook/pb_hashtag/docs/_hashtag_link.md +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.html.erb +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.jsx +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.md +1 -1
- data/dist/playbook-doc.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31d8e19e9d7abd7e011f6625968db0aed479ba32d723abd51b553bebc399c9ba
|
4
|
+
data.tar.gz: c1077d004a0013cf71b59deb3eeac8378bbbd3adca2c14c5782f249215befb20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20202c537d966a590a6b5c5cbe05ce519fc79a7f939c8c95463639baaaf4193a769785f81aeaee1034cd61ae4f2436207435450d3fc5b9e397f222f6567a2fde
|
7
|
+
data.tar.gz: 789b069e77f00064866465e0df15f2b74ef1e10b2489631e57d6c7986f7d5cacac20003dffaed7861a235b683a723c933c80a87bafd594f14bdcdb92cc9f9587
|
@@ -2,4 +2,4 @@
|
|
2
2
|
|
3
3
|
<br/><br/>
|
4
4
|
|
5
|
-
<%= pb_rails("hashtag", props: {text: "Open in a new Window", url: "https://google.com", type: "project",
|
5
|
+
<%= pb_rails("hashtag", props: {text: "Open in a new Window", url: "https://google.com", type: "project", target: "_blank"}) %>
|
@@ -1 +1 @@
|
|
1
|
-
Use the
|
1
|
+
Use the `target` prop to control whether the link opens on the same or a new tab (same page is the default behavior). You can use any [web/standard](https://www.w3schools.com/tags/att_a_target.asp) values or a custom string to specify your link target.
|
@@ -1 +1 @@
|
|
1
|
-
Use the `
|
1
|
+
Use the `target` prop to control whether the link opens on the same or a new tab (same page is the default behavior). You can use any [web/standard](https://www.w3schools.com/tags/att_a_target.asp) values or a custom string to specify your link target.
|