Skip to content

Commit

Permalink
Merge pull request #593 from Sysvale/bugfix/fix-gauge-chart-register
Browse files Browse the repository at this point in the history
Bugfix/fix gauge chart register
  • Loading branch information
RafaelGondi authored Mar 12, 2024
2 parents 241e00a + d315f0d commit 430b3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.0.0-beta.113",
"version": "3.0.0-beta.114",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import EmptyState from './EmptyState.vue';
import FileInput from './FileInput.vue';
import FlatButton from './FlatButton.vue';
import FloatingAssistant from './FloatingAssistant.vue';
import GaugeChart from './GaugeChart.vue';
import Highlight from './Highlight.vue';
import Icon from './Icon.vue';
import IconButton from './IconButton.vue';
Expand Down Expand Up @@ -110,6 +111,7 @@ export default {
app.component('CdsFileInput', FileInput); //NOTE: Testado no SB
app.component('CdsFlatButton', FlatButton); //NOTE: Testado no SB
app.component('CdsFloatingAssistant', FloatingAssistant);
app.component('CdsGaugeChart', GaugeChart); //NOTE: Testado no SB
app.component('CdsHighlight', Highlight); //NOTE: Testado no SB
app.component('CdsIcon', Icon); //NOTE: Testado no SB
app.component('CdsIconButton', IconButton); //NOTE: Testado no SB
Expand Down

0 comments on commit 430b3f3

Please sign in to comment.