pds-dev-kit-web 2.2.265 → 2.2.266
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.
|
@@ -187,6 +187,7 @@ export declare const imageIconSrcSet: {
|
|
|
187
187
|
ic_brandedpoint_3d_fruit_02: string;
|
|
188
188
|
ic_brandedpoint_3d_fruit_03: string;
|
|
189
189
|
ic_brandedpoint_3d_fruit_04: string;
|
|
190
|
+
ic_brandedpoint_3d_fruit_05: string;
|
|
190
191
|
ic_brandedpoint_3d_macaron_01: string;
|
|
191
192
|
ic_brandedpoint_3d_macaron_02: string;
|
|
192
193
|
ic_brandedpoint_3d_cake_01: string;
|
|
@@ -190,6 +190,7 @@ exports.imageIconSrcSet = {
|
|
|
190
190
|
ic_brandedpoint_3d_fruit_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_02.png',
|
|
191
191
|
ic_brandedpoint_3d_fruit_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_03.png',
|
|
192
192
|
ic_brandedpoint_3d_fruit_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_04.png',
|
|
193
|
+
ic_brandedpoint_3d_fruit_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_05.png',
|
|
193
194
|
ic_brandedpoint_3d_macaron_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_macaron_01.png',
|
|
194
195
|
ic_brandedpoint_3d_macaron_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_macaron_02.png',
|
|
195
196
|
ic_brandedpoint_3d_cake_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cake_01.png',
|
package/package.json
CHANGED