@yamada-ui/react 2.2.3-dev-20260614222916 → 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.
- package/dist/cjs/components/icon/icon.style.cjs +1 -1
- package/dist/cjs/components/icon/icon.style.cjs.map +1 -1
- package/dist/esm/components/icon/icon.style.js +1 -1
- package/dist/esm/components/icon/icon.style.js.map +1 -1
- 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/package.json +4 -4
|
@@ -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
|
|
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
|
|
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/chart/cartesian-chart.style.d.ts
|
|
4
|
-
declare const cartesianChartStyle: ComponentSlotStyle<"area" | "line" | "grid" | "bar" | "dot" | "root" | "
|
|
4
|
+
declare const cartesianChartStyle: ComponentSlotStyle<"area" | "line" | "grid" | "bar" | "dot" | "root" | "labelList" | "activeDot" | "referenceLine" | "referenceLineLabel" | "xAxis" | "xAxisLabel" | "xAxisTick" | "xAxisTickLine" | "yAxis" | "yAxisLabel" | "yAxisTick" | "yAxisTickLine", CSSPropObject<CSSSlotObject<"area" | "line" | "grid" | "bar" | "dot" | "root" | "labelList" | "activeDot" | "referenceLine" | "referenceLineLabel" | "xAxis" | "xAxisLabel" | "xAxisTick" | "xAxisTickLine" | "yAxis" | "yAxisLabel" | "yAxisTick" | "yAxisTickLine">>, CSSModifierObject<CSSSlotObject<"area" | "line" | "grid" | "bar" | "dot" | "root" | "labelList" | "activeDot" | "referenceLine" | "referenceLineLabel" | "xAxis" | "xAxisLabel" | "xAxisTick" | "xAxisTickLine" | "yAxis" | "yAxisLabel" | "yAxisTick" | "yAxisTickLine">>, CSSModifierObject<CSSSlotObject<"area" | "line" | "grid" | "bar" | "dot" | "root" | "labelList" | "activeDot" | "referenceLine" | "referenceLineLabel" | "xAxis" | "xAxisLabel" | "xAxisTick" | "xAxisTickLine" | "yAxis" | "yAxisLabel" | "yAxisTick" | "yAxisTickLine">>>;
|
|
5
5
|
type CartesianChartStyle = typeof cartesianChartStyle;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { CartesianChartStyle, cartesianChartStyle };
|
|
@@ -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/chart/polar-chart.style.d.ts
|
|
4
|
-
declare const polarChartStyle: ComponentSlotStyle<"label" | "grid" | "dot" | "root" | "activeDot" | "angleAxis" | "angleAxisLabel" | "angleAxisLine" | "angleAxisTick" | "angleAxisTickLine" | "labelLine" | "
|
|
4
|
+
declare const polarChartStyle: ComponentSlotStyle<"label" | "grid" | "dot" | "root" | "labelList" | "activeDot" | "angleAxis" | "angleAxisLabel" | "angleAxisLine" | "angleAxisTick" | "angleAxisTickLine" | "labelLine" | "pie" | "radar" | "radial" | "radialBackground" | "radiusAxis" | "radiusAxisLabel" | "radiusAxisLine" | "radiusAxisTick" | "radiusAxisTickLine" | "sector", CSSPropObject<CSSSlotObject<"label" | "grid" | "dot" | "root" | "labelList" | "activeDot" | "angleAxis" | "angleAxisLabel" | "angleAxisLine" | "angleAxisTick" | "angleAxisTickLine" | "labelLine" | "pie" | "radar" | "radial" | "radialBackground" | "radiusAxis" | "radiusAxisLabel" | "radiusAxisLine" | "radiusAxisTick" | "radiusAxisTickLine" | "sector">>, CSSModifierObject<CSSSlotObject<"label" | "grid" | "dot" | "root" | "labelList" | "activeDot" | "angleAxis" | "angleAxisLabel" | "angleAxisLine" | "angleAxisTick" | "angleAxisTickLine" | "labelLine" | "pie" | "radar" | "radial" | "radialBackground" | "radiusAxis" | "radiusAxisLabel" | "radiusAxisLine" | "radiusAxisTick" | "radiusAxisTickLine" | "sector">>, CSSModifierObject<CSSSlotObject<"label" | "grid" | "dot" | "root" | "labelList" | "activeDot" | "angleAxis" | "angleAxisLabel" | "angleAxisLine" | "angleAxisTick" | "angleAxisTickLine" | "labelLine" | "pie" | "radar" | "radial" | "radialBackground" | "radiusAxis" | "radiusAxisLabel" | "radiusAxisLine" | "radiusAxisTick" | "radiusAxisTickLine" | "sector">>>;
|
|
5
5
|
type PolarChartStyle = typeof polarChartStyle;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { PolarChartStyle, polarChartStyle };
|
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-
|
|
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",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"embla-carousel-react": "^8.6.0",
|
|
134
134
|
"file-selector": "^2.1.2",
|
|
135
135
|
"framesync": "6.1.2",
|
|
136
|
-
"intl-messageformat": "^11.2.
|
|
136
|
+
"intl-messageformat": "^11.2.8",
|
|
137
137
|
"lucide-react": "1.17.0",
|
|
138
138
|
"motion": "^12.38.0",
|
|
139
139
|
"react": "^19.2.7",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"@vitejs/plugin-react": "^6.0.2",
|
|
164
164
|
"@vitest/browser": "^4.1.8",
|
|
165
165
|
"@vitest/browser-playwright": "^4.1.8",
|
|
166
|
-
"axe-core": "^4.
|
|
166
|
+
"axe-core": "^4.12.0",
|
|
167
167
|
"axe-playwright": "^2.2.2",
|
|
168
168
|
"jsdom": "^29.1.1",
|
|
169
169
|
"playwright": "^1.60.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"use-mask-input": "^3.10.1",
|
|
173
173
|
"vitest-axe": "^0.1.0",
|
|
174
174
|
"vitest-browser-react": "2.2.0",
|
|
175
|
-
"web-features": "3.
|
|
175
|
+
"web-features": "3.30.0",
|
|
176
176
|
"yamljs": "^0.3.0",
|
|
177
177
|
"@yamada-ui/workspace": "1.0.0"
|
|
178
178
|
},
|