@yamada-ui/react 2.2.3-dev-20260614231227 → 2.2.3-dev-20260616005017

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,9 +1,9 @@
1
1
  //#region src/components/icon/icon.style.ts
2
2
  const iconStyle = require("../../core/system/config.cjs").defineComponentStyle({ base: {
3
+ "--size": "1em",
3
4
  color: "currentColor",
4
5
  display: "inline-block",
5
6
  flexShrink: 0,
6
- fontSize: "1em",
7
7
  lineHeight: "1em"
8
8
  } });
9
9
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"icon.style.cjs","names":["defineComponentStyle"],"sources":["../../../../src/components/icon/icon.style.ts"],"sourcesContent":["import { defineComponentStyle } from \"../../core\"\n\nexport const iconStyle = defineComponentStyle({\n base: {\n color: \"currentColor\",\n display: \"inline-block\",\n flexShrink: 0,\n fontSize: \"1em\",\n lineHeight: \"1em\",\n },\n})\n\nexport type IconStyle = typeof iconStyle\n"],"mappings":";AAEA,MAAa,kDAAYA,CAAAA,CAAAA,qBAAqB,EAC5C,MAAM;CACJ,OAAO;CACP,SAAS;CACT,YAAY;CACZ,UAAU;CACV,YAAY;AACd,EACF,CAAC"}
1
+ {"version":3,"file":"icon.style.cjs","names":["defineComponentStyle"],"sources":["../../../../src/components/icon/icon.style.ts"],"sourcesContent":["import { defineComponentStyle } from \"../../core\"\n\nexport const iconStyle = defineComponentStyle({\n base: {\n \"--size\": \"1em\",\n color: \"currentColor\",\n display: \"inline-block\",\n flexShrink: 0,\n lineHeight: \"1em\",\n },\n})\n\nexport type IconStyle = typeof iconStyle\n"],"mappings":";AAEA,MAAa,kDAAYA,CAAAA,CAAAA,qBAAqB,EAC5C,MAAM;CACJ,UAAU;CACV,OAAO;CACP,SAAS;CACT,YAAY;CACZ,YAAY;AACd,EACF,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { defineComponentStyle } from "../../core/system/config.js";
2
2
  //#region src/components/icon/icon.style.ts
3
3
  const iconStyle = defineComponentStyle({ base: {
4
+ "--size": "1em",
4
5
  color: "currentColor",
5
6
  display: "inline-block",
6
7
  flexShrink: 0,
7
- fontSize: "1em",
8
8
  lineHeight: "1em"
9
9
  } });
10
10
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"icon.style.js","names":[],"sources":["../../../../src/components/icon/icon.style.ts"],"sourcesContent":["import { defineComponentStyle } from \"../../core\"\n\nexport const iconStyle = defineComponentStyle({\n base: {\n color: \"currentColor\",\n display: \"inline-block\",\n flexShrink: 0,\n fontSize: \"1em\",\n lineHeight: \"1em\",\n },\n})\n\nexport type IconStyle = typeof iconStyle\n"],"mappings":";;AAEA,MAAa,YAAY,qBAAqB,EAC5C,MAAM;CACJ,OAAO;CACP,SAAS;CACT,YAAY;CACZ,UAAU;CACV,YAAY;AACd,EACF,CAAC"}
1
+ {"version":3,"file":"icon.style.js","names":[],"sources":["../../../../src/components/icon/icon.style.ts"],"sourcesContent":["import { defineComponentStyle } from \"../../core\"\n\nexport const iconStyle = defineComponentStyle({\n base: {\n \"--size\": \"1em\",\n color: \"currentColor\",\n display: \"inline-block\",\n flexShrink: 0,\n lineHeight: \"1em\",\n },\n})\n\nexport type IconStyle = typeof iconStyle\n"],"mappings":";;AAEA,MAAa,YAAY,qBAAqB,EAC5C,MAAM;CACJ,UAAU;CACV,OAAO;CACP,SAAS;CACT,YAAY;CACZ,YAAY;AACd,EACF,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  import { CSSModifierObject, CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js";
3
3
  //#region src/components/carousel/carousel.style.d.ts
4
- declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "root" | "item" | "indicator" | "trigger" | "prev" | "indicators", CSSPropObject<CSSSlotObject<"list" | "next" | "root" | "item" | "indicator" | "trigger" | "prev" | "indicators">>, {
4
+ declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "prev" | "indicators", CSSPropObject<CSSSlotObject<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "prev" | "indicators">>, {
5
5
  sm: {
6
6
  root: {
7
7
  h: "sm";
@@ -17,7 +17,7 @@ declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "root" | "item
17
17
  h: "lg";
18
18
  };
19
19
  };
20
- }, CSSModifierObject<CSSSlotObject<"list" | "next" | "root" | "item" | "indicator" | "trigger" | "prev" | "indicators">>>;
20
+ }, CSSModifierObject<CSSSlotObject<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "prev" | "indicators">>>;
21
21
  type CarouselStyle = typeof carouselStyle;
22
22
  //#endregion
23
23
  export { CarouselStyle, carouselStyle };
@@ -1,7 +1,7 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  import { CSSModifierObject, CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js";
3
3
  //#region src/components/menu/menu.style.d.ts
4
- declare const menuStyle: ComponentSlotStyle<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "item" | "indicator", CSSPropObject<CSSSlotObject<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "item" | "indicator">>, {
4
+ declare const menuStyle: ComponentSlotStyle<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "indicator" | "item", CSSPropObject<CSSSlotObject<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "indicator" | "item">>, {
5
5
  sm: {
6
6
  command: {
7
7
  fontSize: "2xs";
@@ -86,7 +86,7 @@ declare const menuStyle: ComponentSlotStyle<"footer" | "header" | "label" | "con
86
86
  px: "2";
87
87
  };
88
88
  };
89
- }, CSSModifierObject<CSSSlotObject<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "item" | "indicator">>>;
89
+ }, CSSModifierObject<CSSSlotObject<"footer" | "header" | "label" | "content" | "command" | "group" | "separator" | "indicator" | "item">>>;
90
90
  type MenuStyle = typeof menuStyle;
91
91
  //#endregion
92
92
  export { MenuStyle, menuStyle };
@@ -1,7 +1,7 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  import { CSSModifierObject, CSSSlotObject } from "../../core/css/index.types.js";
3
3
  //#region src/components/segmented-control/segmented-control.style.d.ts
4
- declare const segmentedControlStyle: ComponentSlotStyle<"root" | "item" | "indicator", {
4
+ declare const segmentedControlStyle: ComponentSlotStyle<"root" | "indicator" | "item", {
5
5
  /**
6
6
  * If `true`, the segmented control will be full rounded.
7
7
  *
@@ -113,7 +113,7 @@ declare const segmentedControlStyle: ComponentSlotStyle<"root" | "item" | "indic
113
113
  };
114
114
  };
115
115
  };
116
- }, CSSModifierObject<CSSSlotObject<"root" | "item" | "indicator">>>;
116
+ }, CSSModifierObject<CSSSlotObject<"root" | "indicator" | "item">>>;
117
117
  type SegmentedControlStyle = typeof segmentedControlStyle;
118
118
  //#endregion
119
119
  export { SegmentedControlStyle, segmentedControlStyle };
@@ -1,6 +1,6 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  //#region src/components/steps/steps.style.d.ts
3
- declare const stepsStyle: ComponentSlotStyle<"title" | "list" | "separator" | "root" | "item" | "indicator" | "description", {
3
+ declare const stepsStyle: ComponentSlotStyle<"title" | "list" | "separator" | "root" | "indicator" | "item" | "description", {
4
4
  /**
5
5
  * The orientation of the steps.
6
6
  *
@@ -67,7 +67,7 @@ declare const TimelineRoot: Component<({
67
67
  index,
68
68
  items,
69
69
  ...rest
70
- }: WithoutThemeProps<TimelineRootProps, ComponentSlotStyle<"title" | "content" | "root" | "item" | "indicator" | "description" | "connector", {
70
+ }: WithoutThemeProps<TimelineRootProps, ComponentSlotStyle<"title" | "content" | "root" | "indicator" | "item" | "description" | "connector", {
71
71
  align: {
72
72
  center: {
73
73
  content: {
@@ -1,6 +1,6 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  //#region src/components/timeline/timeline.style.d.ts
3
- declare const timelineStyle: ComponentSlotStyle<"title" | "content" | "root" | "item" | "indicator" | "description" | "connector", {
3
+ declare const timelineStyle: ComponentSlotStyle<"title" | "content" | "root" | "indicator" | "item" | "description" | "connector", {
4
4
  /**
5
5
  * The alignment of the timeline.
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  //#region src/components/tree/tree.style.d.ts
3
- declare const treeStyle: ComponentSlotStyle<"label" | "checkbox" | "group" | "end" | "start" | "element" | "root" | "item" | "indicator", {
3
+ declare const treeStyle: ComponentSlotStyle<"label" | "checkbox" | "group" | "end" | "start" | "element" | "root" | "indicator" | "item", {
4
4
  /**
5
5
  * The shape of the component
6
6
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yamada-ui/react",
3
3
  "type": "module",
4
- "version": "2.2.3-dev-20260614231227",
4
+ "version": "2.2.3-dev-20260616005017",
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",