ydb-embedded-ui 8.4.0 → 8.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BasicNodeViewer/BasicNodeViewer.js +4 -1
- package/dist/components/BasicNodeViewer/BasicNodeViewer.js.map +1 -1
- package/dist/components/ConnectToDB/ConnectToDB.scss +13 -0
- package/dist/components/ConnectToDB/ConnectToDBDialog.d.ts +3 -0
- package/dist/components/ConnectToDB/ConnectToDBDialog.js +48 -0
- package/dist/components/ConnectToDB/ConnectToDBDialog.js.map +1 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.d.ts +9 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.js +55 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.js.map +1 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.scss +22 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.d.ts +5 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.js +3 -0
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.js.map +1 -0
- package/dist/components/ConnectToDB/getDocsLink.d.ts +2 -0
- package/dist/components/ConnectToDB/getDocsLink.js +33 -0
- package/dist/components/ConnectToDB/getDocsLink.js.map +1 -0
- package/dist/components/ConnectToDB/i18n/en.json +15 -0
- package/dist/components/ConnectToDB/i18n/index.d.ts +2 -0
- package/dist/components/ConnectToDB/i18n/index.js +5 -0
- package/dist/components/ConnectToDB/i18n/index.js.map +1 -0
- package/dist/components/ConnectToDB/snippets.d.ts +10 -0
- package/dist/components/ConnectToDB/snippets.js +220 -0
- package/dist/components/ConnectToDB/snippets.js.map +1 -0
- package/dist/components/ConnectToDB/types.d.ts +5 -0
- package/dist/components/ConnectToDB/types.js +2 -0
- package/dist/components/ConnectToDB/types.js.map +1 -0
- package/dist/components/EntityStatus/EntityStatus.scss +1 -1
- package/dist/components/MemoryViewer/MemoryViewer.d.ts +1 -1
- package/dist/components/MemoryViewer/MemoryViewer.js +1 -1
- package/dist/components/MemoryViewer/MemoryViewer.js.map +1 -1
- package/dist/components/PDiskPopup/PDiskPopup.d.ts +4 -1
- package/dist/components/PDiskPopup/PDiskPopup.js +10 -7
- package/dist/components/PDiskPopup/PDiskPopup.js.map +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.js +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.js.map +1 -1
- package/dist/components/SplitPane/index.d.ts +1 -1
- package/dist/components/SplitPane/index.js.map +1 -1
- package/dist/components/Stack/Stack.scss +4 -6
- package/dist/components/UptimeViewer/UptimeViewer.js +5 -2
- package/dist/components/UptimeViewer/UptimeViewer.js.map +1 -1
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/VDiskPopup/VDiskPopup.js +4 -4
- package/dist/components/VDiskPopup/VDiskPopup.js.map +1 -1
- package/dist/components/YqlHighlighter/yql.d.ts +328 -172
- package/dist/components/nodesColumns/columns.js +3 -4
- package/dist/components/nodesColumns/columns.js.map +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/App/App.d.ts +3 -3
- package/dist/containers/App/Content.d.ts +2 -2
- package/dist/containers/App/Content.js +3 -1
- package/dist/containers/App/Content.js.map +1 -1
- package/dist/containers/App/Providers.js +1 -1
- package/dist/containers/App/Providers.js.map +1 -1
- package/dist/containers/AsideNavigation/AsideNavigation.js +1 -1
- package/dist/containers/AsideNavigation/AsideNavigation.js.map +1 -1
- package/dist/containers/Cluster/ClusterDashboard/utils.js +1 -1
- package/dist/containers/Cluster/ClusterDashboard/utils.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +2 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/utils/useClusterLinks.d.ts +16 -0
- package/dist/containers/Cluster/ClusterInfo/utils/useClusterLinks.js +67 -0
- package/dist/containers/Cluster/ClusterInfo/utils/useClusterLinks.js.map +1 -0
- package/dist/containers/Cluster/ClusterInfo/utils/utils.d.ts +3 -0
- package/dist/containers/Cluster/ClusterInfo/{utils.js → utils/utils.js} +7 -46
- package/dist/containers/Cluster/ClusterInfo/utils/utils.js.map +1 -0
- package/dist/containers/Cluster/i18n/en.json +1 -0
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Header/Header.js +27 -3
- package/dist/containers/Header/Header.js.map +1 -1
- package/dist/containers/Header/i18n/en.json +2 -1
- package/dist/containers/Header/i18n/index.d.ts +1 -1
- package/dist/containers/Node/NodePages.d.ts +1 -1
- package/dist/containers/Node/NodeStructure/Pdisk.js +11 -3
- package/dist/containers/Node/NodeStructure/Pdisk.js.map +1 -1
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +3 -3
- package/dist/containers/Storage/Disks/Disks.js +6 -5
- package/dist/containers/Storage/Disks/Disks.js.map +1 -1
- package/dist/containers/Storage/Disks/Disks.scss +9 -1
- package/dist/containers/Storage/StorageGroups/columns/StorageGroupsColumns.scss +0 -19
- package/dist/containers/Storage/StorageGroups/columns/columns.js +17 -12
- package/dist/containers/Storage/StorageGroups/columns/columns.js.map +1 -1
- package/dist/containers/Storage/StorageGroups/columns/constants.d.ts +2 -0
- package/dist/containers/Storage/StorageGroups/columns/constants.js +6 -0
- package/dist/containers/Storage/StorageGroups/columns/constants.js.map +1 -1
- package/dist/containers/Storage/VDisks/VDisks.d.ts +9 -0
- package/dist/containers/Storage/VDisks/VDisks.js +13 -0
- package/dist/containers/Storage/VDisks/VDisks.js.map +1 -0
- package/dist/containers/Storage/VDisks/VDisks.scss +24 -0
- package/dist/containers/Storage/utils/index.d.ts +1 -0
- package/dist/containers/Storage/utils/index.js +22 -3
- package/dist/containers/Storage/utils/index.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +2 -2
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +3 -2
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +4 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.d.ts +12 -12
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/columns.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/columns.js.map +1 -1
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +3 -4
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js.map +1 -1
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js +12 -3
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +16 -162
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/YqlEditor.d.ts +10 -0
- package/dist/containers/Tenant/Query/QueryEditor/YqlEditor.js +164 -0
- package/dist/containers/Tenant/Query/QueryEditor/YqlEditor.js.map +1 -0
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +1 -0
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +3 -3
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +7 -3
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryResult/QueryResultViewer.d.ts +2 -1
- package/dist/containers/Tenant/Query/QueryResult/QueryResultViewer.js +15 -4
- package/dist/containers/Tenant/Query/QueryResult/QueryResultViewer.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/QueryInfoDropdown.d.ts +9 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/QueryInfoDropdown.js +25 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/QueryInfoDropdown.js.map +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/QueryInfoDropdown.scss +17 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/shared.d.ts +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/shared.js +3 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/shared.js.map +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/useQueryInfoMenuItems.d.ts +28 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/useQueryInfoMenuItems.js +111 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/useQueryInfoMenuItems.js.map +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/utils.d.ts +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/utils.js +9 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/utils.js.map +1 -0
- package/dist/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.js +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss +3 -0
- package/dist/containers/Tenant/Query/QueryResult/i18n/en.json +7 -3
- package/dist/containers/Tenant/Query/QueryResult/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Query/QuerySettingsDialog/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/i18n/en.json +1 -0
- package/dist/containers/Tenant/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/utils/controls.js +2 -2
- package/dist/containers/Tenant/utils/controls.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaActions.d.ts +2 -0
- package/dist/containers/Tenant/utils/schemaActions.js +31 -18
- package/dist/containers/Tenant/utils/schemaActions.js.map +1 -1
- package/dist/containers/UserSettings/UserSettings.js +4 -2
- package/dist/containers/UserSettings/UserSettings.js.map +1 -1
- package/dist/services/api/base.js +1 -1
- package/dist/services/api/viewer.d.ts +3 -1
- package/dist/services/api/viewer.js +2 -2
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/store/configureStore.d.ts +1 -1
- package/dist/store/reducers/authentication/authentication.d.ts +5 -11
- package/dist/store/reducers/authentication/authentication.js +2 -2
- package/dist/store/reducers/authentication/authentication.js.map +1 -1
- package/dist/store/reducers/capabilities/capabilities.d.ts +237 -45
- package/dist/store/reducers/capabilities/hooks.js +1 -6
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +3 -3
- package/dist/store/reducers/cluster/cluster.js +4 -3
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +630 -36
- package/dist/store/reducers/nodes/utils.d.ts +0 -1
- package/dist/store/reducers/nodes/utils.js +0 -2
- package/dist/store/reducers/nodes/utils.js.map +1 -1
- package/dist/store/reducers/nodesList.d.ts +5 -5
- package/dist/store/reducers/nodesList.js +2 -2
- package/dist/store/reducers/nodesList.js.map +1 -1
- package/dist/store/reducers/query/prepareQueryData.js +1 -1
- package/dist/store/reducers/query/prepareQueryData.js.map +1 -1
- package/dist/store/reducers/tablet.js +4 -4
- package/dist/store/reducers/tablet.js.map +1 -1
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tablets.js +4 -3
- package/dist/store/reducers/tablets.js.map +1 -1
- package/dist/store/reducers/tenants/selectors.d.ts +402 -18
- package/dist/store/reducers/tenants/utils.d.ts +1 -9
- package/dist/store/reducers/tenants/utils.js +5 -34
- package/dist/store/reducers/tenants/utils.js.map +1 -1
- package/dist/store/reducers/topic.d.ts +630 -36
- package/dist/types/api/schema/schema.d.ts +1 -0
- package/dist/types/api/schema/schema.js.map +1 -1
- package/dist/types/api/storage.d.ts +10 -2
- package/dist/types/index.d.ts +8 -1
- package/dist/types/index.js +7 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/store/nodesList.d.ts +4 -1
- package/dist/utils/constants.d.ts +6 -4
- package/dist/utils/constants.js +2 -0
- package/dist/utils/constants.js.map +1 -1
- package/dist/utils/disks/calculatePDiskSeverity.js +1 -1
- package/dist/utils/disks/calculatePDiskSeverity.js.map +1 -1
- package/dist/utils/errors/index.js +3 -0
- package/dist/utils/errors/index.js.map +1 -1
- package/dist/utils/generateEvaluator.d.ts +2 -1
- package/dist/utils/generateEvaluator.js +3 -1
- package/dist/utils/generateEvaluator.js.map +1 -1
- package/dist/utils/hooks/useCancellable.d.ts +3 -0
- package/dist/utils/hooks/useCancellable.js +10 -0
- package/dist/utils/hooks/useCancellable.js.map +1 -0
- package/dist/utils/hooks/useDatabaseFromQuery.d.ts +1 -0
- package/dist/utils/hooks/useDatabaseFromQuery.js +7 -0
- package/dist/utils/hooks/useDatabaseFromQuery.js.map +1 -0
- package/dist/utils/hooks/useLastQueryExecutionSettings.js +1 -1
- package/dist/utils/hooks/useLastQueryExecutionSettings.js.map +1 -1
- package/dist/utils/lazyComponent.js +3 -3
- package/dist/utils/lazyComponent.js.map +1 -1
- package/dist/utils/monaco/highlightErrors.d.ts +1 -0
- package/dist/utils/monaco/highlightErrors.js +43 -0
- package/dist/utils/monaco/highlightErrors.js.map +1 -0
- package/dist/utils/monaco/i18n/en.json +3 -0
- package/dist/utils/monaco/i18n/index.d.ts +2 -0
- package/dist/utils/monaco/i18n/index.js +5 -0
- package/dist/utils/monaco/i18n/index.js.map +1 -0
- package/dist/utils/monaco/yql/constants.js +7 -0
- package/dist/utils/monaco/yql/constants.js.map +1 -1
- package/dist/utils/nodes.d.ts +2 -2
- package/dist/utils/nodes.js +7 -3
- package/dist/utils/nodes.js.map +1 -1
- package/dist/utils/progress.js +2 -1
- package/dist/utils/progress.js.map +1 -1
- package/dist/utils/query.js +7 -0
- package/dist/utils/query.js.map +1 -1
- package/dist/utils/storage.d.ts +0 -1
- package/dist/utils/storage.js +0 -2
- package/dist/utils/storage.js.map +1 -1
- package/dist/utils/utils.js +1 -1
- package/dist/utils/utils.js.map +1 -1
- package/package.json +47 -47
- package/dist/containers/Cluster/ClusterInfo/utils.d.ts +0 -5
- package/dist/containers/Cluster/ClusterInfo/utils.js.map +0 -1
- package/dist/containers/Tenant/Query/QueryResult/components/PlanToSvgButton/PlanToSvgButton.d.ts +0 -7
- package/dist/containers/Tenant/Query/QueryResult/components/PlanToSvgButton/PlanToSvgButton.js +0 -81
- package/dist/containers/Tenant/Query/QueryResult/components/PlanToSvgButton/PlanToSvgButton.js.map +0 -1
- package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +0 -1
- package/dist/store/reducers/tenantOverview/topShards/utils.js +0 -3
- package/dist/store/reducers/tenantOverview/topShards/utils.js.map +0 -1
@@ -7,6 +7,7 @@ export declare const light: {
|
|
7
7
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
8
8
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
9
9
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
10
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
10
11
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
11
12
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
12
13
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -14,6 +15,9 @@ export declare const light: {
|
|
14
15
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
15
16
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
16
17
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
18
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
19
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
20
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
17
21
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
18
22
|
appearance?: import("csstype").Property.Appearance | undefined;
|
19
23
|
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
@@ -85,10 +89,11 @@ export declare const light: {
|
|
85
89
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
86
90
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
87
91
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
92
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
88
93
|
clear?: import("csstype").Property.Clear | undefined;
|
89
94
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
90
95
|
color?: import("csstype").Property.Color | undefined;
|
91
|
-
colorAdjust?: import("csstype").Property.
|
96
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
92
97
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
93
98
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
94
99
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
@@ -99,6 +104,12 @@ export declare const light: {
|
|
99
104
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
100
105
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
101
106
|
contain?: import("csstype").Property.Contain | undefined;
|
107
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
108
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
109
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
110
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
111
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
112
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
102
113
|
content?: import("csstype").Property.Content | undefined;
|
103
114
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
104
115
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
@@ -120,15 +131,22 @@ export declare const light: {
|
|
120
131
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
121
132
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
122
133
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
134
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
123
135
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
124
136
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
125
137
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
126
138
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
127
139
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
128
140
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
141
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
142
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
143
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
144
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
129
145
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
146
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
130
147
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
131
148
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
149
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
132
150
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
133
151
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
134
152
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
@@ -147,17 +165,17 @@ export declare const light: {
|
|
147
165
|
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
148
166
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
149
167
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
168
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
169
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
150
170
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
151
171
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
152
172
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
153
173
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
154
174
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
155
175
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
156
|
-
|
157
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
176
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
158
177
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
159
178
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
160
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
161
179
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
162
180
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
163
181
|
isolation?: import("csstype").Property.Isolation | undefined;
|
@@ -173,16 +191,15 @@ export declare const light: {
|
|
173
191
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
174
192
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
175
193
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
176
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
177
194
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
178
195
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
179
196
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
180
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
181
197
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
182
198
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
183
199
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
184
200
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
185
201
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
202
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
186
203
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
187
204
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
188
205
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
@@ -198,6 +215,9 @@ export declare const light: {
|
|
198
215
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
199
216
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
200
217
|
maskType?: import("csstype").Property.MaskType | undefined;
|
218
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
219
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
220
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
201
221
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
202
222
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
203
223
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
@@ -217,6 +237,7 @@ export declare const light: {
|
|
217
237
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
218
238
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
219
239
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
240
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
220
241
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
221
242
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
222
243
|
opacity?: import("csstype").Property.Opacity | undefined;
|
@@ -234,29 +255,29 @@ export declare const light: {
|
|
234
255
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
235
256
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
236
257
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
258
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
237
259
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
238
260
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
239
261
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
240
262
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
241
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
242
263
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
243
264
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
244
265
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
245
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
246
266
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
247
267
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
248
268
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
249
269
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
250
270
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
271
|
+
page?: import("csstype").Property.Page | undefined;
|
251
272
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
252
273
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
253
274
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
254
275
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
255
276
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
256
277
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
257
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
258
278
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
259
279
|
position?: import("csstype").Property.Position | undefined;
|
280
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
260
281
|
quotes?: import("csstype").Property.Quotes | undefined;
|
261
282
|
resize?: import("csstype").Property.Resize | undefined;
|
262
283
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
@@ -267,36 +288,31 @@ export declare const light: {
|
|
267
288
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
268
289
|
scale?: import("csstype").Property.Scale | undefined;
|
269
290
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
270
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
271
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
272
291
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
273
292
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
274
293
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
275
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
276
294
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
277
295
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
278
296
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
279
297
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
280
298
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
281
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
282
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
283
299
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
284
300
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
285
301
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
286
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
287
302
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
288
303
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
289
304
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
290
305
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
291
306
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
292
307
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
293
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
294
308
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
295
309
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
296
310
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
297
311
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
298
312
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
299
313
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
314
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
315
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
300
316
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
301
317
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
302
318
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
@@ -314,7 +330,6 @@ export declare const light: {
|
|
314
330
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
315
331
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
316
332
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
317
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
318
333
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
319
334
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
320
335
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
@@ -328,12 +343,15 @@ export declare const light: {
|
|
328
343
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
329
344
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
330
345
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
346
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
347
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
331
348
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
332
349
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
333
350
|
transform?: import("csstype").Property.Transform | undefined;
|
334
351
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
335
352
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
336
353
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
354
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
337
355
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
338
356
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
339
357
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
@@ -342,8 +360,14 @@ export declare const light: {
|
|
342
360
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
343
361
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
344
362
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
363
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
364
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
365
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
366
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
345
367
|
visibility?: import("csstype").Property.Visibility | undefined;
|
346
368
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
369
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
370
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
347
371
|
widows?: import("csstype").Property.Widows | undefined;
|
348
372
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
349
373
|
willChange?: import("csstype").Property.WillChange | undefined;
|
@@ -355,6 +379,7 @@ export declare const light: {
|
|
355
379
|
zoom?: import("csstype").Property.Zoom | undefined;
|
356
380
|
all?: import("csstype").Property.All | undefined;
|
357
381
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
382
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
358
383
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
359
384
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
360
385
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
@@ -372,8 +397,11 @@ export declare const light: {
|
|
372
397
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
373
398
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
374
399
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
400
|
+
caret?: import("csstype").Property.Caret | undefined;
|
375
401
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
376
402
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
403
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
404
|
+
container?: import("csstype").Property.Container | undefined;
|
377
405
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
378
406
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
379
407
|
font?: import("csstype").Property.Font | undefined;
|
@@ -383,8 +411,13 @@ export declare const light: {
|
|
383
411
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
384
412
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
385
413
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
414
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
415
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
416
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
386
417
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
387
418
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
419
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
420
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
388
421
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
389
422
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
390
423
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
@@ -393,11 +426,23 @@ export declare const light: {
|
|
393
426
|
overflow?: import("csstype").Property.Overflow | undefined;
|
394
427
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
395
428
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
429
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
430
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
431
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
396
432
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
397
433
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
434
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
435
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
436
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
437
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
438
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
439
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
440
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
441
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
398
442
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
399
443
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
400
444
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
445
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
401
446
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
402
447
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
403
448
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -407,7 +452,7 @@ export declare const light: {
|
|
407
452
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
408
453
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
409
454
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
410
|
-
|
455
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
411
456
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
412
457
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
413
458
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
@@ -420,7 +465,6 @@ export declare const light: {
|
|
420
465
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
421
466
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
422
467
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
423
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
424
468
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
425
469
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
426
470
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -434,27 +478,22 @@ export declare const light: {
|
|
434
478
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
435
479
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
436
480
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
481
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
482
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
483
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
484
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
437
485
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
438
486
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
439
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
440
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
441
487
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
442
488
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
443
489
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
444
490
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
445
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
446
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
447
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
448
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
449
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
450
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
451
491
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
452
492
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
453
493
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
454
494
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
455
495
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
456
496
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
457
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
458
497
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
459
498
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
460
499
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
@@ -475,7 +514,6 @@ export declare const light: {
|
|
475
514
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
476
515
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
477
516
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
478
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
479
517
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
480
518
|
msOrder?: import("csstype").Property.Order | undefined;
|
481
519
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
@@ -498,6 +536,7 @@ export declare const light: {
|
|
498
536
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
499
537
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
500
538
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
539
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
501
540
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
502
541
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
503
542
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
@@ -547,7 +586,6 @@ export declare const light: {
|
|
547
586
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
548
587
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
549
588
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
550
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
551
589
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
552
590
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
553
591
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -563,6 +601,7 @@ export declare const light: {
|
|
563
601
|
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
564
602
|
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
565
603
|
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
604
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
566
605
|
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
567
606
|
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
568
607
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
@@ -594,7 +633,7 @@ export declare const light: {
|
|
594
633
|
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
595
634
|
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
596
635
|
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
597
|
-
WebkitPrintColorAdjust?: import("csstype").Property.
|
636
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
598
637
|
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
599
638
|
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
600
639
|
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
@@ -628,7 +667,7 @@ export declare const light: {
|
|
628
667
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
629
668
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
630
669
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
631
|
-
|
670
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
632
671
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
633
672
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
634
673
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
@@ -659,7 +698,6 @@ export declare const light: {
|
|
659
698
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
660
699
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
661
700
|
clip?: import("csstype").Property.Clip | undefined;
|
662
|
-
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
663
701
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
664
702
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
665
703
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
@@ -676,7 +714,6 @@ export declare const light: {
|
|
676
714
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
677
715
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
678
716
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
679
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
680
717
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
681
718
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
682
719
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
@@ -688,11 +725,11 @@ export declare const light: {
|
|
688
725
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
689
726
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
690
727
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
728
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
691
729
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
692
730
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
693
731
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
694
732
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
695
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
696
733
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
697
734
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
698
735
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
@@ -710,20 +747,24 @@ export declare const light: {
|
|
710
747
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
711
748
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
712
749
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
713
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
714
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
715
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
716
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
717
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
718
750
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
719
751
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
752
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
753
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
720
754
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
721
755
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
722
756
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
723
757
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
758
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
759
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
760
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
761
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
762
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
763
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
764
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
765
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
724
766
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
725
767
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
726
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
727
768
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
728
769
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
729
770
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
@@ -754,8 +795,6 @@ export declare const light: {
|
|
754
795
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
755
796
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
756
797
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
757
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
758
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
759
798
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
760
799
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
761
800
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
@@ -796,6 +835,7 @@ export declare const light: {
|
|
796
835
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
797
836
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
798
837
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
838
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
799
839
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
800
840
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
801
841
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -803,6 +843,9 @@ export declare const light: {
|
|
803
843
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
804
844
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
805
845
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
846
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
847
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
848
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
806
849
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
807
850
|
appearance?: import("csstype").Property.Appearance | undefined;
|
808
851
|
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
@@ -874,9 +917,10 @@ export declare const light: {
|
|
874
917
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
875
918
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
876
919
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
920
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
877
921
|
clear?: import("csstype").Property.Clear | undefined;
|
878
922
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
879
|
-
colorAdjust?: import("csstype").Property.
|
923
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
880
924
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
881
925
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
882
926
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
@@ -887,6 +931,12 @@ export declare const light: {
|
|
887
931
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
888
932
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
889
933
|
contain?: import("csstype").Property.Contain | undefined;
|
934
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
935
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
936
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
937
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
938
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
939
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
890
940
|
content?: import("csstype").Property.Content | undefined;
|
891
941
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
892
942
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
@@ -908,15 +958,22 @@ export declare const light: {
|
|
908
958
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
909
959
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
910
960
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
961
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
911
962
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
912
963
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
913
964
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
914
965
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
915
966
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
916
967
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
968
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
969
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
970
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
971
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
917
972
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
973
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
918
974
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
919
975
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
976
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
920
977
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
921
978
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
922
979
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
@@ -935,17 +992,17 @@ export declare const light: {
|
|
935
992
|
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
936
993
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
937
994
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
995
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
996
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
938
997
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
939
998
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
940
999
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
941
1000
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
942
1001
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
943
1002
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
944
|
-
|
945
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
1003
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
946
1004
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
947
1005
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
948
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
949
1006
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
950
1007
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
951
1008
|
isolation?: import("csstype").Property.Isolation | undefined;
|
@@ -961,16 +1018,15 @@ export declare const light: {
|
|
961
1018
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
962
1019
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
963
1020
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
964
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
965
1021
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
966
1022
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
967
1023
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
968
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
969
1024
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
970
1025
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
971
1026
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
972
1027
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
973
1028
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
1029
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
974
1030
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
975
1031
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
976
1032
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
@@ -986,6 +1042,9 @@ export declare const light: {
|
|
986
1042
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
987
1043
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
988
1044
|
maskType?: import("csstype").Property.MaskType | undefined;
|
1045
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
1046
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
1047
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
989
1048
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
990
1049
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
991
1050
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
@@ -1005,6 +1064,7 @@ export declare const light: {
|
|
1005
1064
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
1006
1065
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
1007
1066
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
1067
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
1008
1068
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
1009
1069
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
1010
1070
|
opacity?: import("csstype").Property.Opacity | undefined;
|
@@ -1022,29 +1082,29 @@ export declare const light: {
|
|
1022
1082
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
1023
1083
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
1024
1084
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
1085
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
1025
1086
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
1026
1087
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
1027
1088
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
1028
1089
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
1029
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
1030
1090
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
1031
1091
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
1032
1092
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
1033
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
1034
1093
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
1035
1094
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
1036
1095
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
1037
1096
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
1038
1097
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
1098
|
+
page?: import("csstype").Property.Page | undefined;
|
1039
1099
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
1040
1100
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
1041
1101
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
1042
1102
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
1043
1103
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
1044
1104
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
1045
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
1046
1105
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
1047
1106
|
position?: import("csstype").Property.Position | undefined;
|
1107
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
1048
1108
|
quotes?: import("csstype").Property.Quotes | undefined;
|
1049
1109
|
resize?: import("csstype").Property.Resize | undefined;
|
1050
1110
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
@@ -1055,36 +1115,31 @@ export declare const light: {
|
|
1055
1115
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
1056
1116
|
scale?: import("csstype").Property.Scale | undefined;
|
1057
1117
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
1058
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1059
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
1060
1118
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
1061
1119
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
1062
1120
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
1063
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
1064
1121
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
1065
1122
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
1066
1123
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
1067
1124
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
1068
1125
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
1069
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
1070
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
1071
1126
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
1072
1127
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
1073
1128
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
1074
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
1075
1129
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
1076
1130
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
1077
1131
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
1078
1132
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
1079
1133
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
1080
1134
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
1081
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1082
1135
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
1083
1136
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
1084
1137
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
1085
1138
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
1086
1139
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
1087
1140
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
1141
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
1142
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
1088
1143
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
1089
1144
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
1090
1145
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
@@ -1102,7 +1157,6 @@ export declare const light: {
|
|
1102
1157
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
1103
1158
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
1104
1159
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
1105
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
1106
1160
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
1107
1161
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
1108
1162
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
@@ -1116,12 +1170,15 @@ export declare const light: {
|
|
1116
1170
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
1117
1171
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
1118
1172
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
1173
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
1174
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
1119
1175
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
1120
1176
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
1121
1177
|
transform?: import("csstype").Property.Transform | undefined;
|
1122
1178
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
1123
1179
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
1124
1180
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
1181
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
1125
1182
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
1126
1183
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
1127
1184
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
@@ -1130,7 +1187,13 @@ export declare const light: {
|
|
1130
1187
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
1131
1188
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
1132
1189
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
1190
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
1191
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
1192
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
1193
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
1133
1194
|
visibility?: import("csstype").Property.Visibility | undefined;
|
1195
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
1196
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
1134
1197
|
widows?: import("csstype").Property.Widows | undefined;
|
1135
1198
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
1136
1199
|
willChange?: import("csstype").Property.WillChange | undefined;
|
@@ -1142,6 +1205,7 @@ export declare const light: {
|
|
1142
1205
|
zoom?: import("csstype").Property.Zoom | undefined;
|
1143
1206
|
all?: import("csstype").Property.All | undefined;
|
1144
1207
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
1208
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
1145
1209
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
1146
1210
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
1147
1211
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
@@ -1159,8 +1223,11 @@ export declare const light: {
|
|
1159
1223
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
1160
1224
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
1161
1225
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
1226
|
+
caret?: import("csstype").Property.Caret | undefined;
|
1162
1227
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
1163
1228
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
1229
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
1230
|
+
container?: import("csstype").Property.Container | undefined;
|
1164
1231
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
1165
1232
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
1166
1233
|
font?: import("csstype").Property.Font | undefined;
|
@@ -1170,9 +1237,14 @@ export declare const light: {
|
|
1170
1237
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
1171
1238
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
1172
1239
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
1240
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
1241
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
1242
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
1173
1243
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
1174
1244
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
1175
1245
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
1246
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
1247
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
1176
1248
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
1177
1249
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
1178
1250
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
@@ -1181,11 +1253,23 @@ export declare const light: {
|
|
1181
1253
|
overflow?: import("csstype").Property.Overflow | undefined;
|
1182
1254
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
1183
1255
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
1256
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
1257
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
1258
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
1184
1259
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
1185
1260
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
1261
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1262
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
1263
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
1264
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
1265
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
1266
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
1267
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1268
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
1186
1269
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
1187
1270
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
1188
1271
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
1272
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
1189
1273
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
1190
1274
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
1191
1275
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -1195,7 +1279,7 @@ export declare const light: {
|
|
1195
1279
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
1196
1280
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
1197
1281
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
1198
|
-
|
1282
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
1199
1283
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
1200
1284
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
1201
1285
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
@@ -1208,7 +1292,6 @@ export declare const light: {
|
|
1208
1292
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
1209
1293
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
1210
1294
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
1211
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
1212
1295
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
1213
1296
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
1214
1297
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -1222,27 +1305,22 @@ export declare const light: {
|
|
1222
1305
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
1223
1306
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
1224
1307
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
1308
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
1309
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
1310
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
1311
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
1225
1312
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
1226
1313
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
1227
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
1228
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
1229
1314
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
1230
1315
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
1231
1316
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
1232
1317
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
1233
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
1234
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
1235
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
1236
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
1237
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
1238
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
1239
1318
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
1240
1319
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
1241
1320
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
1242
1321
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
1243
1322
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
1244
1323
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
1245
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
1246
1324
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
1247
1325
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
1248
1326
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
@@ -1263,7 +1341,6 @@ export declare const light: {
|
|
1263
1341
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
1264
1342
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
1265
1343
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
1266
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
1267
1344
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
1268
1345
|
msOrder?: import("csstype").Property.Order | undefined;
|
1269
1346
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
@@ -1286,6 +1363,7 @@ export declare const light: {
|
|
1286
1363
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
1287
1364
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
1288
1365
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
1366
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
1289
1367
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
1290
1368
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
1291
1369
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
@@ -1335,7 +1413,6 @@ export declare const light: {
|
|
1335
1413
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
1336
1414
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
1337
1415
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
1338
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
1339
1416
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
1340
1417
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
1341
1418
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -1351,6 +1428,7 @@ export declare const light: {
|
|
1351
1428
|
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
1352
1429
|
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
1353
1430
|
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
1431
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
1354
1432
|
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
1355
1433
|
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
1356
1434
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
@@ -1382,7 +1460,7 @@ export declare const light: {
|
|
1382
1460
|
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
1383
1461
|
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
1384
1462
|
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
1385
|
-
WebkitPrintColorAdjust?: import("csstype").Property.
|
1463
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
1386
1464
|
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
1387
1465
|
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
1388
1466
|
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
@@ -1416,7 +1494,7 @@ export declare const light: {
|
|
1416
1494
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
1417
1495
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
1418
1496
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
1419
|
-
|
1497
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
1420
1498
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
1421
1499
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
1422
1500
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
@@ -1447,7 +1525,6 @@ export declare const light: {
|
|
1447
1525
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
1448
1526
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
1449
1527
|
clip?: import("csstype").Property.Clip | undefined;
|
1450
|
-
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
1451
1528
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
1452
1529
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
1453
1530
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
@@ -1464,7 +1541,6 @@ export declare const light: {
|
|
1464
1541
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
1465
1542
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
1466
1543
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
1467
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
1468
1544
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
1469
1545
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
1470
1546
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
@@ -1476,11 +1552,11 @@ export declare const light: {
|
|
1476
1552
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
1477
1553
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
1478
1554
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
1555
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
1479
1556
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
1480
1557
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
1481
1558
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
1482
1559
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
1483
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
1484
1560
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
1485
1561
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
1486
1562
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
@@ -1498,20 +1574,24 @@ export declare const light: {
|
|
1498
1574
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
1499
1575
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
1500
1576
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
1501
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
1502
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
1503
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
1504
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
1505
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
1506
1577
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
1507
1578
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
1579
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
1580
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
1508
1581
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
1509
1582
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
1510
1583
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
1511
1584
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
1585
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
1586
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
1587
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
1588
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
1589
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
1590
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
1591
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
1592
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
1512
1593
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
1513
1594
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
1514
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
1515
1595
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
1516
1596
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
1517
1597
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
@@ -1542,8 +1622,6 @@ export declare const light: {
|
|
1542
1622
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
1543
1623
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
1544
1624
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
1545
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
1546
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
1547
1625
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
1548
1626
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
1549
1627
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
@@ -1612,6 +1690,7 @@ export declare const dark: {
|
|
1612
1690
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
1613
1691
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
1614
1692
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
1693
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
1615
1694
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
1616
1695
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
1617
1696
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -1619,6 +1698,9 @@ export declare const dark: {
|
|
1619
1698
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
1620
1699
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
1621
1700
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
1701
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
1702
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
1703
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
1622
1704
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
1623
1705
|
appearance?: import("csstype").Property.Appearance | undefined;
|
1624
1706
|
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
@@ -1690,10 +1772,11 @@ export declare const dark: {
|
|
1690
1772
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
1691
1773
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
1692
1774
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
1775
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
1693
1776
|
clear?: import("csstype").Property.Clear | undefined;
|
1694
1777
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
1695
1778
|
color?: import("csstype").Property.Color | undefined;
|
1696
|
-
colorAdjust?: import("csstype").Property.
|
1779
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
1697
1780
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
1698
1781
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
1699
1782
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
@@ -1704,6 +1787,12 @@ export declare const dark: {
|
|
1704
1787
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
1705
1788
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
1706
1789
|
contain?: import("csstype").Property.Contain | undefined;
|
1790
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
1791
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
1792
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
1793
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
1794
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
1795
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
1707
1796
|
content?: import("csstype").Property.Content | undefined;
|
1708
1797
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
1709
1798
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
@@ -1725,15 +1814,22 @@ export declare const dark: {
|
|
1725
1814
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
1726
1815
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
1727
1816
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
1817
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
1728
1818
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
1729
1819
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
1730
1820
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
1731
1821
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
1732
1822
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
1733
1823
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
1824
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
1825
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
1826
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
1827
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
1734
1828
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
1829
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
1735
1830
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
1736
1831
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
1832
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
1737
1833
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
1738
1834
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
1739
1835
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
@@ -1752,17 +1848,17 @@ export declare const dark: {
|
|
1752
1848
|
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
1753
1849
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
1754
1850
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
1851
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
1852
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
1755
1853
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
1756
1854
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
1757
1855
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
1758
1856
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
1759
1857
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
1760
1858
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
1761
|
-
|
1762
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
1859
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
1763
1860
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
1764
1861
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
1765
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
1766
1862
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
1767
1863
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
1768
1864
|
isolation?: import("csstype").Property.Isolation | undefined;
|
@@ -1778,16 +1874,15 @@ export declare const dark: {
|
|
1778
1874
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
1779
1875
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
1780
1876
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
1781
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
1782
1877
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
1783
1878
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
1784
1879
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
1785
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
1786
1880
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
1787
1881
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
1788
1882
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
1789
1883
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
1790
1884
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
1885
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
1791
1886
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
1792
1887
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
1793
1888
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
@@ -1803,6 +1898,9 @@ export declare const dark: {
|
|
1803
1898
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
1804
1899
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
1805
1900
|
maskType?: import("csstype").Property.MaskType | undefined;
|
1901
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
1902
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
1903
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
1806
1904
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
1807
1905
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
1808
1906
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
@@ -1822,6 +1920,7 @@ export declare const dark: {
|
|
1822
1920
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
1823
1921
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
1824
1922
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
1923
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
1825
1924
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
1826
1925
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
1827
1926
|
opacity?: import("csstype").Property.Opacity | undefined;
|
@@ -1839,29 +1938,29 @@ export declare const dark: {
|
|
1839
1938
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
1840
1939
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
1841
1940
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
1941
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
1842
1942
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
1843
1943
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
1844
1944
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
1845
1945
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
1846
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
1847
1946
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
1848
1947
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
1849
1948
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
1850
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
1851
1949
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
1852
1950
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
1853
1951
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
1854
1952
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
1855
1953
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
1954
|
+
page?: import("csstype").Property.Page | undefined;
|
1856
1955
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
1857
1956
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
1858
1957
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
1859
1958
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
1860
1959
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
1861
1960
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
1862
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
1863
1961
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
1864
1962
|
position?: import("csstype").Property.Position | undefined;
|
1963
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
1865
1964
|
quotes?: import("csstype").Property.Quotes | undefined;
|
1866
1965
|
resize?: import("csstype").Property.Resize | undefined;
|
1867
1966
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
@@ -1872,36 +1971,31 @@ export declare const dark: {
|
|
1872
1971
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
1873
1972
|
scale?: import("csstype").Property.Scale | undefined;
|
1874
1973
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
1875
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1876
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
1877
1974
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
1878
1975
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
1879
1976
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
1880
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
1881
1977
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
1882
1978
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
1883
1979
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
1884
1980
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
1885
1981
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
1886
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
1887
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
1888
1982
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
1889
1983
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
1890
1984
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
1891
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
1892
1985
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
1893
1986
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
1894
1987
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
1895
1988
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
1896
1989
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
1897
1990
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
1898
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
1899
1991
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
1900
1992
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
1901
1993
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
1902
1994
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
1903
1995
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
1904
1996
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
1997
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
1998
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
1905
1999
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
1906
2000
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
1907
2001
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
@@ -1919,7 +2013,6 @@ export declare const dark: {
|
|
1919
2013
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
1920
2014
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
1921
2015
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
1922
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
1923
2016
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
1924
2017
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
1925
2018
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
@@ -1933,12 +2026,15 @@ export declare const dark: {
|
|
1933
2026
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
1934
2027
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
1935
2028
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
2029
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
2030
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
1936
2031
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
1937
2032
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
1938
2033
|
transform?: import("csstype").Property.Transform | undefined;
|
1939
2034
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
1940
2035
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
1941
2036
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
2037
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
1942
2038
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
1943
2039
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
1944
2040
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
@@ -1947,8 +2043,14 @@ export declare const dark: {
|
|
1947
2043
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
1948
2044
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
1949
2045
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
2046
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
2047
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
2048
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
2049
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
1950
2050
|
visibility?: import("csstype").Property.Visibility | undefined;
|
1951
2051
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
2052
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
2053
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
1952
2054
|
widows?: import("csstype").Property.Widows | undefined;
|
1953
2055
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
1954
2056
|
willChange?: import("csstype").Property.WillChange | undefined;
|
@@ -1960,6 +2062,7 @@ export declare const dark: {
|
|
1960
2062
|
zoom?: import("csstype").Property.Zoom | undefined;
|
1961
2063
|
all?: import("csstype").Property.All | undefined;
|
1962
2064
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
2065
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
1963
2066
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
1964
2067
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
1965
2068
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
@@ -1977,8 +2080,11 @@ export declare const dark: {
|
|
1977
2080
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
1978
2081
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
1979
2082
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
2083
|
+
caret?: import("csstype").Property.Caret | undefined;
|
1980
2084
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
1981
2085
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
2086
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
2087
|
+
container?: import("csstype").Property.Container | undefined;
|
1982
2088
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
1983
2089
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
1984
2090
|
font?: import("csstype").Property.Font | undefined;
|
@@ -1988,8 +2094,13 @@ export declare const dark: {
|
|
1988
2094
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
1989
2095
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
1990
2096
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
2097
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
2098
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
2099
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
1991
2100
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
1992
2101
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
2102
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
2103
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
1993
2104
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
1994
2105
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
1995
2106
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
@@ -1998,11 +2109,23 @@ export declare const dark: {
|
|
1998
2109
|
overflow?: import("csstype").Property.Overflow | undefined;
|
1999
2110
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
2000
2111
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
2112
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
2113
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
2114
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
2001
2115
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
2002
2116
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
2117
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2118
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
2119
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
2120
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
2121
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
2122
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
2123
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2124
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
2003
2125
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
2004
2126
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
2005
2127
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
2128
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
2006
2129
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
2007
2130
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
2008
2131
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -2012,7 +2135,7 @@ export declare const dark: {
|
|
2012
2135
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
2013
2136
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
2014
2137
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
2015
|
-
|
2138
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
2016
2139
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
2017
2140
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
2018
2141
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
@@ -2025,7 +2148,6 @@ export declare const dark: {
|
|
2025
2148
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
2026
2149
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
2027
2150
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
2028
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
2029
2151
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
2030
2152
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
2031
2153
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -2039,27 +2161,22 @@ export declare const dark: {
|
|
2039
2161
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
2040
2162
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
2041
2163
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
2164
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
2165
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
2166
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
2167
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
2042
2168
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
2043
2169
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
2044
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2045
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2046
2170
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
2047
2171
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
2048
2172
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
2049
2173
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
2050
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
2051
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
2052
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
2053
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
2054
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
2055
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
2056
2174
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
2057
2175
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
2058
2176
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
2059
2177
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
2060
2178
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
2061
2179
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
2062
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
2063
2180
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
2064
2181
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
2065
2182
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
@@ -2080,7 +2197,6 @@ export declare const dark: {
|
|
2080
2197
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
2081
2198
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
2082
2199
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
2083
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
2084
2200
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
2085
2201
|
msOrder?: import("csstype").Property.Order | undefined;
|
2086
2202
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
@@ -2103,6 +2219,7 @@ export declare const dark: {
|
|
2103
2219
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
2104
2220
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
2105
2221
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
2222
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
2106
2223
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
2107
2224
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
2108
2225
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
@@ -2152,7 +2269,6 @@ export declare const dark: {
|
|
2152
2269
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
2153
2270
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
2154
2271
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
2155
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
2156
2272
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
2157
2273
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
2158
2274
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -2168,6 +2284,7 @@ export declare const dark: {
|
|
2168
2284
|
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
2169
2285
|
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
2170
2286
|
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
2287
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
2171
2288
|
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
2172
2289
|
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
2173
2290
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
@@ -2199,7 +2316,7 @@ export declare const dark: {
|
|
2199
2316
|
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
2200
2317
|
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2201
2318
|
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2202
|
-
WebkitPrintColorAdjust?: import("csstype").Property.
|
2319
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
2203
2320
|
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
2204
2321
|
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
2205
2322
|
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
@@ -2233,7 +2350,7 @@ export declare const dark: {
|
|
2233
2350
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
2234
2351
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
2235
2352
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
2236
|
-
|
2353
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
2237
2354
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
2238
2355
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
2239
2356
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
@@ -2264,7 +2381,6 @@ export declare const dark: {
|
|
2264
2381
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
2265
2382
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
2266
2383
|
clip?: import("csstype").Property.Clip | undefined;
|
2267
|
-
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
2268
2384
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
2269
2385
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
2270
2386
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
@@ -2281,7 +2397,6 @@ export declare const dark: {
|
|
2281
2397
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
2282
2398
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
2283
2399
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
2284
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
2285
2400
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
2286
2401
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
2287
2402
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
@@ -2293,11 +2408,11 @@ export declare const dark: {
|
|
2293
2408
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
2294
2409
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
2295
2410
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
2411
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
2296
2412
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
2297
2413
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
2298
2414
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
2299
2415
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
2300
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
2301
2416
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
2302
2417
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
2303
2418
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
@@ -2315,20 +2430,24 @@ export declare const dark: {
|
|
2315
2430
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
2316
2431
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
2317
2432
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
2318
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
2319
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
2320
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
2321
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
2322
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
2323
2433
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
2324
2434
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
2435
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2436
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2325
2437
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
2326
2438
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
2327
2439
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
2328
2440
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
2441
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
2442
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
2443
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
2444
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
2445
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
2446
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
2447
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
2448
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
2329
2449
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
2330
2450
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
2331
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
2332
2451
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
2333
2452
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
2334
2453
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
@@ -2359,8 +2478,6 @@ export declare const dark: {
|
|
2359
2478
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
2360
2479
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
2361
2480
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
2362
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
2363
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
2364
2481
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
2365
2482
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
2366
2483
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
@@ -2401,6 +2518,7 @@ export declare const dark: {
|
|
2401
2518
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
2402
2519
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
2403
2520
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
2521
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
2404
2522
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
2405
2523
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
2406
2524
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -2408,6 +2526,9 @@ export declare const dark: {
|
|
2408
2526
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
2409
2527
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
2410
2528
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
2529
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
2530
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
2531
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
2411
2532
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
2412
2533
|
appearance?: import("csstype").Property.Appearance | undefined;
|
2413
2534
|
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
@@ -2479,9 +2600,10 @@ export declare const dark: {
|
|
2479
2600
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
2480
2601
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
2481
2602
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
2603
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
2482
2604
|
clear?: import("csstype").Property.Clear | undefined;
|
2483
2605
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
2484
|
-
colorAdjust?: import("csstype").Property.
|
2606
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
2485
2607
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
2486
2608
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
2487
2609
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
@@ -2492,6 +2614,12 @@ export declare const dark: {
|
|
2492
2614
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
2493
2615
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
2494
2616
|
contain?: import("csstype").Property.Contain | undefined;
|
2617
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
2618
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
2619
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
2620
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
2621
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
2622
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
2495
2623
|
content?: import("csstype").Property.Content | undefined;
|
2496
2624
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
2497
2625
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
@@ -2513,15 +2641,22 @@ export declare const dark: {
|
|
2513
2641
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
2514
2642
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
2515
2643
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
2644
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
2516
2645
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
2517
2646
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
2518
2647
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
2519
2648
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
2520
2649
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
2521
2650
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
2651
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
2652
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
2653
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
2654
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
2522
2655
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
2656
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
2523
2657
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
2524
2658
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
2659
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
2525
2660
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
2526
2661
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
2527
2662
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
@@ -2540,17 +2675,17 @@ export declare const dark: {
|
|
2540
2675
|
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
2541
2676
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
2542
2677
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
2678
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
2679
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
2543
2680
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
2544
2681
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
2545
2682
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
2546
2683
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
2547
2684
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
2548
2685
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
2549
|
-
|
2550
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
2686
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
2551
2687
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
2552
2688
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
2553
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
2554
2689
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
2555
2690
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
2556
2691
|
isolation?: import("csstype").Property.Isolation | undefined;
|
@@ -2566,16 +2701,15 @@ export declare const dark: {
|
|
2566
2701
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
2567
2702
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
2568
2703
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
2569
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
2570
2704
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
2571
2705
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
2572
2706
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
2573
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
2574
2707
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
2575
2708
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
2576
2709
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
2577
2710
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
2578
2711
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
2712
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
2579
2713
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
2580
2714
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
2581
2715
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
@@ -2591,6 +2725,9 @@ export declare const dark: {
|
|
2591
2725
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
2592
2726
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
2593
2727
|
maskType?: import("csstype").Property.MaskType | undefined;
|
2728
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
2729
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
2730
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
2594
2731
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
2595
2732
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
2596
2733
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
@@ -2610,6 +2747,7 @@ export declare const dark: {
|
|
2610
2747
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
2611
2748
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
2612
2749
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
2750
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
2613
2751
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
2614
2752
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
2615
2753
|
opacity?: import("csstype").Property.Opacity | undefined;
|
@@ -2627,29 +2765,29 @@ export declare const dark: {
|
|
2627
2765
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
2628
2766
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
2629
2767
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
2768
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
2630
2769
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
2631
2770
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
2632
2771
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
2633
2772
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
2634
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
2635
2773
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
2636
2774
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
2637
2775
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
2638
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
2639
2776
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
2640
2777
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
2641
2778
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
2642
2779
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
2643
2780
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
2781
|
+
page?: import("csstype").Property.Page | undefined;
|
2644
2782
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
2645
2783
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
2646
2784
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
2647
2785
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
2648
2786
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2649
2787
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2650
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
2651
2788
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
2652
2789
|
position?: import("csstype").Property.Position | undefined;
|
2790
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
2653
2791
|
quotes?: import("csstype").Property.Quotes | undefined;
|
2654
2792
|
resize?: import("csstype").Property.Resize | undefined;
|
2655
2793
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
@@ -2660,36 +2798,31 @@ export declare const dark: {
|
|
2660
2798
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
2661
2799
|
scale?: import("csstype").Property.Scale | undefined;
|
2662
2800
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
2663
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2664
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
2665
2801
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
2666
2802
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
2667
2803
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
2668
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
2669
2804
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
2670
2805
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
2671
2806
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
2672
2807
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
2673
2808
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
2674
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
2675
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
2676
2809
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
2677
2810
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
2678
2811
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
2679
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
2680
2812
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
2681
2813
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
2682
2814
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
2683
2815
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
2684
2816
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
2685
2817
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
2686
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2687
2818
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
2688
2819
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
2689
2820
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
2690
2821
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
2691
2822
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
2692
2823
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
2824
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
2825
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
2693
2826
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
2694
2827
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
2695
2828
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
@@ -2707,7 +2840,6 @@ export declare const dark: {
|
|
2707
2840
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
2708
2841
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
2709
2842
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
2710
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
2711
2843
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
2712
2844
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
2713
2845
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
@@ -2721,12 +2853,15 @@ export declare const dark: {
|
|
2721
2853
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
2722
2854
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
2723
2855
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
2856
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
2857
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
2724
2858
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
2725
2859
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
2726
2860
|
transform?: import("csstype").Property.Transform | undefined;
|
2727
2861
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
2728
2862
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
2729
2863
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
2864
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
2730
2865
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
2731
2866
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
2732
2867
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
@@ -2735,7 +2870,13 @@ export declare const dark: {
|
|
2735
2870
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
2736
2871
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
2737
2872
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
2873
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
2874
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
2875
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
2876
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
2738
2877
|
visibility?: import("csstype").Property.Visibility | undefined;
|
2878
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
2879
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
2739
2880
|
widows?: import("csstype").Property.Widows | undefined;
|
2740
2881
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
2741
2882
|
willChange?: import("csstype").Property.WillChange | undefined;
|
@@ -2747,6 +2888,7 @@ export declare const dark: {
|
|
2747
2888
|
zoom?: import("csstype").Property.Zoom | undefined;
|
2748
2889
|
all?: import("csstype").Property.All | undefined;
|
2749
2890
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
2891
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
2750
2892
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
2751
2893
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
2752
2894
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
@@ -2764,8 +2906,11 @@ export declare const dark: {
|
|
2764
2906
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
2765
2907
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
2766
2908
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
2909
|
+
caret?: import("csstype").Property.Caret | undefined;
|
2767
2910
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
2768
2911
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
2912
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
2913
|
+
container?: import("csstype").Property.Container | undefined;
|
2769
2914
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
2770
2915
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
2771
2916
|
font?: import("csstype").Property.Font | undefined;
|
@@ -2775,9 +2920,14 @@ export declare const dark: {
|
|
2775
2920
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
2776
2921
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
2777
2922
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
2923
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
2924
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
2925
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
2778
2926
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
2779
2927
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
2780
2928
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
2929
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
2930
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
2781
2931
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
2782
2932
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
2783
2933
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
@@ -2786,11 +2936,23 @@ export declare const dark: {
|
|
2786
2936
|
overflow?: import("csstype").Property.Overflow | undefined;
|
2787
2937
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
2788
2938
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
2939
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
2940
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
2941
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
2789
2942
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
2790
2943
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
2944
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2945
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
2946
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
2947
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
2948
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
2949
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
2950
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
2951
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
2791
2952
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
2792
2953
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
2793
2954
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
2955
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
2794
2956
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
2795
2957
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
2796
2958
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
@@ -2800,7 +2962,7 @@ export declare const dark: {
|
|
2800
2962
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
2801
2963
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
2802
2964
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
2803
|
-
|
2965
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
2804
2966
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
2805
2967
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
2806
2968
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
@@ -2813,7 +2975,6 @@ export declare const dark: {
|
|
2813
2975
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
2814
2976
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
2815
2977
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
2816
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
2817
2978
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
2818
2979
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
2819
2980
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -2827,27 +2988,22 @@ export declare const dark: {
|
|
2827
2988
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
2828
2989
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
2829
2990
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
2991
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
2992
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
2993
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
2994
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
2830
2995
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
2831
2996
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
2832
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2833
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2834
2997
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
2835
2998
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
2836
2999
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
2837
3000
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
2838
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
2839
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
2840
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
2841
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
2842
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
2843
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
2844
3001
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
2845
3002
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
2846
3003
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
2847
3004
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
2848
3005
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
2849
3006
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
2850
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
2851
3007
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
2852
3008
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
2853
3009
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
@@ -2868,7 +3024,6 @@ export declare const dark: {
|
|
2868
3024
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
2869
3025
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
2870
3026
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
2871
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
2872
3027
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
2873
3028
|
msOrder?: import("csstype").Property.Order | undefined;
|
2874
3029
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
@@ -2891,6 +3046,7 @@ export declare const dark: {
|
|
2891
3046
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
2892
3047
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
2893
3048
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
3049
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
2894
3050
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
2895
3051
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
2896
3052
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
@@ -2940,7 +3096,6 @@ export declare const dark: {
|
|
2940
3096
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
2941
3097
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
2942
3098
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
2943
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
2944
3099
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
2945
3100
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
2946
3101
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
@@ -2956,6 +3111,7 @@ export declare const dark: {
|
|
2956
3111
|
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
2957
3112
|
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
2958
3113
|
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
3114
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
2959
3115
|
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
2960
3116
|
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
2961
3117
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
@@ -2987,7 +3143,7 @@ export declare const dark: {
|
|
2987
3143
|
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
2988
3144
|
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
2989
3145
|
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
2990
|
-
WebkitPrintColorAdjust?: import("csstype").Property.
|
3146
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
2991
3147
|
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
2992
3148
|
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
2993
3149
|
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
@@ -3021,7 +3177,7 @@ export declare const dark: {
|
|
3021
3177
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
3022
3178
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
3023
3179
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
3024
|
-
|
3180
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
3025
3181
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
3026
3182
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
3027
3183
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
@@ -3052,7 +3208,6 @@ export declare const dark: {
|
|
3052
3208
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
3053
3209
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
3054
3210
|
clip?: import("csstype").Property.Clip | undefined;
|
3055
|
-
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
3056
3211
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
3057
3212
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
3058
3213
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
@@ -3069,7 +3224,6 @@ export declare const dark: {
|
|
3069
3224
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
3070
3225
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
3071
3226
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
3072
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
3073
3227
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
3074
3228
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
3075
3229
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
@@ -3081,11 +3235,11 @@ export declare const dark: {
|
|
3081
3235
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
3082
3236
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
3083
3237
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
3238
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
3084
3239
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
3085
3240
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
3086
3241
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
3087
3242
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
3088
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
3089
3243
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
3090
3244
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
3091
3245
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
@@ -3103,20 +3257,24 @@ export declare const dark: {
|
|
3103
3257
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
3104
3258
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
3105
3259
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
3106
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
3107
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
3108
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
3109
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
3110
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
3111
3260
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
3112
3261
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
3262
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
3263
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
3113
3264
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
3114
3265
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
3115
3266
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
3116
3267
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
3268
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
3269
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
3270
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
3271
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
3272
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
3273
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
3274
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
3275
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
3117
3276
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
3118
3277
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
3119
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
3120
3278
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
3121
3279
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
3122
3280
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
@@ -3147,8 +3305,6 @@ export declare const dark: {
|
|
3147
3305
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
3148
3306
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
3149
3307
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
3150
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
3151
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
3152
3308
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
3153
3309
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
3154
3310
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|