playbook_ui_docs 14.3.2.pre.alpha.PBNTR417addcolorsupdatedefaultcolor3791 → 14.3.2.pre.alpha.PBNTR480radiocustomchildrenprop3759

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4af3f5b1ca1beb30822546e6117393c42137bcfe190f1f57d04857b2095308ca
4
- data.tar.gz: 1a0c368e6788e4de4844d684ae7f66bcb6457745ba3c21b4839327ac91631b3a
3
+ metadata.gz: f53441a6b3a731ffc112e6cb5a5f5a2985561ffce5f50987a0096b8055b080c4
4
+ data.tar.gz: afdb29ba597e68dc04fcf29612076785c9c18b54330c182cc5e82be6f3b9279e
5
5
  SHA512:
6
- metadata.gz: 8223750ee576c2249a07db1f3fd5d331e6430836af6a1b1245c40f5f4e3998c90cb81b9854ff304f67dcb219ccbadaa76dd8b061c077650278dd87d6d3d8e14d
7
- data.tar.gz: b0382adca1837663488627100f1a9e04ad57e36bc732c87123866126e14226dd604880c2c588400f6c2b87b331a53d1cb3d6774e13f7fc38e1b566d21fca974b
6
+ metadata.gz: 96b72d5db6ae47c03314e61e6ad736c479a607ca9ef33b8f2f7c8a44d44fec6c166e9433058d33d107f905ab7c322f0d52e1ca842d51f9adb01071aa895bfadb
7
+ data.tar.gz: bf71dfc318689206f06cd0999878d84e7546328be8178c984f163343b7d619a6b3245e41d411def27e92544cbbf62acd7a525c4edd975bf8b5e2819436b0ce9b
@@ -6,7 +6,6 @@ examples:
6
6
  - form_pill_tag: Form Pill Tag
7
7
  - form_pill_example: Example
8
8
  - form_pill_icon: Form Pill Icon
9
- - form_pill_colors: Form Pill Colors
10
9
 
11
10
  react:
12
11
  - form_pill_user: Form Pill User
@@ -14,4 +13,3 @@ examples:
14
13
  - form_pill_tag: Form Pill Tag
15
14
  - form_pill_example: Example
16
15
  - form_pill_icon: Form Pill Icon
17
- - form_pill_colors: Form Pill Colors
@@ -3,4 +3,3 @@ export { default as FormPillSize } from './_form_pill_size.jsx'
3
3
  export { default as FormPillTag } from './_form_pill_tag.jsx'
4
4
  export { default as FormPillExample } from './_form_pill_example.jsx'
5
5
  export { default as FormPillIcon } from './_form_pill_icon.jsx'
6
- export { default as FormPillColors } from './_form_pill_colors.jsx'
@@ -6,7 +6,6 @@ examples:
6
6
  - multi_level_select_return_all_selected: Return All Selected
7
7
  - multi_level_select_selected_ids: Selected Ids
8
8
  - multi_level_select_with_form: With Form
9
- - multi_level_select_color: With Pills (Custom Color)
10
9
 
11
10
  react:
12
11
  - multi_level_select_default: Default
@@ -14,4 +13,3 @@ examples:
14
13
  - multi_level_select_single_children_only: Single Select w/ Hidden Radios
15
14
  - multi_level_select_return_all_selected: Return All Selected
16
15
  - multi_level_select_selected_ids_react: Selected Ids
17
- - multi_level_select_color: With Pills (Custom Color)
@@ -3,4 +3,3 @@ export { default as MultiLevelSelectSingle } from './_multi_level_select_single.
3
3
  export { default as MultiLevelSelectSingleChildrenOnly } from './_multi_level_select_single_children_only.jsx'
4
4
  export { default as MultiLevelSelectReturnAllSelected } from './_multi_level_select_return_all_selected.jsx'
5
5
  export { default as MultiLevelSelectSelectedIdsReact } from "./_multi_level_select_selected_ids_react.jsx"
6
- export { default as MultiLevelSelectColor } from './_multi_level_select_color.jsx'
@@ -9,7 +9,6 @@ examples:
9
9
  - typeahead_inline: Inline
10
10
  - typeahead_multi_kit: Multi Kit Options
11
11
  - typeahead_error_state: Error State
12
- - typeahead_with_pills_color: With Pills (Custom Color)
13
12
 
14
13
  react:
15
14
  - typeahead_default: Default
@@ -24,4 +23,3 @@ examples:
24
23
  - typeahead_async_createable: Createable (+ Async Data)
25
24
  - typeahead_error_state: Error State
26
25
  - typeahead_custom_menu_list: Custom MenuList
27
- - typeahead_with_pills_color: With Pills (Custom Color)
@@ -10,4 +10,3 @@ export { default as TypeaheadCreateable } from './_typeahead_createable.jsx'
10
10
  export { default as TypeaheadAsyncCreateable } from './_typeahead_async_createable.jsx'
11
11
  export { default as TypeaheadErrorState } from './_typeahead_error_state.jsx'
12
12
  export { default as TypeaheadCustomMenuList } from './_typeahead_custom_menu_list.jsx'
13
- export { default as TypeaheadWithPillsColor } from './_typeahead_with_pills_color.jsx'