@zydon/common 2.7.78 → 2.7.79
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/dist/chunk-6UWD6IZZ.js +25 -0
- package/dist/chunk-6UWD6IZZ.js.map +1 -0
- package/dist/chunk-BLVCNBTJ.js +7 -0
- package/dist/chunk-BLVCNBTJ.js.map +1 -0
- package/dist/{chunk-45OMMG7D.js → chunk-FBN7HCBY.js} +2 -2
- package/dist/chunk-FBN7HCBY.js.map +1 -0
- package/dist/{chunk-HWYA3EGC.js → chunk-HYJEAKVR.js} +2 -2
- package/dist/{chunk-ZGSSTXUO.js → chunk-LQZSZV2W.js} +2 -2
- package/dist/{chunk-5LQLLZ5L.js → chunk-PSWJSHGP.js} +2 -2
- package/dist/{chunk-IGOVBLZ2.js → chunk-QLGWOE3Q.js} +2 -2
- package/dist/chunk-QLGWOE3Q.js.map +1 -0
- package/dist/{chunk-YDLDZVF5.js → chunk-QXRGT442.js} +3 -3
- package/dist/chunk-QXRGT442.js.map +1 -0
- package/dist/{chunk-23NOJPUV.js → chunk-YHKVYGTG.js} +2 -2
- package/dist/{chunk-23NOJPUV.js.map → chunk-YHKVYGTG.js.map} +1 -1
- package/dist/{chunk-WYJV57WG.js → chunk-YKV6FK6D.js} +2 -2
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/AutocompleteDetailed/index.js +1 -1
- package/dist/components/Avatar/index.d.ts +1 -3
- package/dist/components/BulkEditModal/index.js +2 -2
- package/dist/components/CopyButton/index.js +2 -2
- package/dist/components/DataView/index.d.ts +7 -21
- package/dist/components/DataView/index.js +1 -1
- package/dist/components/DragButton/index.d.ts +1 -3
- package/dist/components/DragContainer/index.d.ts +1 -3
- package/dist/components/DynamicDataView/index.d.ts +2 -2
- package/dist/components/DynamicDataView/index.js +5 -5
- package/dist/components/FieldMentions/index.js +3 -3
- package/dist/components/FieldMentions/index.js.map +1 -1
- package/dist/components/FileUpload/index.js +2 -2
- package/dist/components/FrameSkeleton/index.js +3 -3
- package/dist/components/InfoCircle/index.js +1 -1
- package/dist/components/ListBundles/index.d.ts +2 -1
- package/dist/components/Result/index.d.ts +1 -1
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/carousel/index.d.ts +3 -9
- package/dist/components/form/Address/index.js +2 -2
- package/dist/components/form/Autocomplete/index.js +2 -2
- package/dist/components/form/AutocompleteDetailed/index.js +1 -1
- package/dist/components/form/Codes/index.js +1 -1
- package/dist/components/form/FileUpload/index.js +2 -2
- package/dist/components/form/Webhook/index.js +2 -2
- package/dist/hooks/useCollapseSidebarOnMount.js +3 -3
- package/dist/hooks/useDatagrid.d.ts +2 -2
- package/dist/hooks/useDatagrid.js +2 -2
- package/dist/hooks/useDatagrid.js.map +1 -1
- package/dist/hooks/useDeepCompareEffect.js +2 -2
- package/dist/hooks/useDeepCompareEffect.js.map +1 -1
- package/dist/hooks/useEventListener.d.ts +2 -2
- package/dist/hooks/useEventListener.js +1 -1
- package/dist/hooks/useLocalStorage.js +2 -2
- package/dist/hooks/useOnClickOutside.js +1 -1
- package/dist/hooks/useScrollOffSetTop.d.ts +1 -1
- package/dist/hooks/useScrollOffSetTop.js +1 -1
- package/dist/hooks/useScrollOffSetTop.js.map +1 -1
- package/dist/hooks/useSnackbar.d.ts +8 -8
- package/dist/theme/styles/index.d.ts +203 -116
- package/dist/types/sectionProps.d.ts +2 -2
- package/package.json +7 -7
- package/dist/chunk-45OMMG7D.js.map +0 -1
- package/dist/chunk-IGOVBLZ2.js.map +0 -1
- package/dist/chunk-L5URMM57.js +0 -7
- package/dist/chunk-L5URMM57.js.map +0 -1
- package/dist/chunk-UJGDCLUU.js +0 -25
- package/dist/chunk-UJGDCLUU.js.map +0 -1
- package/dist/chunk-YDLDZVF5.js.map +0 -1
- /package/dist/{chunk-HWYA3EGC.js.map → chunk-HYJEAKVR.js.map} +0 -0
- /package/dist/{chunk-ZGSSTXUO.js.map → chunk-LQZSZV2W.js.map} +0 -0
- /package/dist/{chunk-5LQLLZ5L.js.map → chunk-PSWJSHGP.js.map} +0 -0
- /package/dist/{chunk-WYJV57WG.js.map → chunk-YKV6FK6D.js.map} +0 -0
|
@@ -49,6 +49,9 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
49
49
|
alignItems?: readonly string[] | csstype.Property.AlignItems | readonly csstype.Property.AlignItems[] | undefined;
|
|
50
50
|
alignSelf?: readonly string[] | csstype.Property.AlignSelf | readonly csstype.Property.AlignSelf[] | undefined;
|
|
51
51
|
alignTracks?: readonly string[] | csstype.Property.AlignTracks | readonly csstype.Property.AlignTracks[] | undefined;
|
|
52
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
53
|
+
anchorName?: readonly string[] | csstype.Property.AnchorName | readonly csstype.Property.AnchorName[] | undefined;
|
|
54
|
+
anchorScope?: readonly string[] | csstype.Property.AnchorScope | readonly csstype.Property.AnchorScope[] | undefined;
|
|
52
55
|
animationComposition?: readonly string[] | csstype.Property.AnimationComposition | readonly csstype.Property.AnimationComposition[] | undefined;
|
|
53
56
|
animationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
54
57
|
animationDirection?: readonly string[] | csstype.Property.AnimationDirection | readonly csstype.Property.AnimationDirection[] | undefined;
|
|
@@ -72,17 +75,14 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
72
75
|
backgroundOrigin?: readonly string[] | csstype.Property.BackgroundOrigin | readonly csstype.Property.BackgroundOrigin[] | undefined;
|
|
73
76
|
backgroundPositionX?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPositionX<string | number> | readonly NonNullable<csstype.Property.BackgroundPositionX<string | number> | undefined>[] | undefined;
|
|
74
77
|
backgroundPositionY?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPositionY<string | number> | readonly NonNullable<csstype.Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
75
|
-
|
|
78
|
+
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
76
79
|
blockSize?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
77
|
-
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
78
80
|
borderBlockEndColor?: readonly string[] | csstype.Property.BorderBlockEndColor | readonly csstype.Property.BorderBlockEndColor[] | undefined;
|
|
79
81
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | readonly NonNullable<csstype.Property.BorderBlockEndStyle | undefined>[] | readonly csstype.Property.BorderBlockEndStyle[] | undefined;
|
|
80
82
|
borderBlockEndWidth?: readonly string[] | csstype.Property.BorderBlockEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
81
83
|
borderBlockStartColor?: readonly string[] | csstype.Property.BorderBlockStartColor | readonly csstype.Property.BorderBlockStartColor[] | undefined;
|
|
82
84
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | readonly NonNullable<csstype.Property.BorderBlockStartStyle | undefined>[] | readonly csstype.Property.BorderBlockStartStyle[] | undefined;
|
|
83
85
|
borderBlockStartWidth?: readonly string[] | csstype.Property.BorderBlockStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
84
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | readonly NonNullable<csstype.Property.BorderBlockStyle | undefined>[] | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
85
|
-
borderBlockWidth?: readonly string[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
86
86
|
borderBottomColor?: readonly string[] | csstype.Property.BorderBottomColor | readonly csstype.Property.BorderBottomColor[] | undefined;
|
|
87
87
|
borderBottomLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
88
88
|
borderBottomRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
@@ -96,15 +96,12 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
96
96
|
borderImageSlice?: csstype.Property.BorderImageSlice | readonly NonNullable<csstype.Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | csstype.Globals)[] | undefined;
|
|
97
97
|
borderImageSource?: readonly string[] | csstype.Property.BorderImageSource | readonly csstype.Property.BorderImageSource[] | undefined;
|
|
98
98
|
borderImageWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderImageWidth<string | number> | readonly NonNullable<csstype.Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
99
|
-
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
100
99
|
borderInlineEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
101
100
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | readonly NonNullable<csstype.Property.BorderInlineEndStyle | undefined>[] | readonly csstype.Property.BorderInlineEndStyle[] | undefined;
|
|
102
101
|
borderInlineEndWidth?: readonly string[] | csstype.Property.BorderInlineEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
103
102
|
borderInlineStartColor?: readonly string[] | csstype.Property.BorderInlineStartColor | readonly csstype.Property.BorderInlineStartColor[] | undefined;
|
|
104
103
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
105
104
|
borderInlineStartWidth?: readonly string[] | csstype.Property.BorderInlineStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
106
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | readonly NonNullable<csstype.Property.BorderInlineStyle | undefined>[] | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
107
|
-
borderInlineWidth?: readonly string[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
108
105
|
borderLeftColor?: readonly string[] | csstype.Property.BorderLeftColor | readonly csstype.Property.BorderLeftColor[] | undefined;
|
|
109
106
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | readonly NonNullable<csstype.Property.BorderLeftStyle | undefined>[] | readonly csstype.Property.BorderLeftStyle[] | undefined;
|
|
110
107
|
borderLeftWidth?: readonly string[] | csstype.Property.BorderLeftWidth<string | number> | readonly NonNullable<csstype.Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -130,8 +127,10 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
130
127
|
caretShape?: csstype.Property.CaretShape | readonly NonNullable<csstype.Property.CaretShape | undefined>[] | readonly csstype.Property.CaretShape[] | undefined;
|
|
131
128
|
clear?: csstype.Property.Clear | readonly NonNullable<csstype.Property.Clear | undefined>[] | readonly csstype.Property.Clear[] | undefined;
|
|
132
129
|
clipPath?: readonly string[] | csstype.Property.ClipPath | readonly csstype.Property.ClipPath[] | undefined;
|
|
130
|
+
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
133
131
|
color?: readonly string[] | csstype.Property.Color | readonly csstype.Property.Color[] | undefined;
|
|
134
132
|
colorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
133
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | readonly NonNullable<csstype.Property.ColorInterpolationFilters | undefined>[] | readonly csstype.Property.ColorInterpolationFilters[] | undefined;
|
|
135
134
|
colorScheme?: readonly string[] | csstype.Property.ColorScheme | readonly csstype.Property.ColorScheme[] | undefined;
|
|
136
135
|
columnCount?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
137
136
|
columnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
@@ -147,16 +146,24 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
147
146
|
containIntrinsicInlineSize?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
148
147
|
containIntrinsicWidth?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
149
148
|
containerName?: readonly string[] | csstype.Property.ContainerName | readonly csstype.Property.ContainerName[] | undefined;
|
|
150
|
-
containerType?:
|
|
149
|
+
containerType?: readonly string[] | csstype.Property.ContainerType | readonly csstype.Property.ContainerType[] | undefined;
|
|
151
150
|
content?: readonly string[] | csstype.Property.Content | readonly csstype.Property.Content[] | undefined;
|
|
152
151
|
contentVisibility?: csstype.Property.ContentVisibility | readonly NonNullable<csstype.Property.ContentVisibility | undefined>[] | readonly csstype.Property.ContentVisibility[] | undefined;
|
|
153
152
|
counterIncrement?: readonly string[] | csstype.Property.CounterIncrement | readonly csstype.Property.CounterIncrement[] | undefined;
|
|
154
153
|
counterReset?: readonly string[] | csstype.Property.CounterReset | readonly csstype.Property.CounterReset[] | undefined;
|
|
155
154
|
counterSet?: readonly string[] | csstype.Property.CounterSet | readonly csstype.Property.CounterSet[] | undefined;
|
|
156
155
|
cursor?: readonly string[] | csstype.Property.Cursor | readonly csstype.Property.Cursor[] | undefined;
|
|
156
|
+
cx?: readonly (string | (string & {}))[] | csstype.Property.Cx<string | number> | readonly NonNullable<csstype.Property.Cx<string | number> | undefined>[] | undefined;
|
|
157
|
+
cy?: readonly (string | (string & {}))[] | csstype.Property.Cy<string | number> | readonly NonNullable<csstype.Property.Cy<string | number> | undefined>[] | undefined;
|
|
158
|
+
d?: readonly string[] | csstype.Property.D | readonly csstype.Property.D[] | undefined;
|
|
157
159
|
direction?: csstype.Property.Direction | readonly NonNullable<csstype.Property.Direction | undefined>[] | readonly csstype.Property.Direction[] | undefined;
|
|
158
160
|
display?: readonly string[] | csstype.Property.Display | readonly csstype.Property.Display[] | undefined;
|
|
161
|
+
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
159
162
|
emptyCells?: csstype.Property.EmptyCells | readonly NonNullable<csstype.Property.EmptyCells | undefined>[] | readonly csstype.Property.EmptyCells[] | undefined;
|
|
163
|
+
fieldSizing?: csstype.Property.FieldSizing | readonly NonNullable<csstype.Property.FieldSizing | undefined>[] | readonly csstype.Property.FieldSizing[] | undefined;
|
|
164
|
+
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
165
|
+
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
166
|
+
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
160
167
|
filter?: readonly string[] | csstype.Property.Filter | readonly csstype.Property.Filter[] | undefined;
|
|
161
168
|
flexBasis?: readonly (string | (string & {}))[] | csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
162
169
|
flexDirection?: csstype.Property.FlexDirection | readonly NonNullable<csstype.Property.FlexDirection | undefined>[] | readonly csstype.Property.FlexDirection[] | undefined;
|
|
@@ -164,6 +171,8 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
164
171
|
flexShrink?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined;
|
|
165
172
|
flexWrap?: csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | readonly csstype.Property.FlexWrap[] | undefined;
|
|
166
173
|
float?: csstype.Property.Float | readonly NonNullable<csstype.Property.Float | undefined>[] | readonly csstype.Property.Float[] | undefined;
|
|
174
|
+
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
175
|
+
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
167
176
|
fontFamily?: csstype.Property.FontFamily | readonly string[] | readonly csstype.Property.FontFamily[] | undefined;
|
|
168
177
|
fontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
169
178
|
fontKerning?: csstype.Property.FontKerning | readonly NonNullable<csstype.Property.FontKerning | undefined>[] | readonly csstype.Property.FontKerning[] | undefined;
|
|
@@ -173,7 +182,6 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
173
182
|
fontSize?: readonly (string | (string & {}))[] | csstype.Property.FontSize<string | number> | readonly NonNullable<csstype.Property.FontSize<string | number> | undefined>[] | undefined;
|
|
174
183
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | readonly NonNullable<csstype.Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | csstype.Globals | "none" | "from-font")[] | undefined;
|
|
175
184
|
fontSmooth?: readonly string[] | csstype.Property.FontSmooth<string | number> | readonly NonNullable<csstype.Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
176
|
-
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
177
185
|
fontStyle?: readonly string[] | csstype.Property.FontStyle | readonly csstype.Property.FontStyle[] | undefined;
|
|
178
186
|
fontSynthesis?: readonly string[] | csstype.Property.FontSynthesis | readonly csstype.Property.FontSynthesis[] | undefined;
|
|
179
187
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | readonly NonNullable<csstype.Property.FontSynthesisPosition | undefined>[] | readonly csstype.Property.FontSynthesisPosition[] | undefined;
|
|
@@ -190,6 +198,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
190
198
|
fontVariantPosition?: csstype.Property.FontVariantPosition | readonly NonNullable<csstype.Property.FontVariantPosition | undefined>[] | readonly csstype.Property.FontVariantPosition[] | undefined;
|
|
191
199
|
fontVariationSettings?: readonly string[] | csstype.Property.FontVariationSettings | readonly csstype.Property.FontVariationSettings[] | undefined;
|
|
192
200
|
fontWeight?: csstype.Property.FontWeight | readonly NonNullable<csstype.Property.FontWeight | undefined>[] | readonly ((string & {}) | csstype.Globals | "bold" | "normal" | "bolder" | "lighter")[] | undefined;
|
|
201
|
+
fontWidth?: readonly string[] | csstype.Property.FontWidth | readonly csstype.Property.FontWidth[] | undefined;
|
|
193
202
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | readonly NonNullable<csstype.Property.ForcedColorAdjust | undefined>[] | readonly csstype.Property.ForcedColorAdjust[] | undefined;
|
|
194
203
|
gridAutoColumns?: readonly (string | (string & {}))[] | csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
195
204
|
gridAutoFlow?: readonly string[] | csstype.Property.GridAutoFlow | readonly csstype.Property.GridAutoFlow[] | undefined;
|
|
@@ -210,12 +219,13 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
210
219
|
imageRendering?: csstype.Property.ImageRendering | readonly NonNullable<csstype.Property.ImageRendering | undefined>[] | readonly csstype.Property.ImageRendering[] | undefined;
|
|
211
220
|
imageResolution?: readonly string[] | csstype.Property.ImageResolution | readonly csstype.Property.ImageResolution[] | undefined;
|
|
212
221
|
initialLetter?: csstype.Property.InitialLetter | readonly NonNullable<csstype.Property.InitialLetter | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal")[] | undefined;
|
|
222
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | readonly NonNullable<csstype.Property.InitialLetterAlign | undefined>[] | readonly csstype.Property.InitialLetterAlign[] | undefined;
|
|
213
223
|
inlineSize?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
214
|
-
inputSecurity?: csstype.Property.InputSecurity | readonly NonNullable<csstype.Property.InputSecurity | undefined>[] | readonly csstype.Property.InputSecurity[] | undefined;
|
|
215
224
|
insetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
216
225
|
insetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
217
226
|
insetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
218
227
|
insetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
228
|
+
interpolateSize?: csstype.Property.InterpolateSize | readonly NonNullable<csstype.Property.InterpolateSize | undefined>[] | readonly csstype.Property.InterpolateSize[] | undefined;
|
|
219
229
|
isolation?: csstype.Property.Isolation | readonly NonNullable<csstype.Property.Isolation | undefined>[] | readonly csstype.Property.Isolation[] | undefined;
|
|
220
230
|
justifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
221
231
|
justifyItems?: readonly string[] | csstype.Property.JustifyItems | readonly csstype.Property.JustifyItems[] | undefined;
|
|
@@ -223,6 +233,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
223
233
|
justifyTracks?: readonly string[] | csstype.Property.JustifyTracks | readonly csstype.Property.JustifyTracks[] | undefined;
|
|
224
234
|
left?: readonly (string | (string & {}))[] | csstype.Property.Left<string | number> | readonly NonNullable<csstype.Property.Left<string | number> | undefined>[] | undefined;
|
|
225
235
|
letterSpacing?: readonly string[] | csstype.Property.LetterSpacing<string | number> | readonly NonNullable<csstype.Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
236
|
+
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
226
237
|
lineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
227
238
|
lineHeight?: readonly (string | (string & {}))[] | csstype.Property.LineHeight<string | number> | readonly NonNullable<csstype.Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
228
239
|
lineHeightStep?: readonly string[] | csstype.Property.LineHeightStep<string | number> | readonly NonNullable<csstype.Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -238,6 +249,10 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
238
249
|
marginRight?: readonly (string | (string & {}))[] | csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
239
250
|
marginTop?: readonly (string | (string & {}))[] | csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
240
251
|
marginTrim?: csstype.Property.MarginTrim | readonly NonNullable<csstype.Property.MarginTrim | undefined>[] | readonly csstype.Property.MarginTrim[] | undefined;
|
|
252
|
+
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
253
|
+
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
254
|
+
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
255
|
+
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
241
256
|
maskBorderMode?: csstype.Property.MaskBorderMode | readonly NonNullable<csstype.Property.MaskBorderMode | undefined>[] | readonly csstype.Property.MaskBorderMode[] | undefined;
|
|
242
257
|
maskBorderOutset?: readonly (string | (string & {}))[] | csstype.Property.MaskBorderOutset<string | number> | readonly NonNullable<csstype.Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
243
258
|
maskBorderRepeat?: readonly string[] | csstype.Property.MaskBorderRepeat | readonly csstype.Property.MaskBorderRepeat[] | undefined;
|
|
@@ -272,6 +287,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
272
287
|
motionRotation?: readonly string[] | csstype.Property.OffsetRotate | readonly csstype.Property.OffsetRotate[] | undefined;
|
|
273
288
|
objectFit?: csstype.Property.ObjectFit | readonly NonNullable<csstype.Property.ObjectFit | undefined>[] | readonly csstype.Property.ObjectFit[] | undefined;
|
|
274
289
|
objectPosition?: readonly (string | (string & {}))[] | csstype.Property.ObjectPosition<string | number> | readonly NonNullable<csstype.Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
290
|
+
objectViewBox?: readonly string[] | csstype.Property.ObjectViewBox | readonly csstype.Property.ObjectViewBox[] | undefined;
|
|
275
291
|
offsetAnchor?: readonly (string | (string & {}))[] | csstype.Property.OffsetAnchor<string | number> | readonly NonNullable<csstype.Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
276
292
|
offsetDistance?: readonly (string | (string & {}))[] | csstype.Property.OffsetDistance<string | number> | readonly NonNullable<csstype.Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
277
293
|
offsetPath?: readonly string[] | csstype.Property.OffsetPath | readonly csstype.Property.OffsetPath[] | undefined;
|
|
@@ -283,7 +299,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
283
299
|
orphans?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Orphans | readonly NonNullable<csstype.Property.Orphans | undefined>[] | undefined;
|
|
284
300
|
outlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
285
301
|
outlineOffset?: readonly string[] | csstype.Property.OutlineOffset<string | number> | readonly NonNullable<csstype.Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
286
|
-
outlineStyle?:
|
|
302
|
+
outlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
287
303
|
outlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
288
304
|
overflowAnchor?: csstype.Property.OverflowAnchor | readonly NonNullable<csstype.Property.OverflowAnchor | undefined>[] | readonly csstype.Property.OverflowAnchor[] | undefined;
|
|
289
305
|
overflowBlock?: csstype.Property.OverflowBlock | readonly NonNullable<csstype.Property.OverflowBlock | undefined>[] | readonly csstype.Property.OverflowBlock[] | undefined;
|
|
@@ -307,25 +323,32 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
307
323
|
paddingRight?: readonly (string | (string & {}))[] | csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
308
324
|
paddingTop?: readonly (string | (string & {}))[] | csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
309
325
|
page?: readonly string[] | csstype.Property.Page | readonly csstype.Property.Page[] | undefined;
|
|
310
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
311
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
312
|
-
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
313
326
|
paintOrder?: readonly string[] | csstype.Property.PaintOrder | readonly csstype.Property.PaintOrder[] | undefined;
|
|
314
327
|
perspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
315
328
|
perspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
316
329
|
pointerEvents?: csstype.Property.PointerEvents | readonly NonNullable<csstype.Property.PointerEvents | undefined>[] | readonly csstype.Property.PointerEvents[] | undefined;
|
|
317
330
|
position?: csstype.Property.Position | readonly NonNullable<csstype.Property.Position | undefined>[] | readonly csstype.Property.Position[] | undefined;
|
|
331
|
+
positionAnchor?: readonly string[] | csstype.Property.PositionAnchor | readonly csstype.Property.PositionAnchor[] | undefined;
|
|
332
|
+
positionArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
333
|
+
positionTryFallbacks?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
334
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | readonly NonNullable<csstype.Property.PositionTryOrder | undefined>[] | readonly csstype.Property.PositionTryOrder[] | undefined;
|
|
335
|
+
positionVisibility?: readonly string[] | csstype.Property.PositionVisibility | readonly csstype.Property.PositionVisibility[] | undefined;
|
|
318
336
|
printColorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
319
337
|
quotes?: readonly string[] | csstype.Property.Quotes | readonly csstype.Property.Quotes[] | undefined;
|
|
338
|
+
r?: readonly (string | (string & {}))[] | csstype.Property.R<string | number> | readonly NonNullable<csstype.Property.R<string | number> | undefined>[] | undefined;
|
|
320
339
|
resize?: csstype.Property.Resize | readonly NonNullable<csstype.Property.Resize | undefined>[] | readonly csstype.Property.Resize[] | undefined;
|
|
321
340
|
right?: readonly (string | (string & {}))[] | csstype.Property.Right<string | number> | readonly NonNullable<csstype.Property.Right<string | number> | undefined>[] | undefined;
|
|
322
341
|
rotate?: readonly string[] | csstype.Property.Rotate | readonly csstype.Property.Rotate[] | undefined;
|
|
323
342
|
rowGap?: readonly (string | (string & {}))[] | csstype.Property.RowGap<string | number> | readonly NonNullable<csstype.Property.RowGap<string | number> | undefined>[] | undefined;
|
|
324
343
|
rubyAlign?: csstype.Property.RubyAlign | readonly NonNullable<csstype.Property.RubyAlign | undefined>[] | readonly csstype.Property.RubyAlign[] | undefined;
|
|
325
344
|
rubyMerge?: csstype.Property.RubyMerge | readonly NonNullable<csstype.Property.RubyMerge | undefined>[] | readonly csstype.Property.RubyMerge[] | undefined;
|
|
345
|
+
rubyOverhang?: csstype.Property.RubyOverhang | readonly NonNullable<csstype.Property.RubyOverhang | undefined>[] | readonly csstype.Property.RubyOverhang[] | undefined;
|
|
326
346
|
rubyPosition?: readonly string[] | csstype.Property.RubyPosition | readonly csstype.Property.RubyPosition[] | undefined;
|
|
347
|
+
rx?: readonly (string | (string & {}))[] | csstype.Property.Rx<string | number> | readonly NonNullable<csstype.Property.Rx<string | number> | undefined>[] | undefined;
|
|
348
|
+
ry?: readonly (string | (string & {}))[] | csstype.Property.Ry<string | number> | readonly NonNullable<csstype.Property.Ry<string | number> | undefined>[] | undefined;
|
|
327
349
|
scale?: readonly ((string & {}) | csstype.Globals | "none")[] | csstype.Property.Scale | readonly NonNullable<csstype.Property.Scale | undefined>[] | undefined;
|
|
328
350
|
scrollBehavior?: csstype.Property.ScrollBehavior | readonly NonNullable<csstype.Property.ScrollBehavior | undefined>[] | readonly csstype.Property.ScrollBehavior[] | undefined;
|
|
351
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | readonly NonNullable<csstype.Property.ScrollInitialTarget | undefined>[] | readonly csstype.Property.ScrollInitialTarget[] | undefined;
|
|
329
352
|
scrollMarginBlockEnd?: readonly string[] | csstype.Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
330
353
|
scrollMarginBlockStart?: readonly string[] | csstype.Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
331
354
|
scrollMarginBottom?: readonly string[] | csstype.Property.ScrollMarginBottom<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -357,10 +380,28 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
357
380
|
shapeImageThreshold?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.ShapeImageThreshold | readonly NonNullable<csstype.Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
358
381
|
shapeMargin?: readonly (string | (string & {}))[] | csstype.Property.ShapeMargin<string | number> | readonly NonNullable<csstype.Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
359
382
|
shapeOutside?: readonly string[] | csstype.Property.ShapeOutside | readonly csstype.Property.ShapeOutside[] | undefined;
|
|
383
|
+
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
384
|
+
speakAs?: readonly string[] | csstype.Property.SpeakAs | readonly csstype.Property.SpeakAs[] | undefined;
|
|
385
|
+
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
386
|
+
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
387
|
+
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
388
|
+
strokeColor?: readonly string[] | csstype.Property.StrokeColor | readonly csstype.Property.StrokeColor[] | undefined;
|
|
389
|
+
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
390
|
+
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
391
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
392
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
393
|
+
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
394
|
+
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
395
|
+
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
360
396
|
tabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
361
397
|
tableLayout?: csstype.Property.TableLayout | readonly NonNullable<csstype.Property.TableLayout | undefined>[] | readonly csstype.Property.TableLayout[] | undefined;
|
|
362
398
|
textAlign?: csstype.Property.TextAlign | readonly NonNullable<csstype.Property.TextAlign | undefined>[] | readonly csstype.Property.TextAlign[] | undefined;
|
|
363
399
|
textAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
400
|
+
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
401
|
+
textAutospace?: readonly string[] | csstype.Property.TextAutospace | readonly csstype.Property.TextAutospace[] | undefined;
|
|
402
|
+
textBox?: readonly string[] | csstype.Property.TextBox | readonly csstype.Property.TextBox[] | undefined;
|
|
403
|
+
textBoxEdge?: readonly string[] | csstype.Property.TextBoxEdge | readonly csstype.Property.TextBoxEdge[] | undefined;
|
|
404
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | readonly NonNullable<csstype.Property.TextBoxTrim | undefined>[] | readonly csstype.Property.TextBoxTrim[] | undefined;
|
|
364
405
|
textCombineUpright?: readonly string[] | csstype.Property.TextCombineUpright | readonly csstype.Property.TextCombineUpright[] | undefined;
|
|
365
406
|
textDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
366
407
|
textDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
@@ -378,10 +419,12 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
378
419
|
textRendering?: csstype.Property.TextRendering | readonly NonNullable<csstype.Property.TextRendering | undefined>[] | readonly csstype.Property.TextRendering[] | undefined;
|
|
379
420
|
textShadow?: readonly string[] | csstype.Property.TextShadow | readonly csstype.Property.TextShadow[] | undefined;
|
|
380
421
|
textSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
381
|
-
|
|
422
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | readonly NonNullable<csstype.Property.TextSpacingTrim | undefined>[] | readonly csstype.Property.TextSpacingTrim[] | undefined;
|
|
423
|
+
textTransform?: readonly string[] | csstype.Property.TextTransform | readonly csstype.Property.TextTransform[] | undefined;
|
|
382
424
|
textUnderlineOffset?: readonly (string | (string & {}))[] | csstype.Property.TextUnderlineOffset<string | number> | readonly NonNullable<csstype.Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
383
425
|
textUnderlinePosition?: readonly string[] | csstype.Property.TextUnderlinePosition | readonly csstype.Property.TextUnderlinePosition[] | undefined;
|
|
384
|
-
|
|
426
|
+
textWrapMode?: csstype.Property.TextWrapMode | readonly NonNullable<csstype.Property.TextWrapMode | undefined>[] | readonly csstype.Property.TextWrapMode[] | undefined;
|
|
427
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | readonly NonNullable<csstype.Property.TextWrapStyle | undefined>[] | readonly csstype.Property.TextWrapStyle[] | undefined;
|
|
385
428
|
timelineScope?: readonly string[] | csstype.Property.TimelineScope | readonly csstype.Property.TimelineScope[] | undefined;
|
|
386
429
|
top?: readonly (string | (string & {}))[] | csstype.Property.Top<string | number> | readonly NonNullable<csstype.Property.Top<string | number> | undefined>[] | undefined;
|
|
387
430
|
touchAction?: readonly string[] | csstype.Property.TouchAction | readonly csstype.Property.TouchAction[] | undefined;
|
|
@@ -397,15 +440,16 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
397
440
|
translate?: readonly (string | (string & {}))[] | csstype.Property.Translate<string | number> | readonly NonNullable<csstype.Property.Translate<string | number> | undefined>[] | undefined;
|
|
398
441
|
unicodeBidi?: csstype.Property.UnicodeBidi | readonly NonNullable<csstype.Property.UnicodeBidi | undefined>[] | readonly csstype.Property.UnicodeBidi[] | undefined;
|
|
399
442
|
userSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
443
|
+
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
400
444
|
verticalAlign?: readonly (string | (string & {}))[] | csstype.Property.VerticalAlign<string | number> | readonly NonNullable<csstype.Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
401
445
|
viewTimelineAxis?: readonly string[] | csstype.Property.ViewTimelineAxis | readonly csstype.Property.ViewTimelineAxis[] | undefined;
|
|
402
446
|
viewTimelineInset?: readonly (string | (string & {}))[] | csstype.Property.ViewTimelineInset<string | number> | readonly NonNullable<csstype.Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
403
447
|
viewTimelineName?: readonly string[] | csstype.Property.ViewTimelineName | readonly csstype.Property.ViewTimelineName[] | undefined;
|
|
448
|
+
viewTransitionClass?: readonly string[] | csstype.Property.ViewTransitionClass | readonly csstype.Property.ViewTransitionClass[] | undefined;
|
|
404
449
|
viewTransitionName?: readonly string[] | csstype.Property.ViewTransitionName | readonly csstype.Property.ViewTransitionName[] | undefined;
|
|
405
450
|
visibility?: csstype.Property.Visibility | readonly NonNullable<csstype.Property.Visibility | undefined>[] | readonly csstype.Property.Visibility[] | undefined;
|
|
406
451
|
whiteSpace?: readonly string[] | csstype.Property.WhiteSpace | readonly csstype.Property.WhiteSpace[] | undefined;
|
|
407
452
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | readonly NonNullable<csstype.Property.WhiteSpaceCollapse | undefined>[] | readonly csstype.Property.WhiteSpaceCollapse[] | undefined;
|
|
408
|
-
whiteSpaceTrim?: readonly string[] | csstype.Property.WhiteSpaceTrim | readonly csstype.Property.WhiteSpaceTrim[] | undefined;
|
|
409
453
|
widows?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Widows | readonly NonNullable<csstype.Property.Widows | undefined>[] | undefined;
|
|
410
454
|
width?: readonly (string | (string & {}))[] | csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined;
|
|
411
455
|
willChange?: readonly string[] | csstype.Property.WillChange | readonly csstype.Property.WillChange[] | undefined;
|
|
@@ -413,6 +457,8 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
413
457
|
wordSpacing?: readonly string[] | csstype.Property.WordSpacing<string | number> | readonly NonNullable<csstype.Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
414
458
|
wordWrap?: csstype.Property.WordWrap | readonly NonNullable<csstype.Property.WordWrap | undefined>[] | readonly csstype.Property.WordWrap[] | undefined;
|
|
415
459
|
writingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
460
|
+
x?: readonly (string | (string & {}))[] | csstype.Property.X<string | number> | readonly NonNullable<csstype.Property.X<string | number> | undefined>[] | undefined;
|
|
461
|
+
y?: readonly (string | (string & {}))[] | csstype.Property.Y<string | number> | readonly NonNullable<csstype.Property.Y<string | number> | undefined>[] | undefined;
|
|
416
462
|
zIndex?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.ZIndex | readonly NonNullable<csstype.Property.ZIndex | undefined>[] | undefined;
|
|
417
463
|
zoom?: csstype.Property.Zoom | readonly NonNullable<csstype.Property.Zoom | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "reset")[] | undefined;
|
|
418
464
|
all?: csstype.Globals | readonly NonNullable<csstype.Globals | undefined>[] | readonly csstype.Globals[] | undefined;
|
|
@@ -421,14 +467,20 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
421
467
|
background?: readonly (string | (string & {}))[] | csstype.Property.Background<string | number> | readonly NonNullable<csstype.Property.Background<string | number> | undefined>[] | undefined;
|
|
422
468
|
border?: readonly (string | (string & {}))[] | csstype.Property.Border<string | number> | readonly NonNullable<csstype.Property.Border<string | number> | undefined>[] | undefined;
|
|
423
469
|
borderBlock?: readonly (string | (string & {}))[] | csstype.Property.BorderBlock<string | number> | readonly NonNullable<csstype.Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
470
|
+
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
424
471
|
borderBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockEnd<string | number> | readonly NonNullable<csstype.Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
425
472
|
borderBlockStart?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockStart<string | number> | readonly NonNullable<csstype.Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
473
|
+
borderBlockStyle?: readonly string[] | csstype.Property.BorderBlockStyle | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
474
|
+
borderBlockWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
426
475
|
borderBottom?: readonly (string | (string & {}))[] | csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
427
476
|
borderColor?: readonly string[] | csstype.Property.BorderColor | readonly csstype.Property.BorderColor[] | undefined;
|
|
428
477
|
borderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
|
|
429
478
|
borderInline?: readonly (string | (string & {}))[] | csstype.Property.BorderInline<string | number> | readonly NonNullable<csstype.Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
479
|
+
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
430
480
|
borderInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineEnd<string | number> | readonly NonNullable<csstype.Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
431
481
|
borderInlineStart?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineStart<string | number> | readonly NonNullable<csstype.Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
482
|
+
borderInlineStyle?: readonly string[] | csstype.Property.BorderInlineStyle | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
483
|
+
borderInlineWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
432
484
|
borderLeft?: readonly (string | (string & {}))[] | csstype.Property.BorderLeft<string | number> | readonly NonNullable<csstype.Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
433
485
|
borderRight?: readonly (string | (string & {}))[] | csstype.Property.BorderRight<string | number> | readonly NonNullable<csstype.Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
434
486
|
borderStyle?: readonly string[] | csstype.Property.BorderStyle | readonly csstype.Property.BorderStyle[] | undefined;
|
|
@@ -468,6 +520,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
468
520
|
placeContent?: readonly string[] | csstype.Property.PlaceContent | readonly csstype.Property.PlaceContent[] | undefined;
|
|
469
521
|
placeItems?: readonly string[] | csstype.Property.PlaceItems | readonly csstype.Property.PlaceItems[] | undefined;
|
|
470
522
|
placeSelf?: readonly string[] | csstype.Property.PlaceSelf | readonly csstype.Property.PlaceSelf[] | undefined;
|
|
523
|
+
positionTry?: readonly string[] | csstype.Property.PositionTry | readonly csstype.Property.PositionTry[] | undefined;
|
|
471
524
|
scrollMargin?: readonly (string | (string & {}))[] | csstype.Property.ScrollMargin<string | number> | readonly NonNullable<csstype.Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
472
525
|
scrollMarginBlock?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginBlock<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
473
526
|
scrollMarginInline?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginInline<string | number> | readonly NonNullable<csstype.Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
@@ -478,6 +531,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
478
531
|
scrollTimeline?: readonly string[] | csstype.Property.ScrollTimeline | readonly csstype.Property.ScrollTimeline[] | undefined;
|
|
479
532
|
textDecoration?: readonly (string | (string & {}))[] | csstype.Property.TextDecoration<string | number> | readonly NonNullable<csstype.Property.TextDecoration<string | number> | undefined>[] | undefined;
|
|
480
533
|
textEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
534
|
+
textWrap?: readonly string[] | csstype.Property.TextWrap | readonly csstype.Property.TextWrap[] | undefined;
|
|
481
535
|
transition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
482
536
|
viewTimeline?: readonly string[] | csstype.Property.ViewTimeline | readonly csstype.Property.ViewTimeline[] | undefined;
|
|
483
537
|
MozAnimationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -489,6 +543,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
489
543
|
MozAnimationPlayState?: readonly string[] | csstype.Property.AnimationPlayState | readonly csstype.Property.AnimationPlayState[] | undefined;
|
|
490
544
|
MozAnimationTimingFunction?: readonly string[] | csstype.Property.AnimationTimingFunction | readonly csstype.Property.AnimationTimingFunction[] | undefined;
|
|
491
545
|
MozAppearance?: csstype.Property.MozAppearance | readonly NonNullable<csstype.Property.MozAppearance | undefined>[] | readonly csstype.Property.MozAppearance[] | undefined;
|
|
546
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
492
547
|
MozBinding?: readonly string[] | csstype.Property.MozBinding | readonly csstype.Property.MozBinding[] | undefined;
|
|
493
548
|
MozBorderBottomColors?: readonly string[] | csstype.Property.MozBorderBottomColors | readonly csstype.Property.MozBorderBottomColors[] | undefined;
|
|
494
549
|
MozBorderEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
@@ -500,8 +555,6 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
500
555
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
501
556
|
MozBorderTopColors?: readonly string[] | csstype.Property.MozBorderTopColors | readonly csstype.Property.MozBorderTopColors[] | undefined;
|
|
502
557
|
MozBoxSizing?: csstype.Property.BoxSizing | readonly NonNullable<csstype.Property.BoxSizing | undefined>[] | readonly csstype.Property.BoxSizing[] | undefined;
|
|
503
|
-
MozColumnCount?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
504
|
-
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
505
558
|
MozColumnRuleColor?: readonly string[] | csstype.Property.ColumnRuleColor | readonly csstype.Property.ColumnRuleColor[] | undefined;
|
|
506
559
|
MozColumnRuleStyle?: readonly string[] | csstype.Property.ColumnRuleStyle | readonly csstype.Property.ColumnRuleStyle[] | undefined;
|
|
507
560
|
MozColumnRuleWidth?: readonly (string | (string & {}))[] | csstype.Property.ColumnRuleWidth<string | number> | readonly NonNullable<csstype.Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
@@ -510,7 +563,6 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
510
563
|
MozFontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
511
564
|
MozFontLanguageOverride?: readonly string[] | csstype.Property.FontLanguageOverride | readonly csstype.Property.FontLanguageOverride[] | undefined;
|
|
512
565
|
MozHyphens?: csstype.Property.Hyphens | readonly NonNullable<csstype.Property.Hyphens | undefined>[] | readonly csstype.Property.Hyphens[] | undefined;
|
|
513
|
-
MozImageRegion?: readonly string[] | csstype.Property.MozImageRegion | readonly csstype.Property.MozImageRegion[] | undefined;
|
|
514
566
|
MozMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
515
567
|
MozMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
516
568
|
MozOrient?: csstype.Property.MozOrient | readonly NonNullable<csstype.Property.MozOrient | undefined>[] | readonly csstype.Property.MozOrient[] | undefined;
|
|
@@ -521,11 +573,15 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
521
573
|
MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
522
574
|
MozPaddingEnd?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineEnd<string | number> | readonly NonNullable<csstype.Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
523
575
|
MozPaddingStart?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineStart<string | number> | readonly NonNullable<csstype.Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
576
|
+
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
577
|
+
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
524
578
|
MozStackSizing?: csstype.Property.MozStackSizing | readonly NonNullable<csstype.Property.MozStackSizing | undefined>[] | readonly csstype.Property.MozStackSizing[] | undefined;
|
|
525
579
|
MozTabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
526
580
|
MozTextBlink?: csstype.Property.MozTextBlink | readonly NonNullable<csstype.Property.MozTextBlink | undefined>[] | readonly csstype.Property.MozTextBlink[] | undefined;
|
|
527
581
|
MozTextSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
528
|
-
|
|
582
|
+
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
583
|
+
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
584
|
+
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
529
585
|
MozUserModify?: csstype.Property.MozUserModify | readonly NonNullable<csstype.Property.MozUserModify | undefined>[] | readonly csstype.Property.MozUserModify[] | undefined;
|
|
530
586
|
MozUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
531
587
|
MozWindowDragging?: csstype.Property.MozWindowDragging | readonly NonNullable<csstype.Property.MozWindowDragging | undefined>[] | readonly csstype.Property.MozWindowDragging[] | undefined;
|
|
@@ -644,6 +700,8 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
644
700
|
WebkitJustifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
645
701
|
WebkitLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
646
702
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | readonly NonNullable<csstype.Property.WebkitLineClamp | undefined>[] | readonly ((string & {}) | csstype.Globals | "none")[] | undefined;
|
|
703
|
+
WebkitLogicalHeight?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
704
|
+
WebkitLogicalWidth?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
647
705
|
WebkitMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
648
706
|
WebkitMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
649
707
|
WebkitMaskAttachment?: readonly string[] | csstype.Property.WebkitMaskAttachment | readonly csstype.Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -698,13 +756,14 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
698
756
|
WebkitTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
699
757
|
WebkitTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
700
758
|
WebkitUserModify?: csstype.Property.WebkitUserModify | readonly NonNullable<csstype.Property.WebkitUserModify | undefined>[] | readonly csstype.Property.WebkitUserModify[] | undefined;
|
|
701
|
-
WebkitUserSelect?: csstype.Property.
|
|
759
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | readonly NonNullable<csstype.Property.WebkitUserSelect | undefined>[] | readonly csstype.Property.WebkitUserSelect[] | undefined;
|
|
702
760
|
WebkitWritingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
703
761
|
MozAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "reverse" | "none" | "auto" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
704
762
|
MozBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
|
|
705
763
|
MozColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
706
764
|
MozColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
|
|
707
765
|
MozOutlineRadius?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadius<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
766
|
+
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
708
767
|
msContentZoomLimit?: readonly string[] | csstype.Property.MsContentZoomLimit | readonly csstype.Property.MsContentZoomLimit[] | undefined;
|
|
709
768
|
msContentZoomSnap?: readonly string[] | csstype.Property.MsContentZoomSnap | readonly csstype.Property.MsContentZoomSnap[] | undefined;
|
|
710
769
|
msFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -725,7 +784,6 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
725
784
|
WebkitTextEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
726
785
|
WebkitTextStroke?: readonly (string | (string & {}))[] | csstype.Property.WebkitTextStroke<string | number> | readonly NonNullable<csstype.Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
727
786
|
WebkitTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
728
|
-
azimuth?: readonly string[] | csstype.Property.Azimuth | readonly csstype.Property.Azimuth[] | undefined;
|
|
729
787
|
boxAlign?: csstype.Property.BoxAlign | readonly NonNullable<csstype.Property.BoxAlign | undefined>[] | readonly csstype.Property.BoxAlign[] | undefined;
|
|
730
788
|
boxDirection?: csstype.Property.BoxDirection | readonly NonNullable<csstype.Property.BoxDirection | undefined>[] | readonly csstype.Property.BoxDirection[] | undefined;
|
|
731
789
|
boxFlex?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxFlex | readonly NonNullable<csstype.Property.BoxFlex | undefined>[] | undefined;
|
|
@@ -735,16 +793,22 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
735
793
|
boxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
736
794
|
boxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
737
795
|
clip?: readonly string[] | csstype.Property.Clip | readonly csstype.Property.Clip[] | undefined;
|
|
796
|
+
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
738
797
|
gridColumnGap?: readonly (string | (string & {}))[] | csstype.Property.GridColumnGap<string | number> | readonly NonNullable<csstype.Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
739
798
|
gridGap?: readonly (string | (string & {}))[] | csstype.Property.GridGap<string | number> | readonly NonNullable<csstype.Property.GridGap<string | number> | undefined>[] | undefined;
|
|
740
799
|
gridRowGap?: readonly (string | (string & {}))[] | csstype.Property.GridRowGap<string | number> | readonly NonNullable<csstype.Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
741
800
|
imeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
801
|
+
insetArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
742
802
|
offsetBlock?: readonly (string | (string & {}))[] | csstype.Property.InsetBlock<string | number> | readonly NonNullable<csstype.Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
743
803
|
offsetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
744
804
|
offsetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
745
805
|
offsetInline?: readonly (string | (string & {}))[] | csstype.Property.InsetInline<string | number> | readonly NonNullable<csstype.Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
746
806
|
offsetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
747
807
|
offsetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
808
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
809
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
810
|
+
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
811
|
+
positionTryOptions?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
748
812
|
scrollSnapCoordinate?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<csstype.Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
749
813
|
scrollSnapDestination?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapDestination<string | number> | readonly NonNullable<csstype.Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
750
814
|
scrollSnapPointsX?: readonly string[] | csstype.Property.ScrollSnapPointsX | readonly csstype.Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -762,9 +826,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
762
826
|
KhtmlLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
763
827
|
KhtmlOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | undefined;
|
|
764
828
|
KhtmlUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
765
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
766
829
|
MozBackgroundClip?: readonly string[] | csstype.Property.BackgroundClip | readonly csstype.Property.BackgroundClip[] | undefined;
|
|
767
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | readonly NonNullable<csstype.Property.BoxDecorationBreak | undefined>[] | readonly csstype.Property.BoxDecorationBreak[] | undefined;
|
|
768
830
|
MozBackgroundOrigin?: readonly string[] | csstype.Property.BackgroundOrigin | readonly csstype.Property.BackgroundOrigin[] | undefined;
|
|
769
831
|
MozBackgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
770
832
|
MozBorderRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
@@ -779,27 +841,24 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
779
841
|
MozBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
780
842
|
MozBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
781
843
|
MozBoxShadow?: readonly string[] | csstype.Property.BoxShadow | readonly csstype.Property.BoxShadow[] | undefined;
|
|
844
|
+
MozColumnCount?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
845
|
+
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
782
846
|
MozFloatEdge?: csstype.Property.MozFloatEdge | readonly NonNullable<csstype.Property.MozFloatEdge | undefined>[] | readonly csstype.Property.MozFloatEdge[] | undefined;
|
|
783
847
|
MozForceBrokenImageIcon?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.MozForceBrokenImageIcon | readonly NonNullable<csstype.Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
784
848
|
MozOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | undefined;
|
|
785
849
|
MozOutline?: readonly (string | (string & {}))[] | csstype.Property.Outline<string | number> | readonly NonNullable<csstype.Property.Outline<string | number> | undefined>[] | undefined;
|
|
786
850
|
MozOutlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
787
|
-
MozOutlineStyle?:
|
|
851
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
788
852
|
MozOutlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
789
|
-
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
790
|
-
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
791
853
|
MozTextAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
792
854
|
MozTextDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
793
855
|
MozTextDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
794
856
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | readonly NonNullable<csstype.Property.TextDecorationStyle | undefined>[] | readonly csstype.Property.TextDecorationStyle[] | undefined;
|
|
795
|
-
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
796
|
-
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
797
|
-
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
798
|
-
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
799
857
|
MozTransitionDelay?: readonly string[] | csstype.Property.TransitionDelay<string & {}> | readonly csstype.Property.TransitionDelay<string & {}>[] | undefined;
|
|
800
858
|
MozTransitionDuration?: readonly string[] | csstype.Property.TransitionDuration<string & {}> | readonly csstype.Property.TransitionDuration<string & {}>[] | undefined;
|
|
801
859
|
MozTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
802
860
|
MozTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
861
|
+
MozUserFocus?: csstype.Property.MozUserFocus | readonly NonNullable<csstype.Property.MozUserFocus | undefined>[] | readonly csstype.Property.MozUserFocus[] | undefined;
|
|
803
862
|
MozUserInput?: csstype.Property.MozUserInput | readonly NonNullable<csstype.Property.MozUserInput | undefined>[] | readonly csstype.Property.MozUserInput[] | undefined;
|
|
804
863
|
msImeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
805
864
|
OAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "reverse" | "none" | "auto" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -832,47 +891,23 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
832
891
|
WebkitBoxOrdinalGroup?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxOrdinalGroup | readonly NonNullable<csstype.Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
833
892
|
WebkitBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
834
893
|
WebkitBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
835
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
836
|
-
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
837
|
-
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
838
894
|
colorInterpolation?: csstype.Property.ColorInterpolation | readonly NonNullable<csstype.Property.ColorInterpolation | undefined>[] | readonly csstype.Property.ColorInterpolation[] | undefined;
|
|
839
895
|
colorRendering?: csstype.Property.ColorRendering | readonly NonNullable<csstype.Property.ColorRendering | undefined>[] | readonly csstype.Property.ColorRendering[] | undefined;
|
|
840
|
-
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
841
|
-
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
842
|
-
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
843
|
-
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
844
|
-
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
845
|
-
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
846
896
|
glyphOrientationVertical?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.GlyphOrientationVertical | readonly NonNullable<csstype.Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
847
|
-
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
848
|
-
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
849
|
-
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
850
|
-
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
851
|
-
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
852
|
-
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
853
|
-
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
854
|
-
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
855
|
-
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
856
|
-
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
857
|
-
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
858
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
859
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
860
|
-
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
861
|
-
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
862
|
-
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
863
|
-
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
864
|
-
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
865
897
|
":-moz-any()"?: unknown;
|
|
866
898
|
":-moz-dir"?: unknown;
|
|
867
899
|
":-webkit-any()"?: unknown;
|
|
868
900
|
"::cue"?: unknown;
|
|
869
901
|
"::cue-region"?: unknown;
|
|
902
|
+
"::highlight"?: unknown;
|
|
870
903
|
"::part"?: unknown;
|
|
904
|
+
"::picker"?: unknown;
|
|
871
905
|
"::slotted"?: unknown;
|
|
872
906
|
"::view-transition-group"?: unknown;
|
|
873
907
|
"::view-transition-image-pair"?: unknown;
|
|
874
908
|
"::view-transition-new"?: unknown;
|
|
875
909
|
"::view-transition-old"?: unknown;
|
|
910
|
+
":active-view-transition-type"?: unknown;
|
|
876
911
|
":dir"?: unknown;
|
|
877
912
|
":has"?: unknown;
|
|
878
913
|
":host"?: unknown;
|
|
@@ -885,6 +920,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
885
920
|
":nth-last-child"?: unknown;
|
|
886
921
|
":nth-last-of-type"?: unknown;
|
|
887
922
|
":nth-of-type"?: unknown;
|
|
923
|
+
":state"?: unknown;
|
|
888
924
|
":where"?: unknown;
|
|
889
925
|
":-khtml-any-link"?: unknown;
|
|
890
926
|
":-moz-any-link"?: unknown;
|
|
@@ -898,6 +934,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
898
934
|
":-ms-fullscreen"?: unknown;
|
|
899
935
|
":-ms-input-placeholder"?: unknown;
|
|
900
936
|
":-webkit-any-link"?: unknown;
|
|
937
|
+
":-webkit-autofill"?: unknown;
|
|
901
938
|
":-webkit-full-screen"?: unknown;
|
|
902
939
|
"::-moz-placeholder"?: unknown;
|
|
903
940
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -922,6 +959,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
922
959
|
"::-ms-track"?: unknown;
|
|
923
960
|
"::-ms-value"?: unknown;
|
|
924
961
|
"::-webkit-backdrop"?: unknown;
|
|
962
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
925
963
|
"::-webkit-input-placeholder"?: unknown;
|
|
926
964
|
"::-webkit-progress-bar"?: unknown;
|
|
927
965
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -931,20 +969,29 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
931
969
|
"::after"?: unknown;
|
|
932
970
|
"::backdrop"?: unknown;
|
|
933
971
|
"::before"?: unknown;
|
|
972
|
+
"::checkmark"?: unknown;
|
|
973
|
+
"::details-content"?: unknown;
|
|
974
|
+
"::file-selector-button"?: unknown;
|
|
934
975
|
"::first-letter"?: unknown;
|
|
935
976
|
"::first-line"?: unknown;
|
|
936
977
|
"::grammar-error"?: unknown;
|
|
937
978
|
"::marker"?: unknown;
|
|
979
|
+
"::picker-icon"?: unknown;
|
|
938
980
|
"::placeholder"?: unknown;
|
|
981
|
+
"::scroll-marker"?: unknown;
|
|
982
|
+
"::scroll-marker-group"?: unknown;
|
|
939
983
|
"::selection"?: unknown;
|
|
940
984
|
"::spelling-error"?: unknown;
|
|
941
985
|
"::target-text"?: unknown;
|
|
942
986
|
"::view-transition"?: unknown;
|
|
943
987
|
":active"?: unknown;
|
|
988
|
+
":active-view-transition"?: unknown;
|
|
944
989
|
":after"?: unknown;
|
|
945
990
|
":any-link"?: unknown;
|
|
991
|
+
":autofill"?: unknown;
|
|
946
992
|
":before"?: unknown;
|
|
947
993
|
":blank"?: unknown;
|
|
994
|
+
":buffering"?: unknown;
|
|
948
995
|
":checked"?: unknown;
|
|
949
996
|
":current"?: unknown;
|
|
950
997
|
":default"?: unknown;
|
|
@@ -962,6 +1009,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
962
1009
|
":focus-within"?: unknown;
|
|
963
1010
|
":fullscreen"?: unknown;
|
|
964
1011
|
":future"?: unknown;
|
|
1012
|
+
":has-slotted"?: unknown;
|
|
965
1013
|
":hover"?: unknown;
|
|
966
1014
|
":in-range"?: unknown;
|
|
967
1015
|
":indeterminate"?: unknown;
|
|
@@ -971,10 +1019,11 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
971
1019
|
":left"?: unknown;
|
|
972
1020
|
":link"?: unknown;
|
|
973
1021
|
":local-link"?: unknown;
|
|
974
|
-
":
|
|
975
|
-
":
|
|
1022
|
+
":modal"?: unknown;
|
|
1023
|
+
":muted"?: unknown;
|
|
976
1024
|
":only-child"?: unknown;
|
|
977
1025
|
":only-of-type"?: unknown;
|
|
1026
|
+
":open"?: unknown;
|
|
978
1027
|
":optional"?: unknown;
|
|
979
1028
|
":out-of-range"?: unknown;
|
|
980
1029
|
":past"?: unknown;
|
|
@@ -982,18 +1031,24 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
|
|
|
982
1031
|
":picture-in-picture"?: unknown;
|
|
983
1032
|
":placeholder-shown"?: unknown;
|
|
984
1033
|
":playing"?: unknown;
|
|
1034
|
+
":popover-open"?: unknown;
|
|
985
1035
|
":read-only"?: unknown;
|
|
986
1036
|
":read-write"?: unknown;
|
|
987
1037
|
":required"?: unknown;
|
|
988
1038
|
":right"?: unknown;
|
|
989
1039
|
":root"?: unknown;
|
|
990
1040
|
":scope"?: unknown;
|
|
1041
|
+
":seeking"?: unknown;
|
|
1042
|
+
":stalled"?: unknown;
|
|
991
1043
|
":target"?: unknown;
|
|
1044
|
+
":target-current"?: unknown;
|
|
992
1045
|
":target-within"?: unknown;
|
|
993
1046
|
":user-invalid"?: unknown;
|
|
994
1047
|
":user-valid"?: unknown;
|
|
995
1048
|
":valid"?: unknown;
|
|
996
1049
|
":visited"?: unknown;
|
|
1050
|
+
":volume-locked"?: unknown;
|
|
1051
|
+
":xr-overlay"?: unknown;
|
|
997
1052
|
};
|
|
998
1053
|
declare function menuItem(theme: Theme): {
|
|
999
1054
|
[x: string]: unknown;
|
|
@@ -1008,6 +1063,9 @@ declare function menuItem(theme: Theme): {
|
|
|
1008
1063
|
alignItems?: csstype.Property.AlignItems | undefined;
|
|
1009
1064
|
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
1010
1065
|
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
1066
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
1067
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
1068
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
1011
1069
|
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
1012
1070
|
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1013
1071
|
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
@@ -1034,17 +1092,14 @@ declare function menuItem(theme: Theme): {
|
|
|
1034
1092
|
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
1035
1093
|
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
1036
1094
|
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1037
|
-
|
|
1095
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
1038
1096
|
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1039
|
-
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
1040
1097
|
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
1041
1098
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
1042
1099
|
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
1043
1100
|
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
1044
1101
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
1045
1102
|
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
1046
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
1047
|
-
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
1048
1103
|
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
1049
1104
|
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1050
1105
|
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -1058,15 +1113,12 @@ declare function menuItem(theme: Theme): {
|
|
|
1058
1113
|
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
1059
1114
|
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
1060
1115
|
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
1061
|
-
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
1062
1116
|
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
1063
1117
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
1064
1118
|
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1065
1119
|
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
1066
1120
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1067
1121
|
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
1068
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
1069
|
-
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
1070
1122
|
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
1071
1123
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
1072
1124
|
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -1093,8 +1145,10 @@ declare function menuItem(theme: Theme): {
|
|
|
1093
1145
|
caretShape?: csstype.Property.CaretShape | undefined;
|
|
1094
1146
|
clear?: csstype.Property.Clear | undefined;
|
|
1095
1147
|
clipPath?: csstype.Property.ClipPath | undefined;
|
|
1148
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
1096
1149
|
color?: csstype.Property.Color | undefined;
|
|
1097
1150
|
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1151
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
1098
1152
|
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
1099
1153
|
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
1100
1154
|
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
@@ -1117,9 +1171,17 @@ declare function menuItem(theme: Theme): {
|
|
|
1117
1171
|
counterReset?: csstype.Property.CounterReset | undefined;
|
|
1118
1172
|
counterSet?: csstype.Property.CounterSet | undefined;
|
|
1119
1173
|
cursor?: csstype.Property.Cursor | undefined;
|
|
1174
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
1175
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
1176
|
+
d?: csstype.Property.D | undefined;
|
|
1120
1177
|
direction?: csstype.Property.Direction | undefined;
|
|
1121
1178
|
display?: csstype.Property.Display | undefined;
|
|
1179
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
1122
1180
|
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
1181
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
1182
|
+
fill?: csstype.Property.Fill | undefined;
|
|
1183
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
1184
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
1123
1185
|
filter?: csstype.Property.Filter | undefined;
|
|
1124
1186
|
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
1125
1187
|
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
@@ -1127,6 +1189,8 @@ declare function menuItem(theme: Theme): {
|
|
|
1127
1189
|
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
1128
1190
|
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
1129
1191
|
float?: csstype.Property.Float | undefined;
|
|
1192
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
1193
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
1130
1194
|
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
1131
1195
|
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1132
1196
|
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
@@ -1136,7 +1200,6 @@ declare function menuItem(theme: Theme): {
|
|
|
1136
1200
|
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
1137
1201
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
1138
1202
|
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1139
|
-
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1140
1203
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
1141
1204
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
1142
1205
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
@@ -1153,6 +1216,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1153
1216
|
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
1154
1217
|
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
1155
1218
|
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
1219
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
1156
1220
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
1157
1221
|
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
1158
1222
|
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
@@ -1173,12 +1237,13 @@ declare function menuItem(theme: Theme): {
|
|
|
1173
1237
|
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
1174
1238
|
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
1175
1239
|
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
1240
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
1176
1241
|
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1177
|
-
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
1178
1242
|
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1179
1243
|
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1180
1244
|
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1181
1245
|
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1246
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
1182
1247
|
isolation?: csstype.Property.Isolation | undefined;
|
|
1183
1248
|
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1184
1249
|
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
@@ -1186,6 +1251,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1186
1251
|
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
1187
1252
|
left?: csstype.Property.Left<string | number> | undefined;
|
|
1188
1253
|
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
1254
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
1189
1255
|
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
1190
1256
|
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
1191
1257
|
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
@@ -1201,6 +1267,10 @@ declare function menuItem(theme: Theme): {
|
|
|
1201
1267
|
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
1202
1268
|
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
1203
1269
|
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
1270
|
+
marker?: csstype.Property.Marker | undefined;
|
|
1271
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
1272
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
1273
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
1204
1274
|
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
1205
1275
|
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
1206
1276
|
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
@@ -1235,6 +1305,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1235
1305
|
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
1236
1306
|
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
1237
1307
|
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
1308
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
1238
1309
|
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
1239
1310
|
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
1240
1311
|
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
@@ -1270,25 +1341,32 @@ declare function menuItem(theme: Theme): {
|
|
|
1270
1341
|
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
1271
1342
|
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
1272
1343
|
page?: csstype.Property.Page | undefined;
|
|
1273
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
1274
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
1275
|
-
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
1276
1344
|
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
1277
1345
|
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1278
1346
|
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1279
1347
|
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
1280
1348
|
position?: csstype.Property.Position | undefined;
|
|
1349
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
1350
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
1351
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1352
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
1353
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
1281
1354
|
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1282
1355
|
quotes?: csstype.Property.Quotes | undefined;
|
|
1356
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
1283
1357
|
resize?: csstype.Property.Resize | undefined;
|
|
1284
1358
|
right?: csstype.Property.Right<string | number> | undefined;
|
|
1285
1359
|
rotate?: csstype.Property.Rotate | undefined;
|
|
1286
1360
|
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
1287
1361
|
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
1288
1362
|
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
1363
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
1289
1364
|
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
1365
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
1366
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
1290
1367
|
scale?: csstype.Property.Scale | undefined;
|
|
1291
1368
|
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
1369
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
1292
1370
|
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1293
1371
|
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1294
1372
|
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -1320,10 +1398,28 @@ declare function menuItem(theme: Theme): {
|
|
|
1320
1398
|
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
1321
1399
|
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
1322
1400
|
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
1401
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
1402
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
1403
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
1404
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
1405
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
1406
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
1407
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
1408
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
1409
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
1410
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
1411
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
1412
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
1413
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
1323
1414
|
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1324
1415
|
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
1325
1416
|
textAlign?: csstype.Property.TextAlign | undefined;
|
|
1326
1417
|
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1418
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
1419
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
1420
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
1421
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
1422
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
1327
1423
|
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
1328
1424
|
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1329
1425
|
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
@@ -1341,10 +1437,12 @@ declare function menuItem(theme: Theme): {
|
|
|
1341
1437
|
textRendering?: csstype.Property.TextRendering | undefined;
|
|
1342
1438
|
textShadow?: csstype.Property.TextShadow | undefined;
|
|
1343
1439
|
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1440
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
1344
1441
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
1345
1442
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
1346
1443
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
1347
|
-
|
|
1444
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
1445
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
1348
1446
|
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
1349
1447
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
1350
1448
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
@@ -1360,15 +1458,16 @@ declare function menuItem(theme: Theme): {
|
|
|
1360
1458
|
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
1361
1459
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
1362
1460
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
1461
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
1363
1462
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
1364
1463
|
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
1365
1464
|
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
1366
1465
|
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
1466
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
1367
1467
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
1368
1468
|
visibility?: csstype.Property.Visibility | undefined;
|
|
1369
1469
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
1370
1470
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
1371
|
-
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
1372
1471
|
widows?: csstype.Property.Widows | undefined;
|
|
1373
1472
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
1374
1473
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -1376,6 +1475,8 @@ declare function menuItem(theme: Theme): {
|
|
|
1376
1475
|
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
1377
1476
|
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
1378
1477
|
writingMode?: csstype.Property.WritingMode | undefined;
|
|
1478
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
1479
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
1379
1480
|
zIndex?: csstype.Property.ZIndex | undefined;
|
|
1380
1481
|
zoom?: csstype.Property.Zoom | undefined;
|
|
1381
1482
|
all?: csstype.Globals | undefined;
|
|
@@ -1385,14 +1486,20 @@ declare function menuItem(theme: Theme): {
|
|
|
1385
1486
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
1386
1487
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
1387
1488
|
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
1489
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
1388
1490
|
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
1389
1491
|
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
1492
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
1493
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
1390
1494
|
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
1391
1495
|
borderColor?: csstype.Property.BorderColor | undefined;
|
|
1392
1496
|
borderImage?: csstype.Property.BorderImage | undefined;
|
|
1393
1497
|
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
1498
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
1394
1499
|
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
1395
1500
|
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
1501
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
1502
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
1396
1503
|
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
1397
1504
|
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
1398
1505
|
borderStyle?: csstype.Property.BorderStyle | undefined;
|
|
@@ -1432,6 +1539,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1432
1539
|
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
1433
1540
|
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
1434
1541
|
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
1542
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
1435
1543
|
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1436
1544
|
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
1437
1545
|
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -1442,6 +1550,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1442
1550
|
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
1443
1551
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
1444
1552
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1553
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
1445
1554
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1446
1555
|
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
1447
1556
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -1453,6 +1562,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1453
1562
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1454
1563
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1455
1564
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
1565
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1456
1566
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
1457
1567
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
1458
1568
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -1464,8 +1574,6 @@ declare function menuItem(theme: Theme): {
|
|
|
1464
1574
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1465
1575
|
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
1466
1576
|
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1467
|
-
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1468
|
-
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1469
1577
|
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1470
1578
|
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1471
1579
|
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1474,7 +1582,6 @@ declare function menuItem(theme: Theme): {
|
|
|
1474
1582
|
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1475
1583
|
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
1476
1584
|
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
1477
|
-
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
1478
1585
|
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1479
1586
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1480
1587
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
@@ -1485,11 +1592,15 @@ declare function menuItem(theme: Theme): {
|
|
|
1485
1592
|
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1486
1593
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1487
1594
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1595
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1596
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1488
1597
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
1489
1598
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1490
1599
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
1491
1600
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1492
|
-
|
|
1601
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
1602
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1603
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1493
1604
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
1494
1605
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1495
1606
|
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
@@ -1608,6 +1719,8 @@ declare function menuItem(theme: Theme): {
|
|
|
1608
1719
|
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1609
1720
|
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1610
1721
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
1722
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1723
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1611
1724
|
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1612
1725
|
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1613
1726
|
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
@@ -1662,13 +1775,14 @@ declare function menuItem(theme: Theme): {
|
|
|
1662
1775
|
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1663
1776
|
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1664
1777
|
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
1665
|
-
WebkitUserSelect?: csstype.Property.
|
|
1778
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
1666
1779
|
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1667
1780
|
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1668
1781
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1669
1782
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1670
1783
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1671
1784
|
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
1785
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1672
1786
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
1673
1787
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
1674
1788
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -1689,7 +1803,6 @@ declare function menuItem(theme: Theme): {
|
|
|
1689
1803
|
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1690
1804
|
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
1691
1805
|
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1692
|
-
azimuth?: csstype.Property.Azimuth | undefined;
|
|
1693
1806
|
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1694
1807
|
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1695
1808
|
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
@@ -1699,16 +1812,22 @@ declare function menuItem(theme: Theme): {
|
|
|
1699
1812
|
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1700
1813
|
boxPack?: csstype.Property.BoxPack | undefined;
|
|
1701
1814
|
clip?: csstype.Property.Clip | undefined;
|
|
1815
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1702
1816
|
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
1703
1817
|
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
1704
1818
|
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
1705
1819
|
imeMode?: csstype.Property.ImeMode | undefined;
|
|
1820
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
1706
1821
|
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1707
1822
|
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1708
1823
|
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1709
1824
|
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1710
1825
|
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1711
1826
|
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1827
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
1828
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
1829
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
1830
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1712
1831
|
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1713
1832
|
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
1714
1833
|
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
@@ -1726,9 +1845,7 @@ declare function menuItem(theme: Theme): {
|
|
|
1726
1845
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1727
1846
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
1728
1847
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1729
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1730
1848
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1731
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1732
1849
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1733
1850
|
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1734
1851
|
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
@@ -1743,6 +1860,8 @@ declare function menuItem(theme: Theme): {
|
|
|
1743
1860
|
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1744
1861
|
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1745
1862
|
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1863
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1864
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1746
1865
|
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
1747
1866
|
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
1748
1867
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
@@ -1750,20 +1869,15 @@ declare function menuItem(theme: Theme): {
|
|
|
1750
1869
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
1751
1870
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
1752
1871
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
1753
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1754
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1755
1872
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1756
1873
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1757
1874
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1758
1875
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1759
|
-
MozTransform?: csstype.Property.Transform | undefined;
|
|
1760
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1761
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1762
|
-
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1763
1876
|
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1764
1877
|
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1765
1878
|
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1766
1879
|
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1880
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
1767
1881
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
1768
1882
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
1769
1883
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -1796,36 +1910,9 @@ declare function menuItem(theme: Theme): {
|
|
|
1796
1910
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1797
1911
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1798
1912
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1799
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
1800
|
-
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
1801
|
-
clipRule?: csstype.Property.ClipRule | undefined;
|
|
1802
1913
|
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
1803
1914
|
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
1804
|
-
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
1805
|
-
fill?: csstype.Property.Fill | undefined;
|
|
1806
|
-
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
1807
|
-
fillRule?: csstype.Property.FillRule | undefined;
|
|
1808
|
-
floodColor?: csstype.Property.FloodColor | undefined;
|
|
1809
|
-
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
1810
1915
|
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
1811
|
-
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
1812
|
-
marker?: csstype.Property.Marker | undefined;
|
|
1813
|
-
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
1814
|
-
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
1815
|
-
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
1816
|
-
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
1817
|
-
stopColor?: csstype.Property.StopColor | undefined;
|
|
1818
|
-
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
1819
|
-
stroke?: csstype.Property.Stroke | undefined;
|
|
1820
|
-
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
1821
|
-
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
1822
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
1823
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
1824
|
-
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
1825
|
-
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
1826
|
-
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
1827
|
-
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
1828
|
-
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
1829
1916
|
};
|
|
1830
1917
|
|
|
1831
1918
|
declare const stylesMode: {
|