playbook_ui_docs 14.24.0.pre.alpha.reactupgradetest9656 → 14.24.0.pre.alpha.testingfa9512

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: ab9dfc7f81a3286ada15d7cadb3029b1cc27509b41f30b98d2a2539722704936
4
- data.tar.gz: b6c20f57053874e598caa331634ab208ed832260f63729334981eecb4590c920
3
+ metadata.gz: 5201a030bb5b9e0754a9e22cb43967ba4f2ac829fc19302070f67d50c4e61798
4
+ data.tar.gz: 7ececd6d7a67ac90d2e098491fcf0bc95aa78ab8a2cf3cca194093f437d66959
5
5
  SHA512:
6
- metadata.gz: c0027cfb7bc9bc98b29736984f2d890e960241e471ba97ab523d4031af376f38b483751df3033a038a7d024dc09143f1c1f57ad431549b7cfa9d72d015a0fe37
7
- data.tar.gz: 3f8ac7f49d31c36156ebde53edaccd1fedea3650c7c55b8293beb4de7ff80757d34cb731c6e00b77ff237da0970ebd4d67cd7a552522b75e9411da313cd8a5e1
6
+ metadata.gz: bce1bbf6b2835f855d1f58bd14f74cd73752c7f281a0edcddbfc022b968b653d0dc6e8650d2219f51dc270ced05fed600077cf88d6dab856fadfbf97323ec016
7
+ data.tar.gz: d924f995489ac5fef11eff5f2593a71d62ab118d2efe0f2a212d746c4c0c69ea76b550251598ba8bc287aa2228b48b6c1725ef466d6994c5dd3c866891dfc3b3
@@ -5,7 +5,6 @@ examples:
5
5
  - circle_icon_button_link: Link
6
6
  - circle_icon_button_loading: Loading
7
7
  - circle_icon_button_size: Size
8
- - circle_icon_button_input_options: Input Options
9
8
 
10
9
  react:
11
10
  - circle_icon_button_default: Default
@@ -8,7 +8,6 @@ examples:
8
8
  - fixed_confirmation_toast_auto_close: Click to Show Auto Close
9
9
  - fixed_confirmation_toast_children: Children
10
10
  - fixed_confirmation_toast_custom_icon: Custom Icon
11
- - fixed_confirmation_toast_no_icon: No Icon
12
11
 
13
12
  react:
14
13
  - fixed_confirmation_toast_default: Default
@@ -18,7 +17,6 @@ examples:
18
17
  - fixed_confirmation_toast_auto_close: Click to Show Auto Close
19
18
  - fixed_confirmation_toast_children: Children
20
19
  - fixed_confirmation_toast_custom_icon: Custom Icon
21
- - fixed_confirmation_toast_no_icon: No Icon
22
20
 
23
21
  swift:
24
22
  - fixed_confirmation_toast_default_swift: Default
@@ -5,4 +5,3 @@ export { default as FixedConfirmationToastPositions } from './_fixed_confirmatio
5
5
  export { default as FixedConfirmationToastAutoClose } from './_fixed_confirmation_toast_auto_close.jsx'
6
6
  export { default as FixedConfirmationToastChildren } from './_fixed_confirmation_toast_children.jsx'
7
7
  export { default as FixedConfirmationToastCustomIcon } from './_fixed_confirmation_toast_custom_icon.jsx'
8
- export { default as FixedConfirmationToastNoIcon } from './_fixed_confirmation_toast_no_icon.jsx'