Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 280455c

Browse files
committed
feat: popover transitions and styling
1 parent 7071490 commit 280455c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+231
-126
lines changed

@types/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-27T18:36:28.117Z
9+
* This file was generated on 2023-03-01T19:58:41.256Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-27T18:36:28.117Z
9+
* This file was generated on 2023-03-01T19:58:41.256Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
]
1414
},
1515
"scripts": {
16-
"dev": "turbo run dev",
16+
"dev": "concurrently \"pnpm turbo:dev\" \"pnpm playground:dev\"",
17+
"turbo:dev": "turbo run dev",
1718
"clean": "pnpm -r --parallel run clean",
1819
"prebuild": "pnpm clean",
1920
"build": "turbo run build --filter=!./examples/* --filter=!{./packages/test-utils}",

packages/c-alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup && pnpm build:types",
2222
"build:fast": "tsup",
2323
"types:check": "tsc --noEmit",
24-
"dev": "tsup --watch",
24+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
2525
"build:types": "tsup src --dts-only"
2626
},
2727
"dependencies": {
@@ -39,4 +39,4 @@
3939
"devDependencies": {
4040
"vue": "3.2.47"
4141
}
42-
}
42+
}

packages/c-avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "tsup && pnpm build:types",
2727
"build:fast": "tsup",
2828
"types:check": "tsc --noEmit",
29-
"dev": "tsup --watch",
29+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
3030
"build:types": "tsup src --dts-only"
3131
},
3232
"dependencies": {

packages/c-breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsup && pnpm build:types",
3030
"build:fast": "tsup",
3131
"types:check": "tsc --noEmit",
32-
"dev": "tsup --watch",
32+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
3333
"build:types": "tsup src --dts-only"
3434
},
3535
"dependencies": {

packages/c-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup && pnpm build:types",
2222
"build:fast": "tsup",
2323
"types:check": "tsc --noEmit",
24-
"dev": "tsup --watch",
24+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
2525
"build:types": "tsup src --dts-only"
2626
},
2727
"dependencies": {

packages/c-checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "tsup && pnpm build:types",
2727
"build:fast": "tsup",
2828
"types:check": "tsc --noEmit",
29-
"dev": "tsup --watch",
29+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
3030
"build:types": "tsup src --dts-only"
3131
},
3232
"dependencies": {

packages/c-close-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsup && pnpm build:types",
3030
"build:fast": "tsup",
3131
"types:check": "tsc --noEmit",
32-
"dev": "tsup --watch",
32+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
3333
"build:types": "tsup src --dts-only"
3434
},
3535
"dependencies": {

packages/c-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsup && pnpm build:types",
3030
"build:fast": "tsup",
3131
"types:check": "tsc --noEmit",
32-
"dev": "tsup --watch",
32+
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'",
3333
"build:types": "tsup src --dts-only"
3434
},
3535
"dependencies": {

0 commit comments

Comments
 (0)