playbook_ui_docs 14.2.1.pre.alpha.20240828cikubedbump3702 → 14.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/index.js +0 -1
- data/dist/playbook-doc.js +1 -1
- metadata +5 -7
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.html.erb +0 -29
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.jsx +0 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92a395094bdf51e61e26d59bbfad63a1e395957b50c1ecf12f4e0bf05bf3b74b
|
4
|
+
data.tar.gz: 968b1f7f9442552ef436a2f0c8ad049d35616f0647ae08176bb411254d257c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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'
|