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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ed05b57e5168e3c22770d59f83a673b76460bf0ef149e58a7b777c196287f0f
4
- data.tar.gz: bdce2d09ca41f4d3447db4ca9d57d5fbd9f40330541d259872bad0f2dcfff165
3
+ metadata.gz: '08e626d81b6a1e71675e1e19bf79f521150c6282ac08887d4c84147019a9cc87'
4
+ data.tar.gz: 4e0c69dd6245f3163251ca096b7465927f3344864ebfc73bec4f301108f868e4
5
5
  SHA512:
6
- metadata.gz: e0ffd93706d23473d9a0ecc889ef3b92cba15b9425ccd39e785a34a0c63bd8a91a44253a920e93bd883d5c81b3b24c4ddea9d1154996748995c020d0d94db48a
7
- data.tar.gz: bc3fc0380d79b5c8b94bc5c8c8d28ff4e7131374eccdcb06e8a169fe9b1713fa8cfdb9786fc8e00bb86b73ea22b546bf339ee7c368c03ce857bb096c0c0556c7
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'