@atlaskit/forge-react-types 0.57.0 → 0.58.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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.58.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8f4d9a7764877`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f4d9a7764877) -
8
+ Pass through height and width props to UI Kit Frame
9
+
10
+ ## 0.57.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 0.57.0
4
17
 
5
18
  ### Minor Changes
@@ -0,0 +1 @@
1
+ "use strict";
File without changes
File without changes
@@ -119,9 +119,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
119
119
  includes?: boolean | undefined;
120
120
  flatMap?: boolean | undefined;
121
121
  flat?: boolean | undefined;
122
+ at?: boolean | undefined;
122
123
  [Symbol.iterator]?: boolean | undefined;
123
124
  readonly [Symbol.unscopables]?: boolean | undefined;
124
- at?: boolean | undefined;
125
125
  } | undefined;
126
126
  borderBottomRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
127
127
  [x: number]: boolean | undefined;
@@ -157,9 +157,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
157
157
  includes?: boolean | undefined;
158
158
  flatMap?: boolean | undefined;
159
159
  flat?: boolean | undefined;
160
+ at?: boolean | undefined;
160
161
  [Symbol.iterator]?: boolean | undefined;
161
162
  readonly [Symbol.unscopables]?: boolean | undefined;
162
- at?: boolean | undefined;
163
163
  } | undefined;
164
164
  borderBottomStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
165
165
  [x: number]: boolean | undefined;
@@ -195,9 +195,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
195
195
  includes?: boolean | undefined;
196
196
  flatMap?: boolean | undefined;
197
197
  flat?: boolean | undefined;
198
+ at?: boolean | undefined;
198
199
  [Symbol.iterator]?: boolean | undefined;
199
200
  readonly [Symbol.unscopables]?: boolean | undefined;
200
- at?: boolean | undefined;
201
201
  } | undefined;
202
202
  borderEndEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
203
203
  [x: number]: boolean | undefined;
@@ -233,9 +233,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
233
233
  includes?: boolean | undefined;
234
234
  flatMap?: boolean | undefined;
235
235
  flat?: boolean | undefined;
236
+ at?: boolean | undefined;
236
237
  [Symbol.iterator]?: boolean | undefined;
237
238
  readonly [Symbol.unscopables]?: boolean | undefined;
238
- at?: boolean | undefined;
239
239
  } | undefined;
240
240
  borderEndStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
241
241
  [x: number]: boolean | undefined;
@@ -271,9 +271,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
271
271
  includes?: boolean | undefined;
272
272
  flatMap?: boolean | undefined;
273
273
  flat?: boolean | undefined;
274
+ at?: boolean | undefined;
274
275
  [Symbol.iterator]?: boolean | undefined;
275
276
  readonly [Symbol.unscopables]?: boolean | undefined;
276
- at?: boolean | undefined;
277
277
  } | undefined;
278
278
  borderLeftStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
279
279
  [x: number]: boolean | undefined;
@@ -309,9 +309,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
309
309
  includes?: boolean | undefined;
310
310
  flatMap?: boolean | undefined;
311
311
  flat?: boolean | undefined;
312
+ at?: boolean | undefined;
312
313
  [Symbol.iterator]?: boolean | undefined;
313
314
  readonly [Symbol.unscopables]?: boolean | undefined;
314
- at?: boolean | undefined;
315
315
  } | undefined;
316
316
  borderRightStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
317
317
  [x: number]: boolean | undefined;
@@ -347,9 +347,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
347
347
  includes?: boolean | undefined;
348
348
  flatMap?: boolean | undefined;
349
349
  flat?: boolean | undefined;
350
+ at?: boolean | undefined;
350
351
  [Symbol.iterator]?: boolean | undefined;
351
352
  readonly [Symbol.unscopables]?: boolean | undefined;
352
- at?: boolean | undefined;
353
353
  } | undefined;
354
354
  borderStartEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
355
355
  [x: number]: boolean | undefined;
@@ -385,9 +385,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
385
385
  includes?: boolean | undefined;
386
386
  flatMap?: boolean | undefined;
387
387
  flat?: boolean | undefined;
388
+ at?: boolean | undefined;
388
389
  [Symbol.iterator]?: boolean | undefined;
389
390
  readonly [Symbol.unscopables]?: boolean | undefined;
390
- at?: boolean | undefined;
391
391
  } | undefined;
392
392
  borderStartStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
393
393
  [x: number]: boolean | undefined;
@@ -423,9 +423,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
423
423
  includes?: boolean | undefined;
424
424
  flatMap?: boolean | undefined;
425
425
  flat?: boolean | undefined;
426
+ at?: boolean | undefined;
426
427
  [Symbol.iterator]?: boolean | undefined;
427
428
  readonly [Symbol.unscopables]?: boolean | undefined;
428
- at?: boolean | undefined;
429
429
  } | undefined;
430
430
  borderTopLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
431
431
  [x: number]: boolean | undefined;
@@ -461,9 +461,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
461
461
  includes?: boolean | undefined;
462
462
  flatMap?: boolean | undefined;
463
463
  flat?: boolean | undefined;
464
+ at?: boolean | undefined;
464
465
  [Symbol.iterator]?: boolean | undefined;
465
466
  readonly [Symbol.unscopables]?: boolean | undefined;
466
- at?: boolean | undefined;
467
467
  } | undefined;
468
468
  borderTopRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
469
469
  [x: number]: boolean | undefined;
@@ -499,9 +499,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
499
499
  includes?: boolean | undefined;
500
500
  flatMap?: boolean | undefined;
501
501
  flat?: boolean | undefined;
502
+ at?: boolean | undefined;
502
503
  [Symbol.iterator]?: boolean | undefined;
503
504
  readonly [Symbol.unscopables]?: boolean | undefined;
504
- at?: boolean | undefined;
505
505
  } | undefined;
506
506
  borderTopStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
507
507
  [x: number]: boolean | undefined;
@@ -537,9 +537,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
537
537
  includes?: boolean | undefined;
538
538
  flatMap?: boolean | undefined;
539
539
  flat?: boolean | undefined;
540
+ at?: boolean | undefined;
540
541
  [Symbol.iterator]?: boolean | undefined;
541
542
  readonly [Symbol.unscopables]?: boolean | undefined;
542
- at?: boolean | undefined;
543
543
  } | undefined;
544
544
  display?: "block" | "inline" | "inline-block" | "none" | {
545
545
  [x: number]: boolean | undefined;
@@ -575,9 +575,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
575
575
  includes?: boolean | undefined;
576
576
  flatMap?: boolean | undefined;
577
577
  flat?: boolean | undefined;
578
+ at?: boolean | undefined;
578
579
  [Symbol.iterator]?: boolean | undefined;
579
580
  readonly [Symbol.unscopables]?: boolean | undefined;
580
- at?: boolean | undefined;
581
581
  } | undefined;
582
582
  overflowX?: "auto" | "hidden" | "scroll" | "visible" | {
583
583
  [x: number]: boolean | undefined;
@@ -613,9 +613,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
613
613
  includes?: boolean | undefined;
614
614
  flatMap?: boolean | undefined;
615
615
  flat?: boolean | undefined;
616
+ at?: boolean | undefined;
616
617
  [Symbol.iterator]?: boolean | undefined;
617
618
  readonly [Symbol.unscopables]?: boolean | undefined;
618
- at?: boolean | undefined;
619
619
  } | undefined;
620
620
  overflowY?: "auto" | "hidden" | "scroll" | "visible" | {
621
621
  [x: number]: boolean | undefined;
@@ -651,9 +651,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
651
651
  includes?: boolean | undefined;
652
652
  flatMap?: boolean | undefined;
653
653
  flat?: boolean | undefined;
654
+ at?: boolean | undefined;
654
655
  [Symbol.iterator]?: boolean | undefined;
655
656
  readonly [Symbol.unscopables]?: boolean | undefined;
656
- at?: boolean | undefined;
657
657
  } | undefined;
658
658
  position?: "relative" | "static" | {
659
659
  [x: number]: boolean | undefined;
@@ -689,9 +689,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
689
689
  includes?: boolean | undefined;
690
690
  flatMap?: boolean | undefined;
691
691
  flat?: boolean | undefined;
692
+ at?: boolean | undefined;
692
693
  [Symbol.iterator]?: boolean | undefined;
693
694
  readonly [Symbol.unscopables]?: boolean | undefined;
694
- at?: boolean | undefined;
695
695
  } | undefined;
696
696
  borderRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
697
697
  [x: number]: boolean | undefined;
@@ -727,9 +727,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
727
727
  includes?: boolean | undefined;
728
728
  flatMap?: boolean | undefined;
729
729
  flat?: boolean | undefined;
730
+ at?: boolean | undefined;
730
731
  [Symbol.iterator]?: boolean | undefined;
731
732
  readonly [Symbol.unscopables]?: boolean | undefined;
732
- at?: boolean | undefined;
733
733
  } | undefined;
734
734
  borderStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
735
735
  [x: number]: boolean | undefined;
@@ -765,9 +765,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
765
765
  includes?: boolean | undefined;
766
766
  flatMap?: boolean | undefined;
767
767
  flat?: boolean | undefined;
768
+ at?: boolean | undefined;
768
769
  [Symbol.iterator]?: boolean | undefined;
769
770
  readonly [Symbol.unscopables]?: boolean | undefined;
770
- at?: boolean | undefined;
771
771
  } | undefined;
772
772
  overflow?: "auto" | "hidden" | "scroll" | "visible" | {
773
773
  [x: number]: boolean | undefined;
@@ -803,9 +803,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
803
803
  includes?: boolean | undefined;
804
804
  flatMap?: boolean | undefined;
805
805
  flat?: boolean | undefined;
806
+ at?: boolean | undefined;
806
807
  [Symbol.iterator]?: boolean | undefined;
807
808
  readonly [Symbol.unscopables]?: boolean | undefined;
808
- at?: boolean | undefined;
809
809
  } | undefined;
810
810
  }>) => SafeCSSObject<"backgroundColor" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "borderBlockEndColor" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderEndEndRadius" | "borderEndStartRadius" | "borderInlineEndColor" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "color" | "display" | "flexGrow" | "height" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "textAlign" | "width" | "borderBlockColor" | "borderBlockWidth" | "borderColor" | "borderInlineColor" | "borderInlineWidth" | "borderRadius" | "borderStyle" | "borderWidth" | "margin" | "marginBlock" | "marginInline" | "overflow", "flexGrow" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "textAlign" | "width", {
811
811
  borderBottomLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
@@ -842,9 +842,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
842
842
  includes?: boolean | undefined;
843
843
  flatMap?: boolean | undefined;
844
844
  flat?: boolean | undefined;
845
+ at?: boolean | undefined;
845
846
  [Symbol.iterator]?: boolean | undefined;
846
847
  readonly [Symbol.unscopables]?: boolean | undefined;
847
- at?: boolean | undefined;
848
848
  } | undefined;
849
849
  borderBottomRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
850
850
  [x: number]: boolean | undefined;
@@ -880,9 +880,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
880
880
  includes?: boolean | undefined;
881
881
  flatMap?: boolean | undefined;
882
882
  flat?: boolean | undefined;
883
+ at?: boolean | undefined;
883
884
  [Symbol.iterator]?: boolean | undefined;
884
885
  readonly [Symbol.unscopables]?: boolean | undefined;
885
- at?: boolean | undefined;
886
886
  } | undefined;
887
887
  borderBottomStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
888
888
  [x: number]: boolean | undefined;
@@ -918,9 +918,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
918
918
  includes?: boolean | undefined;
919
919
  flatMap?: boolean | undefined;
920
920
  flat?: boolean | undefined;
921
+ at?: boolean | undefined;
921
922
  [Symbol.iterator]?: boolean | undefined;
922
923
  readonly [Symbol.unscopables]?: boolean | undefined;
923
- at?: boolean | undefined;
924
924
  } | undefined;
925
925
  borderEndEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
926
926
  [x: number]: boolean | undefined;
@@ -956,9 +956,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
956
956
  includes?: boolean | undefined;
957
957
  flatMap?: boolean | undefined;
958
958
  flat?: boolean | undefined;
959
+ at?: boolean | undefined;
959
960
  [Symbol.iterator]?: boolean | undefined;
960
961
  readonly [Symbol.unscopables]?: boolean | undefined;
961
- at?: boolean | undefined;
962
962
  } | undefined;
963
963
  borderEndStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
964
964
  [x: number]: boolean | undefined;
@@ -994,9 +994,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
994
994
  includes?: boolean | undefined;
995
995
  flatMap?: boolean | undefined;
996
996
  flat?: boolean | undefined;
997
+ at?: boolean | undefined;
997
998
  [Symbol.iterator]?: boolean | undefined;
998
999
  readonly [Symbol.unscopables]?: boolean | undefined;
999
- at?: boolean | undefined;
1000
1000
  } | undefined;
1001
1001
  borderLeftStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
1002
1002
  [x: number]: boolean | undefined;
@@ -1032,9 +1032,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1032
1032
  includes?: boolean | undefined;
1033
1033
  flatMap?: boolean | undefined;
1034
1034
  flat?: boolean | undefined;
1035
+ at?: boolean | undefined;
1035
1036
  [Symbol.iterator]?: boolean | undefined;
1036
1037
  readonly [Symbol.unscopables]?: boolean | undefined;
1037
- at?: boolean | undefined;
1038
1038
  } | undefined;
1039
1039
  borderRightStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
1040
1040
  [x: number]: boolean | undefined;
@@ -1070,9 +1070,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1070
1070
  includes?: boolean | undefined;
1071
1071
  flatMap?: boolean | undefined;
1072
1072
  flat?: boolean | undefined;
1073
+ at?: boolean | undefined;
1073
1074
  [Symbol.iterator]?: boolean | undefined;
1074
1075
  readonly [Symbol.unscopables]?: boolean | undefined;
1075
- at?: boolean | undefined;
1076
1076
  } | undefined;
1077
1077
  borderStartEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
1078
1078
  [x: number]: boolean | undefined;
@@ -1108,9 +1108,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1108
1108
  includes?: boolean | undefined;
1109
1109
  flatMap?: boolean | undefined;
1110
1110
  flat?: boolean | undefined;
1111
+ at?: boolean | undefined;
1111
1112
  [Symbol.iterator]?: boolean | undefined;
1112
1113
  readonly [Symbol.unscopables]?: boolean | undefined;
1113
- at?: boolean | undefined;
1114
1114
  } | undefined;
1115
1115
  borderStartStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
1116
1116
  [x: number]: boolean | undefined;
@@ -1146,9 +1146,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1146
1146
  includes?: boolean | undefined;
1147
1147
  flatMap?: boolean | undefined;
1148
1148
  flat?: boolean | undefined;
1149
+ at?: boolean | undefined;
1149
1150
  [Symbol.iterator]?: boolean | undefined;
1150
1151
  readonly [Symbol.unscopables]?: boolean | undefined;
1151
- at?: boolean | undefined;
1152
1152
  } | undefined;
1153
1153
  borderTopLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
1154
1154
  [x: number]: boolean | undefined;
@@ -1184,9 +1184,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1184
1184
  includes?: boolean | undefined;
1185
1185
  flatMap?: boolean | undefined;
1186
1186
  flat?: boolean | undefined;
1187
+ at?: boolean | undefined;
1187
1188
  [Symbol.iterator]?: boolean | undefined;
1188
1189
  readonly [Symbol.unscopables]?: boolean | undefined;
1189
- at?: boolean | undefined;
1190
1190
  } | undefined;
1191
1191
  borderTopRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
1192
1192
  [x: number]: boolean | undefined;
@@ -1222,9 +1222,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1222
1222
  includes?: boolean | undefined;
1223
1223
  flatMap?: boolean | undefined;
1224
1224
  flat?: boolean | undefined;
1225
+ at?: boolean | undefined;
1225
1226
  [Symbol.iterator]?: boolean | undefined;
1226
1227
  readonly [Symbol.unscopables]?: boolean | undefined;
1227
- at?: boolean | undefined;
1228
1228
  } | undefined;
1229
1229
  borderTopStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
1230
1230
  [x: number]: boolean | undefined;
@@ -1260,9 +1260,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1260
1260
  includes?: boolean | undefined;
1261
1261
  flatMap?: boolean | undefined;
1262
1262
  flat?: boolean | undefined;
1263
+ at?: boolean | undefined;
1263
1264
  [Symbol.iterator]?: boolean | undefined;
1264
1265
  readonly [Symbol.unscopables]?: boolean | undefined;
1265
- at?: boolean | undefined;
1266
1266
  } | undefined;
1267
1267
  display?: "block" | "inline" | "inline-block" | "none" | {
1268
1268
  [x: number]: boolean | undefined;
@@ -1298,9 +1298,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1298
1298
  includes?: boolean | undefined;
1299
1299
  flatMap?: boolean | undefined;
1300
1300
  flat?: boolean | undefined;
1301
+ at?: boolean | undefined;
1301
1302
  [Symbol.iterator]?: boolean | undefined;
1302
1303
  readonly [Symbol.unscopables]?: boolean | undefined;
1303
- at?: boolean | undefined;
1304
1304
  } | undefined;
1305
1305
  overflowX?: "auto" | "hidden" | "scroll" | "visible" | {
1306
1306
  [x: number]: boolean | undefined;
@@ -1336,9 +1336,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1336
1336
  includes?: boolean | undefined;
1337
1337
  flatMap?: boolean | undefined;
1338
1338
  flat?: boolean | undefined;
1339
+ at?: boolean | undefined;
1339
1340
  [Symbol.iterator]?: boolean | undefined;
1340
1341
  readonly [Symbol.unscopables]?: boolean | undefined;
1341
- at?: boolean | undefined;
1342
1342
  } | undefined;
1343
1343
  overflowY?: "auto" | "hidden" | "scroll" | "visible" | {
1344
1344
  [x: number]: boolean | undefined;
@@ -1374,9 +1374,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1374
1374
  includes?: boolean | undefined;
1375
1375
  flatMap?: boolean | undefined;
1376
1376
  flat?: boolean | undefined;
1377
+ at?: boolean | undefined;
1377
1378
  [Symbol.iterator]?: boolean | undefined;
1378
1379
  readonly [Symbol.unscopables]?: boolean | undefined;
1379
- at?: boolean | undefined;
1380
1380
  } | undefined;
1381
1381
  position?: "relative" | "static" | {
1382
1382
  [x: number]: boolean | undefined;
@@ -1412,9 +1412,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1412
1412
  includes?: boolean | undefined;
1413
1413
  flatMap?: boolean | undefined;
1414
1414
  flat?: boolean | undefined;
1415
+ at?: boolean | undefined;
1415
1416
  [Symbol.iterator]?: boolean | undefined;
1416
1417
  readonly [Symbol.unscopables]?: boolean | undefined;
1417
- at?: boolean | undefined;
1418
1418
  } | undefined;
1419
1419
  borderRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
1420
1420
  [x: number]: boolean | undefined;
@@ -1450,9 +1450,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1450
1450
  includes?: boolean | undefined;
1451
1451
  flatMap?: boolean | undefined;
1452
1452
  flat?: boolean | undefined;
1453
+ at?: boolean | undefined;
1453
1454
  [Symbol.iterator]?: boolean | undefined;
1454
1455
  readonly [Symbol.unscopables]?: boolean | undefined;
1455
- at?: boolean | undefined;
1456
1456
  } | undefined;
1457
1457
  borderStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
1458
1458
  [x: number]: boolean | undefined;
@@ -1488,9 +1488,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1488
1488
  includes?: boolean | undefined;
1489
1489
  flatMap?: boolean | undefined;
1490
1490
  flat?: boolean | undefined;
1491
+ at?: boolean | undefined;
1491
1492
  [Symbol.iterator]?: boolean | undefined;
1492
1493
  readonly [Symbol.unscopables]?: boolean | undefined;
1493
- at?: boolean | undefined;
1494
1494
  } | undefined;
1495
1495
  overflow?: "auto" | "hidden" | "scroll" | "visible" | {
1496
1496
  [x: number]: boolean | undefined;
@@ -1526,9 +1526,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
1526
1526
  includes?: boolean | undefined;
1527
1527
  flatMap?: boolean | undefined;
1528
1528
  flat?: boolean | undefined;
1529
+ at?: boolean | undefined;
1529
1530
  [Symbol.iterator]?: boolean | undefined;
1530
1531
  readonly [Symbol.unscopables]?: boolean | undefined;
1531
- at?: boolean | undefined;
1532
1532
  } | undefined;
1533
1533
  }>;
1534
1534
  type XCSSProp = ReturnType<typeof xcssValidator>;