@yamada-ui/react 2.2.2-dev-20260517212608 → 2.2.2-dev-20260525083850
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/cjs/core/css/styles.cjs +38 -0
- package/dist/cjs/core/css/styles.cjs.map +1 -1
- package/dist/esm/core/css/styles.js +38 -0
- package/dist/esm/core/css/styles.js.map +1 -1
- package/dist/types/components/accordion/accordion.style.d.ts +1 -1
- package/dist/types/components/alert/alert.style.d.ts +1 -1
- package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts +3 -3
- package/dist/types/components/avatar/avatar.style.d.ts +1 -1
- package/dist/types/components/breadcrumb/breadcrumb.style.d.ts +1 -1
- package/dist/types/components/calendar/calendar.style.d.ts +2 -2
- package/dist/types/components/carousel/carousel.style.d.ts +2 -2
- package/dist/types/components/chart/cartesian-chart.style.d.ts +1 -1
- package/dist/types/components/chart/polar-chart.style.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +1 -1
- package/dist/types/components/checkbox-card/checkbox-card.d.ts +3 -3
- package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.style.d.ts +1 -1
- package/dist/types/components/color-selector/color-selector.style.d.ts +2 -2
- package/dist/types/components/data-list/data-list.style.d.ts +1 -1
- package/dist/types/components/date-picker/date-picker.style.d.ts +1 -1
- package/dist/types/components/drawer/drawer.style.d.ts +2 -2
- package/dist/types/components/dropzone/dropzone.d.ts +1 -1
- package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
- package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
- package/dist/types/components/flip/flip.d.ts +1 -1
- package/dist/types/components/flip/flip.style.d.ts +1 -1
- package/dist/types/components/form/form.style.d.ts +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.style.d.ts +2 -2
- package/dist/types/components/list/list.style.d.ts +2 -2
- package/dist/types/components/loading/loading.d.ts +1 -1
- package/dist/types/components/menu/menu.style.d.ts +2 -2
- package/dist/types/components/modal/modal.style.d.ts +2 -2
- package/dist/types/components/native-accordion/native-accordion.style.d.ts +2 -2
- package/dist/types/components/native-select/native-select.style.d.ts +1 -1
- package/dist/types/components/notice/notice.style.d.ts +1 -1
- package/dist/types/components/number-input/number-input.style.d.ts +1 -1
- package/dist/types/components/pagination/pagination.style.d.ts +1 -1
- package/dist/types/components/password-input/password-input.style.d.ts +1 -1
- package/dist/types/components/pin-input/pin-input.style.d.ts +1 -1
- package/dist/types/components/radio/radio.d.ts +1 -1
- package/dist/types/components/radio-card/radio-card.d.ts +3 -3
- package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
- package/dist/types/components/rating/rating.style.d.ts +2 -2
- package/dist/types/components/reorder/reorder.style.d.ts +1 -1
- package/dist/types/components/resizable/resizable.style.d.ts +2 -2
- package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
- package/dist/types/components/select/select.style.d.ts +1 -1
- package/dist/types/components/steps/steps.style.d.ts +1 -1
- package/dist/types/components/tag/tag.style.d.ts +1 -1
- package/dist/types/components/timeline/timeline.d.ts +1 -1
- package/dist/types/components/timeline/timeline.style.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +1 -1
- package/dist/types/components/tree/tree.style.d.ts +1 -1
- package/dist/types/core/css/styles.d.ts +459 -1
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +1 -1
- package/package.json +3 -3
|
@@ -484,12 +484,23 @@ declare const standardStyles: {
|
|
|
484
484
|
readonly properties: ["columnRule"];
|
|
485
485
|
readonly transform: (value: any) => any;
|
|
486
486
|
};
|
|
487
|
+
readonly columnRuleBreak: true;
|
|
487
488
|
readonly columnRuleColor: {
|
|
488
489
|
readonly properties: ["columnRuleColor"];
|
|
489
490
|
readonly token: "colors";
|
|
490
491
|
readonly transform: Transform;
|
|
491
492
|
};
|
|
493
|
+
readonly columnRuleInset: true;
|
|
494
|
+
readonly columnRuleInsetCap: true;
|
|
495
|
+
readonly columnRuleInsetCapEnd: true;
|
|
496
|
+
readonly columnRuleInsetCapStart: true;
|
|
497
|
+
readonly columnRuleInsetEnd: true;
|
|
498
|
+
readonly columnRuleInsetJunction: true;
|
|
499
|
+
readonly columnRuleInsetJunctionEnd: true;
|
|
500
|
+
readonly columnRuleInsetJunctionStart: true;
|
|
501
|
+
readonly columnRuleInsetStart: true;
|
|
492
502
|
readonly columnRuleStyle: true;
|
|
503
|
+
readonly columnRuleVisibilityItems: true;
|
|
493
504
|
readonly columnRuleWidth: {
|
|
494
505
|
readonly properties: ["columnRuleWidth"];
|
|
495
506
|
readonly transform: (value: any) => any;
|
|
@@ -1098,9 +1109,36 @@ declare const standardStyles: {
|
|
|
1098
1109
|
readonly token: "spaces";
|
|
1099
1110
|
readonly transform: Transform;
|
|
1100
1111
|
};
|
|
1112
|
+
readonly rowRule: true;
|
|
1113
|
+
readonly rowRuleBreak: true;
|
|
1114
|
+
readonly rowRuleColor: true;
|
|
1115
|
+
readonly rowRuleInset: true;
|
|
1116
|
+
readonly rowRuleInsetCap: true;
|
|
1117
|
+
readonly rowRuleInsetCapEnd: true;
|
|
1118
|
+
readonly rowRuleInsetCapStart: true;
|
|
1119
|
+
readonly rowRuleInsetEnd: true;
|
|
1120
|
+
readonly rowRuleInsetJunction: true;
|
|
1121
|
+
readonly rowRuleInsetJunctionEnd: true;
|
|
1122
|
+
readonly rowRuleInsetJunctionStart: true;
|
|
1123
|
+
readonly rowRuleInsetStart: true;
|
|
1124
|
+
readonly rowRuleStyle: true;
|
|
1125
|
+
readonly rowRuleVisibilityItems: true;
|
|
1126
|
+
readonly rowRuleWidth: true;
|
|
1101
1127
|
readonly rubyAlign: true;
|
|
1102
1128
|
readonly rubyOverhang: true;
|
|
1103
1129
|
readonly rubyPosition: true;
|
|
1130
|
+
readonly rule: true;
|
|
1131
|
+
readonly ruleBreak: true;
|
|
1132
|
+
readonly ruleColor: true;
|
|
1133
|
+
readonly ruleInset: true;
|
|
1134
|
+
readonly ruleInsetCap: true;
|
|
1135
|
+
readonly ruleInsetEnd: true;
|
|
1136
|
+
readonly ruleInsetJunction: true;
|
|
1137
|
+
readonly ruleInsetStart: true;
|
|
1138
|
+
readonly ruleOverlap: true;
|
|
1139
|
+
readonly ruleStyle: true;
|
|
1140
|
+
readonly ruleVisibilityItems: true;
|
|
1141
|
+
readonly ruleWidth: true;
|
|
1104
1142
|
readonly rx: true;
|
|
1105
1143
|
readonly ry: true;
|
|
1106
1144
|
readonly saturate: {
|
|
@@ -2931,12 +2969,23 @@ declare const styles: {
|
|
|
2931
2969
|
readonly properties: ["columnRule"];
|
|
2932
2970
|
readonly transform: (value: any) => any;
|
|
2933
2971
|
};
|
|
2972
|
+
readonly columnRuleBreak: true;
|
|
2934
2973
|
readonly columnRuleColor: {
|
|
2935
2974
|
readonly properties: ["columnRuleColor"];
|
|
2936
2975
|
readonly token: "colors";
|
|
2937
2976
|
readonly transform: Transform;
|
|
2938
2977
|
};
|
|
2978
|
+
readonly columnRuleInset: true;
|
|
2979
|
+
readonly columnRuleInsetCap: true;
|
|
2980
|
+
readonly columnRuleInsetCapEnd: true;
|
|
2981
|
+
readonly columnRuleInsetCapStart: true;
|
|
2982
|
+
readonly columnRuleInsetEnd: true;
|
|
2983
|
+
readonly columnRuleInsetJunction: true;
|
|
2984
|
+
readonly columnRuleInsetJunctionEnd: true;
|
|
2985
|
+
readonly columnRuleInsetJunctionStart: true;
|
|
2986
|
+
readonly columnRuleInsetStart: true;
|
|
2939
2987
|
readonly columnRuleStyle: true;
|
|
2988
|
+
readonly columnRuleVisibilityItems: true;
|
|
2940
2989
|
readonly columnRuleWidth: {
|
|
2941
2990
|
readonly properties: ["columnRuleWidth"];
|
|
2942
2991
|
readonly transform: (value: any) => any;
|
|
@@ -3545,9 +3594,36 @@ declare const styles: {
|
|
|
3545
3594
|
readonly token: "spaces";
|
|
3546
3595
|
readonly transform: Transform;
|
|
3547
3596
|
};
|
|
3597
|
+
readonly rowRule: true;
|
|
3598
|
+
readonly rowRuleBreak: true;
|
|
3599
|
+
readonly rowRuleColor: true;
|
|
3600
|
+
readonly rowRuleInset: true;
|
|
3601
|
+
readonly rowRuleInsetCap: true;
|
|
3602
|
+
readonly rowRuleInsetCapEnd: true;
|
|
3603
|
+
readonly rowRuleInsetCapStart: true;
|
|
3604
|
+
readonly rowRuleInsetEnd: true;
|
|
3605
|
+
readonly rowRuleInsetJunction: true;
|
|
3606
|
+
readonly rowRuleInsetJunctionEnd: true;
|
|
3607
|
+
readonly rowRuleInsetJunctionStart: true;
|
|
3608
|
+
readonly rowRuleInsetStart: true;
|
|
3609
|
+
readonly rowRuleStyle: true;
|
|
3610
|
+
readonly rowRuleVisibilityItems: true;
|
|
3611
|
+
readonly rowRuleWidth: true;
|
|
3548
3612
|
readonly rubyAlign: true;
|
|
3549
3613
|
readonly rubyOverhang: true;
|
|
3550
3614
|
readonly rubyPosition: true;
|
|
3615
|
+
readonly rule: true;
|
|
3616
|
+
readonly ruleBreak: true;
|
|
3617
|
+
readonly ruleColor: true;
|
|
3618
|
+
readonly ruleInset: true;
|
|
3619
|
+
readonly ruleInsetCap: true;
|
|
3620
|
+
readonly ruleInsetEnd: true;
|
|
3621
|
+
readonly ruleInsetJunction: true;
|
|
3622
|
+
readonly ruleInsetStart: true;
|
|
3623
|
+
readonly ruleOverlap: true;
|
|
3624
|
+
readonly ruleStyle: true;
|
|
3625
|
+
readonly ruleVisibilityItems: true;
|
|
3626
|
+
readonly ruleWidth: true;
|
|
3551
3627
|
readonly rx: true;
|
|
3552
3628
|
readonly ry: true;
|
|
3553
3629
|
readonly saturate: {
|
|
@@ -6333,6 +6409,16 @@ interface StyleProps {
|
|
|
6333
6409
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule
|
|
6334
6410
|
*/
|
|
6335
6411
|
columnRule?: StyleValueWithCondition<AnyString | CSS.Property.ColumnRule | number>;
|
|
6412
|
+
/**
|
|
6413
|
+
* ### column-rule-break
|
|
6414
|
+
*
|
|
6415
|
+
* The CSS `column-rule-break` property.
|
|
6416
|
+
*
|
|
6417
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-break
|
|
6418
|
+
*
|
|
6419
|
+
* @experimental
|
|
6420
|
+
*/
|
|
6421
|
+
columnRuleBreak?: StyleValueWithCondition<AnyString>;
|
|
6336
6422
|
/**
|
|
6337
6423
|
* ### column-rule-color
|
|
6338
6424
|
*
|
|
@@ -6345,6 +6431,96 @@ interface StyleProps {
|
|
|
6345
6431
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule-color
|
|
6346
6432
|
*/
|
|
6347
6433
|
columnRuleColor?: StyleValueWithCondition<AnyString | CSS.Property.ColumnRuleColor, "colors">;
|
|
6434
|
+
/**
|
|
6435
|
+
* ### column-rule-inset
|
|
6436
|
+
*
|
|
6437
|
+
* The CSS `column-rule-inset` property.
|
|
6438
|
+
*
|
|
6439
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset
|
|
6440
|
+
*
|
|
6441
|
+
* @experimental
|
|
6442
|
+
*/
|
|
6443
|
+
columnRuleInset?: StyleValueWithCondition<AnyString>;
|
|
6444
|
+
/**
|
|
6445
|
+
* ### column-rule-inset-cap
|
|
6446
|
+
*
|
|
6447
|
+
* The CSS `column-rule-inset-cap` property.
|
|
6448
|
+
*
|
|
6449
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap
|
|
6450
|
+
*
|
|
6451
|
+
* @experimental
|
|
6452
|
+
*/
|
|
6453
|
+
columnRuleInsetCap?: StyleValueWithCondition<AnyString>;
|
|
6454
|
+
/**
|
|
6455
|
+
* ### column-rule-inset-cap-end
|
|
6456
|
+
*
|
|
6457
|
+
* The CSS `column-rule-inset-cap-end` property.
|
|
6458
|
+
*
|
|
6459
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-end
|
|
6460
|
+
*
|
|
6461
|
+
* @experimental
|
|
6462
|
+
*/
|
|
6463
|
+
columnRuleInsetCapEnd?: StyleValueWithCondition<AnyString>;
|
|
6464
|
+
/**
|
|
6465
|
+
* ### column-rule-inset-cap-start
|
|
6466
|
+
*
|
|
6467
|
+
* The CSS `column-rule-inset-cap-start` property.
|
|
6468
|
+
*
|
|
6469
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
|
|
6470
|
+
*
|
|
6471
|
+
* @experimental
|
|
6472
|
+
*/
|
|
6473
|
+
columnRuleInsetCapStart?: StyleValueWithCondition<AnyString>;
|
|
6474
|
+
/**
|
|
6475
|
+
* ### column-rule-inset-end
|
|
6476
|
+
*
|
|
6477
|
+
* The CSS `column-rule-inset-end` property.
|
|
6478
|
+
*
|
|
6479
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-end
|
|
6480
|
+
*
|
|
6481
|
+
* @experimental
|
|
6482
|
+
*/
|
|
6483
|
+
columnRuleInsetEnd?: StyleValueWithCondition<AnyString>;
|
|
6484
|
+
/**
|
|
6485
|
+
* ### column-rule-inset-junction
|
|
6486
|
+
*
|
|
6487
|
+
* The CSS `column-rule-inset-junction` property.
|
|
6488
|
+
*
|
|
6489
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction
|
|
6490
|
+
*
|
|
6491
|
+
* @experimental
|
|
6492
|
+
*/
|
|
6493
|
+
columnRuleInsetJunction?: StyleValueWithCondition<AnyString>;
|
|
6494
|
+
/**
|
|
6495
|
+
* ### column-rule-inset-junction-end
|
|
6496
|
+
*
|
|
6497
|
+
* The CSS `column-rule-inset-junction-end` property.
|
|
6498
|
+
*
|
|
6499
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-end
|
|
6500
|
+
*
|
|
6501
|
+
* @experimental
|
|
6502
|
+
*/
|
|
6503
|
+
columnRuleInsetJunctionEnd?: StyleValueWithCondition<AnyString>;
|
|
6504
|
+
/**
|
|
6505
|
+
* ### column-rule-inset-junction-start
|
|
6506
|
+
*
|
|
6507
|
+
* The CSS `column-rule-inset-junction-start` property.
|
|
6508
|
+
*
|
|
6509
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-start
|
|
6510
|
+
*
|
|
6511
|
+
* @experimental
|
|
6512
|
+
*/
|
|
6513
|
+
columnRuleInsetJunctionStart?: StyleValueWithCondition<AnyString>;
|
|
6514
|
+
/**
|
|
6515
|
+
* ### column-rule-inset-start
|
|
6516
|
+
*
|
|
6517
|
+
* The CSS `column-rule-inset-start` property.
|
|
6518
|
+
*
|
|
6519
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-start
|
|
6520
|
+
*
|
|
6521
|
+
* @experimental
|
|
6522
|
+
*/
|
|
6523
|
+
columnRuleInsetStart?: StyleValueWithCondition<AnyString>;
|
|
6348
6524
|
/**
|
|
6349
6525
|
* ### column-rule-style
|
|
6350
6526
|
*
|
|
@@ -6357,6 +6533,16 @@ interface StyleProps {
|
|
|
6357
6533
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule-style
|
|
6358
6534
|
*/
|
|
6359
6535
|
columnRuleStyle?: StyleValueWithCondition<AnyString | CSS.Property.ColumnRuleStyle>;
|
|
6536
|
+
/**
|
|
6537
|
+
* ### column-rule-visibility-items
|
|
6538
|
+
*
|
|
6539
|
+
* The CSS `column-rule-visibility-items` property.
|
|
6540
|
+
*
|
|
6541
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-visibility-items
|
|
6542
|
+
*
|
|
6543
|
+
* @experimental
|
|
6544
|
+
*/
|
|
6545
|
+
columnRuleVisibilityItems?: StyleValueWithCondition<AnyString>;
|
|
6360
6546
|
/**
|
|
6361
6547
|
* ### column-rule-width
|
|
6362
6548
|
*
|
|
@@ -10370,6 +10556,156 @@ interface StyleProps {
|
|
|
10370
10556
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/row-gap
|
|
10371
10557
|
*/
|
|
10372
10558
|
rowGap?: StyleValueWithCondition<AnyString | CSS.Property.RowGap | number, "spaces">;
|
|
10559
|
+
/**
|
|
10560
|
+
* ### row-rule
|
|
10561
|
+
*
|
|
10562
|
+
* The CSS `row-rule` property.
|
|
10563
|
+
*
|
|
10564
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule
|
|
10565
|
+
*
|
|
10566
|
+
* @experimental
|
|
10567
|
+
*/
|
|
10568
|
+
rowRule?: StyleValueWithCondition<AnyString>;
|
|
10569
|
+
/**
|
|
10570
|
+
* ### row-rule-break
|
|
10571
|
+
*
|
|
10572
|
+
* The CSS `row-rule-break` property.
|
|
10573
|
+
*
|
|
10574
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-break
|
|
10575
|
+
*
|
|
10576
|
+
* @experimental
|
|
10577
|
+
*/
|
|
10578
|
+
rowRuleBreak?: StyleValueWithCondition<AnyString>;
|
|
10579
|
+
/**
|
|
10580
|
+
* ### row-rule-color
|
|
10581
|
+
*
|
|
10582
|
+
* The CSS `row-rule-color` property.
|
|
10583
|
+
*
|
|
10584
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-color
|
|
10585
|
+
*
|
|
10586
|
+
* @experimental
|
|
10587
|
+
*/
|
|
10588
|
+
rowRuleColor?: StyleValueWithCondition<AnyString>;
|
|
10589
|
+
/**
|
|
10590
|
+
* ### row-rule-inset
|
|
10591
|
+
*
|
|
10592
|
+
* The CSS `row-rule-inset` property.
|
|
10593
|
+
*
|
|
10594
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset
|
|
10595
|
+
*
|
|
10596
|
+
* @experimental
|
|
10597
|
+
*/
|
|
10598
|
+
rowRuleInset?: StyleValueWithCondition<AnyString>;
|
|
10599
|
+
/**
|
|
10600
|
+
* ### row-rule-inset-cap
|
|
10601
|
+
*
|
|
10602
|
+
* The CSS `row-rule-inset-cap` property.
|
|
10603
|
+
*
|
|
10604
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap
|
|
10605
|
+
*
|
|
10606
|
+
* @experimental
|
|
10607
|
+
*/
|
|
10608
|
+
rowRuleInsetCap?: StyleValueWithCondition<AnyString>;
|
|
10609
|
+
/**
|
|
10610
|
+
* ### row-rule-inset-cap-end
|
|
10611
|
+
*
|
|
10612
|
+
* The CSS `row-rule-inset-cap-end` property.
|
|
10613
|
+
*
|
|
10614
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap-end
|
|
10615
|
+
*
|
|
10616
|
+
* @experimental
|
|
10617
|
+
*/
|
|
10618
|
+
rowRuleInsetCapEnd?: StyleValueWithCondition<AnyString>;
|
|
10619
|
+
/**
|
|
10620
|
+
* ### row-rule-inset-cap-start
|
|
10621
|
+
*
|
|
10622
|
+
* The CSS `row-rule-inset-cap-start` property.
|
|
10623
|
+
*
|
|
10624
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
|
|
10625
|
+
*
|
|
10626
|
+
* @experimental
|
|
10627
|
+
*/
|
|
10628
|
+
rowRuleInsetCapStart?: StyleValueWithCondition<AnyString>;
|
|
10629
|
+
/**
|
|
10630
|
+
* ### row-rule-inset-end
|
|
10631
|
+
*
|
|
10632
|
+
* The CSS `row-rule-inset-end` property.
|
|
10633
|
+
*
|
|
10634
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-end
|
|
10635
|
+
*
|
|
10636
|
+
* @experimental
|
|
10637
|
+
*/
|
|
10638
|
+
rowRuleInsetEnd?: StyleValueWithCondition<AnyString>;
|
|
10639
|
+
/**
|
|
10640
|
+
* ### row-rule-inset-junction
|
|
10641
|
+
*
|
|
10642
|
+
* The CSS `row-rule-inset-junction` property.
|
|
10643
|
+
*
|
|
10644
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction
|
|
10645
|
+
*
|
|
10646
|
+
* @experimental
|
|
10647
|
+
*/
|
|
10648
|
+
rowRuleInsetJunction?: StyleValueWithCondition<AnyString>;
|
|
10649
|
+
/**
|
|
10650
|
+
* ### row-rule-inset-junction-end
|
|
10651
|
+
*
|
|
10652
|
+
* The CSS `row-rule-inset-junction-end` property.
|
|
10653
|
+
*
|
|
10654
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-end
|
|
10655
|
+
*
|
|
10656
|
+
* @experimental
|
|
10657
|
+
*/
|
|
10658
|
+
rowRuleInsetJunctionEnd?: StyleValueWithCondition<AnyString>;
|
|
10659
|
+
/**
|
|
10660
|
+
* ### row-rule-inset-junction-start
|
|
10661
|
+
*
|
|
10662
|
+
* The CSS `row-rule-inset-junction-start` property.
|
|
10663
|
+
*
|
|
10664
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-start
|
|
10665
|
+
*
|
|
10666
|
+
* @experimental
|
|
10667
|
+
*/
|
|
10668
|
+
rowRuleInsetJunctionStart?: StyleValueWithCondition<AnyString>;
|
|
10669
|
+
/**
|
|
10670
|
+
* ### row-rule-inset-start
|
|
10671
|
+
*
|
|
10672
|
+
* The CSS `row-rule-inset-start` property.
|
|
10673
|
+
*
|
|
10674
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-start
|
|
10675
|
+
*
|
|
10676
|
+
* @experimental
|
|
10677
|
+
*/
|
|
10678
|
+
rowRuleInsetStart?: StyleValueWithCondition<AnyString>;
|
|
10679
|
+
/**
|
|
10680
|
+
* ### row-rule-style
|
|
10681
|
+
*
|
|
10682
|
+
* The CSS `row-rule-style` property.
|
|
10683
|
+
*
|
|
10684
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-style
|
|
10685
|
+
*
|
|
10686
|
+
* @experimental
|
|
10687
|
+
*/
|
|
10688
|
+
rowRuleStyle?: StyleValueWithCondition<AnyString>;
|
|
10689
|
+
/**
|
|
10690
|
+
* ### row-rule-visibility-items
|
|
10691
|
+
*
|
|
10692
|
+
* The CSS `row-rule-visibility-items` property.
|
|
10693
|
+
*
|
|
10694
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-visibility-items
|
|
10695
|
+
*
|
|
10696
|
+
* @experimental
|
|
10697
|
+
*/
|
|
10698
|
+
rowRuleVisibilityItems?: StyleValueWithCondition<AnyString>;
|
|
10699
|
+
/**
|
|
10700
|
+
* ### row-rule-width
|
|
10701
|
+
*
|
|
10702
|
+
* The CSS `row-rule-width` property.
|
|
10703
|
+
*
|
|
10704
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-width
|
|
10705
|
+
*
|
|
10706
|
+
* @experimental
|
|
10707
|
+
*/
|
|
10708
|
+
rowRuleWidth?: StyleValueWithCondition<AnyString>;
|
|
10373
10709
|
/**
|
|
10374
10710
|
* ### ruby-align
|
|
10375
10711
|
*
|
|
@@ -10402,6 +10738,126 @@ interface StyleProps {
|
|
|
10402
10738
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-position
|
|
10403
10739
|
*/
|
|
10404
10740
|
rubyPosition?: StyleValueWithCondition<AnyString | CSS.Property.RubyPosition>;
|
|
10741
|
+
/**
|
|
10742
|
+
* ### rule
|
|
10743
|
+
*
|
|
10744
|
+
* The CSS `rule` property.
|
|
10745
|
+
*
|
|
10746
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule
|
|
10747
|
+
*
|
|
10748
|
+
* @experimental
|
|
10749
|
+
*/
|
|
10750
|
+
rule?: StyleValueWithCondition<AnyString>;
|
|
10751
|
+
/**
|
|
10752
|
+
* ### rule-break
|
|
10753
|
+
*
|
|
10754
|
+
* The CSS `rule-break` property.
|
|
10755
|
+
*
|
|
10756
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-break
|
|
10757
|
+
*
|
|
10758
|
+
* @experimental
|
|
10759
|
+
*/
|
|
10760
|
+
ruleBreak?: StyleValueWithCondition<AnyString>;
|
|
10761
|
+
/**
|
|
10762
|
+
* ### rule-color
|
|
10763
|
+
*
|
|
10764
|
+
* The CSS `rule-color` property.
|
|
10765
|
+
*
|
|
10766
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-color
|
|
10767
|
+
*
|
|
10768
|
+
* @experimental
|
|
10769
|
+
*/
|
|
10770
|
+
ruleColor?: StyleValueWithCondition<AnyString>;
|
|
10771
|
+
/**
|
|
10772
|
+
* ### rule-inset
|
|
10773
|
+
*
|
|
10774
|
+
* The CSS `rule-inset` property.
|
|
10775
|
+
*
|
|
10776
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset
|
|
10777
|
+
*
|
|
10778
|
+
* @experimental
|
|
10779
|
+
*/
|
|
10780
|
+
ruleInset?: StyleValueWithCondition<AnyString>;
|
|
10781
|
+
/**
|
|
10782
|
+
* ### rule-inset-cap
|
|
10783
|
+
*
|
|
10784
|
+
* The CSS `rule-inset-cap` property.
|
|
10785
|
+
*
|
|
10786
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-cap
|
|
10787
|
+
*
|
|
10788
|
+
* @experimental
|
|
10789
|
+
*/
|
|
10790
|
+
ruleInsetCap?: StyleValueWithCondition<AnyString>;
|
|
10791
|
+
/**
|
|
10792
|
+
* ### rule-inset-end
|
|
10793
|
+
*
|
|
10794
|
+
* The CSS `rule-inset-end` property.
|
|
10795
|
+
*
|
|
10796
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-end
|
|
10797
|
+
*
|
|
10798
|
+
* @experimental
|
|
10799
|
+
*/
|
|
10800
|
+
ruleInsetEnd?: StyleValueWithCondition<AnyString>;
|
|
10801
|
+
/**
|
|
10802
|
+
* ### rule-inset-junction
|
|
10803
|
+
*
|
|
10804
|
+
* The CSS `rule-inset-junction` property.
|
|
10805
|
+
*
|
|
10806
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-junction
|
|
10807
|
+
*
|
|
10808
|
+
* @experimental
|
|
10809
|
+
*/
|
|
10810
|
+
ruleInsetJunction?: StyleValueWithCondition<AnyString>;
|
|
10811
|
+
/**
|
|
10812
|
+
* ### rule-inset-start
|
|
10813
|
+
*
|
|
10814
|
+
* The CSS `rule-inset-start` property.
|
|
10815
|
+
*
|
|
10816
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-start
|
|
10817
|
+
*
|
|
10818
|
+
* @experimental
|
|
10819
|
+
*/
|
|
10820
|
+
ruleInsetStart?: StyleValueWithCondition<AnyString>;
|
|
10821
|
+
/**
|
|
10822
|
+
* ### rule-overlap
|
|
10823
|
+
*
|
|
10824
|
+
* The CSS `rule-overlap` property.
|
|
10825
|
+
*
|
|
10826
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-overlap
|
|
10827
|
+
*
|
|
10828
|
+
* @experimental
|
|
10829
|
+
*/
|
|
10830
|
+
ruleOverlap?: StyleValueWithCondition<AnyString>;
|
|
10831
|
+
/**
|
|
10832
|
+
* ### rule-style
|
|
10833
|
+
*
|
|
10834
|
+
* The CSS `rule-style` property.
|
|
10835
|
+
*
|
|
10836
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-style
|
|
10837
|
+
*
|
|
10838
|
+
* @experimental
|
|
10839
|
+
*/
|
|
10840
|
+
ruleStyle?: StyleValueWithCondition<AnyString>;
|
|
10841
|
+
/**
|
|
10842
|
+
* ### rule-visibility-items
|
|
10843
|
+
*
|
|
10844
|
+
* The CSS `rule-visibility-items` property.
|
|
10845
|
+
*
|
|
10846
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-visibility-items
|
|
10847
|
+
*
|
|
10848
|
+
* @experimental
|
|
10849
|
+
*/
|
|
10850
|
+
ruleVisibilityItems?: StyleValueWithCondition<AnyString>;
|
|
10851
|
+
/**
|
|
10852
|
+
* ### rule-width
|
|
10853
|
+
*
|
|
10854
|
+
* The CSS `rule-width` property.
|
|
10855
|
+
*
|
|
10856
|
+
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-width
|
|
10857
|
+
*
|
|
10858
|
+
* @experimental
|
|
10859
|
+
*/
|
|
10860
|
+
ruleWidth?: StyleValueWithCondition<AnyString>;
|
|
10405
10861
|
/**
|
|
10406
10862
|
* ### rx
|
|
10407
10863
|
*
|
|
@@ -12055,7 +12511,9 @@ interface StyleProps {
|
|
|
12055
12511
|
/**
|
|
12056
12512
|
* ### view-transition-scope
|
|
12057
12513
|
*
|
|
12058
|
-
* The
|
|
12514
|
+
* The <code>startViewTransition()</code> method of an <code>Element</code> object starts a view transition that affects only that element's DOM tree. You can use this to run separate elements' transitions concurrently.
|
|
12515
|
+
*
|
|
12516
|
+
* @baseline `Limited available`
|
|
12059
12517
|
*
|
|
12060
12518
|
* @see https://drafts.csswg.org/css-view-transitions-2/#view-transition-scope-prop
|
|
12061
12519
|
*
|
|
@@ -134,7 +134,7 @@ declare const I18nContext: _$react.Context<I18nContext<{
|
|
|
134
134
|
readonly toggle: {
|
|
135
135
|
readonly "Toggle button": "Toggle button";
|
|
136
136
|
};
|
|
137
|
-
}, "progress.Loading..." | "progress.{value} percent" | "select.Clear value" | "table.Clear sorting" | "table.Page size" | "table.Select all rows" | "table.Select row" | "table.Sort ascending" | "table.Sort descending" | "toggle.Toggle button" | "slider.Slider thumb" | "modal.Close modal" | "modal.Open modal" | "closeButton.Close" | "
|
|
137
|
+
}, "progress.Loading..." | "progress.{value} percent" | "select.Clear value" | "table.Clear sorting" | "table.Page size" | "table.Select all rows" | "table.Select row" | "table.Sort ascending" | "table.Sort descending" | "toggle.Toggle button" | "slider.Slider thumb" | "modal.Close modal" | "modal.Open modal" | "closeButton.Close" | "calendar.Choose the month" | "calendar.Choose the year" | "calendar.Go to the next month" | "calendar.Go to the previous month" | "calendar.Today" | "actionBar.Close action bar" | "actionBar.Open action bar" | "autocomplete.Clear value" | "autocomplete.No results found" | "avatar.Avatar Icon" | "breadcrumb.Breadcrumb" | "breadcrumb.Ellipsis" | "carousel.Go to next slide" | "carousel.Go to previous slide" | "carousel.Go to {page} slide" | "carousel.Slides" | "carousel.{page} of {total}" | "colorPicker.Pick a color" | "colorSelector.Pick a color" | "colorSwatch.Color swatch group" | "datePicker.Clear value" | "hueSlider.Blue" | "hueSlider.Cyan" | "hueSlider.Green" | "hueSlider.Magenta" | "hueSlider.Red" | "hueSlider.Yellow" | "numberInput.Decrease" | "numberInput.Increase" | "pagination.Go to first page" | "pagination.Go to last page" | "pagination.Go to next page" | "pagination.Go to page {value}" | "pagination.Go to previous page" | "pagination.Pagination" | "pagination.{value} / {total}" | "pagination.{value} of {total}" | "passwordInput.Password strength meter" | "passwordInput.Toggle password visibility" | "saturationSlider.Saturation and brightness thumb" | "saturationSlider.Saturation {saturation}%, Brightness {brightness}%" | "sidebar.Close sidebar" | "sidebar.Open sidebar" | "stat.Decreased by" | "stat.Increased by" | "tag.Close tag">>;
|
|
138
138
|
interface I18nProviderProps {
|
|
139
139
|
children?: ReactNode;
|
|
140
140
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.2-dev-
|
|
4
|
+
"version": "2.2.2-dev-20260525083850",
|
|
5
5
|
"description": "React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"yamada",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@babel/traverse": "^7.29.0",
|
|
155
155
|
"@faker-js/faker": "^10.4.0",
|
|
156
156
|
"@lucide/lab": "^0.1.2",
|
|
157
|
-
"@mdn/browser-compat-data": "7.3.
|
|
157
|
+
"@mdn/browser-compat-data": "7.3.15",
|
|
158
158
|
"@testing-library/react": "^16.3.2",
|
|
159
159
|
"@testing-library/user-event": "^14.6.1",
|
|
160
160
|
"@types/babel__traverse": "^7.28.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"use-mask-input": "^3.9.0",
|
|
173
173
|
"vitest-axe": "^0.1.0",
|
|
174
174
|
"vitest-browser-react": "2.2.0",
|
|
175
|
-
"web-features": "3.
|
|
175
|
+
"web-features": "3.27.0",
|
|
176
176
|
"yamljs": "^0.3.0",
|
|
177
177
|
"@yamada-ui/workspace": "1.0.0"
|
|
178
178
|
},
|