Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
99043c8
feat(BarChartV2): Implement new BarChartV2 component
ankit-thesys May 16, 2025
672baa1
feat(PieChartV2): Introduce new PieChartV2 component with customizabl…
i-subham23 May 16, 2025
c299395
feat(BarChartV2): Rename BarChartProps to BarChartPropsV2
ankit-thesys May 19, 2025
f1257bc
feat(PieChart): Implement dynamic resizing for PieChart component
i-subham23 May 19, 2025
b72cf20
feat(PieChartCard): Add new PieChartCard component with dynamic resiz…
i-subham23 May 19, 2025
07011cb
feat(BarChartV2): Enhance responsiveness and add new features
ankit-thesys May 19, 2025
8166cbe
feat(BarChartV2): remove unnecessary prop from chart container
ankit-thesys May 19, 2025
9aa5a09
feat(BarChartV3): Introduce new BarChartV3 component with enhanced fe…
i-subham23 May 20, 2025
ffe5d33
small Fix
ankit-thesys May 20, 2025
e704738
feat(PieChartV3): Introduce new PieChartV3 component with dynamic res…
i-subham23 May 20, 2025
1a24c37
feat(BarChartV2): Introduce BarChartV2 component with enhanced features
i-subham23 May 20, 2025
f33122a
feat(PieChartCard): Introduce PieChartCard component with dynamic fea…
i-subham23 May 20, 2025
5eec697
refactor(PieCharts): Extract utility functions into PieChartUtils
i-subham23 May 21, 2025
859f850
feat(bar-chart): Improve bar chart component
ankit-thesys May 21, 2025
5eda8a6
feat(MiniBarChart): Enhance padding and width calculations
ankit-thesys May 21, 2025
c018c42
feat(PieCharts): Add TwoLevelPieChart component with dynamic resizing…
i-subham23 May 21, 2025
1a04834
feat(PieChartV2): Add appearance prop for circular and semi-circular …
i-subham23 May 21, 2025
434003b
feat(PieCharts): Enhance PieChartV2 and TwoLevelPieChart with hover e…
i-subham23 May 21, 2025
5d3aef1
feat(BarChartV2): add aspect ratio prop to Recharts component
ankit-thesys May 22, 2025
3d93f94
feat(MiniAreaChart): Add MiniAreaChart component with customizable fe…
i-subham23 May 26, 2025
d5bcd75
feat(MiniLineChart): Introduce MiniLineChart component with customiza…
i-subham23 May 26, 2025
2303d39
feat(MiniRadarChart): Introduce MiniRadarChart component with customi…
i-subham23 May 26, 2025
57ac9c5
fix(BarChartV2, PieChart, PieChartV2): Update Storybook stories and c…
i-subham23 May 26, 2025
a8bd946
feat(MiniRadialChart): Introduce MiniRadialChart component with utili…
i-subham23 May 28, 2025
4381312
feat(Charts): Refactor chart components to utilize centralized config…
i-subham23 May 29, 2025
d6a311d
feat(BarChartV2): bar chart overhall
ankit-thesys May 30, 2025
abab871
feat: Add XAxisTick component and styles
ankit-thesys May 30, 2025
6a4724c
feat(BarChartV2): Increase chart width and add custom cursor
ankit-thesys May 30, 2025
1d24f09
feat(MiniRadialChart): remove unused legend prop
ankit-thesys May 30, 2025
cd75a62
feat(BarChartUtils): Increase element spacing and handle single data …
ankit-thesys May 31, 2025
bf2e628
feat(BarChartV2): Improve chart scrolling and snap behavior
ankit-thesys Jun 1, 2025
8a7e1bd
feat(BarChartV2): Implement optimized X-axis tick formatter
ankit-thesys Jun 1, 2025
11fd92f
feat(PieChartV2): Enhance pie chart functionality and styling
i-subham23 Jun 2, 2025
4ae6815
feat(PieChartV2): Add gradient support and enhance rendering logic
i-subham23 Jun 2, 2025
104596f
feat(charts): Improve chart styling and layout
ankit-thesys Jun 2, 2025
41de5da
feat(BarChartV2): Improve legend styles and add stacked bar gap support
ankit-thesys Jun 2, 2025
8840ed7
feat(BarChartV2): Improve XAxisTick and CustomCursor components
ankit-thesys Jun 2, 2025
b413d42
feat(BarChartV2): Increase minimum line height and add width/height p…
ankit-thesys Jun 2, 2025
8c11ee7
feat(BarChartUtils): update Variant import path
ankit-thesys Jun 3, 2025
b97b7f6
feat(mini-bar-chart): Enhance MiniBarChart component
ankit-thesys Jun 3, 2025
2f72f90
feat(AreaChartV2): add new area chart component
ankit-thesys Jun 9, 2025
a5f3bb1
mostly orginazise code
ankit-thesys Jun 9, 2025
905b39d
feat(BarChartV2): add smartwatch data to the large dataset
ankit-thesys Jun 9, 2025
8646d58
feat(area-chart): Implement snap scrolling and improve data width cal…
ankit-thesys Jun 9, 2025
d4d5e1e
story book edge case
ankit-thesys Jun 9, 2025
a89dd31
story book update
ankit-thesys Jun 10, 2025
9496f9e
feat(dataUtils): add support for secondary colors in chart config
ankit-thesys Jun 10, 2025
099e4d0
minor commenting
ankit-thesys Jun 10, 2025
6b80156
feat(mini-area-chart): Enhance MiniAreaChart component
ankit-thesys Jun 10, 2025
a1a684f
hiding scroll bar
ankit-thesys Jun 10, 2025
deeeaf0
feat(mini-area-chart): remove unused utility functions
ankit-thesys Jun 10, 2025
63a74c0
feat(AreaChartUtils): optimize x-axis tick formatter
ankit-thesys Jun 10, 2025
855657c
feat(mini-area-chart): optimize data rendering for limited space
ankit-thesys Jun 10, 2025
190b5be
feat(MiniAreaChart): Adjust gradient opacity
ankit-thesys Jun 10, 2025
921b369
feat(AreaChartV2): add gradient fill and active dot
ankit-thesys Jun 11, 2025
4b43227
feat(LineCharts): Add support for mini line charts
ankit-thesys Jun 11, 2025
665d657
feat(AreaChartV2): add active dot component and improve animation
ankit-thesys Jun 11, 2025
fa16bfa
feat(LineChartV2): Add new LineChartV2 component and styles
ankit-thesys Jun 11, 2025
f403e47
feat(mini-charts): optimize data rendering for mini charts
ankit-thesys Jun 11, 2025
41c6d41
feat(AreaChartV2): Improve data width calculation and X-axis tick for…
ankit-thesys Jun 12, 2025
aac8a29
feat(DefaultLegend): add container width and collapse/expand function…
ankit-thesys Jun 12, 2025
5f20f0d
feat(PieChartV2): Introduce new PieChartV2 component with responsive …
i-subham23 Jun 12, 2025
94b6279
feat(PieChartV2): Enhance PieChartV2 with Resizable and Stacked Legen…
i-subham23 Jun 13, 2025
764c06c
feat(PieChartV2): Update PieChartV2 story data and enhance StackedLeg…
i-subham23 Jun 13, 2025
131ea0b
feat(PieChartV2): Update PieChartV2 story data and enhance StackedLeg…
i-subham23 Jun 13, 2025
801c7ee
feat(DefaultLegend): add expand/collapse functionality
ankit-thesys Jun 13, 2025
1b40699
feat(portal-tooltip): add floating tooltip with Floating UI
ankit-thesys Jun 18, 2025
c0ec80b
feat(TwoLevelPieChart): Introduce TwoLevelPieChart component with enh…
i-subham23 Jun 18, 2025
026122c
feat(PieChartV2): Enhance PieChartV2 with two-level chart support and…
i-subham23 Jun 18, 2025
a912769
fix(PieChartV2): Adjust sector style for donut variant
i-subham23 Jun 18, 2025
1f9349f
refactor(Charts): Remove MiniRadarChart and MiniRadialChart components
i-subham23 Jun 18, 2025
42144b8
refactor(MiniPieChart): Simplify component by removing unused layoutM…
i-subham23 Jun 18, 2025
1251902
refactor(AreaChartV2): Clean up code and improve tooltip descriptions
i-subham23 Jun 18, 2025
9997943
refactor(StackedLegend): Export StackedLegend component and update im…
i-subham23 Jun 18, 2025
62fd278
feat(AreaChartV2): add data-chart attribute to chart container
ankit-thesys Jun 19, 2025
11a8cb8
feat(charts): add unique chart id to chart context
ankit-thesys Jun 19, 2025
5416741
feat(charts): add chart id to chart context and portal tooltip
ankit-thesys Jun 19, 2025
b71bba6
feat(area-chart): Improve area chart component and tooltip
ankit-thesys Jun 19, 2025
4a9ecda
feat(charts): improve tooltip styles and add comments
ankit-thesys Jun 19, 2025
42f3525
feat(portal-tooltip): add portal container prop to FloatingUIPortal
ankit-thesys Jun 19, 2025
7887678
feat(AreaChartV2): Remove unused rootContainerRef and optimize toolti…
ankit-thesys Jun 19, 2025
db52bdf
feat(AreaChartV2): Increase chart width and add tooltip offset
ankit-thesys Jun 19, 2025
c431344
feat(PortalTooltip): remove autoPlacement middleware
ankit-thesys Jun 19, 2025
bcdedb3
feat(tooltip): improve custom tooltip content component
ankit-thesys Jun 19, 2025
2ae1e4a
feat(PortalTooltip): Optimize FloatingUIPortal component
ankit-thesys Jun 19, 2025
f36e1ee
feat: remove unused WidgetsChart component
ankit-thesys Jun 19, 2025
63249ee
exporting everthis from areachar v2 that is needed
ankit-thesys Jun 19, 2025
cda6007
feat(area-charts): Add dependencies and forward area chart styles
ankit-thesys Jun 19, 2025
f1ce144
feat(PieChartV2): Introduce stacked legend variant and enhance respon…
i-subham23 Jun 19, 2025
e28f132
feat(charts): Add BarChartV2 and types exports
ankit-thesys Jun 20, 2025
efb4e1b
feat(PieChartV2): Enhance PieChartV2 and StackedLegend with carousel …
i-subham23 Jun 20, 2025
c704b14
feat(PieChartV2): Optimize performance with memoization and enhance l…
i-subham23 Jun 20, 2025
76a220c
refactor(PieChartV2): Simplify event handling and improve hover logic
i-subham23 Jun 20, 2025
a2997b9
refactor(PieChartV2): Wrap StackedLegend in a container for improved …
i-subham23 Jun 20, 2025
641c6ad
refactor(PieChartV2): Improve code readability and consistency with m…
i-subham23 Jun 20, 2025
811e6b3
refactor(PieChartUtils): Change exported functions to local scope and…
i-subham23 Jun 20, 2025
81b2038
feat(BarCharts): Add MiniBarChart and floating tooltip support
ankit-thesys Jun 20, 2025
a688a75
feat(CustomTooltipContent): improve tooltip handling
ankit-thesys Jun 20, 2025
0f5f2d6
feat(LineCharts): add new line chart components
ankit-thesys Jun 20, 2025
ca6ece6
Merge branch 'main' into chartsV2
ankit-thesys Jun 20, 2025
69b3df4
chore: update pnpm-lock.yaml to reflect dependency version changes
ankit-thesys Jun 20, 2025
bd9d6db
feat(pieChart.stories): remove unnecessary div
ankit-thesys Jun 20, 2025
4e835fe
feat(charts): improve MiniPieChart component
ankit-thesys Jun 21, 2025
0ce1353
refactor(charts): clean up PieChart components and stories
i-subham23 Jun 21, 2025
c5027a7
feat(charts): Add dependencies for chart components
ankit-thesys Jun 21, 2025
96b32d6
feat(PieChartRenderers): handle invalid color format
ankit-thesys Jun 21, 2025
2101a6d
feat(ProgressBar): Implement progress bar component
ankit-thesys Jun 22, 2025
92834dd
feat(AreaChartV2): Improve gradient rendering performance
ankit-thesys Jun 22, 2025
3fd8555
feat(ProgressBarChart): Rename ProgressBar to ProgressBarChart
ankit-thesys Jun 22, 2025
3362653
feat(progress-bar-chart): Improve progress bar chart component
ankit-thesys Jun 22, 2025
487f32c
feat(stories): disable autodocs for DefaultLegend story
ankit-thesys Jun 22, 2025
576c5e6
refactor(PieChartV2): simplify rendering of inner and outer pie compo…
i-subham23 Jun 23, 2025
50190b5
feat(RadialChartV2): introduce new RadialChartV2 component with enhan…
i-subham23 Jun 23, 2025
918ea80
feat(RadialChartV2): enhance radial chart with improved hover effects…
i-subham23 Jun 23, 2025
8a9a1ad
fix(BarChartUtils): ensure snap position handling is safe
ankit-thesys Jun 23, 2025
cc8aef4
refactor(Charts): move tooltip styles to PortalTooltip component
ankit-thesys Jun 23, 2025
cfe1646
feat(CustomTooltip): enhance tooltip content rendering and styling
ankit-thesys Jun 23, 2025
8a060fa
fix(FloatingUIPortal): improve tooltip positioning logic
ankit-thesys Jun 24, 2025
ea7efc7
feat(SideBarTooltip): add new SideBarTooltip component with styling
ankit-thesys Jun 24, 2025
87f7322
feat(PortalTooltip): add 'view more' styling to tooltip items
ankit-thesys Jun 24, 2025
b31d0b5
feat(index): export SideBarTooltip from shared index file
ankit-thesys Jun 24, 2025
1cce957
feat(SideBarTooltipContext): create context for SideBarTooltip manage…
ankit-thesys Jun 24, 2025
d2cd31d
feat(charts.scss): add SideBarTooltip styles to charts component
ankit-thesys Jun 25, 2025
9734f40
feat(Charts): enhance keyTransform function for improved key formatting
ankit-thesys Jun 25, 2025
fa8b008
feat(Charts): add getColorForDataKey utility function for consistent …
ankit-thesys Jun 25, 2025
56a8fc3
feat(Charts): refactor tooltip components and enhance cursor function…
ankit-thesys Jun 25, 2025
45602e2
feat(Charts): implement SideBarTooltip functionality in Area and Bar …
ankit-thesys Jun 25, 2025
81f321f
feat(Charts): enhance LineChartV2 and AreaChartV2 with SideBarTooltip…
ankit-thesys Jun 25, 2025
71021f0
Merge branch 'main' into chartsV2
ankit-thesys Jun 25, 2025
78beaeb
feat(Charts): add legend expansion state to PieChartV2 and RadialChartV2
ankit-thesys Jun 25, 2025
9ce0460
feat(Charts): refactor ActiveDot component to use useLayoutEffect for…
ankit-thesys Jun 26, 2025
793e0da
feat(Charts): add RadarChartV2 component and update chart styles
ankit-thesys Jun 26, 2025
f837ef4
feat(Charts): enhance RadarChartV2 with improved layout and rendering
ankit-thesys Jun 27, 2025
19d039a
feat(Charts): integrate SideBarTooltip and enhance RadarChartV2 funct…
ankit-thesys Jun 27, 2025
40b4080
feat(Charts): enhance AxisLabel and SideBarTooltip functionality
ankit-thesys Jun 27, 2025
a71ed60
fix(Charts): update RadarChartV2 styles and properties
ankit-thesys Jun 27, 2025
102b7b6
feat(Charts): refactor RadarChartV2 for improved performance and stru…
ankit-thesys Jun 27, 2025
ad08841
refactor(Charts): enhance AxisLabel text truncation logic and update …
ankit-thesys Jun 27, 2025
42eed55
refactor(Charts): update XAxisTick to use forwardRef and improve text…
ankit-thesys Jun 27, 2025
d7f7410
refactor(Charts): adjust RadarChartV2 area opacity and enhance AxisLa…
ankit-thesys Jun 27, 2025
2038215
refactor(Charts): enhance RadialChartV2 layout and responsiveness
i-subham23 Jun 28, 2025
d4145e0
refactor(Charts): enhance PieChartV2 layout and responsiveness
i-subham23 Jun 28, 2025
0684ab9
fix(Charts): prevent unnecessary state updates in RadialChartV2
ankit-thesys Jun 28, 2025
23bfaba
feat(Charts): implement grouping of small slices in PieChartV2
i-subham23 Jun 29, 2025
41e0131
feat(Charts): enhance PieChartV2 inner cell styling and fill logic
i-subham23 Jun 29, 2025
3849859
feat(Charts): implement grouping of small slices in RadialChartV2
i-subham23 Jun 29, 2025
8536ac9
feat(Charts): enhance PieChartV2 layout flexibility and responsiveness
i-subham23 Jun 29, 2025
2e7df4c
Merge branch 'main' of https://github.com/thesysdev/crayon into chartsV2
ankit-thesys Jun 29, 2025
efc66e0
fix(Charts): remove unnecessary comment in PieChartV2
i-subham23 Jun 29, 2025
efbe0c8
refactor(Charts): standardize typography usage across chart components
ankit-thesys Jun 29, 2025
91bc80c
Merge branch 'chartsV2' of https://github.com/thesysdev/crayon into c…
ankit-thesys Jun 29, 2025
5d2841b
fix(Charts): update PieChartV2 stories for improved layout and respon…
i-subham23 Jun 29, 2025
f3acc94
refactor(Charts): simplify PieChartV2 layout and remove unused state
i-subham23 Jun 29, 2025
0b240c2
fix(Charts): optimize PieChartV2 ResizeObserver logic for better perf…
i-subham23 Jun 29, 2025
350bea1
feat(Charts): add PieChartV2 and RadialChartV2 components with SCSS s…
i-subham23 Jun 29, 2025
9e7ee36
feat(Charts): add StackedLegend and RadarCharts to chart components
i-subham23 Jun 29, 2025
f1d862c
refactor(Charts): reorganize utility functions for Area and Line charts
ankit-thesys Jun 29, 2025
5906147
Merge branch 'chartsV2' of https://github.com/thesysdev/crayon into c…
ankit-thesys Jun 29, 2025
c19e85c
refactor(Charts): remove unused SCSS import from StackedLegend component
i-subham23 Jun 29, 2025
b40def5
style(Charts): adjust min-height for RadarChartV2 layout consistency
ankit-thesys Jun 29, 2025
e66eee5
Merge branch 'chartsV2' of https://github.com/thesysdev/crayon into c…
ankit-thesys Jun 29, 2025
c9ddaa3
feat(Charts): integrate transformed keys into chart components
ankit-thesys Jun 29, 2025
54d5ce2
fix(Charts): update key transformation logic and enhance LineChartV2 …
ankit-thesys Jun 29, 2025
ca4812d
refactor(Charts): consolidate chart components and remove deprecated …
ankit-thesys Jun 29, 2025
4f1737f
refactor(Charts): update RadarChart stories and component naming
ankit-thesys Jun 29, 2025
f8254e5
refactor(Charts): replace getChartConfig with get2dChartConfig and in…
ankit-thesys Jun 29, 2025
d8db251
fix: correct spelling in pnpm rule and rename RadialChartV2 to Radial…
ankit-thesys Jun 29, 2025
355b5e6
refactor(Charts): replace chart configuration functions with getCateg…
ankit-thesys Jun 29, 2025
1f3bf7a
refactor(Charts): enhance getXAxisTickFormatter for improved text mea…
ankit-thesys Jun 29, 2025
ed8fdd4
refactor(Charts): enhance RadarChart stories with detailed usage docu…
ankit-thesys Jun 29, 2025
9be0ee9
refactor(Charts): remove ProgressBarChart component and related files…
ankit-thesys Jun 29, 2025
9488166
refactor(Charts): remove SingleSegment story and related elements fro…
ankit-thesys Jun 29, 2025
b2ddcab
refactor(Charts): update PieChart stories with enhanced data structur…
ankit-thesys Jun 30, 2025
c5ca8fe
refactor(Charts): improve PieChart stories formatting and enhance Rad…
ankit-thesys Jun 30, 2025
3f998a8
refactor(Charts): update MiniAreaChart story tags for clarity
ankit-thesys Jun 30, 2025
dfc5c99
refactor(Charts): remove CustomCursor component and update BarChart s…
ankit-thesys Jun 30, 2025
8e1f1e5
refactor(Charts): update chart components for improved responsiveness…
i-subham23 Jun 30, 2025
c1a9a77
refactor(Charts): enforce minimum bar height in LineInBarShape component
ankit-thesys Jun 30, 2025
b58787f
Merge branch 'chartsV2' of https://github.com/thesysdev/crayon into c…
ankit-thesys Jun 30, 2025
a865e7d
refactor(Charts): remove isFirstInStack prop from BarChart components
ankit-thesys Jun 30, 2025
0f81565
refactor(Charts): adjust opacity and minimum height constraints in Ba…
ankit-thesys Jun 30, 2025
a5662a0
refactor(Charts): restore Charts component import and adjust styling …
ankit-thesys Jun 30, 2025
8d392fa
refactor(Charts): update SideBarTooltip styles and button variant
ankit-thesys Jun 30, 2025
ff34122
refactor(Charts): adjust XAxis tick formatter padding for improved vi…
ankit-thesys Jun 30, 2025
8b4d7eb
refactor(Charts): adjust left padding in AreaChart for improved layout
ankit-thesys Jun 30, 2025
f0fc80f
refactor(Charts): update left padding in LineChart for improved layout
ankit-thesys Jun 30, 2025
68f8eee
refactor(Charts): enhance PieChart and RadialChart components for imp…
i-subham23 Jun 30, 2025
b10b4d5
refactor(Charts): remove duplicate entries in PieChart story data
i-subham23 Jun 30, 2025
1c05709
refactor(Charts): update RadarChart styles and improve chart size cal…
ankit-thesys Jun 30, 2025
5bc4c36
Merge branch 'chartsV2' of https://github.com/thesysdev/crayon into c…
ankit-thesys Jun 30, 2025
d264358
refactor(Charts): update StackedLegend and RadarChart styles for cons…
ankit-thesys Jun 30, 2025
dcec127
refactor(Charts): reorganize chart component structure and update imp…
ankit-thesys Jun 30, 2025
4fd4854
fix(Charts): update corner radius in RadialChart and remove blur effe…
ankit-thesys Jun 30, 2025
60f7317
refactor(Charts): update gradient definitions in AreaChart for consis…
ankit-thesys Jun 30, 2025
eb7f27e
style(Charts): update BarChart button styles for improved hover effect
ankit-thesys Jun 30, 2025
0b152c5
docs(Charts): enhance documentation and stories for AreaChart, BarCha…
ankit-thesys Jun 30, 2025
243b75f
refactor(Charts): simplify RadarChart and RadialChart components by r…
ankit-thesys Jun 30, 2025
ee3677f
chore(react-ui): bump version to 0.8.1
ankit-thesys Jun 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cursor/environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"agentCanUpdateSnapshot": true,
"install": "pnpm install",
"start": "pnpm dev:start"
}
6 changes: 6 additions & 0 deletions .cursor/rules/styling-rule.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description:
globs: .scss
alwaysApply: false
---
for styling component use cssUtils.scss
6 changes: 6 additions & 0 deletions .cursor/rules/use-pnpm.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: any task that uses terminal
globs:
alwaysApply: false
---
Always use pnpm instead of npm for this project
2 changes: 2 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
.env
5 changes: 2 additions & 3 deletions js/packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@crayonai/react-ui",
"license": "MIT",
"version": "0.8.0",
"version": "0.8.1",
"description": "Component library for Generative UI SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
"react-day-picker": "^9.5.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.1",
"recharts": "^2.15.4",
"rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0",
"remark-emoji": "^5.0.1",
Expand All @@ -85,7 +85,6 @@
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-onboarding": "^8.5.3",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-themes": "^8.5.3",
"@storybook/blocks": "^8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions js/packages/react-ui/src/components/Button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
gap: cssUtils.$spacing-xs;
align-items: center;
& svg {
height: 1rem;
width: 1rem;
height: 1em;
width: 1em;
}

// Primary variant
Expand Down
Loading