@movable/ui 3.20.8-alpha.0 → 3.21.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/lib/components/InkCard/InkCard.d.ts +8 -15
- package/lib/components/InkCard/InkCardActions.d.ts +8 -0
- package/lib/components/InkCard/InkCardContent.d.ts +6 -0
- package/lib/components/InkCard/InkCardHeader.d.ts +4 -6
- package/lib/components/InkCard/InkCardMedia.d.ts +2 -1
- package/lib/components/InkCard/index.d.ts +9 -0
- package/lib/components/index.d.ts +1 -1
- package/lib/index.d.ts +7 -35
- package/lib/index.mjs +7591 -6563
- package/lib/index.mjs.map +1 -1
- package/lib/theme/components/stepper.d.ts +87 -55
- package/lib/theme/components/surfaces/card.d.ts +4 -3
- package/package.json +1 -1
- package/lib/components/InkCard/InkGalleryContent.d.ts +0 -8
|
@@ -45,6 +45,9 @@ declare const stepper: {
|
|
|
45
45
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
46
46
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
47
47
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
48
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
49
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
50
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
48
51
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
49
52
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
50
53
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -71,17 +74,14 @@ declare const stepper: {
|
|
|
71
74
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
72
75
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
73
76
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
74
|
-
|
|
77
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
75
78
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
76
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
77
79
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
78
80
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
79
81
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
80
82
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
81
83
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
82
84
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
83
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
84
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
85
85
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
86
86
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
87
87
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -95,15 +95,12 @@ declare const stepper: {
|
|
|
95
95
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
96
96
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
97
97
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
98
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
99
98
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
100
99
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
101
100
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
102
101
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
103
102
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
104
103
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
105
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
106
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
107
104
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
108
105
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
109
106
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -130,8 +127,10 @@ declare const stepper: {
|
|
|
130
127
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
131
128
|
clear?: import("csstype").Property.Clear | undefined;
|
|
132
129
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
130
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
133
131
|
color?: import("csstype").Property.Color | undefined;
|
|
134
132
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
133
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
135
134
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
136
135
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
137
136
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -154,9 +153,17 @@ declare const stepper: {
|
|
|
154
153
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
155
154
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
156
155
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
156
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
157
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
158
|
+
d?: import("csstype").Property.D | undefined;
|
|
157
159
|
direction?: import("csstype").Property.Direction | undefined;
|
|
158
160
|
display?: import("csstype").Property.Display | undefined;
|
|
161
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
159
162
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
163
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
164
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
165
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
166
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
160
167
|
filter?: import("csstype").Property.Filter | undefined;
|
|
161
168
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
162
169
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -164,6 +171,8 @@ declare const stepper: {
|
|
|
164
171
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
165
172
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
166
173
|
float?: import("csstype").Property.Float | undefined;
|
|
174
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
175
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
167
176
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
168
177
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
169
178
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -173,7 +182,6 @@ declare const stepper: {
|
|
|
173
182
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
174
183
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
175
184
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
176
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
177
185
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
178
186
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
179
187
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -190,6 +198,7 @@ declare const stepper: {
|
|
|
190
198
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
191
199
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
192
200
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
201
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
193
202
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
194
203
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
195
204
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -210,12 +219,13 @@ declare const stepper: {
|
|
|
210
219
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
211
220
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
212
221
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
222
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
213
223
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
214
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
215
224
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
216
225
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
217
226
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
218
227
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
228
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
219
229
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
220
230
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
221
231
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -223,6 +233,7 @@ declare const stepper: {
|
|
|
223
233
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
224
234
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
225
235
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
236
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
226
237
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
227
238
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
228
239
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -238,6 +249,10 @@ declare const stepper: {
|
|
|
238
249
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
239
250
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
240
251
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
252
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
253
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
254
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
255
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
241
256
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
242
257
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
243
258
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -272,6 +287,7 @@ declare const stepper: {
|
|
|
272
287
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
273
288
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
274
289
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
290
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
275
291
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
276
292
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
277
293
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -307,25 +323,32 @@ declare const stepper: {
|
|
|
307
323
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
308
324
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
309
325
|
page?: import("csstype").Property.Page | undefined;
|
|
310
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
311
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
312
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
313
326
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
314
327
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
315
328
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
316
329
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
317
330
|
position?: import("csstype").Property.Position | undefined;
|
|
331
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
332
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
333
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
334
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
335
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
318
336
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
319
337
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
338
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
320
339
|
resize?: import("csstype").Property.Resize | undefined;
|
|
321
340
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
322
341
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
323
342
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
324
343
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
325
344
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
345
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
326
346
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
347
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
348
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
327
349
|
scale?: import("csstype").Property.Scale | undefined;
|
|
328
350
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
351
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
329
352
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
330
353
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
331
354
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -357,10 +380,28 @@ declare const stepper: {
|
|
|
357
380
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
358
381
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
359
382
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
383
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
384
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
385
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
386
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
387
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
388
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
389
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
390
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
391
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
392
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
393
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
394
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
395
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
360
396
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
361
397
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
362
398
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
363
399
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
400
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
401
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
402
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
403
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
404
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
364
405
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
365
406
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
366
407
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -378,10 +419,12 @@ declare const stepper: {
|
|
|
378
419
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
379
420
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
380
421
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
422
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
381
423
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
382
424
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
383
425
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
384
|
-
|
|
426
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
427
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
385
428
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
386
429
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
387
430
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -397,15 +440,16 @@ declare const stepper: {
|
|
|
397
440
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
398
441
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
399
442
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
443
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
400
444
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
401
445
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
402
446
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
403
447
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
448
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
404
449
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
405
450
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
406
451
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
407
452
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
408
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
409
453
|
widows?: import("csstype").Property.Widows | undefined;
|
|
410
454
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
411
455
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -413,6 +457,8 @@ declare const stepper: {
|
|
|
413
457
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
414
458
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
415
459
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
460
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
461
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
416
462
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
417
463
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
418
464
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -422,14 +468,20 @@ declare const stepper: {
|
|
|
422
468
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
423
469
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
424
470
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
471
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
425
472
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
426
473
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
474
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
475
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
427
476
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
428
477
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
429
478
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
430
479
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
480
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
431
481
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
432
482
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
483
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
484
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
433
485
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
434
486
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
435
487
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -470,6 +522,7 @@ declare const stepper: {
|
|
|
470
522
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
471
523
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
472
524
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
525
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
473
526
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
474
527
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
475
528
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -480,6 +533,7 @@ declare const stepper: {
|
|
|
480
533
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
481
534
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
482
535
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
536
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
483
537
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
484
538
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
485
539
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -491,6 +545,7 @@ declare const stepper: {
|
|
|
491
545
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
492
546
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
493
547
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
548
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
494
549
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
495
550
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
496
551
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -502,8 +557,6 @@ declare const stepper: {
|
|
|
502
557
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
503
558
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
504
559
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
505
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
506
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
507
560
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
508
561
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
509
562
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -512,7 +565,6 @@ declare const stepper: {
|
|
|
512
565
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
513
566
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
514
567
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
515
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
516
568
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
517
569
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
518
570
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -523,11 +575,15 @@ declare const stepper: {
|
|
|
523
575
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
524
576
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
525
577
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
578
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
579
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
526
580
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
527
581
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
528
582
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
529
583
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
530
|
-
|
|
584
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
585
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
586
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
531
587
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
532
588
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
533
589
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -646,6 +702,8 @@ declare const stepper: {
|
|
|
646
702
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
647
703
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
648
704
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
705
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
706
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
649
707
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
650
708
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
651
709
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -700,13 +758,14 @@ declare const stepper: {
|
|
|
700
758
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
701
759
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
702
760
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
703
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
761
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
704
762
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
705
763
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
706
764
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
707
765
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
708
766
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
709
767
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
768
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
710
769
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
711
770
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
712
771
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -727,7 +786,6 @@ declare const stepper: {
|
|
|
727
786
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
728
787
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
729
788
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
730
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
731
789
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
732
790
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
733
791
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -737,16 +795,22 @@ declare const stepper: {
|
|
|
737
795
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
738
796
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
739
797
|
clip?: import("csstype").Property.Clip | undefined;
|
|
798
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
740
799
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
741
800
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
742
801
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
743
802
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
803
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
744
804
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
745
805
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
746
806
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
747
807
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
748
808
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
749
809
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
810
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
811
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
812
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
813
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
750
814
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
751
815
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
752
816
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -764,9 +828,7 @@ declare const stepper: {
|
|
|
764
828
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
765
829
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
766
830
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
767
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
768
831
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
769
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
770
832
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
771
833
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
772
834
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -781,6 +843,8 @@ declare const stepper: {
|
|
|
781
843
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
782
844
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
783
845
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
846
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
847
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
784
848
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
785
849
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
786
850
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -788,20 +852,15 @@ declare const stepper: {
|
|
|
788
852
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
789
853
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
790
854
|
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;
|
|
793
855
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
794
856
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
795
857
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
796
858
|
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
859
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
802
860
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
803
861
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
804
862
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
863
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
805
864
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
806
865
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
807
866
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -834,36 +893,9 @@ declare const stepper: {
|
|
|
834
893
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
835
894
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
836
895
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
837
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
838
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
839
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
840
896
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
841
897
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
842
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
843
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
844
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
845
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
846
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
847
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
848
898
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
849
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
850
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
851
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
852
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
853
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
854
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
855
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
856
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
857
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
858
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
859
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
860
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
861
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
862
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
863
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
864
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
865
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
866
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
867
899
|
};
|
|
868
900
|
};
|
|
869
901
|
};
|
|
@@ -50,10 +50,11 @@ declare const card: {
|
|
|
50
50
|
}) => {
|
|
51
51
|
padding: string;
|
|
52
52
|
paddingBottom: number;
|
|
53
|
-
'
|
|
54
|
-
|
|
55
|
-
fontSize: string;
|
|
53
|
+
'&:last-child': {
|
|
54
|
+
paddingBottom: number;
|
|
56
55
|
};
|
|
56
|
+
color: string;
|
|
57
|
+
fontSize: string;
|
|
57
58
|
};
|
|
58
59
|
};
|
|
59
60
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ButtonProps } from '@mui/material';
|
|
2
|
-
export type GalleryContentProps = {
|
|
3
|
-
description?: string;
|
|
4
|
-
buttonProps?: ButtonProps & {
|
|
5
|
-
label?: string;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export declare function InkGalleryContent({ description, buttonProps, }: GalleryContentProps): import("react/jsx-runtime").JSX.Element;
|