kyd-shared-badge 0.3.90 → 0.3.92
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kyd-shared-badge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.92",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-sdk/lib-dynamodb": "^3.893.0",
|
|
22
22
|
"@chatscope/chat-ui-kit-react": "^2.1.1",
|
|
23
23
|
"@chatscope/chat-ui-kit-styles": "^1.4.0",
|
|
24
|
-
"@knowyourdeveloper/react-bubble-chart": "^1.0.
|
|
24
|
+
"@knowyourdeveloper/react-bubble-chart": "^1.0.4",
|
|
25
25
|
"@radix-ui/react-slot": "^1.2.3",
|
|
26
26
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
27
27
|
"ai": "5.0.47",
|
|
@@ -118,6 +118,7 @@ export default function SkillsBubble({ skillsCategoryRadar, headless }: { skills
|
|
|
118
118
|
<div className={'kyd-avoid-break'}>
|
|
119
119
|
<div ref={containerRef} style={{ width: '100%', height: 340 }}>
|
|
120
120
|
<BubbleChart
|
|
121
|
+
className='w-full h-full'
|
|
121
122
|
data={bubbleData}
|
|
122
123
|
legend={false}
|
|
123
124
|
tooltip
|