@movable/ui 1.7.0 → 1.7.1
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/lib/components/Dialog/InkDialog.d.ts +0 -1
- package/lib/components/Header/HeaderMetadata.d.ts +0 -1
- package/lib/components/Header/InkPageHeader.d.ts +0 -1
- package/lib/components/Header/InkWorkflowHeader.d.ts +0 -1
- package/lib/components/Header/StickyHeader.d.ts +0 -1
- package/lib/components/InkEmptyState/EmptyStateIcon.d.ts +0 -1
- package/lib/components/InkEmptyState/InkEmptyState.d.ts +0 -1
- package/lib/components/InkEmptyTableMessage/InkEmptyTableMessage.d.ts +0 -1
- package/lib/components/InkSelect/InkSelectTest.d.ts +1 -1
- package/lib/components/InkToggleIcon/InkToggleIcon.d.ts +0 -1
- package/lib/components/InkToggleIconGroup/InkToggleIconGroup.d.ts +0 -1
- package/lib/components/InkToggleTextGroup/InkToggleTextGroup.d.ts +0 -1
- package/lib/components/surfaces/InkPaper.d.ts +0 -1
- package/lib/index.mjs +3600 -3086
- package/lib/index.mjs.map +1 -1
- package/lib/page-objects/ink-dialog.d.ts +0 -1
- package/lib/page-objects/ink-select.d.ts +0 -1
- package/lib/theme/components/stepper.d.ts +36 -19
- package/lib/theme.d.ts +1 -1
- package/package.json +3 -3
|
@@ -39,7 +39,7 @@ declare const stepper: {
|
|
|
39
39
|
backgroundColor: string;
|
|
40
40
|
borderRadius: number;
|
|
41
41
|
};
|
|
42
|
-
'@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[]
|
|
42
|
+
'@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[];
|
|
43
43
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
44
44
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
45
45
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -53,6 +53,8 @@ declare const stepper: {
|
|
|
53
53
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
54
54
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
55
55
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
56
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
57
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
56
58
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
57
59
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
58
60
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -174,6 +176,10 @@ declare const stepper: {
|
|
|
174
176
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
175
177
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
176
178
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
179
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
180
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
181
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
182
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
177
183
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
178
184
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
179
185
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -247,6 +253,7 @@ declare const stepper: {
|
|
|
247
253
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
248
254
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
249
255
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
256
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
250
257
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
251
258
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
252
259
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -286,6 +293,7 @@ declare const stepper: {
|
|
|
286
293
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
287
294
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
288
295
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
296
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
289
297
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
290
298
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
291
299
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -373,12 +381,15 @@ declare const stepper: {
|
|
|
373
381
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
374
382
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
375
383
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
384
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
385
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
376
386
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
377
387
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
378
388
|
transform?: import("csstype").Property.Transform | undefined;
|
|
379
389
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
380
390
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
381
391
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
392
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
382
393
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
383
394
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
384
395
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -387,9 +398,14 @@ declare const stepper: {
|
|
|
387
398
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
388
399
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
389
400
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
401
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
402
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
403
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
390
404
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
391
405
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
392
406
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
407
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
408
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
393
409
|
widows?: import("csstype").Property.Widows | undefined;
|
|
394
410
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
395
411
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -399,8 +415,9 @@ declare const stepper: {
|
|
|
399
415
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
400
416
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
401
417
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
402
|
-
all?: import("csstype").
|
|
418
|
+
all?: import("csstype").Property.All | undefined;
|
|
403
419
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
420
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
404
421
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
405
422
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
406
423
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -464,6 +481,7 @@ declare const stepper: {
|
|
|
464
481
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
465
482
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
466
483
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
484
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
467
485
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
468
486
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
469
487
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -473,7 +491,6 @@ declare const stepper: {
|
|
|
473
491
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
474
492
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
475
493
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
476
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
477
494
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
478
495
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
479
496
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -500,20 +517,16 @@ declare const stepper: {
|
|
|
500
517
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
501
518
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
502
519
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
520
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
521
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
522
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
523
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
503
524
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
504
525
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
505
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
506
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
507
526
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
508
527
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
509
528
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
510
529
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
511
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
512
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
513
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
514
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
515
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
516
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
517
530
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
518
531
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
519
532
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -693,7 +706,7 @@ declare const stepper: {
|
|
|
693
706
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
694
707
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
695
708
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
696
|
-
|
|
709
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
697
710
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
698
711
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
699
712
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -751,6 +764,7 @@ declare const stepper: {
|
|
|
751
764
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
752
765
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
753
766
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
767
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
754
768
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
755
769
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
756
770
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -772,17 +786,22 @@ declare const stepper: {
|
|
|
772
786
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
773
787
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
774
788
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
775
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
776
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
777
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
778
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
779
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
780
789
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
781
790
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
791
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
792
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
782
793
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
783
794
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
784
795
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
785
796
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
797
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
798
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
799
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
800
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
801
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
802
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
803
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
804
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
786
805
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
787
806
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
788
807
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -815,8 +834,6 @@ declare const stepper: {
|
|
|
815
834
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
816
835
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
817
836
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
818
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
819
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
820
837
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
821
838
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
822
839
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
package/lib/theme.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movable/ui",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
|
|
5
5
|
"module": "lib/index.mjs",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
70
70
|
"@typescript-eslint/parser": "^6.0.0",
|
|
71
71
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
72
|
-
"cypress": "^13.
|
|
72
|
+
"cypress": "^13.14.2",
|
|
73
73
|
"eslint": "^8.45.0",
|
|
74
74
|
"eslint-config-prettier": "^9.1.0",
|
|
75
75
|
"eslint-plugin-prettier": "^5.0.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"react-router-dom": "^6.20.1",
|
|
88
88
|
"release-it": "^16.1.3",
|
|
89
89
|
"storybook": "^8.1.0",
|
|
90
|
-
"typescript": "^5.
|
|
90
|
+
"typescript": "^5.6.2",
|
|
91
91
|
"vite": "^5.4.3"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|