@texturehq/edges 1.26.3 → 1.26.4
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/components.manifest.json +4 -4
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles.css +19 -18
- package/dist/utilities.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.26.
|
|
2
|
+
"version": "1.26.4",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "ActionCell",
|
|
@@ -693,13 +693,13 @@
|
|
|
693
693
|
},
|
|
694
694
|
{
|
|
695
695
|
"name": "ChartAxis",
|
|
696
|
-
"category": "
|
|
696
|
+
"category": "Charts",
|
|
697
697
|
"description": "ChartAxis Chart axis components for rendering X and Y axes. Provides formatted bottom (time) and left (numeric) axes with customizable tick formatting.",
|
|
698
698
|
"importRoot": "@texturehq/edges",
|
|
699
699
|
"importPath": "@texturehq/edges/components/ChartAxis",
|
|
700
700
|
"props": [],
|
|
701
701
|
"relatedComponents": [],
|
|
702
|
-
"storybookPath": "
|
|
702
|
+
"storybookPath": "Charts/ChartAxis"
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
"name": "ChartBottomBar",
|
|
@@ -3064,7 +3064,6 @@
|
|
|
3064
3064
|
"ActionCell",
|
|
3065
3065
|
"BadgeCell",
|
|
3066
3066
|
"BooleanCell",
|
|
3067
|
-
"ChartAxis",
|
|
3068
3067
|
"ChartBottomBar",
|
|
3069
3068
|
"ChartTooltip",
|
|
3070
3069
|
"ChipInputField",
|
|
@@ -3100,6 +3099,7 @@
|
|
|
3100
3099
|
"Charts": [
|
|
3101
3100
|
"AreaSeries",
|
|
3102
3101
|
"BarSeries",
|
|
3102
|
+
"ChartAxis",
|
|
3103
3103
|
"ChartContainer",
|
|
3104
3104
|
"ChartEventMarkers",
|
|
3105
3105
|
"FunnelSeries",
|