@commercetools-frontend-extensions/change-history 8.27.0 → 8.28.0
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/commercetools-frontend-extensions-change-history.cjs.dev.js +1411 -2202
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1337 -2033
- package/dist/commercetools-frontend-extensions-change-history.esm.js +1415 -2204
- package/dist/{de-e31aba14.esm.js → de-72b56e58.esm.js} +0 -4
- package/dist/{de-43cb4047.cjs.prod.js → de-b245b4c9.cjs.dev.js} +0 -4
- package/dist/{de-56dd9c17.cjs.dev.js → de-f114d6a4.cjs.prod.js} +0 -4
- package/dist/declarations/src/components/change-history-link/change-history-link.d.ts +3 -0
- package/dist/declarations/src/feature-toggles.d.ts +0 -2
- package/dist/declarations/src/i18n/load-i18n.d.ts +0 -8
- package/dist/declarations/types/src/generated/change-history.d.ts +18 -0
- package/dist/{en-99ba1d0a.esm.js → en-453cd5f9.esm.js} +0 -4
- package/dist/{en-d08e7e84.cjs.dev.js → en-7ace6551.cjs.dev.js} +0 -4
- package/dist/{en-9dc7b636.cjs.prod.js → en-e3b6907e.cjs.prod.js} +0 -4
- package/dist/{es-f2d2e7a4.cjs.prod.js → es-50e021f2.cjs.dev.js} +0 -4
- package/dist/{es-a3bb1f2d.esm.js → es-b027454b.esm.js} +0 -4
- package/dist/{es-9ebed685.cjs.dev.js → es-e82913af.cjs.prod.js} +0 -4
- package/dist/{fr-FR-36330979.cjs.dev.js → fr-FR-32b2c489.cjs.prod.js} +0 -4
- package/dist/{fr-FR-cd50a6e3.esm.js → fr-FR-a2638177.esm.js} +0 -4
- package/dist/{fr-FR-c1b86aa9.cjs.prod.js → fr-FR-f0f2dd31.cjs.dev.js} +0 -4
- package/dist/{pt-BR-b4e5dd84.esm.js → pt-BR-9a9eeba2.esm.js} +0 -4
- package/dist/{pt-BR-f8fd8e23.cjs.dev.js → pt-BR-e422e938.cjs.prod.js} +0 -4
- package/dist/{pt-BR-d9d90a6f.cjs.prod.js → pt-BR-f170f5c6.cjs.dev.js} +0 -4
- package/dist/{zh-CN-c5e4f709.cjs.prod.js → zh-CN-29aa5f88.cjs.dev.js} +0 -4
- package/dist/{zh-CN-ba4d9631.esm.js → zh-CN-316e5511.esm.js} +0 -4
- package/dist/{zh-CN-06c9221b.cjs.dev.js → zh-CN-31b7f960.cjs.prod.js} +0 -4
- package/package.json +23 -23
|
@@ -3583,10 +3583,6 @@ var de = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "Premium"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "PREMIUM"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "Premium entdecken"
|
|
@@ -3585,10 +3585,6 @@ var de = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Premium entdecken"
|
|
@@ -3585,10 +3585,6 @@ var de = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Premium entdecken"
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export default ChangeHistoryLink;
|
|
2
|
+
/**
|
|
3
|
+
* Renders a link for opening a change history in-context view
|
|
4
|
+
*/
|
|
2
5
|
declare function ChangeHistoryLink(props: any): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
3
6
|
declare namespace ChangeHistoryLink {
|
|
4
7
|
let displayName: string;
|
|
@@ -3584,10 +3584,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3584
3584
|
developer_comment: string;
|
|
3585
3585
|
string: string;
|
|
3586
3586
|
};
|
|
3587
|
-
"VersionTier.premiumVersionLabel": {
|
|
3588
|
-
developer_comment: string;
|
|
3589
|
-
string: string;
|
|
3590
|
-
};
|
|
3591
3587
|
"WelcomeModal.button.primary": {
|
|
3592
3588
|
developer_comment: string;
|
|
3593
3589
|
string: string;
|
|
@@ -7245,10 +7241,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
7245
7241
|
developer_comment: string;
|
|
7246
7242
|
string: string;
|
|
7247
7243
|
};
|
|
7248
|
-
"VersionTier.premiumVersionLabel": {
|
|
7249
|
-
developer_comment: string;
|
|
7250
|
-
string: string;
|
|
7251
|
-
};
|
|
7252
7244
|
"WelcomeModal.button.primary": {
|
|
7253
7245
|
developer_comment: string;
|
|
7254
7246
|
string: string;
|
|
@@ -19,6 +19,7 @@ export type MakeEmpty<T extends {
|
|
|
19
19
|
export type Incremental<T> = T | {
|
|
20
20
|
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
21
21
|
};
|
|
22
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
22
23
|
export type Scalars = {
|
|
23
24
|
ID: {
|
|
24
25
|
input: string;
|
|
@@ -96,6 +97,7 @@ export type TAssociateRoleChange = TChange & {
|
|
|
96
97
|
__typename?: 'AssociateRoleChange';
|
|
97
98
|
change: Scalars['String']['output'];
|
|
98
99
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
100
|
+
/** Custom Field Name */
|
|
99
101
|
name?: Maybe<Scalars['String']['output']>;
|
|
100
102
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
101
103
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -144,6 +146,7 @@ export type TBusinessUnitChange = TChange & {
|
|
|
144
146
|
address?: Maybe<TAddress>;
|
|
145
147
|
change: Scalars['String']['output'];
|
|
146
148
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
149
|
+
/** Custom Field Name */
|
|
147
150
|
name?: Maybe<Scalars['String']['output']>;
|
|
148
151
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
149
152
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -185,6 +188,7 @@ export type TCartDiscountChange = TChange & {
|
|
|
185
188
|
__typename?: 'CartDiscountChange';
|
|
186
189
|
change: Scalars['String']['output'];
|
|
187
190
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
191
|
+
/** Custom Field Name */
|
|
188
192
|
name?: Maybe<Scalars['String']['output']>;
|
|
189
193
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
190
194
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -212,6 +216,7 @@ export type TCategoryChange = TChange & {
|
|
|
212
216
|
asset?: Maybe<TAsset>;
|
|
213
217
|
change: Scalars['String']['output'];
|
|
214
218
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
219
|
+
/** Custom Field Name */
|
|
215
220
|
name?: Maybe<Scalars['String']['output']>;
|
|
216
221
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
217
222
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -277,6 +282,7 @@ export type TChannelChange = TChange & {
|
|
|
277
282
|
__typename?: 'ChannelChange';
|
|
278
283
|
change: Scalars['String']['output'];
|
|
279
284
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
285
|
+
/** Custom Field Name */
|
|
280
286
|
name?: Maybe<Scalars['String']['output']>;
|
|
281
287
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
282
288
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -319,6 +325,7 @@ export type TCustomerChange = TChange & {
|
|
|
319
325
|
address?: Maybe<TAddress>;
|
|
320
326
|
change: Scalars['String']['output'];
|
|
321
327
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
328
|
+
/** Custom Field Name */
|
|
322
329
|
name?: Maybe<Scalars['String']['output']>;
|
|
323
330
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
324
331
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -358,6 +365,7 @@ export type TCustomerGroupChange = TChange & {
|
|
|
358
365
|
__typename?: 'CustomerGroupChange';
|
|
359
366
|
change: Scalars['String']['output'];
|
|
360
367
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
368
|
+
/** Custom Field Name */
|
|
361
369
|
name?: Maybe<Scalars['String']['output']>;
|
|
362
370
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
363
371
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -382,6 +390,7 @@ export type TDiscountCodeChange = TChange & {
|
|
|
382
390
|
__typename?: 'DiscountCodeChange';
|
|
383
391
|
change: Scalars['String']['output'];
|
|
384
392
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
393
|
+
/** Custom Field Name */
|
|
385
394
|
name?: Maybe<Scalars['String']['output']>;
|
|
386
395
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
387
396
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -427,6 +436,7 @@ export type TInventoryEntryChange = TChange & {
|
|
|
427
436
|
__typename?: 'InventoryEntryChange';
|
|
428
437
|
change: Scalars['String']['output'];
|
|
429
438
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
439
|
+
/** Custom Field Name */
|
|
430
440
|
name?: Maybe<Scalars['String']['output']>;
|
|
431
441
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
432
442
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -474,6 +484,7 @@ export type TOrderChange = TChange & {
|
|
|
474
484
|
deliveryId?: Maybe<Scalars['String']['output']>;
|
|
475
485
|
lineItemId?: Maybe<Scalars['String']['output']>;
|
|
476
486
|
lineItemNameAllLocales: Array<TLocalizedString>;
|
|
487
|
+
/** Custom Field Name */
|
|
477
488
|
name?: Maybe<Scalars['String']['output']>;
|
|
478
489
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
479
490
|
parcel?: Maybe<TParcel>;
|
|
@@ -567,6 +578,7 @@ export type TPaymentChange = TChange & {
|
|
|
567
578
|
__typename?: 'PaymentChange';
|
|
568
579
|
change: Scalars['String']['output'];
|
|
569
580
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
581
|
+
/** Custom Field Name */
|
|
570
582
|
name?: Maybe<Scalars['String']['output']>;
|
|
571
583
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
572
584
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -608,6 +620,7 @@ export type TProductChange = TChange & {
|
|
|
608
620
|
category?: Maybe<TReference>;
|
|
609
621
|
change: Scalars['String']['output'];
|
|
610
622
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
623
|
+
/** Custom Field Name */
|
|
611
624
|
name?: Maybe<Scalars['String']['output']>;
|
|
612
625
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
613
626
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -694,6 +707,7 @@ export type TProductSelectionChange = TChange & {
|
|
|
694
707
|
__typename?: 'ProductSelectionChange';
|
|
695
708
|
change: Scalars['String']['output'];
|
|
696
709
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
710
|
+
/** Custom Field Name */
|
|
697
711
|
name?: Maybe<Scalars['String']['output']>;
|
|
698
712
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
699
713
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -1563,6 +1577,7 @@ export type TQuoteChange = TChange & {
|
|
|
1563
1577
|
buyerComment?: Maybe<Scalars['String']['output']>;
|
|
1564
1578
|
change: Scalars['String']['output'];
|
|
1565
1579
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
1580
|
+
/** Custom Field Name */
|
|
1566
1581
|
name?: Maybe<Scalars['String']['output']>;
|
|
1567
1582
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1568
1583
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -1585,6 +1600,7 @@ export type TQuoteRequestChange = TChange & {
|
|
|
1585
1600
|
__typename?: 'QuoteRequestChange';
|
|
1586
1601
|
change: Scalars['String']['output'];
|
|
1587
1602
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
1603
|
+
/** Custom Field Name */
|
|
1588
1604
|
name?: Maybe<Scalars['String']['output']>;
|
|
1589
1605
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1590
1606
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -1916,6 +1932,7 @@ export type TReviewChange = TChange & {
|
|
|
1916
1932
|
__typename?: 'ReviewChange';
|
|
1917
1933
|
change: Scalars['String']['output'];
|
|
1918
1934
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
1935
|
+
/** Custom Field Name */
|
|
1919
1936
|
name?: Maybe<Scalars['String']['output']>;
|
|
1920
1937
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1921
1938
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -1987,6 +2004,7 @@ export type TStagedQuoteChange = TChange & {
|
|
|
1987
2004
|
__typename?: 'StagedQuoteChange';
|
|
1988
2005
|
change: Scalars['String']['output'];
|
|
1989
2006
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
2007
|
+
/** Custom Field Name */
|
|
1990
2008
|
name?: Maybe<Scalars['String']['output']>;
|
|
1991
2009
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
1992
2010
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
@@ -3583,10 +3583,6 @@ var en = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "Premium"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "PREMIUM"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "Explore Premium"
|
|
@@ -3585,10 +3585,6 @@ var en = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Explore Premium"
|
|
@@ -3585,10 +3585,6 @@ var en = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Explore Premium"
|
|
@@ -3585,10 +3585,6 @@ var es = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Descubrir Premium"
|
|
@@ -3583,10 +3583,6 @@ var es = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "Premium"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "PREMIUM"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "Descubrir Premium"
|
|
@@ -3585,10 +3585,6 @@ var es = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Descubrir Premium"
|
|
@@ -3585,10 +3585,6 @@ var frFR = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Découvrir Premium"
|
|
@@ -3583,10 +3583,6 @@ var frFR = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "Premium"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "PREMIUM"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "Découvrir Premium"
|
|
@@ -3585,10 +3585,6 @@ var frFR = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Découvrir Premium"
|
|
@@ -3583,10 +3583,6 @@ var ptBR = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "Premium"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "PREMIUM"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "Explorar Premium"
|
|
@@ -3585,10 +3585,6 @@ var ptBR = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Explorar Premium"
|
|
@@ -3585,10 +3585,6 @@ var ptBR = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "Premium"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "PREMIUM"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "Explorar Premium"
|
|
@@ -3585,10 +3585,6 @@ var zhCN = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "高级版"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "高级版"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "探索了解高级版"
|
|
@@ -3583,10 +3583,6 @@ var zhCN = {
|
|
|
3583
3583
|
developer_comment: "Label for the premium tier stamp",
|
|
3584
3584
|
string: "高级版"
|
|
3585
3585
|
},
|
|
3586
|
-
"VersionTier.premiumVersionLabel": {
|
|
3587
|
-
developer_comment: "Label for the premium tier",
|
|
3588
|
-
string: "高级版"
|
|
3589
|
-
},
|
|
3590
3586
|
"WelcomeModal.button.primary": {
|
|
3591
3587
|
developer_comment: "Welcome modal primary button",
|
|
3592
3588
|
string: "探索了解高级版"
|
|
@@ -3585,10 +3585,6 @@ var zhCN = {
|
|
|
3585
3585
|
developer_comment: "Label for the premium tier stamp",
|
|
3586
3586
|
string: "高级版"
|
|
3587
3587
|
},
|
|
3588
|
-
"VersionTier.premiumVersionLabel": {
|
|
3589
|
-
developer_comment: "Label for the premium tier",
|
|
3590
|
-
string: "高级版"
|
|
3591
|
-
},
|
|
3592
3588
|
"WelcomeModal.button.primary": {
|
|
3593
3589
|
developer_comment: "Welcome modal primary button",
|
|
3594
3590
|
string: "探索了解高级版"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/change-history",
|
|
3
3
|
"description": "Change history shared components and utilities",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.28.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@apollo/client": "3.8.5",
|
|
19
19
|
"@babel/runtime": "7.24.7",
|
|
20
20
|
"@babel/runtime-corejs3": "7.24.7",
|
|
21
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
22
|
-
"@commercetools-uikit/data-table": "19.
|
|
23
|
-
"@commercetools-uikit/data-table-manager": "19.
|
|
24
|
-
"@commercetools-uikit/design-system": "19.
|
|
25
|
-
"@commercetools-uikit/icons": "19.
|
|
26
|
-
"@commercetools-uikit/input-utils": "19.
|
|
27
|
-
"@commercetools-uikit/select-utils": "19.
|
|
28
|
-
"@commercetools-uikit/text": "19.
|
|
29
|
-
"@commercetools-uikit/utils": "19.
|
|
21
|
+
"@commercetools-frontend/ui-kit": "19.11.0",
|
|
22
|
+
"@commercetools-uikit/data-table": "19.11.0",
|
|
23
|
+
"@commercetools-uikit/data-table-manager": "19.11.0",
|
|
24
|
+
"@commercetools-uikit/design-system": "19.11.0",
|
|
25
|
+
"@commercetools-uikit/icons": "19.11.0",
|
|
26
|
+
"@commercetools-uikit/input-utils": "19.11.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "19.11.0",
|
|
28
|
+
"@commercetools-uikit/text": "19.11.0",
|
|
29
|
+
"@commercetools-uikit/utils": "19.11.0",
|
|
30
30
|
"@emotion/react": "11.11.4",
|
|
31
31
|
"classnames": "^2.3.2",
|
|
32
32
|
"common-tags": "1.8.2",
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/plugin-transform-runtime": "7.24.7",
|
|
48
|
-
"@commercetools-frontend/application-components": "22.
|
|
49
|
-
"@commercetools-frontend/application-shell": "22.
|
|
50
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
51
|
-
"@commercetools-frontend/assets": "22.
|
|
52
|
-
"@commercetools-frontend/constants": "22.
|
|
53
|
-
"@commercetools-frontend/i18n": "22.
|
|
54
|
-
"@commercetools-frontend/l10n": "22.
|
|
55
|
-
"@commercetools-frontend/mc-scripts": "22.
|
|
56
|
-
"@commercetools-frontend/permissions": "22.
|
|
57
|
-
"@commercetools-frontend/sdk": "22.
|
|
58
|
-
"@commercetools-frontend/sentry": "22.
|
|
59
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
60
|
-
"@commercetools-uikit/select-input": "19.
|
|
48
|
+
"@commercetools-frontend/application-components": "22.32.0",
|
|
49
|
+
"@commercetools-frontend/application-shell": "22.32.0",
|
|
50
|
+
"@commercetools-frontend/application-shell-connectors": "22.32.0",
|
|
51
|
+
"@commercetools-frontend/assets": "22.32.0",
|
|
52
|
+
"@commercetools-frontend/constants": "22.32.0",
|
|
53
|
+
"@commercetools-frontend/i18n": "22.32.0",
|
|
54
|
+
"@commercetools-frontend/l10n": "22.32.0",
|
|
55
|
+
"@commercetools-frontend/mc-scripts": "22.32.0",
|
|
56
|
+
"@commercetools-frontend/permissions": "22.32.0",
|
|
57
|
+
"@commercetools-frontend/sdk": "22.32.0",
|
|
58
|
+
"@commercetools-frontend/sentry": "22.32.0",
|
|
59
|
+
"@commercetools-frontend/ui-kit": "19.11.0",
|
|
60
|
+
"@commercetools-uikit/select-input": "19.11.0",
|
|
61
61
|
"@faker-js/faker": "8.4.1",
|
|
62
62
|
"@formatjs/cli": "6.2.12",
|
|
63
63
|
"@preconstruct/cli": "2.8.3",
|