@learningpool/ui 1.15.4 → 1.16.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/assets/Images.js +7 -18
- package/components/atoms/Autocomplete/Autocomplete.js +3 -14
- package/components/atoms/Button/Button.js +2 -13
- package/components/atoms/Checkbox/Checkbox.js +3 -26
- package/components/atoms/IconButton/IconButton.js +2 -13
- package/components/atoms/Radio/Radio.js +3 -26
- package/components/atoms/Select/Select.js +3 -26
- package/components/atoms/Slider/Slider.js +3 -26
- package/components/atoms/Switch/Switch.js +3 -26
- package/components/atoms/TextField/TextField.js +2 -13
- package/components/atoms/ToggleButton/ToggleButton.js +3 -26
- package/components/datadisplay/Avatar/Avatar.js +13 -28
- package/components/datadisplay/Chip/Chip.js +3 -26
- package/components/datadisplay/List/List.js +2 -13
- package/components/feedback/Alert/Alert.js +3 -26
- package/components/landmarks/Header/Header.js +15 -41
- package/components/landmarks/Header/HeaderActionButtons.d.ts +1 -2
- package/components/landmarks/Header/HeaderActionButtons.js +22 -33
- package/components/landmarks/Header/HeaderStyles.js +54 -11
- package/components/navigation/Drawer/Drawer.js +5 -31
- package/components/navigation/MobileNavigation/MobileNavigation.js +70 -82
- package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +75 -83
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +102 -52
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +71 -13
- package/components/navigation/MobileNavigation/MobileNavigationDrawer.d.ts +1 -1
- package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +41 -68
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +34 -18
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +133 -20
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +22 -45
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +8 -19
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +151 -52
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +171 -50
- package/components/navigation/MobileNavigation/MobileNavigationMotion.js +11 -11
- package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +11 -15
- package/components/navigation/MobileNavigation/MobileNavigationSearch.d.ts +1 -2
- package/components/navigation/MobileNavigation/MobileNavigationSearch.js +25 -34
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +34 -18
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +47 -9
- package/components/navigation/MobileNavigation/MobileNavigationStyles.js +262 -66
- package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +21 -20
- package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +21 -20
- package/components/navigation/VerticalNavigation/VerticalNavigation.js +150 -185
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +50 -61
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +102 -52
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +86 -14
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +27 -51
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +15 -28
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +135 -39
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +167 -29
- package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js +11 -11
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +34 -18
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js +236 -42
- package/components/navigation/helpers.d.ts +1 -2
- package/components/navigation/helpers.js +28 -32
- package/components/pages/ErrorPage/ErrorPage.js +6 -17
- package/components/pages/ErrorPage/ErrorPageStyles.js +13 -18
- package/components/pages/SideInSide/SideInSide.js +12 -23
- package/components/pages/SideInSide/SideInSideStyles.js +6 -6
- package/components/stream/AppHub/AppHub.js +13 -42
- package/components/stream/AppHub/AppHubAdvertStyles.js +24 -8
- package/components/stream/AppHub/AppHubBannerAdvert.d.ts +1 -2
- package/components/stream/AppHub/AppHubBannerAdvert.js +10 -20
- package/components/stream/AppHub/AppHubCustom.js +8 -19
- package/components/stream/AppHub/AppHubCustomStyles.d.ts +1 -1
- package/components/stream/AppHub/AppHubCustomStyles.js +78 -18
- package/components/stream/AppHub/AppHubProduct.js +26 -48
- package/components/stream/AppHub/AppHubProductStyles.js +104 -19
- package/components/stream/AppHub/AppHubStyles.js +31 -11
- package/components/stream/AppHub/constants.d.ts +1 -2
- package/components/stream/AppHub/constants.js +14 -14
- package/components/stream/AppSwitcher/AppSwitcher.js +225 -316
- package/components/stream/AppSwitcher/AppSwitcherItem.js +11 -22
- package/components/stream/AppSwitcher/AppSwitcherStyles.js +337 -42
- package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.js +255 -21
- package/components/stream/AppSwitcher/PromotionalCampaignItem.js +7 -19
- package/components/stream/AppSwitcher/constants.d.ts +1 -0
- package/components/stream/AppSwitcher/constants.js +6 -5
- package/lang/en-us.d.ts +1 -0
- package/lang/en-us.js +2 -1
- package/package.json +7 -2
- package/utils/constants.d.ts +7 -0
- package/utils/constants.js +11 -4
- package/utils/dataAttributes.js +1 -1
- package/utils/helpers.js +33 -40
- package/utils/hooks.js +10 -11
- package/utils/theme.js +26 -19
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
/// <reference types="trusted-types" />
|
|
4
3
|
export declare const StyledSwipeableAvatar: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
5
4
|
export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<{
|
|
6
5
|
children?: import("react").ReactNode;
|
|
@@ -51,6 +50,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
51
50
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
52
51
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
53
52
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
53
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
54
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
54
55
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
55
56
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
56
57
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -172,6 +173,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
172
173
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
173
174
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
174
175
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
176
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
177
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
178
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
179
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
175
180
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
176
181
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
177
182
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -245,6 +250,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
245
250
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
246
251
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
247
252
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
253
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
248
254
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
249
255
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
250
256
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -284,6 +290,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
284
290
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
285
291
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
286
292
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
293
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
287
294
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
288
295
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
289
296
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -371,12 +378,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
371
378
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
372
379
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
373
380
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
381
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
382
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
374
383
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
375
384
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
376
385
|
transform?: string | undefined;
|
|
377
386
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
378
387
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
379
388
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
389
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
380
390
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
381
391
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
382
392
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -385,9 +395,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
385
395
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
386
396
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
387
397
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
398
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
399
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
400
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
388
401
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
389
402
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
390
403
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
404
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
405
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
391
406
|
widows?: import("csstype").Property.Widows | undefined;
|
|
392
407
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
393
408
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -399,6 +414,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
399
414
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
400
415
|
all?: import("csstype").Globals | undefined;
|
|
401
416
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
417
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
402
418
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
403
419
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
404
420
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -463,6 +479,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
463
479
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
464
480
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
465
481
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
482
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
466
483
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
467
484
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
468
485
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -472,7 +489,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
472
489
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
473
490
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
474
491
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
475
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
476
492
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
477
493
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
478
494
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -499,20 +515,16 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
499
515
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
500
516
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
501
517
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
518
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
519
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
520
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
521
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
502
522
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
503
523
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
504
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
505
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
506
524
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
507
525
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
508
526
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
509
527
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
510
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
511
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
512
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
513
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
514
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
515
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
516
528
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
517
529
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
518
530
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -692,7 +704,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
692
704
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
693
705
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
694
706
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
695
|
-
|
|
707
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
696
708
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
697
709
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
698
710
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -750,6 +762,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
750
762
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
751
763
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
752
764
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
765
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
753
766
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
754
767
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
755
768
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -771,17 +784,22 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
771
784
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
772
785
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
773
786
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
774
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
775
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
776
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
777
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
778
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
779
787
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
780
788
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
789
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
790
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
781
791
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
782
792
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
783
793
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
784
794
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
795
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
796
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
797
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
798
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
799
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
800
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
801
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
802
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
785
803
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
786
804
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
787
805
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -814,8 +832,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
814
832
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
815
833
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
816
834
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
817
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
818
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
819
835
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
820
836
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
821
837
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1149,6 +1165,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1149
1165
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1150
1166
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
1151
1167
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1168
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1169
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1152
1170
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1153
1171
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1154
1172
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -1270,6 +1288,10 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1270
1288
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1271
1289
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1272
1290
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1291
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1292
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1293
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1294
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1273
1295
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1274
1296
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1275
1297
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1343,6 +1365,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1343
1365
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1344
1366
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1345
1367
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1368
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1346
1369
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1347
1370
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1348
1371
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1382,6 +1405,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1382
1405
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1383
1406
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1384
1407
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1408
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1385
1409
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1386
1410
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1387
1411
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -1469,12 +1493,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1469
1493
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1470
1494
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1471
1495
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1496
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1497
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1472
1498
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
1473
1499
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1474
1500
|
transform?: string | undefined;
|
|
1475
1501
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
1476
1502
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1477
1503
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1504
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1478
1505
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1479
1506
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1480
1507
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1483,9 +1510,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1483
1510
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1484
1511
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1485
1512
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1513
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1514
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1515
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1486
1516
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1487
1517
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1488
1518
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1519
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1520
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1489
1521
|
widows?: import("csstype").Property.Widows | undefined;
|
|
1490
1522
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
1491
1523
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -1497,6 +1529,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1497
1529
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1498
1530
|
all?: import("csstype").Globals | undefined;
|
|
1499
1531
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1532
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1500
1533
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
1501
1534
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1502
1535
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -1561,6 +1594,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1561
1594
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1562
1595
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1563
1596
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1597
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1564
1598
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1565
1599
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1566
1600
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1570,7 +1604,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1570
1604
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1571
1605
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1572
1606
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1573
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1574
1607
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1575
1608
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1576
1609
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1597,20 +1630,16 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1597
1630
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1598
1631
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
1599
1632
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1633
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1634
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1635
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1636
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1600
1637
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1601
1638
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1602
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1603
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1604
1639
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1605
1640
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1606
1641
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1607
1642
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1608
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1609
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1610
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1611
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1612
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1613
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1614
1643
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1615
1644
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1616
1645
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1790,7 +1819,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1790
1819
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1791
1820
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1792
1821
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1793
|
-
|
|
1822
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1794
1823
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1795
1824
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1796
1825
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1848,6 +1877,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1848
1877
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1849
1878
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1850
1879
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1880
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1851
1881
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1852
1882
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1853
1883
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1869,17 +1899,22 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1869
1899
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1870
1900
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1871
1901
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1872
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1873
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1874
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1875
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1876
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1877
1902
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1878
1903
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1904
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1905
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1879
1906
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1880
1907
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1881
1908
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1882
1909
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1910
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1911
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1912
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1913
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1914
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1915
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1916
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1917
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1883
1918
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1884
1919
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1885
1920
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1912,8 +1947,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1912
1947
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1913
1948
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1914
1949
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1915
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1916
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1917
1950
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1918
1951
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1919
1952
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -2247,6 +2280,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2247
2280
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2248
2281
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
2249
2282
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2283
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
2284
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
2250
2285
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
2251
2286
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2252
2287
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -2368,6 +2403,10 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2368
2403
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
2369
2404
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
2370
2405
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
2406
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
2407
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
2408
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
2409
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
2371
2410
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
2372
2411
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
2373
2412
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -2441,6 +2480,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2441
2480
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
2442
2481
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
2443
2482
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
2483
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
2444
2484
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
2445
2485
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
2446
2486
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -2480,6 +2520,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2480
2520
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
2481
2521
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
2482
2522
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
2523
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
2483
2524
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
2484
2525
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
2485
2526
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -2567,12 +2608,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2567
2608
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
2568
2609
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
2569
2610
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2611
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2612
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2570
2613
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
2571
2614
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2572
2615
|
transform?: string | undefined;
|
|
2573
2616
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
2574
2617
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2575
2618
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2619
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
2576
2620
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2577
2621
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2578
2622
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -2581,9 +2625,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2581
2625
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2582
2626
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2583
2627
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2628
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2629
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
2630
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2584
2631
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2585
2632
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2586
2633
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2634
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2635
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2587
2636
|
widows?: import("csstype").Property.Widows | undefined;
|
|
2588
2637
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
2589
2638
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -2595,6 +2644,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2595
2644
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2596
2645
|
all?: import("csstype").Globals | undefined;
|
|
2597
2646
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2647
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
2598
2648
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
2599
2649
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
2600
2650
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -2659,6 +2709,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2659
2709
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2660
2710
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2661
2711
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2712
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2662
2713
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2663
2714
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2664
2715
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -2668,7 +2719,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2668
2719
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2669
2720
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2670
2721
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2671
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2672
2722
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2673
2723
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2674
2724
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -2695,20 +2745,16 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2695
2745
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2696
2746
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
2697
2747
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2748
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2749
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2750
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2751
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2698
2752
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2699
2753
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2700
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2701
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2702
2754
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2703
2755
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2704
2756
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2705
2757
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2706
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2707
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2708
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2709
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2710
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2711
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2712
2758
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2713
2759
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2714
2760
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -2888,7 +2934,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2888
2934
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2889
2935
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2890
2936
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2891
|
-
|
|
2937
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
2892
2938
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
2893
2939
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
2894
2940
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -2946,6 +2992,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2946
2992
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2947
2993
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2948
2994
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2995
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2949
2996
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2950
2997
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2951
2998
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -2967,17 +3014,22 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2967
3014
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2968
3015
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
2969
3016
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2970
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
2971
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2972
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2973
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2974
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2975
3017
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2976
3018
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
3019
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3020
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2977
3021
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2978
3022
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2979
3023
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2980
3024
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
3025
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
3026
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
3027
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3028
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3029
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
3030
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
3031
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3032
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2981
3033
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2982
3034
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2983
3035
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -3010,8 +3062,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
3010
3062
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
3011
3063
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3012
3064
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3013
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
3014
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
3015
3065
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3016
3066
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
3017
3067
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|