playbook_ui_docs 13.15.0.pre.alpha.PLAY11311893 → 13.15.0.pre.alpha.play10841940
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: '08e626d81b6a1e71675e1e19bf79f521150c6282ac08887d4c84147019a9cc87'
|
4
|
+
data.tar.gz: 4e0c69dd6245f3163251ca096b7465927f3344864ebfc73bec4f301108f868e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48a27c9eb219947007e5b3c99cc4de6b6b3fc5a756f057932f32ca665f9ee87d6646be1f94aff9583ec79b433a8458d05ceb1ed04aa1630b62c945651b8f9644
|
7
|
+
data.tar.gz: 8a4feea08191bb104d0af087391885e08200281551240ad25713869dd3af3cc7e95e83a6a13db57f08af4c4eb41c64f634fcb5d33f191a8c4c6879a3cad18228
|
@@ -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'
|