@transcend-io/privacy-types 5.3.0 → 5.3.2
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/index.d.mts +48 -48
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -3484,8 +3484,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3484
3484
|
}>]>, t.TypeC<{
|
|
3485
3485
|
contentFlow: t.KeyofC<{
|
|
3486
3486
|
vertical: unknown;
|
|
3487
|
-
|
|
3488
|
-
|
|
3487
|
+
horizontalStacked: unknown;
|
|
3488
|
+
horizontalFlat: unknown;
|
|
3489
3489
|
}>;
|
|
3490
3490
|
verticalAlign: t.KeyofC<{
|
|
3491
3491
|
center: unknown;
|
|
@@ -3503,8 +3503,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3503
3503
|
}>;
|
|
3504
3504
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3505
3505
|
vertical: unknown;
|
|
3506
|
-
|
|
3507
|
-
|
|
3506
|
+
horizontalStacked: unknown;
|
|
3507
|
+
horizontalFlat: unknown;
|
|
3508
3508
|
}>, t.StringC>;
|
|
3509
3509
|
}>, t.TypeC<{
|
|
3510
3510
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3683,8 +3683,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3683
3683
|
}>]>, t.TypeC<{
|
|
3684
3684
|
contentFlow: t.KeyofC<{
|
|
3685
3685
|
vertical: unknown;
|
|
3686
|
-
|
|
3687
|
-
|
|
3686
|
+
horizontalStacked: unknown;
|
|
3687
|
+
horizontalFlat: unknown;
|
|
3688
3688
|
}>;
|
|
3689
3689
|
verticalAlign: t.KeyofC<{
|
|
3690
3690
|
center: unknown;
|
|
@@ -3702,8 +3702,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3702
3702
|
}>;
|
|
3703
3703
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3704
3704
|
vertical: unknown;
|
|
3705
|
-
|
|
3706
|
-
|
|
3705
|
+
horizontalStacked: unknown;
|
|
3706
|
+
horizontalFlat: unknown;
|
|
3707
3707
|
}>, t.StringC>;
|
|
3708
3708
|
}>, t.TypeC<{
|
|
3709
3709
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3826,8 +3826,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3826
3826
|
}>;
|
|
3827
3827
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3828
3828
|
vertical: unknown;
|
|
3829
|
-
|
|
3830
|
-
|
|
3829
|
+
horizontalStacked: unknown;
|
|
3830
|
+
horizontalFlat: unknown;
|
|
3831
3831
|
}>, t.StringC>;
|
|
3832
3832
|
}>, t.TypeC<{
|
|
3833
3833
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3869,8 +3869,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3869
3869
|
}>;
|
|
3870
3870
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3871
3871
|
vertical: unknown;
|
|
3872
|
-
|
|
3873
|
-
|
|
3872
|
+
horizontalStacked: unknown;
|
|
3873
|
+
horizontalFlat: unknown;
|
|
3874
3874
|
}>, t.StringC>;
|
|
3875
3875
|
}>, t.TypeC<{
|
|
3876
3876
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4146,8 +4146,8 @@ type LogoPosition = (typeof LogoPosition)[keyof typeof LogoPosition];
|
|
|
4146
4146
|
*/
|
|
4147
4147
|
declare const ContentFlows: {
|
|
4148
4148
|
/** Items are stacked vertically, top to bottom */Vertical: "vertical"; /** Items are stacked horizontally, often wrapping if space runs out */
|
|
4149
|
-
HorizontalStacked: "
|
|
4150
|
-
HorizontalFlat: "
|
|
4149
|
+
HorizontalStacked: "horizontalStacked"; /** Items are laid out horizontally, in a single row */
|
|
4150
|
+
HorizontalFlat: "horizontalFlat";
|
|
4151
4151
|
};
|
|
4152
4152
|
/** Override type */
|
|
4153
4153
|
type ContentFlows = (typeof ContentFlows)[keyof typeof ContentFlows];
|
|
@@ -4303,8 +4303,8 @@ declare const PaddedContentLayout: t.TypeC<{
|
|
|
4303
4303
|
}>;
|
|
4304
4304
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4305
4305
|
vertical: unknown;
|
|
4306
|
-
|
|
4307
|
-
|
|
4306
|
+
horizontalStacked: unknown;
|
|
4307
|
+
horizontalFlat: unknown;
|
|
4308
4308
|
}>, t.StringC>;
|
|
4309
4309
|
}>;
|
|
4310
4310
|
/** Override type */
|
|
@@ -4326,8 +4326,8 @@ declare const ContentLayout: t.UnionC<[t.TypeC<{
|
|
|
4326
4326
|
}>;
|
|
4327
4327
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4328
4328
|
vertical: unknown;
|
|
4329
|
-
|
|
4330
|
-
|
|
4329
|
+
horizontalStacked: unknown;
|
|
4330
|
+
horizontalFlat: unknown;
|
|
4331
4331
|
}>, t.StringC>;
|
|
4332
4332
|
}>, t.TypeC<{
|
|
4333
4333
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4435,8 +4435,8 @@ declare const FirstLayerThemeMinimal: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
|
4435
4435
|
}>;
|
|
4436
4436
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4437
4437
|
vertical: unknown;
|
|
4438
|
-
|
|
4439
|
-
|
|
4438
|
+
horizontalStacked: unknown;
|
|
4439
|
+
horizontalFlat: unknown;
|
|
4440
4440
|
}>, t.StringC>;
|
|
4441
4441
|
}>, t.TypeC<{
|
|
4442
4442
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4497,8 +4497,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4497
4497
|
}>]>, t.TypeC<{
|
|
4498
4498
|
contentFlow: t.KeyofC<{
|
|
4499
4499
|
vertical: unknown;
|
|
4500
|
-
|
|
4501
|
-
|
|
4500
|
+
horizontalStacked: unknown;
|
|
4501
|
+
horizontalFlat: unknown;
|
|
4502
4502
|
}>;
|
|
4503
4503
|
verticalAlign: t.KeyofC<{
|
|
4504
4504
|
center: unknown;
|
|
@@ -4516,8 +4516,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4516
4516
|
}>;
|
|
4517
4517
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4518
4518
|
vertical: unknown;
|
|
4519
|
-
|
|
4520
|
-
|
|
4519
|
+
horizontalStacked: unknown;
|
|
4520
|
+
horizontalFlat: unknown;
|
|
4521
4521
|
}>, t.StringC>;
|
|
4522
4522
|
}>, t.TypeC<{
|
|
4523
4523
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4692,8 +4692,8 @@ declare const ThemeConfigurationBannerOnlyMinimal: t.TypeC<{
|
|
|
4692
4692
|
}>;
|
|
4693
4693
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4694
4694
|
vertical: unknown;
|
|
4695
|
-
|
|
4696
|
-
|
|
4695
|
+
horizontalStacked: unknown;
|
|
4696
|
+
horizontalFlat: unknown;
|
|
4697
4697
|
}>, t.StringC>;
|
|
4698
4698
|
}>, t.TypeC<{
|
|
4699
4699
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4768,8 +4768,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4768
4768
|
}>]>, t.TypeC<{
|
|
4769
4769
|
contentFlow: t.KeyofC<{
|
|
4770
4770
|
vertical: unknown;
|
|
4771
|
-
|
|
4772
|
-
|
|
4771
|
+
horizontalStacked: unknown;
|
|
4772
|
+
horizontalFlat: unknown;
|
|
4773
4773
|
}>;
|
|
4774
4774
|
verticalAlign: t.KeyofC<{
|
|
4775
4775
|
center: unknown;
|
|
@@ -4787,8 +4787,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4787
4787
|
}>;
|
|
4788
4788
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4789
4789
|
vertical: unknown;
|
|
4790
|
-
|
|
4791
|
-
|
|
4790
|
+
horizontalStacked: unknown;
|
|
4791
|
+
horizontalFlat: unknown;
|
|
4792
4792
|
}>, t.StringC>;
|
|
4793
4793
|
}>, t.TypeC<{
|
|
4794
4794
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4950,8 +4950,8 @@ declare const ThemeConfigurationBannerIntoModalMinimal: t.TypeC<{
|
|
|
4950
4950
|
}>;
|
|
4951
4951
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4952
4952
|
vertical: unknown;
|
|
4953
|
-
|
|
4954
|
-
|
|
4953
|
+
horizontalStacked: unknown;
|
|
4954
|
+
horizontalFlat: unknown;
|
|
4955
4955
|
}>, t.StringC>;
|
|
4956
4956
|
}>, t.TypeC<{
|
|
4957
4957
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5039,8 +5039,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5039
5039
|
}>]>, t.TypeC<{
|
|
5040
5040
|
contentFlow: t.KeyofC<{
|
|
5041
5041
|
vertical: unknown;
|
|
5042
|
-
|
|
5043
|
-
|
|
5042
|
+
horizontalStacked: unknown;
|
|
5043
|
+
horizontalFlat: unknown;
|
|
5044
5044
|
}>;
|
|
5045
5045
|
verticalAlign: t.KeyofC<{
|
|
5046
5046
|
center: unknown;
|
|
@@ -5058,8 +5058,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5058
5058
|
}>;
|
|
5059
5059
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5060
5060
|
vertical: unknown;
|
|
5061
|
-
|
|
5062
|
-
|
|
5061
|
+
horizontalStacked: unknown;
|
|
5062
|
+
horizontalFlat: unknown;
|
|
5063
5063
|
}>, t.StringC>;
|
|
5064
5064
|
}>, t.TypeC<{
|
|
5065
5065
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5186,8 +5186,8 @@ declare const ThemeConfigurationMinimal: t.UnionC<[t.TypeC<{
|
|
|
5186
5186
|
}>;
|
|
5187
5187
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5188
5188
|
vertical: unknown;
|
|
5189
|
-
|
|
5190
|
-
|
|
5189
|
+
horizontalStacked: unknown;
|
|
5190
|
+
horizontalFlat: unknown;
|
|
5191
5191
|
}>, t.StringC>;
|
|
5192
5192
|
}>, t.TypeC<{
|
|
5193
5193
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5229,8 +5229,8 @@ declare const ThemeConfigurationMinimal: t.UnionC<[t.TypeC<{
|
|
|
5229
5229
|
}>;
|
|
5230
5230
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5231
5231
|
vertical: unknown;
|
|
5232
|
-
|
|
5233
|
-
|
|
5232
|
+
horizontalStacked: unknown;
|
|
5233
|
+
horizontalFlat: unknown;
|
|
5234
5234
|
}>, t.StringC>;
|
|
5235
5235
|
}>, t.TypeC<{
|
|
5236
5236
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5318,8 +5318,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5318
5318
|
}>]>, t.TypeC<{
|
|
5319
5319
|
contentFlow: t.KeyofC<{
|
|
5320
5320
|
vertical: unknown;
|
|
5321
|
-
|
|
5322
|
-
|
|
5321
|
+
horizontalStacked: unknown;
|
|
5322
|
+
horizontalFlat: unknown;
|
|
5323
5323
|
}>;
|
|
5324
5324
|
verticalAlign: t.KeyofC<{
|
|
5325
5325
|
center: unknown;
|
|
@@ -5337,8 +5337,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5337
5337
|
}>;
|
|
5338
5338
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5339
5339
|
vertical: unknown;
|
|
5340
|
-
|
|
5341
|
-
|
|
5340
|
+
horizontalStacked: unknown;
|
|
5341
|
+
horizontalFlat: unknown;
|
|
5342
5342
|
}>, t.StringC>;
|
|
5343
5343
|
}>, t.TypeC<{
|
|
5344
5344
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5517,8 +5517,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5517
5517
|
}>]>, t.TypeC<{
|
|
5518
5518
|
contentFlow: t.KeyofC<{
|
|
5519
5519
|
vertical: unknown;
|
|
5520
|
-
|
|
5521
|
-
|
|
5520
|
+
horizontalStacked: unknown;
|
|
5521
|
+
horizontalFlat: unknown;
|
|
5522
5522
|
}>;
|
|
5523
5523
|
verticalAlign: t.KeyofC<{
|
|
5524
5524
|
center: unknown;
|
|
@@ -5536,8 +5536,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5536
5536
|
}>;
|
|
5537
5537
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5538
5538
|
vertical: unknown;
|
|
5539
|
-
|
|
5540
|
-
|
|
5539
|
+
horizontalStacked: unknown;
|
|
5540
|
+
horizontalFlat: unknown;
|
|
5541
5541
|
}>, t.StringC>;
|
|
5542
5542
|
}>, t.TypeC<{
|
|
5543
5543
|
fullWidth: t.LiteralC<true>;
|