playbook_ui_docs 14.2.1.pre.alpha.20240828cikubedbump3702 → 14.2.1

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: b2e937ffd44f1c1125af7d577af54bc9cf9d43eea0b41add007292e072a8d85f
4
- data.tar.gz: 4727dab3fc2d2f0f39610556337b9b397aa569d1ca09284b988184d2eb81c000
3
+ metadata.gz: 92a395094bdf51e61e26d59bbfad63a1e395957b50c1ecf12f4e0bf05bf3b74b
4
+ data.tar.gz: 968b1f7f9442552ef436a2f0c8ad049d35616f0647ae08176bb411254d257c09
5
5
  SHA512:
6
- metadata.gz: 16712c00e82c51435f233907e9663767a290cbf29a78e7dcd00a7286d64299969d28eb7df4d48d5de228f6b144f1d750cc6d16c048005374ce20a4aea78b2e0f
7
- data.tar.gz: 81c876f11f23fe30816ec30b56e8a7436f8ae0125fc89dd9fa4481c06a1ea6ac9692ba900afc09a505b83a5b6785efdd31304bc76e4928682e7c857b3eb57783
6
+ metadata.gz: c1d41a37d148365ef70a694e6ef5c951e3e1a206c33aeae6bb2979f76e0ccf686e8a43ca34261f586e641bb39a369d587ccb2ff12857a0fb0e4ab957c8430699
7
+ data.tar.gz: 22c730ff6d7cbfb51a37e5fb45f4b8043dc7dc9c5c3ee835c6387f59acf484214b8f3233da15ec1dc3427c210c2bcecb22e704561d8b4bf6c069f28753a0dc31
@@ -3,10 +3,8 @@ examples:
3
3
  rails:
4
4
  - circle_icon_button_default: Default
5
5
  - circle_icon_button_link: Link
6
- - circle_icon_button_loading: Loading
7
6
 
8
7
  react:
9
8
  - circle_icon_button_default: Default
10
9
  - circle_icon_button_click: Click Handler
11
10
  - circle_icon_button_link: Link
12
- - circle_icon_button_loading: Loading
@@ -1,4 +1,3 @@
1
1
  export { default as CircleIconButtonDefault } from './_circle_icon_button_default.jsx'
2
2
  export { default as CircleIconButtonClick } from './_circle_icon_button_click.jsx'
3
3
  export { default as CircleIconButtonLink } from './_circle_icon_button_link.jsx'
4
- export { default as CircleIconButtonLoading } from './_circle_icon_button_loading.jsx'