playbook_ui_docs 13.15.0.pre.alpha.PLAY11311893 → 13.15.0.pre.alpha.1132globalpropdatepickerspacing1929
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_select/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_select/docs/index.js +0 -1
- data/dist/playbook-doc.js +3 -3
- metadata +2 -4
- data/app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.html.erb +0 -24
- data/app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.jsx +0 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33a914c4ad1301173a99d43f6a05979142c547bdf26762d267a5013aab570dbf
|
4
|
+
data.tar.gz: 67c200972726532ce4654974f52f3207f5425e3e4609f2f4202a0e9d748ea593
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3848b5a6f509e1a59628b59ec09a5b63b86da8ccd0bc87edbc5b5a7424c947a6aa998d7d3b09bd312bd795ba658650ae76c4f9fc97a912274406d51f35dd51e6
|
7
|
+
data.tar.gz: ea815627b8446dfa435b0807986a9d9a5791602710d129b59b07cb89b52305e1d51df0a20c7e226cefd9cc5bf5b3e42d75805b094f803b943fe1ca7e57517a9e
|
@@ -10,7 +10,6 @@ examples:
|
|
10
10
|
- select_custom_select: Custom Select
|
11
11
|
- select_error: Select w/ Error
|
12
12
|
- select_inline: Select Inline
|
13
|
-
- select_inline_show_arrow: Select Inline (Always Show Arrow)
|
14
13
|
- select_inline_compact: Select Inline Compact
|
15
14
|
- select_attributes: Select W/ Attributes
|
16
15
|
- select_multiple: Select Multiple
|
@@ -27,7 +26,6 @@ examples:
|
|
27
26
|
- select_custom_select: Custom Select
|
28
27
|
- select_error: Select w/ Error
|
29
28
|
- select_inline: Select Inline
|
30
|
-
- select_inline_show_arrow: Select Inline (Always Show Arrow)
|
31
29
|
- select_inline_compact: Select Inline Compact
|
32
30
|
- select_multiple: Select Multiple
|
33
31
|
|
@@ -7,6 +7,5 @@ export { default as SelectCustomSelect } from './_select_custom_select.jsx'
|
|
7
7
|
export { default as SelectValueTextSame } from './_select_value_text_same.jsx'
|
8
8
|
export { default as SelectError } from './_select_error.jsx'
|
9
9
|
export { default as SelectInline } from './_select_inline.jsx'
|
10
|
-
export { default as SelectInlineShowArrow } from './_select_inline_show_arrow.jsx'
|
11
10
|
export { default as SelectInlineCompact } from './_select_inline_compact.jsx'
|
12
11
|
export { default as SelectMultiple } from './_select_multiple.jsx'
|