playbook_ui_docs 13.32.0.pre.alpha.PLAY1138iconkitaddcolorprop3268 → 13.32.0.pre.alpha.PLAY14103236
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 +4 -4
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_icon/docs/index.js +0 -1
- data/dist/playbook-doc.js +3 -3
- metadata +2 -5
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.html.erb +0 -7
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.jsx +0 -46
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 831163d33e8644f7d5963e9a12b4d59eb4ff577b0e95c023e5a560868b28cee1
|
4
|
+
data.tar.gz: 1aa513206d503f3e5796307e61b72ab44ff4fb57c2ca85df750eaba67b1ec9b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d0cae117523c3fac6a698bb5a2c66e51baac36f021cc4a84a46d2f0919f3e0ebc1db27c6903c28eec8dc937de70ac9cc2f546866dae81dde15fdb1fc830f277
|
7
|
+
data.tar.gz: 4b4d5ea518db9cb193c84206e19df80fe454ded37175bb96617a45064110e8e6329b67ebb692ac4bfa264e59b546be66161df7a4a5b3ec73454a125d2e523f7d
|
@@ -9,7 +9,6 @@ examples:
|
|
9
9
|
- icon_sizes: Icon Sizes
|
10
10
|
- icon_custom: Icon Custom
|
11
11
|
- icon_fa_kit: Icon with FontAwesome Kit
|
12
|
-
- icon_color: Icon Color
|
13
12
|
|
14
13
|
react:
|
15
14
|
- icon_default: Icon Default
|
@@ -21,7 +20,6 @@ examples:
|
|
21
20
|
- icon_sizes: Icon Sizes
|
22
21
|
- icon_custom: Icon Custom
|
23
22
|
- icon_fa_kit: Icon with FontAwesome Kit
|
24
|
-
- icon_color: Icon Color
|
25
23
|
|
26
24
|
swift:
|
27
25
|
- icon_default_swift: Icon Default
|
@@ -7,4 +7,3 @@ export { default as IconBorder } from './_icon_border.jsx'
|
|
7
7
|
export { default as IconSizes } from './_icon_sizes.jsx'
|
8
8
|
export { default as IconCustom } from './_icon_custom.jsx'
|
9
9
|
export { default as IconFaKit} from './_icon_fa_kit.jsx'
|
10
|
-
export { default as IconColor } from './_icon_color.jsx'
|