@partex/one-core 2.1.22 → 2.1.24

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.
@@ -731,7 +731,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
731
731
  "--n-text-color-pressed": string;
732
732
  "--n-text-color-focus": string;
733
733
  "--n-text-color-disabled": string;
734
- "font-weight": string;
734
+ "--n-font-weight": string;
735
735
  "--n-bezier": string;
736
736
  "--n-bezier-ease-out": string;
737
737
  "--n-ripple-duration": string;
@@ -745,7 +745,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
745
745
  "--n-text-color-pressed": string;
746
746
  "--n-text-color-focus": string;
747
747
  "--n-text-color-disabled": string;
748
- "font-weight": string;
748
+ "--n-font-weight": string;
749
749
  "--n-bezier": string;
750
750
  "--n-bezier-ease-out": string;
751
751
  "--n-ripple-duration": string;
@@ -170,8 +170,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
170
170
  borderRadius: string;
171
171
  color: string;
172
172
  colorHover: string;
173
- railInsetHorizontal: string;
174
- railInsetVertical: string;
173
+ railInsetHorizontalBottom: string;
174
+ railInsetHorizontalTop: string;
175
+ railInsetVerticalRight: string;
176
+ railInsetVerticalLeft: string;
175
177
  railColor: string;
176
178
  }, any>;
177
179
  Button: Theme<"Button", {
@@ -463,8 +465,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
463
465
  borderRadius: string;
464
466
  color: string;
465
467
  colorHover: string;
466
- railInsetHorizontal: string;
467
- railInsetVertical: string;
468
+ railInsetHorizontalBottom: string;
469
+ railInsetHorizontalTop: string;
470
+ railInsetVerticalRight: string;
471
+ railInsetVerticalLeft: string;
468
472
  railColor: string;
469
473
  }, any>;
470
474
  Button: Theme<"Button", {
@@ -756,8 +760,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
756
760
  borderRadius: string;
757
761
  color: string;
758
762
  colorHover: string;
759
- railInsetHorizontal: string;
760
- railInsetVertical: string;
763
+ railInsetHorizontalBottom: string;
764
+ railInsetHorizontalTop: string;
765
+ railInsetVerticalRight: string;
766
+ railInsetVerticalLeft: string;
761
767
  railColor: string;
762
768
  }, any>;
763
769
  Button: Theme<"Button", {
@@ -1168,8 +1174,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1168
1174
  borderRadius: string;
1169
1175
  color: string;
1170
1176
  colorHover: string;
1171
- railInsetHorizontal: string;
1172
- railInsetVertical: string;
1177
+ railInsetHorizontalBottom: string;
1178
+ railInsetHorizontalTop: string;
1179
+ railInsetVerticalRight: string;
1180
+ railInsetVerticalLeft: string;
1173
1181
  railColor: string;
1174
1182
  }, any>;
1175
1183
  Button: Theme<"Button", {
@@ -1580,8 +1588,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1580
1588
  borderRadius: string;
1581
1589
  color: string;
1582
1590
  colorHover: string;
1583
- railInsetHorizontal: string;
1584
- railInsetVertical: string;
1591
+ railInsetHorizontalBottom: string;
1592
+ railInsetHorizontalTop: string;
1593
+ railInsetVerticalRight: string;
1594
+ railInsetVerticalLeft: string;
1585
1595
  railColor: string;
1586
1596
  }, any>;
1587
1597
  Button: Theme<"Button", {
@@ -1873,8 +1883,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1873
1883
  borderRadius: string;
1874
1884
  color: string;
1875
1885
  colorHover: string;
1876
- railInsetHorizontal: string;
1877
- railInsetVertical: string;
1886
+ railInsetHorizontalBottom: string;
1887
+ railInsetHorizontalTop: string;
1888
+ railInsetVerticalRight: string;
1889
+ railInsetVerticalLeft: string;
1878
1890
  railColor: string;
1879
1891
  }, any>;
1880
1892
  Button: Theme<"Button", {
@@ -2166,8 +2178,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2166
2178
  borderRadius: string;
2167
2179
  color: string;
2168
2180
  colorHover: string;
2169
- railInsetHorizontal: string;
2170
- railInsetVertical: string;
2181
+ railInsetHorizontalBottom: string;
2182
+ railInsetHorizontalTop: string;
2183
+ railInsetVerticalRight: string;
2184
+ railInsetVerticalLeft: string;
2171
2185
  railColor: string;
2172
2186
  }, any>;
2173
2187
  Button: Theme<"Button", {