@meonode/ui 0.1.31 → 0.1.32

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.
@@ -1 +1 @@
1
- {"version":3,"file":"core.node.d.ts","sourceRoot":"","sources":["../src/core.node.ts"],"names":[],"mappings":"AACA,OAAO,KAAyG,MAAM,OAAO,CAAA;AAC7H,OAAO,KAAK,EACV,aAAa,EAGb,WAAW,EACX,YAAY,EACZ,SAAS,EACT,cAAc,EACd,gCAAgC,EAChC,WAAW,EAGZ,MAAM,mBAAmB,CAAA;AA0e1B;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,WAAW,EAAE,OAAO,EAAE,CAAC,EAAE,KAAK,GAAE,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAM,GAAG,YAAY,CAAC,CAAC,CAAC,CAU1G;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACrD,SAAS,EAAE,CACT,KAAK,EAAE,CAAC,GAAG;IACT,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB,KACE,aAAa,IAkBV,QAAO,GAAQ,qBACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,MAAM,CAAC,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC1D,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,EAAE,EAClD,SAAS,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,KAAK,aAAa,GAC1D,gCAAgC,CAAC,SAAS,CAAC,CAAA;AAC9C,wBAAgB,MAAM,CAAC,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,KAAK,aAAa,GAAG,cAAc,CAAC,SAAS,CAAC,CAAA"}
1
+ {"version":3,"file":"core.node.d.ts","sourceRoot":"","sources":["../src/core.node.ts"],"names":[],"mappings":"AACA,OAAO,KAAyG,MAAM,OAAO,CAAA;AAC7H,OAAO,KAAK,EACV,aAAa,EAGb,WAAW,EACX,YAAY,EACZ,SAAS,EACT,cAAc,EACd,gCAAgC,EAChC,WAAW,EAGZ,MAAM,mBAAmB,CAAA;AA2c1B;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,WAAW,EAAE,OAAO,EAAE,CAAC,EAAE,KAAK,GAAE,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAM,GAAG,YAAY,CAAC,CAAC,CAAC,CAU1G;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACrD,SAAS,EAAE,CACT,KAAK,EAAE,CAAC,GAAG;IACT,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB,KACE,aAAa,IAkBV,QAAO,GAAQ,qBACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,MAAM,CAAC,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC1D,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,EAAE,EAClD,SAAS,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,KAAK,aAAa,GAC1D,gCAAgC,CAAC,SAAS,CAAC,CAAA;AAC9C,wBAAgB,MAAM,CAAC,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,KAAK,aAAa,GAAG,cAAc,CAAC,SAAS,CAAC,CAAA"}
package/dist/core.node.js CHANGED
@@ -24,51 +24,27 @@ var d=c.children,e=c.nodetheme,f=c.theme,g=_objectWithoutProperties(c,_excluded)
24
24
  // Extract remaining props that are valid DOM attributes
25
25
  // Process children while maintaining theme inheritance
26
26
  // Combine processed props into final normalized form
