Skip to content

Commit

Permalink
Merge pull request #864 from hit-pay/info-buttons-fix
Browse files Browse the repository at this point in the history
Info buttons fix
  • Loading branch information
mykhailo-diakovych authored Dec 17, 2024
2 parents 93a531f + 8e105e2 commit e89984d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/core",
"description": "Orchid UI, Library Vue 3 tailwind css",
"version": "1.1.1-0",
"version": "1.1.31-0",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { Skeleton, Chip, Button } from '@/orchidui-core'
import { Skeleton, Chip, Button, Icon } from '@/orchidui-core'
defineProps({
isActive: Boolean,
Expand Down
5 changes: 1 addition & 4 deletions packages/core/src/Theme/OcTheme.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { onMounted, watch } from 'vue'
import { watch } from 'vue'
const props = defineProps({
colorMode: {
type: String,
Expand All @@ -17,9 +17,6 @@ watch(
},
{ immediate: true }
)
onMounted(() => {
console.log('this from orchid @beta')
})
</script>

<template>
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/dashboard",
"description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
"version": "1.1.1-0",
"version": "1.1.31-0",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down

0 comments on commit e89984d

Please sign in to comment.