@hanzo/gui 8.2.0 → 8.3.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/native.cjs +114 -92
- package/dist/test.cjs +114 -92
- package/package.json +67 -67
package/dist/native.cjs
CHANGED
|
@@ -12407,10 +12407,113 @@ var init_shouldRenderNativePlatform_native = require_objectSpread2.__esmMin((()
|
|
|
12407
12407
|
];
|
|
12408
12408
|
}));
|
|
12409
12409
|
//#endregion
|
|
12410
|
+
//#region ../../core/helpers/dist/esm/webOnlyStyleProps.native.js
|
|
12411
|
+
var gridTracks, gridUnitless, gridProps, nonAnimatableWebViewProps, nonAnimatableWebTextProps, webOnlyStylePropsView, webOnlyStylePropsText;
|
|
12412
|
+
var init_webOnlyStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12413
|
+
require_objectSpread2.init_objectSpread2();
|
|
12414
|
+
gridTracks = {
|
|
12415
|
+
gridAutoColumns: true,
|
|
12416
|
+
gridAutoRows: true,
|
|
12417
|
+
gridTemplateColumns: true,
|
|
12418
|
+
gridTemplateRows: true
|
|
12419
|
+
};
|
|
12420
|
+
gridUnitless = {
|
|
12421
|
+
grid: true,
|
|
12422
|
+
gridArea: true,
|
|
12423
|
+
gridAutoFlow: true,
|
|
12424
|
+
gridColumn: true,
|
|
12425
|
+
gridColumnEnd: true,
|
|
12426
|
+
gridColumnStart: true,
|
|
12427
|
+
gridRow: true,
|
|
12428
|
+
gridRowEnd: true,
|
|
12429
|
+
gridRowStart: true,
|
|
12430
|
+
gridTemplate: true,
|
|
12431
|
+
gridTemplateAreas: true,
|
|
12432
|
+
justifyItems: true,
|
|
12433
|
+
justifySelf: true,
|
|
12434
|
+
placeContent: true,
|
|
12435
|
+
placeItems: true,
|
|
12436
|
+
placeSelf: true
|
|
12437
|
+
};
|
|
12438
|
+
gridProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, gridTracks), gridUnitless);
|
|
12439
|
+
nonAnimatableWebViewProps = {
|
|
12440
|
+
backgroundAttachment: true,
|
|
12441
|
+
backgroundBlendMode: true,
|
|
12442
|
+
backgroundClip: true,
|
|
12443
|
+
backgroundOrigin: true,
|
|
12444
|
+
backgroundRepeat: true,
|
|
12445
|
+
borderBottomStyle: true,
|
|
12446
|
+
borderLeftStyle: true,
|
|
12447
|
+
borderRightStyle: true,
|
|
12448
|
+
borderTopStyle: true,
|
|
12449
|
+
contain: true,
|
|
12450
|
+
containerType: true,
|
|
12451
|
+
content: true,
|
|
12452
|
+
float: true,
|
|
12453
|
+
maskBorderMode: true,
|
|
12454
|
+
maskBorderRepeat: true,
|
|
12455
|
+
maskClip: true,
|
|
12456
|
+
maskComposite: true,
|
|
12457
|
+
maskMode: true,
|
|
12458
|
+
maskOrigin: true,
|
|
12459
|
+
maskRepeat: true,
|
|
12460
|
+
maskType: true,
|
|
12461
|
+
objectFit: true,
|
|
12462
|
+
overflowBlock: true,
|
|
12463
|
+
overflowInline: true,
|
|
12464
|
+
overflowX: true,
|
|
12465
|
+
overflowY: true,
|
|
12466
|
+
pointerEvents: true,
|
|
12467
|
+
scrollbarWidth: true,
|
|
12468
|
+
textWrap: true,
|
|
12469
|
+
touchAction: true,
|
|
12470
|
+
transformStyle: true,
|
|
12471
|
+
willChange: true
|
|
12472
|
+
};
|
|
12473
|
+
nonAnimatableWebTextProps = {
|
|
12474
|
+
whiteSpace: true,
|
|
12475
|
+
wordWrap: true,
|
|
12476
|
+
textOverflow: true,
|
|
12477
|
+
WebkitBoxOrient: true
|
|
12478
|
+
};
|
|
12479
|
+
webOnlyStylePropsView = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebViewProps), {}, {
|
|
12480
|
+
transition: true,
|
|
12481
|
+
backdropFilter: true,
|
|
12482
|
+
WebkitBackdropFilter: true,
|
|
12483
|
+
background: true,
|
|
12484
|
+
borderTop: true,
|
|
12485
|
+
borderRight: true,
|
|
12486
|
+
borderBottom: true,
|
|
12487
|
+
borderLeft: true,
|
|
12488
|
+
backgroundPosition: true,
|
|
12489
|
+
backgroundSize: true,
|
|
12490
|
+
borderImage: true,
|
|
12491
|
+
caretColor: true,
|
|
12492
|
+
clipPath: true,
|
|
12493
|
+
mask: true,
|
|
12494
|
+
maskBorder: true,
|
|
12495
|
+
maskBorderOutset: true,
|
|
12496
|
+
maskBorderSlice: true,
|
|
12497
|
+
maskBorderSource: true,
|
|
12498
|
+
maskBorderWidth: true,
|
|
12499
|
+
maskImage: true,
|
|
12500
|
+
maskPosition: true,
|
|
12501
|
+
maskSize: true,
|
|
12502
|
+
objectPosition: true,
|
|
12503
|
+
textEmphasis: true,
|
|
12504
|
+
userSelect: true
|
|
12505
|
+
});
|
|
12506
|
+
webOnlyStylePropsText = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebTextProps), {}, {
|
|
12507
|
+
textDecorationDistance: true,
|
|
12508
|
+
WebkitLineClamp: true
|
|
12509
|
+
});
|
|
12510
|
+
}));
|
|
12511
|
+
//#endregion
|
|
12410
12512
|
//#region ../../core/helpers/dist/esm/validStyleProps.native.js
|
|
12411
12513
|
var cssShorthandLonghands, textColors, tokenCategories, nonAnimatableViewProps, nonAnimatableFontProps, nonAnimatableTextOnlyProps, nonAnimatableUnitlessProps, nonAnimatableStyleProps, stylePropsUnitless, stylePropsTransform, stylePropsView, stylePropsTextOnly, stylePropsText, stylePropsAll, validPseudoKeys, validStyles;
|
|
12412
12514
|
var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12413
12515
|
init_index_native$7();
|
|
12516
|
+
init_webOnlyStyleProps_native();
|
|
12414
12517
|
require_objectSpread2.init_objectSpread2();
|
|
12415
12518
|
cssShorthandLonghands = {
|
|
12416
12519
|
borderWidth: true,
|
|
@@ -12483,7 +12586,7 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12483
12586
|
shadowColor: true
|
|
12484
12587
|
}, textColors), {}, { outlineColor: true })
|
|
12485
12588
|
};
|
|
12486
|
-
nonAnimatableViewProps = {
|
|
12589
|
+
nonAnimatableViewProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, gridProps), {}, {
|
|
12487
12590
|
alignContent: true,
|
|
12488
12591
|
alignItems: true,
|
|
12489
12592
|
alignSelf: true,
|
|
@@ -12508,7 +12611,7 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12508
12611
|
outlineStyle: true,
|
|
12509
12612
|
overflow: true,
|
|
12510
12613
|
position: true
|
|
12511
|
-
};
|
|
12614
|
+
});
|
|
12512
12615
|
nonAnimatableFontProps = {
|
|
12513
12616
|
fontFamily: true,
|
|
12514
12617
|
fontStyle: true,
|
|
@@ -12523,12 +12626,10 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12523
12626
|
};
|
|
12524
12627
|
nonAnimatableUnitlessProps = {
|
|
12525
12628
|
WebkitLineClamp: true,
|
|
12526
|
-
lineClamp: true
|
|
12527
|
-
gridTemplateColumns: true,
|
|
12528
|
-
gridTemplateAreas: true
|
|
12629
|
+
lineClamp: true
|
|
12529
12630
|
};
|
|
12530
12631
|
nonAnimatableStyleProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableViewProps), nonAnimatableFontProps), nonAnimatableTextOnlyProps), nonAnimatableUnitlessProps);
|
|
12531
|
-
stylePropsUnitless = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableUnitlessProps), {}, {
|
|
12632
|
+
stylePropsUnitless = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableUnitlessProps), gridUnitless), {}, {
|
|
12532
12633
|
animationIterationCount: true,
|
|
12533
12634
|
aspectRatio: true,
|
|
12534
12635
|
borderImageOutset: true,
|
|
@@ -12542,14 +12643,6 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12542
12643
|
flexShrink: true,
|
|
12543
12644
|
flexNegative: true,
|
|
12544
12645
|
fontWeight: true,
|
|
12545
|
-
gridRow: true,
|
|
12546
|
-
gridRowEnd: true,
|
|
12547
|
-
gridRowGap: true,
|
|
12548
|
-
gridRowStart: true,
|
|
12549
|
-
gridColumn: true,
|
|
12550
|
-
gridColumnEnd: true,
|
|
12551
|
-
gridColumnGap: true,
|
|
12552
|
-
gridColumnStart: true,
|
|
12553
12646
|
opacity: true,
|
|
12554
12647
|
order: true,
|
|
12555
12648
|
orphans: true,
|
|
@@ -12693,83 +12786,6 @@ var init_withStaticProperties_native = require_objectSpread2.__esmMin((() => {
|
|
|
12693
12786
|
};
|
|
12694
12787
|
}));
|
|
12695
12788
|
//#endregion
|
|
12696
|
-
//#region ../../core/helpers/dist/esm/webOnlyStyleProps.native.js
|
|
12697
|
-
var nonAnimatableWebViewProps, nonAnimatableWebTextProps, webOnlyStylePropsView, webOnlyStylePropsText;
|
|
12698
|
-
var init_webOnlyStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12699
|
-
require_objectSpread2.init_objectSpread2();
|
|
12700
|
-
nonAnimatableWebViewProps = {
|
|
12701
|
-
backgroundAttachment: true,
|
|
12702
|
-
backgroundBlendMode: true,
|
|
12703
|
-
backgroundClip: true,
|
|
12704
|
-
backgroundOrigin: true,
|
|
12705
|
-
backgroundRepeat: true,
|
|
12706
|
-
borderBottomStyle: true,
|
|
12707
|
-
borderLeftStyle: true,
|
|
12708
|
-
borderRightStyle: true,
|
|
12709
|
-
borderTopStyle: true,
|
|
12710
|
-
contain: true,
|
|
12711
|
-
containerType: true,
|
|
12712
|
-
content: true,
|
|
12713
|
-
float: true,
|
|
12714
|
-
maskBorderMode: true,
|
|
12715
|
-
maskBorderRepeat: true,
|
|
12716
|
-
maskClip: true,
|
|
12717
|
-
maskComposite: true,
|
|
12718
|
-
maskMode: true,
|
|
12719
|
-
maskOrigin: true,
|
|
12720
|
-
maskRepeat: true,
|
|
12721
|
-
maskType: true,
|
|
12722
|
-
objectFit: true,
|
|
12723
|
-
overflowBlock: true,
|
|
12724
|
-
overflowInline: true,
|
|
12725
|
-
overflowX: true,
|
|
12726
|
-
overflowY: true,
|
|
12727
|
-
pointerEvents: true,
|
|
12728
|
-
scrollbarWidth: true,
|
|
12729
|
-
textWrap: true,
|
|
12730
|
-
touchAction: true,
|
|
12731
|
-
transformStyle: true,
|
|
12732
|
-
willChange: true
|
|
12733
|
-
};
|
|
12734
|
-
nonAnimatableWebTextProps = {
|
|
12735
|
-
whiteSpace: true,
|
|
12736
|
-
wordWrap: true,
|
|
12737
|
-
textOverflow: true,
|
|
12738
|
-
WebkitBoxOrient: true
|
|
12739
|
-
};
|
|
12740
|
-
webOnlyStylePropsView = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebViewProps), {}, {
|
|
12741
|
-
transition: true,
|
|
12742
|
-
backdropFilter: true,
|
|
12743
|
-
WebkitBackdropFilter: true,
|
|
12744
|
-
background: true,
|
|
12745
|
-
borderTop: true,
|
|
12746
|
-
borderRight: true,
|
|
12747
|
-
borderBottom: true,
|
|
12748
|
-
borderLeft: true,
|
|
12749
|
-
backgroundPosition: true,
|
|
12750
|
-
backgroundSize: true,
|
|
12751
|
-
borderImage: true,
|
|
12752
|
-
caretColor: true,
|
|
12753
|
-
clipPath: true,
|
|
12754
|
-
mask: true,
|
|
12755
|
-
maskBorder: true,
|
|
12756
|
-
maskBorderOutset: true,
|
|
12757
|
-
maskBorderSlice: true,
|
|
12758
|
-
maskBorderSource: true,
|
|
12759
|
-
maskBorderWidth: true,
|
|
12760
|
-
maskImage: true,
|
|
12761
|
-
maskPosition: true,
|
|
12762
|
-
maskSize: true,
|
|
12763
|
-
objectPosition: true,
|
|
12764
|
-
textEmphasis: true,
|
|
12765
|
-
userSelect: true
|
|
12766
|
-
});
|
|
12767
|
-
webOnlyStylePropsText = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebTextProps), {}, {
|
|
12768
|
-
textDecorationDistance: true,
|
|
12769
|
-
WebkitLineClamp: true
|
|
12770
|
-
});
|
|
12771
|
-
}));
|
|
12772
|
-
//#endregion
|
|
12773
12789
|
//#region ../../core/helpers/dist/esm/index.native.js
|
|
12774
12790
|
var init_index_native$5 = require_objectSpread2.__esmMin((() => {
|
|
12775
12791
|
init_index_native$6();
|
|
@@ -14498,6 +14514,10 @@ function expandStyle(key, value) {
|
|
|
14498
14514
|
case "position":
|
|
14499
14515
|
if (value === "fixed" || value === "sticky") return [["position", "absolute"]];
|
|
14500
14516
|
return;
|
|
14517
|
+
case "display":
|
|
14518
|
+
if (value === "inline-grid") return [["display", "grid"]];
|
|
14519
|
+
if (value === "list-item") return [["display", "flex"]];
|
|
14520
|
+
return;
|
|
14501
14521
|
case "backgroundImage": return [["experimental_backgroundImage", value]];
|
|
14502
14522
|
case "border":
|
|
14503
14523
|
if (typeof value === "string") {
|
|
@@ -27809,7 +27829,7 @@ var Separator = styledExport(View, {
|
|
|
27809
27829
|
name: "Separator",
|
|
27810
27830
|
variants: {
|
|
27811
27831
|
unstyled: { false: {
|
|
27812
|
-
borderColor: "$
|
|
27832
|
+
borderColor: "$borderColor",
|
|
27813
27833
|
flexShrink: 0,
|
|
27814
27834
|
borderWidth: 0,
|
|
27815
27835
|
flex: 1,
|
|
@@ -35885,6 +35905,8 @@ exports.getVariable = getVariable;
|
|
|
35885
35905
|
exports.getVariableName = getVariableName;
|
|
35886
35906
|
exports.getVariableValue = getVariableValue;
|
|
35887
35907
|
exports.getWebElement = getWebElement;
|
|
35908
|
+
exports.gridProps = gridProps;
|
|
35909
|
+
exports.gridUnitless = gridUnitless;
|
|
35888
35910
|
exports.hasOpenPopovers = hasOpenPopovers;
|
|
35889
35911
|
exports.inputSizeVariant = inputSizeVariant;
|
|
35890
35912
|
exports.insertFont = insertFont;
|
package/dist/test.cjs
CHANGED
|
@@ -12585,10 +12585,113 @@ var init_shouldRenderNativePlatform_native = require_objectSpread2.__esmMin((()
|
|
|
12585
12585
|
];
|
|
12586
12586
|
}));
|
|
12587
12587
|
//#endregion
|
|
12588
|
+
//#region ../../core/helpers/dist/esm/webOnlyStyleProps.native.js
|
|
12589
|
+
var gridTracks, gridUnitless, gridProps, nonAnimatableWebViewProps, nonAnimatableWebTextProps, webOnlyStylePropsView, webOnlyStylePropsText;
|
|
12590
|
+
var init_webOnlyStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12591
|
+
require_objectSpread2.init_objectSpread2();
|
|
12592
|
+
gridTracks = {
|
|
12593
|
+
gridAutoColumns: true,
|
|
12594
|
+
gridAutoRows: true,
|
|
12595
|
+
gridTemplateColumns: true,
|
|
12596
|
+
gridTemplateRows: true
|
|
12597
|
+
};
|
|
12598
|
+
gridUnitless = {
|
|
12599
|
+
grid: true,
|
|
12600
|
+
gridArea: true,
|
|
12601
|
+
gridAutoFlow: true,
|
|
12602
|
+
gridColumn: true,
|
|
12603
|
+
gridColumnEnd: true,
|
|
12604
|
+
gridColumnStart: true,
|
|
12605
|
+
gridRow: true,
|
|
12606
|
+
gridRowEnd: true,
|
|
12607
|
+
gridRowStart: true,
|
|
12608
|
+
gridTemplate: true,
|
|
12609
|
+
gridTemplateAreas: true,
|
|
12610
|
+
justifyItems: true,
|
|
12611
|
+
justifySelf: true,
|
|
12612
|
+
placeContent: true,
|
|
12613
|
+
placeItems: true,
|
|
12614
|
+
placeSelf: true
|
|
12615
|
+
};
|
|
12616
|
+
gridProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, gridTracks), gridUnitless);
|
|
12617
|
+
nonAnimatableWebViewProps = {
|
|
12618
|
+
backgroundAttachment: true,
|
|
12619
|
+
backgroundBlendMode: true,
|
|
12620
|
+
backgroundClip: true,
|
|
12621
|
+
backgroundOrigin: true,
|
|
12622
|
+
backgroundRepeat: true,
|
|
12623
|
+
borderBottomStyle: true,
|
|
12624
|
+
borderLeftStyle: true,
|
|
12625
|
+
borderRightStyle: true,
|
|
12626
|
+
borderTopStyle: true,
|
|
12627
|
+
contain: true,
|
|
12628
|
+
containerType: true,
|
|
12629
|
+
content: true,
|
|
12630
|
+
float: true,
|
|
12631
|
+
maskBorderMode: true,
|
|
12632
|
+
maskBorderRepeat: true,
|
|
12633
|
+
maskClip: true,
|
|
12634
|
+
maskComposite: true,
|
|
12635
|
+
maskMode: true,
|
|
12636
|
+
maskOrigin: true,
|
|
12637
|
+
maskRepeat: true,
|
|
12638
|
+
maskType: true,
|
|
12639
|
+
objectFit: true,
|
|
12640
|
+
overflowBlock: true,
|
|
12641
|
+
overflowInline: true,
|
|
12642
|
+
overflowX: true,
|
|
12643
|
+
overflowY: true,
|
|
12644
|
+
pointerEvents: true,
|
|
12645
|
+
scrollbarWidth: true,
|
|
12646
|
+
textWrap: true,
|
|
12647
|
+
touchAction: true,
|
|
12648
|
+
transformStyle: true,
|
|
12649
|
+
willChange: true
|
|
12650
|
+
};
|
|
12651
|
+
nonAnimatableWebTextProps = {
|
|
12652
|
+
whiteSpace: true,
|
|
12653
|
+
wordWrap: true,
|
|
12654
|
+
textOverflow: true,
|
|
12655
|
+
WebkitBoxOrient: true
|
|
12656
|
+
};
|
|
12657
|
+
webOnlyStylePropsView = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebViewProps), {}, {
|
|
12658
|
+
transition: true,
|
|
12659
|
+
backdropFilter: true,
|
|
12660
|
+
WebkitBackdropFilter: true,
|
|
12661
|
+
background: true,
|
|
12662
|
+
borderTop: true,
|
|
12663
|
+
borderRight: true,
|
|
12664
|
+
borderBottom: true,
|
|
12665
|
+
borderLeft: true,
|
|
12666
|
+
backgroundPosition: true,
|
|
12667
|
+
backgroundSize: true,
|
|
12668
|
+
borderImage: true,
|
|
12669
|
+
caretColor: true,
|
|
12670
|
+
clipPath: true,
|
|
12671
|
+
mask: true,
|
|
12672
|
+
maskBorder: true,
|
|
12673
|
+
maskBorderOutset: true,
|
|
12674
|
+
maskBorderSlice: true,
|
|
12675
|
+
maskBorderSource: true,
|
|
12676
|
+
maskBorderWidth: true,
|
|
12677
|
+
maskImage: true,
|
|
12678
|
+
maskPosition: true,
|
|
12679
|
+
maskSize: true,
|
|
12680
|
+
objectPosition: true,
|
|
12681
|
+
textEmphasis: true,
|
|
12682
|
+
userSelect: true
|
|
12683
|
+
});
|
|
12684
|
+
webOnlyStylePropsText = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebTextProps), {}, {
|
|
12685
|
+
textDecorationDistance: true,
|
|
12686
|
+
WebkitLineClamp: true
|
|
12687
|
+
});
|
|
12688
|
+
}));
|
|
12689
|
+
//#endregion
|
|
12588
12690
|
//#region ../../core/helpers/dist/esm/validStyleProps.native.js
|
|
12589
12691
|
var cssShorthandLonghands, textColors, tokenCategories, nonAnimatableViewProps, nonAnimatableFontProps, nonAnimatableTextOnlyProps, nonAnimatableUnitlessProps, nonAnimatableStyleProps, stylePropsUnitless, stylePropsTransform, stylePropsView, stylePropsTextOnly, stylePropsText, stylePropsAll, validPseudoKeys, validStyles;
|
|
12590
12692
|
var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12591
12693
|
init_index_native$7();
|
|
12694
|
+
init_webOnlyStyleProps_native();
|
|
12592
12695
|
require_objectSpread2.init_objectSpread2();
|
|
12593
12696
|
cssShorthandLonghands = {
|
|
12594
12697
|
borderWidth: true,
|
|
@@ -12661,7 +12764,7 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12661
12764
|
shadowColor: true
|
|
12662
12765
|
}, textColors), {}, { outlineColor: true })
|
|
12663
12766
|
};
|
|
12664
|
-
nonAnimatableViewProps = {
|
|
12767
|
+
nonAnimatableViewProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, gridProps), {}, {
|
|
12665
12768
|
alignContent: true,
|
|
12666
12769
|
alignItems: true,
|
|
12667
12770
|
alignSelf: true,
|
|
@@ -12686,7 +12789,7 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12686
12789
|
outlineStyle: true,
|
|
12687
12790
|
overflow: true,
|
|
12688
12791
|
position: true
|
|
12689
|
-
};
|
|
12792
|
+
});
|
|
12690
12793
|
nonAnimatableFontProps = {
|
|
12691
12794
|
fontFamily: true,
|
|
12692
12795
|
fontStyle: true,
|
|
@@ -12701,12 +12804,10 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12701
12804
|
};
|
|
12702
12805
|
nonAnimatableUnitlessProps = {
|
|
12703
12806
|
WebkitLineClamp: true,
|
|
12704
|
-
lineClamp: true
|
|
12705
|
-
gridTemplateColumns: true,
|
|
12706
|
-
gridTemplateAreas: true
|
|
12807
|
+
lineClamp: true
|
|
12707
12808
|
};
|
|
12708
12809
|
nonAnimatableStyleProps = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableViewProps), nonAnimatableFontProps), nonAnimatableTextOnlyProps), nonAnimatableUnitlessProps);
|
|
12709
|
-
stylePropsUnitless = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableUnitlessProps), {}, {
|
|
12810
|
+
stylePropsUnitless = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableUnitlessProps), gridUnitless), {}, {
|
|
12710
12811
|
animationIterationCount: true,
|
|
12711
12812
|
aspectRatio: true,
|
|
12712
12813
|
borderImageOutset: true,
|
|
@@ -12720,14 +12821,6 @@ var init_validStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
|
12720
12821
|
flexShrink: true,
|
|
12721
12822
|
flexNegative: true,
|
|
12722
12823
|
fontWeight: true,
|
|
12723
|
-
gridRow: true,
|
|
12724
|
-
gridRowEnd: true,
|
|
12725
|
-
gridRowGap: true,
|
|
12726
|
-
gridRowStart: true,
|
|
12727
|
-
gridColumn: true,
|
|
12728
|
-
gridColumnEnd: true,
|
|
12729
|
-
gridColumnGap: true,
|
|
12730
|
-
gridColumnStart: true,
|
|
12731
12824
|
opacity: true,
|
|
12732
12825
|
order: true,
|
|
12733
12826
|
orphans: true,
|
|
@@ -12871,83 +12964,6 @@ var init_withStaticProperties_native = require_objectSpread2.__esmMin((() => {
|
|
|
12871
12964
|
};
|
|
12872
12965
|
}));
|
|
12873
12966
|
//#endregion
|
|
12874
|
-
//#region ../../core/helpers/dist/esm/webOnlyStyleProps.native.js
|
|
12875
|
-
var nonAnimatableWebViewProps, nonAnimatableWebTextProps, webOnlyStylePropsView, webOnlyStylePropsText;
|
|
12876
|
-
var init_webOnlyStyleProps_native = require_objectSpread2.__esmMin((() => {
|
|
12877
|
-
require_objectSpread2.init_objectSpread2();
|
|
12878
|
-
nonAnimatableWebViewProps = {
|
|
12879
|
-
backgroundAttachment: true,
|
|
12880
|
-
backgroundBlendMode: true,
|
|
12881
|
-
backgroundClip: true,
|
|
12882
|
-
backgroundOrigin: true,
|
|
12883
|
-
backgroundRepeat: true,
|
|
12884
|
-
borderBottomStyle: true,
|
|
12885
|
-
borderLeftStyle: true,
|
|
12886
|
-
borderRightStyle: true,
|
|
12887
|
-
borderTopStyle: true,
|
|
12888
|
-
contain: true,
|
|
12889
|
-
containerType: true,
|
|
12890
|
-
content: true,
|
|
12891
|
-
float: true,
|
|
12892
|
-
maskBorderMode: true,
|
|
12893
|
-
maskBorderRepeat: true,
|
|
12894
|
-
maskClip: true,
|
|
12895
|
-
maskComposite: true,
|
|
12896
|
-
maskMode: true,
|
|
12897
|
-
maskOrigin: true,
|
|
12898
|
-
maskRepeat: true,
|
|
12899
|
-
maskType: true,
|
|
12900
|
-
objectFit: true,
|
|
12901
|
-
overflowBlock: true,
|
|
12902
|
-
overflowInline: true,
|
|
12903
|
-
overflowX: true,
|
|
12904
|
-
overflowY: true,
|
|
12905
|
-
pointerEvents: true,
|
|
12906
|
-
scrollbarWidth: true,
|
|
12907
|
-
textWrap: true,
|
|
12908
|
-
touchAction: true,
|
|
12909
|
-
transformStyle: true,
|
|
12910
|
-
willChange: true
|
|
12911
|
-
};
|
|
12912
|
-
nonAnimatableWebTextProps = {
|
|
12913
|
-
whiteSpace: true,
|
|
12914
|
-
wordWrap: true,
|
|
12915
|
-
textOverflow: true,
|
|
12916
|
-
WebkitBoxOrient: true
|
|
12917
|
-
};
|
|
12918
|
-
webOnlyStylePropsView = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebViewProps), {}, {
|
|
12919
|
-
transition: true,
|
|
12920
|
-
backdropFilter: true,
|
|
12921
|
-
WebkitBackdropFilter: true,
|
|
12922
|
-
background: true,
|
|
12923
|
-
borderTop: true,
|
|
12924
|
-
borderRight: true,
|
|
12925
|
-
borderBottom: true,
|
|
12926
|
-
borderLeft: true,
|
|
12927
|
-
backgroundPosition: true,
|
|
12928
|
-
backgroundSize: true,
|
|
12929
|
-
borderImage: true,
|
|
12930
|
-
caretColor: true,
|
|
12931
|
-
clipPath: true,
|
|
12932
|
-
mask: true,
|
|
12933
|
-
maskBorder: true,
|
|
12934
|
-
maskBorderOutset: true,
|
|
12935
|
-
maskBorderSlice: true,
|
|
12936
|
-
maskBorderSource: true,
|
|
12937
|
-
maskBorderWidth: true,
|
|
12938
|
-
maskImage: true,
|
|
12939
|
-
maskPosition: true,
|
|
12940
|
-
maskSize: true,
|
|
12941
|
-
objectPosition: true,
|
|
12942
|
-
textEmphasis: true,
|
|
12943
|
-
userSelect: true
|
|
12944
|
-
});
|
|
12945
|
-
webOnlyStylePropsText = require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, nonAnimatableWebTextProps), {}, {
|
|
12946
|
-
textDecorationDistance: true,
|
|
12947
|
-
WebkitLineClamp: true
|
|
12948
|
-
});
|
|
12949
|
-
}));
|
|
12950
|
-
//#endregion
|
|
12951
12967
|
//#region ../../core/helpers/dist/esm/index.native.js
|
|
12952
12968
|
var init_index_native$5 = require_objectSpread2.__esmMin((() => {
|
|
12953
12969
|
init_index_native$6();
|
|
@@ -14676,6 +14692,10 @@ function expandStyle(key, value) {
|
|
|
14676
14692
|
case "position":
|
|
14677
14693
|
if (value === "fixed" || value === "sticky") return [["position", "absolute"]];
|
|
14678
14694
|
return;
|
|
14695
|
+
case "display":
|
|
14696
|
+
if (value === "inline-grid") return [["display", "grid"]];
|
|
14697
|
+
if (value === "list-item") return [["display", "flex"]];
|
|
14698
|
+
return;
|
|
14679
14699
|
case "backgroundImage": return [["experimental_backgroundImage", value]];
|
|
14680
14700
|
case "border":
|
|
14681
14701
|
if (typeof value === "string") {
|
|
@@ -27876,7 +27896,7 @@ var Separator = styledExport(View, {
|
|
|
27876
27896
|
name: "Separator",
|
|
27877
27897
|
variants: {
|
|
27878
27898
|
unstyled: { false: {
|
|
27879
|
-
borderColor: "$
|
|
27899
|
+
borderColor: "$borderColor",
|
|
27880
27900
|
flexShrink: 0,
|
|
27881
27901
|
borderWidth: 0,
|
|
27882
27902
|
flex: 1,
|
|
@@ -35952,6 +35972,8 @@ exports.getVariable = getVariable;
|
|
|
35952
35972
|
exports.getVariableName = getVariableName;
|
|
35953
35973
|
exports.getVariableValue = getVariableValue;
|
|
35954
35974
|
exports.getWebElement = getWebElement;
|
|
35975
|
+
exports.gridProps = gridProps;
|
|
35976
|
+
exports.gridUnitless = gridUnitless;
|
|
35955
35977
|
exports.hasOpenPopovers = hasOpenPopovers;
|
|
35956
35978
|
exports.inputSizeVariant = inputSizeVariant;
|
|
35957
35979
|
exports.insertFont = insertFont;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/gui",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
5
5
|
"description": "Style and UI for React (web and native) meet an optimizing compiler",
|
|
6
6
|
"repository": {
|
|
@@ -101,74 +101,74 @@
|
|
|
101
101
|
"test": "node --test css-check.test.mjs"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@hanzogui/accordion": "8.
|
|
105
|
-
"@hanzogui/adapt": "8.
|
|
106
|
-
"@hanzogui/alert-dialog": "8.
|
|
107
|
-
"@hanzogui/animate": "8.
|
|
108
|
-
"@hanzogui/animate-presence": "8.
|
|
109
|
-
"@hanzogui/avatar": "8.
|
|
110
|
-
"@hanzogui/button": "8.
|
|
111
|
-
"@hanzogui/card": "8.
|
|
112
|
-
"@hanzogui/checkbox": "8.
|
|
113
|
-
"@hanzogui/collapsible": "8.
|
|
114
|
-
"@hanzogui/component-helpers": "8.
|
|
115
|
-
"@hanzogui/compose-refs": "8.
|
|
116
|
-
"@hanzogui/constants": "8.
|
|
117
|
-
"@hanzogui/context-menu": "8.
|
|
118
|
-
"@hanzogui/core": "8.
|
|
119
|
-
"@hanzogui/create-context": "8.
|
|
120
|
-
"@hanzogui/create-menu": "8.
|
|
121
|
-
"@hanzogui/dialog": "8.
|
|
122
|
-
"@hanzogui/element": "8.
|
|
123
|
-
"@hanzogui/elements": "8.
|
|
124
|
-
"@hanzogui/fake-react-native": "8.
|
|
125
|
-
"@hanzogui/focusable": "8.
|
|
126
|
-
"@hanzogui/font-size": "8.
|
|
127
|
-
"@hanzogui/form": "8.
|
|
128
|
-
"@hanzogui/get-button-sized": "8.
|
|
129
|
-
"@hanzogui/get-font-sized": "8.
|
|
130
|
-
"@hanzogui/get-token": "8.
|
|
131
|
-
"@hanzogui/group": "8.
|
|
132
|
-
"@hanzogui/image": "8.
|
|
133
|
-
"@hanzogui/input": "8.
|
|
134
|
-
"@hanzogui/label": "8.
|
|
135
|
-
"@hanzogui/linear-gradient": "8.
|
|
136
|
-
"@hanzogui/list-item": "8.
|
|
137
|
-
"@hanzogui/menu": "8.
|
|
138
|
-
"@hanzogui/polyfill-dev": "8.
|
|
139
|
-
"@hanzogui/popover": "8.
|
|
140
|
-
"@hanzogui/popper": "8.
|
|
141
|
-
"@hanzogui/portal": "8.
|
|
142
|
-
"@hanzogui/progress": "8.
|
|
143
|
-
"@hanzogui/radio-group": "8.
|
|
144
|
-
"@hanzogui/react-native-media-driver": "8.
|
|
145
|
-
"@hanzogui/scroll-view": "8.
|
|
146
|
-
"@hanzogui/select": "8.
|
|
147
|
-
"@hanzogui/separator": "8.
|
|
148
|
-
"@hanzogui/shapes": "8.
|
|
149
|
-
"@hanzogui/sheet": "8.
|
|
150
|
-
"@hanzogui/slider": "8.
|
|
151
|
-
"@hanzogui/spacer": "8.
|
|
152
|
-
"@hanzogui/spinner": "8.
|
|
153
|
-
"@hanzogui/stacks": "8.
|
|
154
|
-
"@hanzogui/switch": "8.
|
|
155
|
-
"@hanzogui/tabs": "8.
|
|
156
|
-
"@hanzogui/telemetry": "8.
|
|
157
|
-
"@hanzogui/text": "8.
|
|
158
|
-
"@hanzogui/theme": "8.
|
|
159
|
-
"@hanzogui/toast": "8.
|
|
160
|
-
"@hanzogui/toggle-group": "8.
|
|
161
|
-
"@hanzogui/tooltip": "8.
|
|
162
|
-
"@hanzogui/use-controllable-state": "8.
|
|
163
|
-
"@hanzogui/use-debounce": "8.
|
|
164
|
-
"@hanzogui/use-force-update": "8.
|
|
165
|
-
"@hanzogui/use-window-dimensions": "8.
|
|
166
|
-
"@hanzogui/visually-hidden": "8.
|
|
167
|
-
"@hanzogui/web": "8.
|
|
168
|
-
"@hanzogui/z-index-stack": "8.
|
|
104
|
+
"@hanzogui/accordion": "8.3.0",
|
|
105
|
+
"@hanzogui/adapt": "8.3.0",
|
|
106
|
+
"@hanzogui/alert-dialog": "8.3.0",
|
|
107
|
+
"@hanzogui/animate": "8.3.0",
|
|
108
|
+
"@hanzogui/animate-presence": "8.3.0",
|
|
109
|
+
"@hanzogui/avatar": "8.3.0",
|
|
110
|
+
"@hanzogui/button": "8.3.0",
|
|
111
|
+
"@hanzogui/card": "8.3.0",
|
|
112
|
+
"@hanzogui/checkbox": "8.3.0",
|
|
113
|
+
"@hanzogui/collapsible": "8.3.0",
|
|
114
|
+
"@hanzogui/component-helpers": "8.3.0",
|
|
115
|
+
"@hanzogui/compose-refs": "8.3.0",
|
|
116
|
+
"@hanzogui/constants": "8.3.0",
|
|
117
|
+
"@hanzogui/context-menu": "8.3.0",
|
|
118
|
+
"@hanzogui/core": "8.3.0",
|
|
119
|
+
"@hanzogui/create-context": "8.3.0",
|
|
120
|
+
"@hanzogui/create-menu": "8.3.0",
|
|
121
|
+
"@hanzogui/dialog": "8.3.0",
|
|
122
|
+
"@hanzogui/element": "8.3.0",
|
|
123
|
+
"@hanzogui/elements": "8.3.0",
|
|
124
|
+
"@hanzogui/fake-react-native": "8.3.0",
|
|
125
|
+
"@hanzogui/focusable": "8.3.0",
|
|
126
|
+
"@hanzogui/font-size": "8.3.0",
|
|
127
|
+
"@hanzogui/form": "8.3.0",
|
|
128
|
+
"@hanzogui/get-button-sized": "8.3.0",
|
|
129
|
+
"@hanzogui/get-font-sized": "8.3.0",
|
|
130
|
+
"@hanzogui/get-token": "8.3.0",
|
|
131
|
+
"@hanzogui/group": "8.3.0",
|
|
132
|
+
"@hanzogui/image": "8.3.0",
|
|
133
|
+
"@hanzogui/input": "8.3.0",
|
|
134
|
+
"@hanzogui/label": "8.3.0",
|
|
135
|
+
"@hanzogui/linear-gradient": "8.3.0",
|
|
136
|
+
"@hanzogui/list-item": "8.3.0",
|
|
137
|
+
"@hanzogui/menu": "8.3.0",
|
|
138
|
+
"@hanzogui/polyfill-dev": "8.3.0",
|
|
139
|
+
"@hanzogui/popover": "8.3.0",
|
|
140
|
+
"@hanzogui/popper": "8.3.0",
|
|
141
|
+
"@hanzogui/portal": "8.3.0",
|
|
142
|
+
"@hanzogui/progress": "8.3.0",
|
|
143
|
+
"@hanzogui/radio-group": "8.3.0",
|
|
144
|
+
"@hanzogui/react-native-media-driver": "8.3.0",
|
|
145
|
+
"@hanzogui/scroll-view": "8.3.0",
|
|
146
|
+
"@hanzogui/select": "8.3.0",
|
|
147
|
+
"@hanzogui/separator": "8.3.0",
|
|
148
|
+
"@hanzogui/shapes": "8.3.0",
|
|
149
|
+
"@hanzogui/sheet": "8.3.0",
|
|
150
|
+
"@hanzogui/slider": "8.3.0",
|
|
151
|
+
"@hanzogui/spacer": "8.3.0",
|
|
152
|
+
"@hanzogui/spinner": "8.3.0",
|
|
153
|
+
"@hanzogui/stacks": "8.3.0",
|
|
154
|
+
"@hanzogui/switch": "8.3.0",
|
|
155
|
+
"@hanzogui/tabs": "8.3.0",
|
|
156
|
+
"@hanzogui/telemetry": "8.3.0",
|
|
157
|
+
"@hanzogui/text": "8.3.0",
|
|
158
|
+
"@hanzogui/theme": "8.3.0",
|
|
159
|
+
"@hanzogui/toast": "8.3.0",
|
|
160
|
+
"@hanzogui/toggle-group": "8.3.0",
|
|
161
|
+
"@hanzogui/tooltip": "8.3.0",
|
|
162
|
+
"@hanzogui/use-controllable-state": "8.3.0",
|
|
163
|
+
"@hanzogui/use-debounce": "8.3.0",
|
|
164
|
+
"@hanzogui/use-force-update": "8.3.0",
|
|
165
|
+
"@hanzogui/use-window-dimensions": "8.3.0",
|
|
166
|
+
"@hanzogui/visually-hidden": "8.3.0",
|
|
167
|
+
"@hanzogui/web": "8.3.0",
|
|
168
|
+
"@hanzogui/z-index-stack": "8.3.0"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
|
-
"@hanzogui/build": "8.
|
|
171
|
+
"@hanzogui/build": "8.3.0",
|
|
172
172
|
"react": ">=19",
|
|
173
173
|
"react-native": "0.83.2",
|
|
174
174
|
"react-native-web": "^0.21.0"
|