sass-template-common 0.9.217 → 0.9.218
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.
- package/dist/sass-template-common.d.ts +2 -0
- package/dist/sass-template-common.js +1400 -1391
- package/dist/sass-template-common.umd.cjs +24 -24
- package/package.json +1 -1
|
@@ -2571,6 +2571,8 @@ declare type Props_45 = {
|
|
|
2571
2571
|
className?: string;
|
|
2572
2572
|
/** Si true, usa iconos rellenos (filled) para redes sociales en lugar de outline */
|
|
2573
2573
|
socialIconsFilled?: boolean;
|
|
2574
|
+
/** Si true, renderiza los iconos de redes sociales por medio de imagen (custom) */
|
|
2575
|
+
socialIconsCustom?: boolean;
|
|
2574
2576
|
};
|
|
2575
2577
|
|
|
2576
2578
|
declare type Props_46 = {
|