@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 +13 -0
- package/dist/cjs/components/frame.js +1 -0
- package/dist/es2019/components/frame.js +0 -0
- package/dist/esm/components/frame.js +0 -0
- package/dist/types/components/__generated__/BoxProps.codegen.d.ts +38 -38
- package/dist/types/components/__generated__/PressableProps.codegen.d.ts +38 -38
- package/dist/types/components/frame.d.ts +5 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types-ts4.5/components/__generated__/BoxProps.codegen.d.ts +38 -38
- package/dist/types-ts4.5/components/__generated__/PressableProps.codegen.d.ts +38 -38
- package/dist/types-ts4.5/components/frame.d.ts +5 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/package.json +6 -6
- package/src/components/frame.ts +5 -0
- package/src/index.ts +2 -0
|
@@ -110,9 +110,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
110
110
|
includes?: boolean | undefined;
|
|
111
111
|
flatMap?: boolean | undefined;
|
|
112
112
|
flat?: boolean | undefined;
|
|
113
|
+
at?: boolean | undefined;
|
|
113
114
|
[Symbol.iterator]?: boolean | undefined;
|
|
114
115
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
115
|
-
at?: boolean | undefined;
|
|
116
116
|
} | undefined;
|
|
117
117
|
borderBottomRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
118
118
|
[x: number]: boolean | undefined;
|
|
@@ -148,9 +148,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
148
148
|
includes?: boolean | undefined;
|
|
149
149
|
flatMap?: boolean | undefined;
|
|
150
150
|
flat?: boolean | undefined;
|
|
151
|
+
at?: boolean | undefined;
|
|
151
152
|
[Symbol.iterator]?: boolean | undefined;
|
|
152
153
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
153
|
-
at?: boolean | undefined;
|
|
154
154
|
} | undefined;
|
|
155
155
|
borderBottomStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
156
156
|
[x: number]: boolean | undefined;
|
|
@@ -186,9 +186,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
186
186
|
includes?: boolean | undefined;
|
|
187
187
|
flatMap?: boolean | undefined;
|
|
188
188
|
flat?: boolean | undefined;
|
|
189
|
+
at?: boolean | undefined;
|
|
189
190
|
[Symbol.iterator]?: boolean | undefined;
|
|
190
191
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
191
|
-
at?: boolean | undefined;
|
|
192
192
|
} | undefined;
|
|
193
193
|
borderEndEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
194
194
|
[x: number]: boolean | undefined;
|
|
@@ -224,9 +224,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
224
224
|
includes?: boolean | undefined;
|
|
225
225
|
flatMap?: boolean | undefined;
|
|
226
226
|
flat?: boolean | undefined;
|
|
227
|
+
at?: boolean | undefined;
|
|
227
228
|
[Symbol.iterator]?: boolean | undefined;
|
|
228
229
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
229
|
-
at?: boolean | undefined;
|
|
230
230
|
} | undefined;
|
|
231
231
|
borderEndStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
232
232
|
[x: number]: boolean | undefined;
|
|
@@ -262,9 +262,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
262
262
|
includes?: boolean | undefined;
|
|
263
263
|
flatMap?: boolean | undefined;
|
|
264
264
|
flat?: boolean | undefined;
|
|
265
|
+
at?: boolean | undefined;
|
|
265
266
|
[Symbol.iterator]?: boolean | undefined;
|
|
266
267
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
267
|
-
at?: boolean | undefined;
|
|
268
268
|
} | undefined;
|
|
269
269
|
borderLeftStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
270
270
|
[x: number]: boolean | undefined;
|
|
@@ -300,9 +300,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
300
300
|
includes?: boolean | undefined;
|
|
301
301
|
flatMap?: boolean | undefined;
|
|
302
302
|
flat?: boolean | undefined;
|
|
303
|
+
at?: boolean | undefined;
|
|
303
304
|
[Symbol.iterator]?: boolean | undefined;
|
|
304
305
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
305
|
-
at?: boolean | undefined;
|
|
306
306
|
} | undefined;
|
|
307
307
|
borderRightStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
308
308
|
[x: number]: boolean | undefined;
|
|
@@ -338,9 +338,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
338
338
|
includes?: boolean | undefined;
|
|
339
339
|
flatMap?: boolean | undefined;
|
|
340
340
|
flat?: boolean | undefined;
|
|
341
|
+
at?: boolean | undefined;
|
|
341
342
|
[Symbol.iterator]?: boolean | undefined;
|
|
342
343
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
343
|
-
at?: boolean | undefined;
|
|
344
344
|
} | undefined;
|
|
345
345
|
borderStartEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
346
346
|
[x: number]: boolean | undefined;
|
|
@@ -376,9 +376,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
376
376
|
includes?: boolean | undefined;
|
|
377
377
|
flatMap?: boolean | undefined;
|
|
378
378
|
flat?: boolean | undefined;
|
|
379
|
+
at?: boolean | undefined;
|
|
379
380
|
[Symbol.iterator]?: boolean | undefined;
|
|
380
381
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
381
|
-
at?: boolean | undefined;
|
|
382
382
|
} | undefined;
|
|
383
383
|
borderStartStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
384
384
|
[x: number]: boolean | undefined;
|
|
@@ -414,9 +414,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
414
414
|
includes?: boolean | undefined;
|
|
415
415
|
flatMap?: boolean | undefined;
|
|
416
416
|
flat?: boolean | undefined;
|
|
417
|
+
at?: boolean | undefined;
|
|
417
418
|
[Symbol.iterator]?: boolean | undefined;
|
|
418
419
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
419
|
-
at?: boolean | undefined;
|
|
420
420
|
} | undefined;
|
|
421
421
|
borderTopLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
422
422
|
[x: number]: boolean | undefined;
|
|
@@ -452,9 +452,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
452
452
|
includes?: boolean | undefined;
|
|
453
453
|
flatMap?: boolean | undefined;
|
|
454
454
|
flat?: boolean | undefined;
|
|
455
|
+
at?: boolean | undefined;
|
|
455
456
|
[Symbol.iterator]?: boolean | undefined;
|
|
456
457
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
457
|
-
at?: boolean | undefined;
|
|
458
458
|
} | undefined;
|
|
459
459
|
borderTopRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
460
460
|
[x: number]: boolean | undefined;
|
|
@@ -490,9 +490,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
490
490
|
includes?: boolean | undefined;
|
|
491
491
|
flatMap?: boolean | undefined;
|
|
492
492
|
flat?: boolean | undefined;
|
|
493
|
+
at?: boolean | undefined;
|
|
493
494
|
[Symbol.iterator]?: boolean | undefined;
|
|
494
495
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
495
|
-
at?: boolean | undefined;
|
|
496
496
|
} | undefined;
|
|
497
497
|
borderTopStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
498
498
|
[x: number]: boolean | undefined;
|
|
@@ -528,9 +528,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
528
528
|
includes?: boolean | undefined;
|
|
529
529
|
flatMap?: boolean | undefined;
|
|
530
530
|
flat?: boolean | undefined;
|
|
531
|
+
at?: boolean | undefined;
|
|
531
532
|
[Symbol.iterator]?: boolean | undefined;
|
|
532
533
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
533
|
-
at?: boolean | undefined;
|
|
534
534
|
} | undefined;
|
|
535
535
|
display?: "block" | "inline" | "inline-block" | "none" | {
|
|
536
536
|
[x: number]: boolean | undefined;
|
|
@@ -566,9 +566,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
566
566
|
includes?: boolean | undefined;
|
|
567
567
|
flatMap?: boolean | undefined;
|
|
568
568
|
flat?: boolean | undefined;
|
|
569
|
+
at?: boolean | undefined;
|
|
569
570
|
[Symbol.iterator]?: boolean | undefined;
|
|
570
571
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
571
|
-
at?: boolean | undefined;
|
|
572
572
|
} | undefined;
|
|
573
573
|
overflowX?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
574
574
|
[x: number]: boolean | undefined;
|
|
@@ -604,9 +604,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
604
604
|
includes?: boolean | undefined;
|
|
605
605
|
flatMap?: boolean | undefined;
|
|
606
606
|
flat?: boolean | undefined;
|
|
607
|
+
at?: boolean | undefined;
|
|
607
608
|
[Symbol.iterator]?: boolean | undefined;
|
|
608
609
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
609
|
-
at?: boolean | undefined;
|
|
610
610
|
} | undefined;
|
|
611
611
|
overflowY?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
612
612
|
[x: number]: boolean | undefined;
|
|
@@ -642,9 +642,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
642
642
|
includes?: boolean | undefined;
|
|
643
643
|
flatMap?: boolean | undefined;
|
|
644
644
|
flat?: boolean | undefined;
|
|
645
|
+
at?: boolean | undefined;
|
|
645
646
|
[Symbol.iterator]?: boolean | undefined;
|
|
646
647
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
647
|
-
at?: boolean | undefined;
|
|
648
648
|
} | undefined;
|
|
649
649
|
position?: "relative" | "static" | {
|
|
650
650
|
[x: number]: boolean | undefined;
|
|
@@ -680,9 +680,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
680
680
|
includes?: boolean | undefined;
|
|
681
681
|
flatMap?: boolean | undefined;
|
|
682
682
|
flat?: boolean | undefined;
|
|
683
|
+
at?: boolean | undefined;
|
|
683
684
|
[Symbol.iterator]?: boolean | undefined;
|
|
684
685
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
685
|
-
at?: boolean | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
borderRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
688
688
|
[x: number]: boolean | undefined;
|
|
@@ -718,9 +718,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
718
718
|
includes?: boolean | undefined;
|
|
719
719
|
flatMap?: boolean | undefined;
|
|
720
720
|
flat?: boolean | undefined;
|
|
721
|
+
at?: boolean | undefined;
|
|
721
722
|
[Symbol.iterator]?: boolean | undefined;
|
|
722
723
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
723
|
-
at?: boolean | undefined;
|
|
724
724
|
} | undefined;
|
|
725
725
|
borderStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
726
726
|
[x: number]: boolean | undefined;
|
|
@@ -756,9 +756,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
756
756
|
includes?: boolean | undefined;
|
|
757
757
|
flatMap?: boolean | undefined;
|
|
758
758
|
flat?: boolean | undefined;
|
|
759
|
+
at?: boolean | undefined;
|
|
759
760
|
[Symbol.iterator]?: boolean | undefined;
|
|
760
761
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
761
|
-
at?: boolean | undefined;
|
|
762
762
|
} | undefined;
|
|
763
763
|
overflow?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
764
764
|
[x: number]: boolean | undefined;
|
|
@@ -794,9 +794,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
794
794
|
includes?: boolean | undefined;
|
|
795
795
|
flatMap?: boolean | undefined;
|
|
796
796
|
flat?: boolean | undefined;
|
|
797
|
+
at?: boolean | undefined;
|
|
797
798
|
[Symbol.iterator]?: boolean | undefined;
|
|
798
799
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
799
|
-
at?: boolean | undefined;
|
|
800
800
|
} | undefined;
|
|
801
801
|
}>) => 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", {
|
|
802
802
|
borderBottomLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
@@ -833,9 +833,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
833
833
|
includes?: boolean | undefined;
|
|
834
834
|
flatMap?: boolean | undefined;
|
|
835
835
|
flat?: boolean | undefined;
|
|
836
|
+
at?: boolean | undefined;
|
|
836
837
|
[Symbol.iterator]?: boolean | undefined;
|
|
837
838
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
838
|
-
at?: boolean | undefined;
|
|
839
839
|
} | undefined;
|
|
840
840
|
borderBottomRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
841
841
|
[x: number]: boolean | undefined;
|
|
@@ -871,9 +871,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
871
871
|
includes?: boolean | undefined;
|
|
872
872
|
flatMap?: boolean | undefined;
|
|
873
873
|
flat?: boolean | undefined;
|
|
874
|
+
at?: boolean | undefined;
|
|
874
875
|
[Symbol.iterator]?: boolean | undefined;
|
|
875
876
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
876
|
-
at?: boolean | undefined;
|
|
877
877
|
} | undefined;
|
|
878
878
|
borderBottomStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
879
879
|
[x: number]: boolean | undefined;
|
|
@@ -909,9 +909,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
909
909
|
includes?: boolean | undefined;
|
|
910
910
|
flatMap?: boolean | undefined;
|
|
911
911
|
flat?: boolean | undefined;
|
|
912
|
+
at?: boolean | undefined;
|
|
912
913
|
[Symbol.iterator]?: boolean | undefined;
|
|
913
914
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
914
|
-
at?: boolean | undefined;
|
|
915
915
|
} | undefined;
|
|
916
916
|
borderEndEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
917
917
|
[x: number]: boolean | undefined;
|
|
@@ -947,9 +947,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
947
947
|
includes?: boolean | undefined;
|
|
948
948
|
flatMap?: boolean | undefined;
|
|
949
949
|
flat?: boolean | undefined;
|
|
950
|
+
at?: boolean | undefined;
|
|
950
951
|
[Symbol.iterator]?: boolean | undefined;
|
|
951
952
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
952
|
-
at?: boolean | undefined;
|
|
953
953
|
} | undefined;
|
|
954
954
|
borderEndStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
955
955
|
[x: number]: boolean | undefined;
|
|
@@ -985,9 +985,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
985
985
|
includes?: boolean | undefined;
|
|
986
986
|
flatMap?: boolean | undefined;
|
|
987
987
|
flat?: boolean | undefined;
|
|
988
|
+
at?: boolean | undefined;
|
|
988
989
|
[Symbol.iterator]?: boolean | undefined;
|
|
989
990
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
990
|
-
at?: boolean | undefined;
|
|
991
991
|
} | undefined;
|
|
992
992
|
borderLeftStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
993
993
|
[x: number]: boolean | undefined;
|
|
@@ -1023,9 +1023,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1023
1023
|
includes?: boolean | undefined;
|
|
1024
1024
|
flatMap?: boolean | undefined;
|
|
1025
1025
|
flat?: boolean | undefined;
|
|
1026
|
+
at?: boolean | undefined;
|
|
1026
1027
|
[Symbol.iterator]?: boolean | undefined;
|
|
1027
1028
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1028
|
-
at?: boolean | undefined;
|
|
1029
1029
|
} | undefined;
|
|
1030
1030
|
borderRightStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
1031
1031
|
[x: number]: boolean | undefined;
|
|
@@ -1061,9 +1061,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1061
1061
|
includes?: boolean | undefined;
|
|
1062
1062
|
flatMap?: boolean | undefined;
|
|
1063
1063
|
flat?: boolean | undefined;
|
|
1064
|
+
at?: boolean | undefined;
|
|
1064
1065
|
[Symbol.iterator]?: boolean | undefined;
|
|
1065
1066
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1066
|
-
at?: boolean | undefined;
|
|
1067
1067
|
} | undefined;
|
|
1068
1068
|
borderStartEndRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
1069
1069
|
[x: number]: boolean | undefined;
|
|
@@ -1099,9 +1099,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1099
1099
|
includes?: boolean | undefined;
|
|
1100
1100
|
flatMap?: boolean | undefined;
|
|
1101
1101
|
flat?: boolean | undefined;
|
|
1102
|
+
at?: boolean | undefined;
|
|
1102
1103
|
[Symbol.iterator]?: boolean | undefined;
|
|
1103
1104
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1104
|
-
at?: boolean | undefined;
|
|
1105
1105
|
} | undefined;
|
|
1106
1106
|
borderStartStartRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
1107
1107
|
[x: number]: boolean | undefined;
|
|
@@ -1137,9 +1137,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1137
1137
|
includes?: boolean | undefined;
|
|
1138
1138
|
flatMap?: boolean | undefined;
|
|
1139
1139
|
flat?: boolean | undefined;
|
|
1140
|
+
at?: boolean | undefined;
|
|
1140
1141
|
[Symbol.iterator]?: boolean | undefined;
|
|
1141
1142
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1142
|
-
at?: boolean | undefined;
|
|
1143
1143
|
} | undefined;
|
|
1144
1144
|
borderTopLeftRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
1145
1145
|
[x: number]: boolean | undefined;
|
|
@@ -1175,9 +1175,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1175
1175
|
includes?: boolean | undefined;
|
|
1176
1176
|
flatMap?: boolean | undefined;
|
|
1177
1177
|
flat?: boolean | undefined;
|
|
1178
|
+
at?: boolean | undefined;
|
|
1178
1179
|
[Symbol.iterator]?: boolean | undefined;
|
|
1179
1180
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1180
|
-
at?: boolean | undefined;
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
borderTopRightRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
1183
1183
|
[x: number]: boolean | undefined;
|
|
@@ -1213,9 +1213,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1213
1213
|
includes?: boolean | undefined;
|
|
1214
1214
|
flatMap?: boolean | undefined;
|
|
1215
1215
|
flat?: boolean | undefined;
|
|
1216
|
+
at?: boolean | undefined;
|
|
1216
1217
|
[Symbol.iterator]?: boolean | undefined;
|
|
1217
1218
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1218
|
-
at?: boolean | undefined;
|
|
1219
1219
|
} | undefined;
|
|
1220
1220
|
borderTopStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
1221
1221
|
[x: number]: boolean | undefined;
|
|
@@ -1251,9 +1251,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1251
1251
|
includes?: boolean | undefined;
|
|
1252
1252
|
flatMap?: boolean | undefined;
|
|
1253
1253
|
flat?: boolean | undefined;
|
|
1254
|
+
at?: boolean | undefined;
|
|
1254
1255
|
[Symbol.iterator]?: boolean | undefined;
|
|
1255
1256
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1256
|
-
at?: boolean | undefined;
|
|
1257
1257
|
} | undefined;
|
|
1258
1258
|
display?: "block" | "inline" | "inline-block" | "none" | {
|
|
1259
1259
|
[x: number]: boolean | undefined;
|
|
@@ -1289,9 +1289,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1289
1289
|
includes?: boolean | undefined;
|
|
1290
1290
|
flatMap?: boolean | undefined;
|
|
1291
1291
|
flat?: boolean | undefined;
|
|
1292
|
+
at?: boolean | undefined;
|
|
1292
1293
|
[Symbol.iterator]?: boolean | undefined;
|
|
1293
1294
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1294
|
-
at?: boolean | undefined;
|
|
1295
1295
|
} | undefined;
|
|
1296
1296
|
overflowX?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
1297
1297
|
[x: number]: boolean | undefined;
|
|
@@ -1327,9 +1327,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1327
1327
|
includes?: boolean | undefined;
|
|
1328
1328
|
flatMap?: boolean | undefined;
|
|
1329
1329
|
flat?: boolean | undefined;
|
|
1330
|
+
at?: boolean | undefined;
|
|
1330
1331
|
[Symbol.iterator]?: boolean | undefined;
|
|
1331
1332
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1332
|
-
at?: boolean | undefined;
|
|
1333
1333
|
} | undefined;
|
|
1334
1334
|
overflowY?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
1335
1335
|
[x: number]: boolean | undefined;
|
|
@@ -1365,9 +1365,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1365
1365
|
includes?: boolean | undefined;
|
|
1366
1366
|
flatMap?: boolean | undefined;
|
|
1367
1367
|
flat?: boolean | undefined;
|
|
1368
|
+
at?: boolean | undefined;
|
|
1368
1369
|
[Symbol.iterator]?: boolean | undefined;
|
|
1369
1370
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1370
|
-
at?: boolean | undefined;
|
|
1371
1371
|
} | undefined;
|
|
1372
1372
|
position?: "relative" | "static" | {
|
|
1373
1373
|
[x: number]: boolean | undefined;
|
|
@@ -1403,9 +1403,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1403
1403
|
includes?: boolean | undefined;
|
|
1404
1404
|
flatMap?: boolean | undefined;
|
|
1405
1405
|
flat?: boolean | undefined;
|
|
1406
|
+
at?: boolean | undefined;
|
|
1406
1407
|
[Symbol.iterator]?: boolean | undefined;
|
|
1407
1408
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1408
|
-
at?: boolean | undefined;
|
|
1409
1409
|
} | undefined;
|
|
1410
1410
|
borderRadius?: "radius.xsmall" | "radius.small" | "radius.medium" | "radius.large" | "radius.xlarge" | "radius.xxlarge" | "radius.full" | "radius.tile" | {
|
|
1411
1411
|
[x: number]: boolean | undefined;
|
|
@@ -1441,9 +1441,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1441
1441
|
includes?: boolean | undefined;
|
|
1442
1442
|
flatMap?: boolean | undefined;
|
|
1443
1443
|
flat?: boolean | undefined;
|
|
1444
|
+
at?: boolean | undefined;
|
|
1444
1445
|
[Symbol.iterator]?: boolean | undefined;
|
|
1445
1446
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1446
|
-
at?: boolean | undefined;
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
borderStyle?: "hidden" | "none" | "dashed" | "dotted" | "solid" | {
|
|
1449
1449
|
[x: number]: boolean | undefined;
|
|
@@ -1479,9 +1479,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1479
1479
|
includes?: boolean | undefined;
|
|
1480
1480
|
flatMap?: boolean | undefined;
|
|
1481
1481
|
flat?: boolean | undefined;
|
|
1482
|
+
at?: boolean | undefined;
|
|
1482
1483
|
[Symbol.iterator]?: boolean | undefined;
|
|
1483
1484
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1484
|
-
at?: boolean | undefined;
|
|
1485
1485
|
} | undefined;
|
|
1486
1486
|
overflow?: "auto" | "hidden" | "scroll" | "visible" | {
|
|
1487
1487
|
[x: number]: boolean | undefined;
|
|
@@ -1517,9 +1517,9 @@ declare const xcssValidator: (styleObj: SafeCSSObject<keyof CSSProperties, keyof
|
|
|
1517
1517
|
includes?: boolean | undefined;
|
|
1518
1518
|
flatMap?: boolean | undefined;
|
|
1519
1519
|
flat?: boolean | undefined;
|
|
1520
|
+
at?: boolean | undefined;
|
|
1520
1521
|
[Symbol.iterator]?: boolean | undefined;
|
|
1521
1522
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1522
|
-
at?: boolean | undefined;
|
|
1523
1523
|
} | undefined;
|
|
1524
1524
|
}>;
|
|
1525
1525
|
type XCSSProp = ReturnType<typeof xcssValidator>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export type { AdfRendererProps, AtlassianTileProps, BadgeProps, BoxProps, Button
|
|
|
2
2
|
export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, HorizontalBarChartProps, LineChartProps, DonutChartProps, PieChartProps, TBarChart, TStackBarChart, THorizontalStackBarChart, THorizontalBarChart, TLineChart, TDonutChart, TPieChart, } from './components/charts';
|
|
3
3
|
export type { ChromelessEditorProps, CommentEditorProps, TChromelessEditor, TCommentEditor, } from './components/editor';
|
|
4
4
|
export type { ChartColorTokens } from './types';
|
|
5
|
+
export type { FrameProps } from './components/frame';
|