27
- d&&(Array.isArray(d)?l=d.map(function(a,c){return b._processRawNode(a,h,c)}):l=this._processRawNode(d,h)),this.props=_objectSpread(_objectSpread({},k),{},{style:j,nodetheme:h,theme:f,children:l})}// In class BaseNode
28
- /**
29
- * Resolves obj properties by replacing theme path placeholders with actual theme values.
30
- * Handles complex strings like '1px solid theme.background.primary' and nested objects.
31
- * This version includes detection for circular references to prevent infinite loops.
32
- * @param obj The initial obj properties object.
33
- * @param theme The theme object to use for resolving paths.
34
- * @returns A new CSSProperties object with theme values resolved.
35
- */return _createClass(BaseNode,[{key:"_resolveObjWithTheme",value:function _resolveObjWithTheme(a,b){var c;// Return early if no theme or empty object
36
- if(!b||0===Object.keys(a).length)return a;// Merge raw nodetheme with passed theme for resolution
37
- var d=_objectSpread(_objectSpread({},null===(c=this.rawProps)||void 0===c?void 0:c.nodetheme),b),e=function resolveRecursively(a,b){// Prevent infinite recursion by detecting cycles in the object graph
38
- // If this object was already processed in the current branch, return it as-is
39
- if(b.has(a))return a;// Track this object to detect future cycles
40
- b.add(a);var c={};// Process all enumerable properties of the current object
41
- for(var f in a)// Skip inherited properties from the prototype chain
42
- // This ensures we only process the object's own properties
43
- if(Object.prototype.hasOwnProperty.call(a,f)){var g=a[f];// Special handling for "private" properties that start with underscore
44
- // These are exempt from theme resolution to allow implementation details
45
- if(f.startsWith("_")){c[f]=g;continue}// Process string values that contain theme path references
46
- // Example: "1px solid theme.colors.border" -> "1px solid #ccc"
47
- if("string"==typeof g&&g.includes("theme.")){var h=g;// Find and replace all theme path references using regex
48
- h=h.replace(/theme\.([a-zA-Z0-9_.-]+)/g,function(a,b){var c=getValueByPath(d,b);// Only convert theme values that are strings or numbers
49
- // Other types are left as-is to maintain the reference format
50
- return void 0!==c&&null!==c&&("string"==typeof c||"number"==typeof c)?c+"":a;// Theme path not found - keep original reference
51
- // Could add warning: console.warn(`Theme path ${path} not found`)
52
- }),c[f]=h}// Recursively process nested objects, excluding arrays
53
- // This allows theme resolution in deeply nested structures
54
- else c[f]=g&&"object"===_typeof(g)&&!Array.isArray(g)?// Use same visited set to maintain cycle detection across the entire tree
55
- e(g,b):g}// Important: We added `currentObj` to `visited` at the start of this function call.
56
- // For cycle detection within a single top-level `_resolveObjWithTheme` call,
57
- // we don't remove it here. The `visited` set is fresh for each top-level call.
58
- // If `visited` was a longer-lived cache across multiple calls, cleanup logic might be needed.
59
- return c};/**
60
- * Recursively resolves theme values in an object by traversing its properties and replacing theme path references.
61
- *
62
- * This function handles:
63
- * - Theme path resolution (e.g. 'theme.colors.primary' -> '#ff0000')
64
- * - Nested object traversal with cycle detection
65
- * - Type preservation for non-theme values
66
- * - Special case handling for private props (starting with '_')
67
- * @param currentObj The current object being processed in the recursion
68
- * @param visited Set tracking visited objects to prevent infinite loops from circular references
69
- * @returns A new object with all theme path references resolved to actual values
70
- */// Initial call to the recursive function with a new Set to track visited objects for this resolution.
71
- return e(a,new Set)}/**
27
+ d&&(Array.isArray(d)?l=d.map(function(a,c){return b._processRawNode(a,h,c)}):l=this._processRawNode(d,h)),this.props=_objectSpread(_objectSpread({},k),{},{style:j,nodetheme:h,theme:f,children:l})}/**
28
+ * Resolves theme variable references in an object's values recursively.
29
+ * Handles nested objects and prevents circular references.
30
+ * Theme variables are referenced using the format "theme.path.to.value".
31
+ * @param obj The object whose values should be resolved against the theme
32
+ * @param theme Optional theme object containing variable definitions
33
+ * @returns A new object with all theme variables resolved to their values
34
+ */return _createClass(BaseNode,[{key:"_resolveObjWithTheme",value:function _resolveObjWithTheme(a,b){var c;// Early return if no theme or empty object
35
+ if(!b||0===Object.keys(a).length)return a;// Merge parent theme with current theme
36
+ var d=_objectSpread(_objectSpread({},null===(c=this.rawProps)||void 0===c?void 0:c.nodetheme),b),e=function resolveRecursively(a,b){// Prevent processing same object multiple times
37
+ if(b.has(a))return a;// Track this object to detect circular references
38
+ b.add(a);var c={};for(var f in a)// Skip non-own properties
39
+ if(Object.prototype.hasOwnProperty.call(a,f)){var g=a[f];// Skip private props (starting with _)
40
+ if(f.startsWith("_")){c[f]=g;continue}// Resolve theme variables in string values
41
+ if("string"==typeof g&&g.includes("theme.")){var h=g;h=h.replace(/theme\.([a-zA-Z0-9_.-]+)/g,function(a,b){var c=getValueByPath(d,b);// Only convert string/number theme values
42
+ return void 0!==c&&null!==c&&"object"!==_typeof(c)?c:a;// Keep original if no valid theme value found
43
+ }),c[f]=h}// Recursively process nested objects
44
+ else c[f]=g&&"object"===_typeof(g)&&!Array.isArray(g)?e(g,b):g}return c};/**
45
+ * Recursively resolves theme variables in an object, tracking visited objects
46
+ * to prevent infinite recursion with circular references.
47
+ */return e(a,new Set)}/**
72
48
  * React component that renders the result of a function child, supporting theme propagation.
73
49
  *
74
50
  * This component is used to render children that are functions (i.e., `() => Children`).
@@ -1,28 +1,71 @@
1
1
  {
2
2
  "properties": [
3
- "-webkit-line-clamp",
3
+ "-epub-caption-side",
4
+ "-epub-hyphens",
5
+ "-epub-text-combine",
6
+ "-epub-text-emphasis",
7
+ "-epub-text-emphasis-color",
8
+ "-epub-text-emphasis-style",
9
+ "-epub-text-orientation",
10
+ "-epub-text-transform",
11
+ "-epub-word-break",
12
+ "-epub-writing-mode",
13
+ "-internal-text-autosizing-status",
14
+ "accelerator",
4
15
  "accent-color",
16
+ "-wap-accesskey",
17
+ "additive-symbols",
5
18
  "align-content",
19
+ "-webkit-align-content",
6
20
  "align-items",
21
+ "-webkit-align-items",
7
22
  "align-self",
23
+ "-webkit-align-self",
8
24
  "alignment-baseline",
9
25
  "all",
26
+ "-webkit-alt",
10
27
  "anchor-name",
11
28
  "anchor-scope",
12
29
  "animation",
13
30
  "animation-composition",
14
31
  "animation-delay",
32
+ "-moz-animation-delay",
33
+ "-ms-animation-delay",
34
+ "-webkit-animation-delay",
15
35
  "animation-direction",
36
+ "-moz-animation-direction",
37
+ "-ms-animation-direction",
38
+ "-webkit-animation-direction",
16
39
  "animation-duration",
40
+ "-moz-animation-duration",
41
+ "-ms-animation-duration",
42
+ "-webkit-animation-duration",
17
43
  "animation-fill-mode",
44
+ "-moz-animation-fill-mode",
45
+ "-ms-animation-fill-mode",
46
+ "-webkit-animation-fill-mode",
18
47
  "animation-iteration-count",
48
+ "-moz-animation-iteration-count",
49
+ "-ms-animation-iteration-count",
50
+ "-webkit-animation-iteration-count",
51
+ "-moz-animation",
52
+ "-ms-animation",
19
53
  "animation-name",
54
+ "-moz-animation-name",
55
+ "-ms-animation-name",
56
+ "-webkit-animation-name",
20
57
  "animation-play-state",
58
+ "-moz-animation-play-state",
59
+ "-ms-animation-play-state",
60
+ "-webkit-animation-play-state",
21
61
  "animation-range",
22
62
  "animation-range-end",
23
63
  "animation-range-start",
24
64
  "animation-timeline",
25
65
  "animation-timing-function",
66
+ "-moz-animation-timing-function",
67
+ "-ms-animation-timing-function",
68
+ "-webkit-animation-timing-function",
26
69
  "animation-trigger",
27
70
  "animation-trigger-exit-range",
28
71
  "animation-trigger-exit-range-end",
@@ -32,24 +75,63 @@
32
75
  "animation-trigger-range-start",
33
76
  "animation-trigger-timeline",
34
77
  "animation-trigger-type",
78
+ "-webkit-animation-trigger",
79
+ "-webkit-animation",
80
+ "app-region",
81
+ "-webkit-app-region",
35
82
  "appearance",
83
+ "-khtml-appearance",
84
+ "-moz-appearance",
85
+ "-webkit-appearance",
86
+ "ascent-override",
36
87
  "aspect-ratio",
88
+ "-webkit-aspect-ratio",
89
+ "audio-level",
37
90
  "azimuth",
38
91
  "backdrop-filter",
92
+ "-webkit-backdrop-filter",
39
93
  "backface-visibility",
94
+ "-moz-backface-visibility",
95
+ "-ms-backface-visibility",
96
+ "-webkit-backface-visibility",
40
97
  "background",
41
98
  "background-attachment",
99
+ "-webkit-background-attachment",
42
100
  "background-blend-mode",
43
101
  "background-clip",
102
+ "-moz-background-clip",
103
+ "-webkit-background-clip",
44
104
  "background-color",
105
+ "-webkit-background-color",
106
+ "-webkit-background-composite",
45
107
  "background-image",
108
+ "-webkit-background-image",
109
+ "-moz-background-inline-policy",
46
110
  "background-origin",
111
+ "-moz-background-origin",
112
+ "-webkit-background-origin",
47
113
  "background-position",
114
+ "-webkit-background-position",
115
+ "background-position-x",
116
+ "-webkit-background-position-x",
117
+ "background-position-y",
118
+ "-webkit-background-position-y",
48
119
  "background-repeat",
120
+ "-webkit-background-repeat",
121
+ "background-repeat-x",
122
+ "background-repeat-y",
49
123
  "background-size",
124
+ "-moz-background-size",
125
+ "-webkit-background-size",
126
+ "-webkit-background",
127
+ "base-palette",
50
128
  "baseline-shift",
51
129
  "baseline-source",
130
+ "behavior",
131
+ "-khtml-binding",
132
+ "-moz-binding",
52
133
  "block-ellipsis",
134
+ "-ms-block-progression",
53
135
  "block-size",
54
136
  "block-step",
55
137
  "block-step-align",
@@ -60,6 +142,14 @@
60
142
  "bookmark-level",
61
143
  "bookmark-state",
62
144
  "border",
145
+ "-webkit-border-after-color",
146
+ "-webkit-border-after-style",
147
+ "-webkit-border-after",
148
+ "-webkit-border-after-width",
149
+ "-webkit-border-before-color",
150
+ "-webkit-border-before-style",
151
+ "-webkit-border-before",
152
+ "-webkit-border-before-width",
63
153
  "border-block",
64
154
  "border-block-color",
65
155
  "border-block-end",
@@ -74,21 +164,43 @@
74
164
  "border-block-width",
75
165
  "border-bottom",
76
166
  "border-bottom-color",
167
+ "-moz-border-bottom-colors",
77
168
  "border-bottom-left-radius",
169
+ "-webkit-border-bottom-left-radius",
78
170
  "border-bottom-right-radius",
171
+ "-webkit-border-bottom-right-radius",
79
172
  "border-bottom-style",
80
173
  "border-bottom-width",
81
174
  "border-boundary",
82
175
  "border-collapse",
83
176
  "border-color",
177
+ "-moz-border-end-color",
178
+ "-webkit-border-end-color",
84
179
  "border-end-end-radius",
180
+ "-moz-border-end",
85
181
  "border-end-start-radius",
182
+ "-moz-border-end-style",
183
+ "-webkit-border-end-style",
184
+ "-webkit-border-end",
185
+ "-moz-border-end-width",
186
+ "-webkit-border-end-width",
187
+ "-webkit-border-fit",
188
+ "-khtml-border-horizontal-spacing",
189
+ "-webkit-border-horizontal-spacing",
86
190
  "border-image",
191
+ "-moz-border-image",
192
+ "-o-border-image",
87
193
  "border-image-outset",
194
+ "-webkit-border-image-outset",
88
195
  "border-image-repeat",
196
+ "-webkit-border-image-repeat",
89
197
  "border-image-slice",
198
+ "-webkit-border-image-slice",
90
199
  "border-image-source",
200
+ "-webkit-border-image-source",
201
+ "-webkit-border-image",
91
202
  "border-image-width",
203
+ "-webkit-border-image-width",
92
204
  "border-inline",
93
205
  "border-inline-color",
94
206
  "border-inline-end",
@@ -103,32 +215,83 @@
103
215
  "border-inline-width",
104
216
  "border-left",
105
217
  "border-left-color",
218
+ "-moz-border-left-colors",
106
219
  "border-left-style",
107
220
  "border-left-width",
108
221
  "border-radius",
222
+ "-moz-border-radius-bottomleft",
223
+ "-moz-border-radius-bottomright",
224
+ "-moz-border-radius",
225
+ "-moz-border-radius-topleft",
226
+ "-moz-border-radius-topright",
227
+ "-webkit-border-radius",
109
228
  "border-right",
110
229
  "border-right-color",
230
+ "-moz-border-right-colors",
111
231
  "border-right-style",
112
232
  "border-right-width",
113
233
  "border-spacing",
234
+ "-moz-border-start-color",
235
+ "-webkit-border-start-color",
114
236
  "border-start-end-radius",
237
+ "-moz-border-start",
115
238
  "border-start-start-radius",
239
+ "-moz-border-start-style",
240
+ "-webkit-border-start-style",
241
+ "-webkit-border-start",
242
+ "-moz-border-start-width",
243
+ "-webkit-border-start-width",
116
244
  "border-style",
117
245
  "border-top",
118
246
  "border-top-color",
247
+ "-moz-border-top-colors",
119
248
  "border-top-left-radius",
249
+ "-webkit-border-top-left-radius",
120
250
  "border-top-right-radius",
251
+ "-webkit-border-top-right-radius",
121
252
  "border-top-style",
122
253
  "border-top-width",
254
+ "-khtml-border-vertical-spacing",
255
+ "-webkit-border-vertical-spacing",
123
256
  "border-width",
124
257
  "bottom",
258
+ "-khtml-box-align",
259
+ "-moz-box-align",
260
+ "-webkit-box-align",
125
261
  "box-decoration-break",
262
+ "-webkit-box-decoration-break",
263
+ "-khtml-box-direction",
264
+ "-moz-box-direction",
265
+ "-webkit-box-direction",
266
+ "-khtml-box-flex-group",
267
+ "-khtml-box-flex-group-transition",
268
+ "-webkit-box-flex-group",
269
+ "-khtml-box-flex",
270
+ "-moz-box-flex",
271
+ "-webkit-box-flex",
272
+ "-khtml-box-lines",
273
+ "-webkit-box-lines",
274
+ "-khtml-box-ordinal-group",
275
+ "-moz-box-ordinal-group",
276
+ "-webkit-box-ordinal-group",
277
+ "-khtml-box-orient",
278
+ "-moz-box-orient",
279
+ "-webkit-box-orient",
280
+ "-khtml-box-pack",
281
+ "-moz-box-pack",
282
+ "-webkit-box-pack",
283
+ "-webkit-box-reflect",
126
284
  "box-shadow",
285
+ "-moz-box-shadow",
286
+ "-webkit-box-shadow",
127
287
  "box-sizing",
288
+ "-moz-box-sizing",
289
+ "-webkit-box-sizing",
128
290
  "box-snap",
129
291
  "break-after",
130
292
  "break-before",
131
293
  "break-inside",
294
+ "buffered-rendering",
132
295
  "caption-side",
133
296
  "caret",
134
297
  "caret-animation",
@@ -138,23 +301,57 @@
138
301
  "clear",
139
302
  "clip",
140
303
  "clip-path",
304
+ "-webkit-clip-path",
141
305
  "clip-rule",
142
306
  "color",
143
307
  "color-adjust",
308
+ "-webkit-color-correction",
309
+ "-apple-color-filter",
310
+ "color-interpolation",
144
311
  "color-interpolation-filters",
312
+ "color-profile",
313
+ "color-rendering",
145
314
  "color-scheme",
315
+ "-webkit-column-axis",
316
+ "-webkit-column-break-after",
317
+ "-webkit-column-break-before",
318
+ "-webkit-column-break-inside",
146
319
  "column-count",
320
+ "-moz-column-count",
321
+ "-webkit-column-count",
147
322
  "column-fill",
323
+ "-moz-column-fill",
324
+ "-webkit-column-fill",
148
325
  "column-gap",
326
+ "-moz-column-gap",
327
+ "-webkit-column-gap",
149
328
  "column-height",
329
+ "column-progression",
330
+ "-webkit-column-progression",
150
331
  "column-rule",
151
332
  "column-rule-color",
333
+ "-moz-column-rule-color",
334
+ "-webkit-column-rule-color",
335
+ "-moz-column-rule",
152
336
  "column-rule-style",
337
+ "-moz-column-rule-style",
338
+ "-webkit-column-rule-style",
339
+ "-webkit-column-rule",
153
340
  "column-rule-width",
341
+ "-moz-column-rule-width",
342
+ "-webkit-column-rule-width",
154
343
  "column-span",
344
+ "-moz-column-span",
345
+ "-webkit-column-span",
155
346
  "column-width",
347
+ "-moz-column-width",
348
+ "-webkit-column-width",
156
349
  "column-wrap",
157
350
  "columns",
351
+ "-moz-columns",
352
+ "-webkit-columns",
353
+ "-webkit-composition-fill-color",
354
+ "-webkit-composition-frame-color",
158
355
  "contain",
159
356
  "contain-intrinsic-block-size",
160
357
  "contain-intrinsic-height",
@@ -166,6 +363,14 @@
166
363
  "container-type",
167
364
  "content",
168
365
  "content-visibility",
366
+ "-ms-content-zoom-chaining",
367
+ "-ms-content-zoom-limit-max",
368
+ "-ms-content-zoom-limit-min",
369
+ "-ms-content-zoom-limit",
370
+ "-ms-content-zoom-snap",
371
+ "-ms-content-zoom-snap-points",
372
+ "-ms-content-zoom-snap-type",
373
+ "-ms-content-zooming",
169
374
  "continue",
170
375
  "counter-increment",
171
376
  "counter-reset",
@@ -174,12 +379,33 @@
174
379
  "cue-after",
175
380
  "cue-before",
176
381
  "cursor",
382
+ "-webkit-cursor-visibility",
383
+ "cx",
384
+ "cy",
385
+ "d",
386
+ "-apple-dashboard-region",
387
+ "-khtml-dashboard-region",
388
+ "-webkit-dashboard-region",
389
+ "descent-override",
177
390
  "direction",
178
391
  "display",
392
+ "display-align",
179
393
  "dominant-baseline",
180
394
  "dynamic-range-limit",
181
395
  "elevation",
182
396
  "empty-cells",
397
+ "enable-background",
398
+ "epub-caption-side",
399
+ "epub-hyphens",
400
+ "epub-text-combine",
401
+ "epub-text-emphasis",
402
+ "epub-text-emphasis-color",
403
+ "epub-text-emphasis-style",
404
+ "epub-text-orientation",
405
+ "epub-text-transform",
406
+ "epub-word-break",
407
+ "epub-writing-mode",
408
+ "fallback",
183
409
  "field-sizing",
184
410
  "fill",
185
411
  "fill-break",
@@ -192,31 +418,73 @@
192
418
  "fill-rule",
193
419
  "fill-size",
194
420
  "filter",
421
+ "-ms-filter",
422
+ "-webkit-filter",
195
423
  "flex",
424
+ "-ms-flex-align",
425
+ "-webkit-flex-align",
196
426
  "flex-basis",
427
+ "-webkit-flex-basis",
197
428
  "flex-direction",
429
+ "-ms-flex-direction",
430
+ "-webkit-flex-direction",
198
431
  "flex-flow",
432
+ "-ms-flex-flow",
433
+ "-webkit-flex-flow",
199
434
  "flex-grow",
435
+ "-webkit-flex-grow",
436
+ "-ms-flex-item-align",
437
+ "-webkit-flex-item-align",
438
+ "-ms-flex-line-pack",
439
+ "-webkit-flex-line-pack",
440
+ "-ms-flex",
441
+ "-ms-flex-negative",
442
+ "-ms-flex-order",
443
+ "-webkit-flex-order",
444
+ "-ms-flex-pack",
445
+ "-webkit-flex-pack",
446
+ "-ms-flex-positive",
447
+ "-ms-flex-preferred-size",
200
448
  "flex-shrink",
449
+ "-webkit-flex-shrink",
450
+ "-webkit-flex",
201
451
  "flex-wrap",
452
+ "-ms-flex-wrap",
453
+ "-webkit-flex-wrap",
202
454
  "float",
203
455
  "float-defer",
456
+ "-moz-float-edge",
204
457
  "float-offset",
205
458
  "float-reference",
206
459
  "flood-color",
207
460
  "flood-opacity",
208
461
  "flow",
209
462
  "flow-from",
463
+ "-ms-flow-from",
464
+ "-webkit-flow-from",
210
465
  "flow-into",
466
+ "-ms-flow-into",
467
+ "-webkit-flow-into",
468
+ "-khtml-flow-mode",
469
+ "-konq-flow-mode",
211
470
  "font",
471
+ "font-display",
212
472
  "font-family",
213
473
  "font-feature-settings",
474
+ "-moz-font-feature-settings",
475
+ "-ms-font-feature-settings",
476
+ "-webkit-font-feature-settings",
214
477
  "font-kerning",
478
+ "-webkit-font-kerning",
215
479
  "font-language-override",
480
+ "-moz-font-language-override",
216
481
  "font-optical-sizing",
217
482
  "font-palette",
218
483
  "font-size",
219
484
  "font-size-adjust",
485
+ "-khtml-font-size-delta",
486
+ "-webkit-font-size-delta",
487
+ "-webkit-font-smoothing",
220
488
  "font-stretch",
221
489
  "font-style",
222
490
  "font-synthesis",
@@ -230,6 +498,7 @@
230
498
  "font-variant-east-asian",
231
499
  "font-variant-emoji",
232
500
  "font-variant-ligatures",
501
+ "-webkit-font-variant-ligatures",
233
502
  "font-variant-numeric",
234
503
  "font-variant-position",
235
504
  "font-variation-settings",
@@ -237,42 +506,89 @@
237
506
  "font-width",
238
507
  "footnote-display",
239
508
  "footnote-policy",
509
+ "-moz-force-broken-image-icon",
240
510
  "forced-color-adjust",
241
511
  "gap",
512
+ "glyph-orientation-horizontal",
242
513
  "glyph-orientation-vertical",
243
514
  "grid",
515
+ "-webkit-grid-after",
244
516
  "grid-area",
245
517
  "grid-auto-columns",
518
+ "-webkit-grid-auto-columns",
246
519
  "grid-auto-flow",
520
+ "-webkit-grid-auto-flow",
247
521
  "grid-auto-rows",
522
+ "-webkit-grid-auto-rows",
523
+ "-webkit-grid-before",
248
524
  "grid-column",
525
+ "-ms-grid-column-align",
249
526
  "grid-column-end",
527
+ "grid-column-gap",
528
+ "-ms-grid-column",
529
+ "-ms-grid-column-span",
250
530
  "grid-column-start",
531
+ "-webkit-grid-column",
532
+ "-ms-grid-columns",
533
+ "-webkit-grid-columns",
534
+ "-webkit-grid-end",
535
+ "grid-gap",
251
536
  "grid-row",
537
+ "-ms-grid-row-align",
252
538
  "grid-row-end",
539
+ "grid-row-gap",
540
+ "-ms-grid-row",
541
+ "-ms-grid-row-span",
253
542
  "grid-row-start",
543
+ "-webkit-grid-row",
544
+ "-ms-grid-rows",
545
+ "-webkit-grid-rows",
546
+ "-webkit-grid-start",
254
547
  "grid-template",
255
548
  "grid-template-areas",
256
549
  "grid-template-columns",
257
550
  "grid-template-rows",
258
551
  "hanging-punctuation",
259
552
  "height",
553
+ "-ms-high-contrast-adjust",
554
+ "-webkit-highlight",
555
+ "-khtml-horizontal-border-spacing",
260
556
  "hyphenate-character",
557
+ "-webkit-hyphenate-character",
558
+ "-webkit-hyphenate-limit-after",
559
+ "-webkit-hyphenate-limit-before",
261
560
  "hyphenate-limit-chars",
561
+ "-ms-hyphenate-limit-chars",
262
562
  "hyphenate-limit-last",
263
563
  "hyphenate-limit-lines",
564
+ "-ms-hyphenate-limit-lines",
565
+ "-webkit-hyphenate-limit-lines",
264
566
  "hyphenate-limit-zone",
567
+ "-ms-hyphenate-limit-zone",
265
568
  "hyphens",
569
+ "-moz-hyphens",
570
+ "-ms-hyphens",
571
+ "-webkit-hyphens",
266
572
  "image-orientation",
573
+ "-moz-image-region",
267
574
  "image-rendering",
268
575
  "image-resolution",
576
+ "-ms-ime-align",
577
+ "ime-mode",
578
+ "inherits",
269
579
  "initial-letter",
270
580
  "initial-letter-align",
581
+ "-webkit-initial-letter",
271
582
  "initial-letter-wrap",
583
+ "initial-value",
272
584
  "inline-size",
273
585
  "inline-sizing",
586
+ "input-format",
587
+ "-wap-input-format",
588
+ "-wap-input-required",
274
589
  "input-security",
275
590
  "inset",
591
+ "inset-area",
276
592
  "inset-block",
277
593
  "inset-block-end",
278
594
  "inset-block-start",
@@ -281,6 +597,7 @@
281
597
  "inset-inline-start",
282
598
  "interactivity",
283
599
  "interpolate-size",
600
+ "-ms-interpolation-mode",
284
601
  "isolation",
285
602
  "item-cross",
286
603
  "item-direction",
@@ -289,47 +606,109 @@
289
606
  "item-slack",
290
607
  "item-track",
291
608
  "item-wrap",
609
+ "-konq-js-clip",
292
610
  "justify-content",
611
+ "-webkit-justify-content",
293
612
  "justify-items",
613
+ "-webkit-justify-items",
294
614
  "justify-self",
615
+ "-webkit-justify-self",
616
+ "kerning",
617
+ "layout-flow",
618
+ "layout-grid",
619
+ "layout-grid-char",
620
+ "layout-grid-line",
621
+ "layout-grid-mode",
622
+ "layout-grid-type",
295
623
  "left",
296
624
  "letter-spacing",
297
625
  "lighting-color",
626
+ "-webkit-line-align",
627
+ "-webkit-line-box-contain",
298
628
  "line-break",
629
+ "-khtml-line-break",
630
+ "-webkit-line-break",
299
631
  "line-clamp",
632
+ "-apple-line-clamp",
633
+ "-khtml-line-clamp",
634
+ "-webkit-line-clamp",
300
635
  "line-fit-edge",
636
+ "line-gap-override",
301
637
  "line-grid",
638
+ "-webkit-line-grid-snap",
639
+ "-webkit-line-grid",
302
640
  "line-height",
303
641
  "line-height-step",
642
+ "line-increment",
304
643
  "line-padding",
305
644
  "line-snap",
645
+ "-webkit-line-snap",
646
+ "-o-link",
647
+ "-o-link-source",
306
648
  "list-style",
307
649
  "list-style-image",
308
650
  "list-style-position",
309
651
  "list-style-type",
652
+ "-webkit-locale",
653
+ "-webkit-logical-height",
654
+ "-webkit-logical-width",
310
655
  "margin",
656
+ "-webkit-margin-after-collapse",
657
+ "-webkit-margin-after",
658
+ "-webkit-margin-before-collapse",
659
+ "-webkit-margin-before",
311
660
  "margin-block",
312
661
  "margin-block-end",
313
662
  "margin-block-start",
314
663
  "margin-bottom",
664
+ "-khtml-margin-bottom-collapse",
665
+ "-webkit-margin-bottom-collapse",
315
666
  "margin-break",
667
+ "-khtml-margin-collapse",
668
+ "-webkit-margin-collapse",
669
+ "-moz-margin-end",
670
+ "-webkit-margin-end",
316
671
  "margin-inline",
317
672
  "margin-inline-end",
318
673
  "margin-inline-start",
319
674
  "margin-left",
320
675
  "margin-right",
676
+ "-khtml-margin-start",
677
+ "-moz-margin-start",
678
+ "-webkit-margin-start",
321
679
  "margin-top",
680
+ "-khtml-margin-top-collapse",
681
+ "-webkit-margin-top-collapse",
322
682
  "margin-trim",
323
683
  "marker",
324
684
  "marker-end",
325
685
  "marker-knockout-left",
326
686
  "marker-knockout-right",
327
687
  "marker-mid",
688
+ "marker-offset",
328
689
  "marker-pattern",
329
690
  "marker-segment",
330
691
  "marker-side",
331
692
  "marker-start",
693
+ "marks",
694
+ "-wap-marquee-dir",
695
+ "-khtml-marquee-direction",
696
+ "-webkit-marquee-direction",
697
+ "-khtml-marquee-increment",
698
+ "-webkit-marquee-increment",
699
+ "-khtml-marquee",
700
+ "-wap-marquee-loop",
701
+ "-khtml-marquee-repetition",
702
+ "-webkit-marquee-repetition",
703
+ "-khtml-marquee-speed",
704
+ "-wap-marquee-speed",
705
+ "-webkit-marquee-speed",
706
+ "-khtml-marquee-style",
707
+ "-wap-marquee-style",
708
+ "-webkit-marquee-style",
709
+ "-webkit-marquee",
332
710
  "mask",
711
+ "-webkit-mask-attachment",
333
712
  "mask-border",
334
713
  "mask-border-mode",
335
714
  "mask-border-outset",
@@ -337,46 +716,113 @@
337
716
  "mask-border-slice",
338
717
  "mask-border-source",
339
718
  "mask-border-width",
719
+ "-webkit-mask-box-image-outset",
720
+ "-webkit-mask-box-image-repeat",
721
+ "-webkit-mask-box-image-slice",
722
+ "-webkit-mask-box-image-source",
723
+ "-webkit-mask-box-image",
724
+ "-webkit-mask-box-image-width",
340
725
  "mask-clip",
726
+ "-webkit-mask-clip",
341
727
  "mask-composite",
728
+ "-webkit-mask-composite",
342
729
  "mask-image",
730
+ "-webkit-mask-image",
343
731
  "mask-mode",
344
732
  "mask-origin",
733
+ "-webkit-mask-origin",
345
734
  "mask-position",
735
+ "-webkit-mask-position",
736
+ "mask-position-x",
737
+ "-webkit-mask-position-x",
738
+ "mask-position-y",
739
+ "-webkit-mask-position-y",
346
740
  "mask-repeat",
741
+ "-webkit-mask-repeat",
742
+ "-webkit-mask-repeat-x",
743
+ "-webkit-mask-repeat-y",
347
744
  "mask-size",
745
+ "-webkit-mask-size",
746
+ "mask-source-type",
747
+ "-webkit-mask-source-type",
348
748
  "mask-type",
749
+ "-webkit-mask",
750
+ "-khtml-match-nearest-mail-blockquote-color",
751
+ "-webkit-match-nearest-mail-blockquote-color",
752
+ "math-depth",
753
+ "math-shift",
754
+ "math-style",
349
755
  "max-block-size",
350
756
  "max-height",
351
757
  "max-inline-size",
352
758
  "max-lines",
759
+ "-webkit-max-logical-height",
760
+ "-webkit-max-logical-width",
353
761
  "max-width",
762
+ "max-zoom",
354
763
  "min-block-size",
355
764
  "min-height",
356
765
  "min-inline-size",
357
766
  "min-intrinsic-sizing",
767
+ "-webkit-min-logical-height",
768
+ "-webkit-min-logical-width",
358
769
  "min-width",
770
+ "min-zoom",
359
771
  "mix-blend-mode",
772
+ "motion",
773
+ "motion-offset",
774
+ "motion-path",
775
+ "motion-rotation",
360
776
  "nav-down",
777
+ "nav-index",
361
778
  "nav-left",
362
779
  "nav-right",
363
780
  "nav-up",
781
+ "navigation",
782
+ "-khtml-nbsp-mode",
783
+ "-webkit-nbsp-mode",
784
+ "negative",
364
785
  "object-fit",
786
+ "-o-object-fit",
365
787
  "object-position",
788
+ "-o-object-position",
789
+ "object-view-box",
366
790
  "offset",
367
791
  "offset-anchor",
792
+ "offset-block-end",
793
+ "offset-block-start",
368
794
  "offset-distance",
795
+ "offset-inline-end",
796
+ "offset-inline-start",
369
797
  "offset-path",
370
798
  "offset-position",
371
799
  "offset-rotate",
800
+ "offset-rotation",
372
801
  "opacity",
802
+ "-khtml-opacity",
803
+ "-moz-opacity",
804
+ "-webkit-opacity",
373
805
  "order",
806
+ "-webkit-order",
807
+ "-moz-orient",
808
+ "orientation",
374
809
  "orphans",
810
+ "-moz-osx-font-smoothing",
375
811
  "outline",
376
812
  "outline-color",
813
+ "-moz-outline-color",
814
+ "-moz-outline",
377
815
  "outline-offset",
816
+ "-moz-outline-offset",
817
+ "-moz-outline-radius-bottomleft",
818
+ "-moz-outline-radius-bottomright",
819
+ "-moz-outline-radius",
820
+ "-moz-outline-radius-topleft",
821
+ "-moz-outline-radius-topright",
378
822
  "outline-style",
823
+ "-moz-outline-style",
379
824
  "outline-width",
825
+ "-moz-outline-width",
380
826
  "overflow",
381
827
  "overflow-anchor",
382
828
  "overflow-block",
@@ -392,34 +838,61 @@
392
838
  "overflow-clip-margin-right",
393
839
  "overflow-clip-margin-top",
394
840
  "overflow-inline",
841
+ "-webkit-overflow-scrolling",
842
+ "-ms-overflow-style",
395
843
  "overflow-wrap",
396
844
  "overflow-x",
397
845
  "overflow-y",
846
+ "overlay",
847
+ "override-colors",
398
848
  "overscroll-behavior",
399
849
  "overscroll-behavior-block",
400
850
  "overscroll-behavior-inline",
401
851
  "overscroll-behavior-x",
402
852
  "overscroll-behavior-y",
853
+ "pad",
403
854
  "padding",
855
+ "-webkit-padding-after",
856
+ "-webkit-padding-before",
404
857
  "padding-block",
405
858
  "padding-block-end",
406
859
  "padding-block-start",
407
860
  "padding-bottom",
861
+ "-moz-padding-end",
862
+ "-webkit-padding-end",
408
863
  "padding-inline",
409
864
  "padding-inline-end",
410
865
  "padding-inline-start",
411
866
  "padding-left",
412
867
  "padding-right",
868
+ "-khtml-padding-start",
869
+ "-moz-padding-start",
870
+ "-webkit-padding-start",
413
871
  "padding-top",
414
872
  "page",
415
873
  "page-break-after",
416
874
  "page-break-before",
417
875
  "page-break-inside",
876
+ "page-orientation",
877
+ "paint-order",
418
878
  "pause",
419
879
  "pause-after",
420
880
  "pause-before",
881
+ "-apple-pay-button-style",
882
+ "-apple-pay-button-type",
883
+ "pen-action",
421
884
  "perspective",
885
+ "-moz-perspective",
886
+ "-ms-perspective",
422
887
  "perspective-origin",
888
+ "-moz-perspective-origin",
889
+ "-ms-perspective-origin",
890
+ "-webkit-perspective-origin",
891
+ "perspective-origin-x",
892
+ "-webkit-perspective-origin-x",
893
+ "perspective-origin-y",
894
+ "-webkit-perspective-origin-y",
895
+ "-webkit-perspective",
423
896
  "pitch",
424
897
  "pitch-range",
425
898
  "place-content",
@@ -432,13 +905,23 @@
432
905
  "position-area",
433
906
  "position-try",
434
907
  "position-try-fallbacks",
908
+ "position-try-options",
435
909
  "position-try-order",
436
910
  "position-visibility",
911
+ "prefix",
437
912
  "print-color-adjust",
913
+ "-webkit-print-color-adjust",
438
914
  "property-name",
439
915
  "quotes",
916
+ "r",
917
+ "range",
440
918
  "reading-flow",
919
+ "-webkit-region-break-after",
920
+ "-webkit-region-break-before",
921
+ "-webkit-region-break-inside",
441
922
  "region-fragment",
923
+ "-webkit-region-fragment",
924
+ "-webkit-region-overflow",
442
925
  "resize",
443
926
  "rest",
444
927
  "rest-after",
@@ -447,14 +930,25 @@
447
930
  "right",
448
931
  "rotate",
449
932
  "row-gap",
933
+ "-khtml-rtl-ordering",
934
+ "-webkit-rtl-ordering",
450
935
  "ruby-align",
451
936
  "ruby-merge",
452
937
  "ruby-overhang",
453
938
  "ruby-position",
939
+ "-webkit-ruby-position",
454
940
  "running",
941
+ "rx",
942
+ "ry",
455
943
  "scale",
456
944
  "scroll-behavior",
945
+ "-ms-scroll-chaining",
457
946
  "scroll-initial-target",
947
+ "-ms-scroll-limit",
948
+ "-ms-scroll-limit-x-max",
949
+ "-ms-scroll-limit-x-min",
950
+ "-ms-scroll-limit-y-max",
951
+ "-ms-scroll-limit-y-min",
458
952
  "scroll-margin",
459
953
  "scroll-margin-block",
460
954
  "scroll-margin-block-end",
@@ -478,21 +972,65 @@
478
972
  "scroll-padding-left",
479
973
  "scroll-padding-right",
480
974
  "scroll-padding-top",
975
+ "-ms-scroll-rails",
481
976
  "scroll-snap-align",
977
+ "scroll-snap-coordinate",
978
+ "-webkit-scroll-snap-coordinate",
979
+ "scroll-snap-destination",
980
+ "-webkit-scroll-snap-destination",
981
+ "scroll-snap-margin",
982
+ "scroll-snap-margin-bottom",
983
+ "scroll-snap-margin-left",
984
+ "scroll-snap-margin-right",
985
+ "scroll-snap-margin-top",
986
+ "scroll-snap-points-x",
987
+ "-ms-scroll-snap-points-x",
988
+ "-webkit-scroll-snap-points-x",
989
+ "scroll-snap-points-y",
990
+ "-ms-scroll-snap-points-y",
991
+ "-webkit-scroll-snap-points-y",
482
992
  "scroll-snap-stop",
483
993
  "scroll-snap-type",
994
+ "-ms-scroll-snap-type",
995
+ "-webkit-scroll-snap-type",
996
+ "scroll-snap-type-x",
997
+ "scroll-snap-type-y",
998
+ "-ms-scroll-snap-x",
999
+ "-ms-scroll-snap-y",
484
1000
  "scroll-start-target",
485
1001
  "scroll-timeline",
486
1002
  "scroll-timeline-axis",
487
1003
  "scroll-timeline-name",
1004
+ "-ms-scroll-translation",
1005
+ "scrollbar-arrow-color",
1006
+ "scrollbar-base-color",
488
1007
  "scrollbar-color",
1008
+ "scrollbar-dark-shadow-color",
1009
+ "scrollbar-darkshadow-color",
1010
+ "scrollbar-face-color",
489
1011
  "scrollbar-gutter",
1012
+ "scrollbar-highlight-color",
1013
+ "scrollbar-shadow-color",
1014
+ "scrollbar-track-color",
490
1015
  "scrollbar-width",
1016
+ "scrollbar3d-light-color",
1017
+ "scrollbar3dlight-color",
491
1018
  "shape-image-threshold",
1019
+ "-webkit-shape-image-threshold",
492
1020
  "shape-inside",
1021
+ "-webkit-shape-inside",
493
1022
  "shape-margin",
1023
+ "-webkit-shape-margin",
494
1024
  "shape-outside",
1025
+ "-webkit-shape-outside",
1026
+ "-webkit-shape-padding",
1027
+ "shape-rendering",
1028
+ "size",
1029
+ "size-adjust",
495
1030
  "slider-orientation",
1031
+ "snap-height",
1032
+ "solid-color",
1033
+ "solid-opacity",
496
1034
  "spatial-navigation-action",
497
1035
  "spatial-navigation-contain",
498
1036
  "spatial-navigation-function",
@@ -502,6 +1040,9 @@
502
1040
  "speak-numeral",
503
1041
  "speak-punctuation",
504
1042
  "speech-rate",
1043
+ "-moz-stack-sizing",
1044
+ "stop-color",
1045
+ "stop-opacity",
505
1046
  "stress",
506
1047
  "string-set",
507
1048
  "stroke",
@@ -525,63 +1066,191 @@
525
1066
  "stroke-repeat",
526
1067
  "stroke-size",
527
1068
  "stroke-width",
1069
+ "suffix",
1070
+ "supported-color-schemes",
1071
+ "-webkit-svg-shadow",
1072
+ "symbols",
1073
+ "syntax",
1074
+ "system",
528
1075
  "tab-size",
1076
+ "-moz-tab-size",
1077
+ "-o-tab-size",
1078
+ "-o-table-baseline",
529
1079
  "table-layout",
1080
+ "-webkit-tap-highlight-color",
530
1081
  "text-align",
531
1082
  "text-align-all",
532
1083
  "text-align-last",
1084
+ "-moz-text-align-last",
1085
+ "text-anchor",
533
1086
  "text-autospace",
1087
+ "-moz-text-blink",
534
1088
  "text-box",
535
1089
  "text-box-edge",
536
1090
  "text-box-trim",
1091
+ "-ms-text-combine-horizontal",
537
1092
  "text-combine-upright",
1093
+ "-webkit-text-combine",
538
1094
  "text-decoration",
1095
+ "text-decoration-blink",
539
1096
  "text-decoration-color",
1097
+ "-moz-text-decoration-color",
1098
+ "-webkit-text-decoration-color",
540
1099
  "text-decoration-line",
1100
+ "-moz-text-decoration-line",
1101
+ "text-decoration-line-through",
1102
+ "-webkit-text-decoration-line",
1103
+ "text-decoration-none",
1104
+ "text-decoration-overline",
541
1105
  "text-decoration-skip",
542
1106
  "text-decoration-skip-box",
543
1107
  "text-decoration-skip-ink",
544
1108
  "text-decoration-skip-inset",
545
1109
  "text-decoration-skip-self",
546
1110
  "text-decoration-skip-spaces",
1111
+ "-webkit-text-decoration-skip",
547
1112
  "text-decoration-style",
1113
+ "-moz-text-decoration-style",
1114
+ "-webkit-text-decoration-style",
548
1115
  "text-decoration-thickness",
549
1116
  "text-decoration-trim",
1117
+ "text-decoration-underline",
1118
+ "-webkit-text-decoration",
1119
+ "-khtml-text-decorations-in-effect",
1120
+ "-webkit-text-decorations-in-effect",
550
1121
  "text-emphasis",
551
1122
  "text-emphasis-color",
1123
+ "-webkit-text-emphasis-color",
552
1124
  "text-emphasis-position",
1125
+ "-webkit-text-emphasis-position",
553
1126
  "text-emphasis-skip",
554
1127
  "text-emphasis-style",
1128
+ "-webkit-text-emphasis-style",
1129
+ "-webkit-text-emphasis",
1130
+ "-webkit-text-fill-color",
555
1131
  "text-group-align",
556
1132
  "text-indent",
557
1133
  "text-justify",
1134
+ "text-justify-trim",
1135
+ "text-kashida",
1136
+ "text-kashida-space",
1137
+ "text-line-through",
1138
+ "text-line-through-color",
1139
+ "text-line-through-mode",
1140
+ "text-line-through-style",
1141
+ "text-line-through-width",
558
1142
  "text-orientation",
1143
+ "-webkit-text-orientation",
559
1144
  "text-overflow",
1145
+ "text-overline",
1146
+ "text-overline-color",
1147
+ "text-overline-mode",
1148
+ "text-overline-style",
1149
+ "text-overline-width",
1150
+ "text-rendering",
1151
+ "-webkit-text-security",
560
1152
  "text-shadow",
1153
+ "text-size-adjust",
1154
+ "-apple-text-size-adjust",
1155
+ "-khtml-text-size-adjust",
1156
+ "-moz-text-size-adjust",
1157
+ "-ms-text-size-adjust",
1158
+ "-webkit-text-size-adjust",
561
1159
  "text-spacing",
562
1160
  "text-spacing-trim",
1161
+ "-webkit-text-stroke-color",
1162
+ "-webkit-text-stroke",
1163
+ "-webkit-text-stroke-width",
563
1164
  "text-transform",
1165
+ "text-underline",
1166
+ "text-underline-color",
1167
+ "text-underline-mode",
564
1168
  "text-underline-offset",
565
1169
  "text-underline-position",
1170
+ "-webkit-text-underline-position",
1171
+ "text-underline-style",
1172
+ "text-underline-width",
566
1173
  "text-wrap",
567
1174
  "text-wrap-mode",
568
1175
  "text-wrap-style",
1176
+ "-webkit-text-zoom",
569
1177
  "timeline-scope",
570
1178
  "top",
1179
+ "touch-action",
1180
+ "touch-action-delay",
1181
+ "-ms-touch-action",
1182
+ "-webkit-touch-callout",
1183
+ "-ms-touch-select",
1184
+ "-apple-trailing-word",
571
1185
  "transform",
572
1186
  "transform-box",
1187
+ "-moz-transform",
1188
+ "-ms-transform",
1189
+ "-o-transform",
573
1190
  "transform-origin",
1191
+ "-moz-transform-origin",
1192
+ "-ms-transform-origin",
1193
+ "-o-transform-origin",
1194
+ "-webkit-transform-origin",
1195
+ "transform-origin-x",
1196
+ "-webkit-transform-origin-x",
1197
+ "transform-origin-y",
1198
+ "-webkit-transform-origin-y",
1199
+ "transform-origin-z",
1200
+ "-webkit-transform-origin-z",
574
1201
  "transform-style",
1202
+ "-moz-transform-style",
1203
+ "-ms-transform-style",
1204
+ "-webkit-transform-style",
1205
+ "-webkit-transform",
575
1206
  "transition",
576
1207
  "transition-behavior",
577
1208
  "transition-delay",
1209
+ "-moz-transition-delay",
1210
+ "-ms-transition-delay",
1211
+ "-o-transition-delay",
1212
+ "-webkit-transition-delay",
578
1213
  "transition-duration",
1214
+ "-moz-transition-duration",
1215
+ "-ms-transition-duration",
1216
+ "-o-transition-duration",
1217
+ "-webkit-transition-duration",
1218
+ "-moz-transition",
1219
+ "-ms-transition",
1220
+ "-o-transition",
579
1221
  "transition-property",
1222
+ "-moz-transition-property",
1223
+ "-ms-transition-property",
1224
+ "-o-transition-property",
1225
+ "-webkit-transition-property",
580
1226
  "transition-timing-function",
1227
+ "-moz-transition-timing-function",
1228
+ "-ms-transition-timing-function",
1229
+ "-o-transition-timing-function",
1230
+ "-webkit-transition-timing-function",
1231
+ "-webkit-transition",
581
1232
  "translate",
1233
+ "types",
1234
+ "uc-alt-skin",
1235
+ "uc-skin",
582
1236
  "unicode-bidi",
1237
+ "unicode-range",
1238
+ "-khtml-user-drag",
1239
+ "-webkit-user-drag",
1240
+ "-moz-user-focus",
1241
+ "-moz-user-input",
1242
+ "-khtml-user-modify",
1243
+ "-moz-user-modify",
1244
+ "-webkit-user-modify",
583
1245
  "user-select",
1246
+ "-khtml-user-select",
1247
+ "-moz-user-select",
1248
+ "-ms-user-select",
1249
+ "-webkit-user-select",
1250
+ "user-zoom",
1251
+ "vector-effect",
584
1252
  "vertical-align",
1253
+ "-khtml-vertical-border-spacing",
585
1254
  "view-timeline",
586
1255
  "view-timeline-axis",
587
1256
  "view-timeline-inset",
@@ -589,6 +1258,9 @@
589
1258
  "view-transition-class",
590
1259
  "view-transition-group",
591
1260
  "view-transition-name",
1261
+ "viewport-fill",
1262
+ "viewport-fill-opacity",
1263
+ "viewport-fit",
592
1264
  "visibility",
593
1265
  "voice-balance",
594
1266
  "voice-duration",
@@ -602,9 +1274,12 @@
602
1274
  "white-space",
603
1275
  "white-space-collapse",
604
1276
  "white-space-trim",
1277
+ "-webkit-widget-region",
605
1278
  "widows",
606
1279
  "width",
607
1280
  "will-change",
1281
+ "-moz-window-dragging",
1282
+ "-moz-window-shadow",
608
1283
  "word-break",
609
1284
  "word-space-transform",
610
1285
  "word-spacing",
@@ -612,9 +1287,22 @@
612
1287
  "wrap-after",
613
1288
  "wrap-before",
614
1289
  "wrap-flow",
1290
+ "-ms-wrap-flow",
1291
+ "-webkit-wrap-flow",
615
1292
  "wrap-inside",
1293
+ "-ms-wrap-margin",
1294
+ "-webkit-wrap-margin",
1295
+ "-webkit-wrap-padding",
1296
+ "-webkit-wrap-shape-inside",
1297
+ "-webkit-wrap-shape-outside",
616
1298
  "wrap-through",
1299
+ "-ms-wrap-through",
1300
+ "-webkit-wrap-through",
1301
+ "-webkit-wrap",
617
1302
  "writing-mode",
1303
+ "-webkit-writing-mode",
1304
+ "x",
1305
+ "y",
618
1306
  "z-index",
619
1307
  "zoom"
620
1308
  ]
@@ -1 +1 @@
1
- {"version":3,"file":"node.helper.d.ts","sourceRoot":"","sources":["../src/node.helper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,OAAO,CAAA;AACvE,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAwBpE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gBAAgB,GAC3B,YAAY,WAAW,KAErB,OAAO,GACP,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,UAAU,GACV,UAAU,GACV,QAAQ,GACR,UAAU,GACV,aAAa,GACb,UAAU,GACV,eAAe,GACf,kBAAkB,GAClB,kBAAkB,GAClB,MAAM,GACN,SAAS,GACT,SAAS,GACT,MAgBH,CAAA;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CAsFxD;AAwBD;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC,CAU3F;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,cAAc,CAAC,CAUjH;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,YAAK,EAAE,IAAI,EAAE,MAAM,uBAEzE"}
1
+ {"version":3,"file":"node.helper.d.ts","sourceRoot":"","sources":["../src/node.helper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,OAAO,CAAA;AACvE,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAkBpE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gBAAgB,GAC3B,YAAY,WAAW,KAErB,OAAO,GACP,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,UAAU,GACV,UAAU,GACV,QAAQ,GACR,UAAU,GACV,aAAa,GACb,UAAU,GACV,eAAe,GACf,kBAAkB,GAClB,kBAAkB,GAClB,MAAM,GACN,SAAS,GACT,SAAS,GACT,MAgBH,CAAA;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CAsFxD;AAwBD;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC,CAU3F;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,cAAc,CAAC,CAUjH;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,YAAK,EAAE,IAAI,EAAE,MAAM,uBAEzE"}
@@ -1,7 +1,4 @@
1
1
  "use strict";function _typeof(a){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},_typeof(a)}import cssPropertiesJson from"./json/css-properties.json";import{isContextConsumer,isContextProvider,isElement,isForwardRef,isFragment,isLazy,isMemo,isPortal,isProfiler,isReactClassComponent,isStrictMode,isSuspense,isSuspenseList}from"./react-is.helper.js";/**
2
- * The list of CSS property names imported from the JSON file.
3
- * Used for validation and filtering of CSS-related props.
4
- */var cssProperties=cssPropertiesJson.properties;/**
5
2
  * Returns a string describing the type of a given React component or element.
6
3
  *
7
4
  * Checks for common React types (class, forwardRef, memo, etc.) and returns a string
@@ -37,7 +34,7 @@
37
34
  * toCamelCase('--custom-prop') // '--custom-prop'
38
35
  * ```
39
36
  */var toCamelCase=function toCamelCase(a){return a.startsWith("--")?a:a.replace(/-([a-z])/g,function(a,b){return b.toUpperCase()});// Preserve CSS variables
40
- },cssPropertySet=new Set(cssProperties.map(toCamelCase));/**
37
+ },cssPropertySet=new Set(cssPropertiesJson.properties.map(toCamelCase));/**
41
38
  * A set of valid CSS property names in camelCase, used for validation.
42
39
  *//**
43
40
  * Filters an object to only include valid CSS properties
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/ui",
3
3
  "description": "A structured approach to component composition with built-in theming, prop separation, and dynamic children handling.",
4
- "version": "0.1.31",
4
+ "version": "0.1.32",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",