playbook_ui_docs 13.15.0.pre.alpha.play1141iconkitusinglibrary1956 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83d3ab194e511a28b55b320d42f7d48e5f11c38c69037e72ac9b5d805e87911a
4
- data.tar.gz: 3416a84d97510485d69d37b0947aa550d1dd24dc5175d1cfac583aa195fd227c
3
+ metadata.gz: '08e626d81b6a1e71675e1e19bf79f521150c6282ac08887d4c84147019a9cc87'
4
+ data.tar.gz: 4e0c69dd6245f3163251ca096b7465927f3344864ebfc73bec4f301108f868e4
5
5
  SHA512:
6
- metadata.gz: 3fb7fc431704513c3b56ddf810331f60f0f14290c841b4f306004eade6808b2fa9791ae4d291c3847037942bffd1f9f0a4fa771faf6d18d4dd6f71f1bc29686a
7
- data.tar.gz: 0b3ecd3516b436cd59e04eda31ca4348c52c668f015893ca3a57972e014a0aad410b9a8e722a8cc0b872e3aa786176a8d5b53f088e8dc95d0d69e481eea45651
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'