sass-template-common 0.9.216 → 0.9.217
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.css +1 -1
- package/dist/sass-template-common.d.ts +1 -1
- package/dist/sass-template-common.js +1557 -1539
- package/dist/sass-template-common.umd.cjs +24 -24
- package/dist/ui/components/common/journalist-articule-5/journalist-articule-5.css +1 -1
- package/package.json +1 -1
|
@@ -2046,7 +2046,7 @@ export declare interface NewsResponse {
|
|
|
2046
2046
|
export declare const NextPrev: FC<Props_36>;
|
|
2047
2047
|
|
|
2048
2048
|
export declare type NoteShare = {
|
|
2049
|
-
variant: 'outline' | 'container';
|
|
2049
|
+
variant: 'outline' | 'container' | 'custom';
|
|
2050
2050
|
options?: Array<NoteShareOption>;
|
|
2051
2051
|
url: string;
|
|
2052
2052
|
googleProfile?: {
|