Skip to content

Commit ce61308

Browse files
feat(popover): major popover docs improvements
2 parents d25f977 + 252884b commit ce61308

File tree

221 files changed

+6739
-8303
lines changed

Some content is hidden

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

221 files changed

+6739
-8303
lines changed

.github/actions/release/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ runs:
1919
shell: bash
2020
run: npm whoami
2121

22+
# - name: Build Headless Kit
23+
# shell: bash
24+
# run: npx nx build headless
25+
26+
# - name: Replace utils version in package.json
27+
# shell: bash
28+
# run: pnpm update.version
29+
2230
- name: Version
2331
env:
2432
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- name: Setup
3636
uses: ./.github/actions/setup
3737

38+
- name: Build Headless Kit
39+
shell: bash
40+
run: npx nx build headless
41+
3842
- name: Release
3943
uses: ./.github/actions/release
4044
with:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ Thumbs.db
7373
**/cypress/videos
7474

7575
# Verdaccio
76-
tmp
76+
tmp
77+
.nx/cache

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ node_modules
88
coverage
99
discussion
1010
pnpm-lock.yaml
11+
12+
/.nx/cache

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,20 @@ npm install -D @qwik-ui/headless
4343

4444
### Headless Kit
4545

46-
| Component | Planned | Draft (Alpha) | Beta | Stable |
47-
| :------------------------------------------------------------ | :-----: | :-----------: | ---- | ------ |
48-
| [Accordion](https://qwikui.com/docs/headless/accordion) | | || |
49-
| [Autocomplete](https://qwikui.com/docs/headless/autocomplete) | || | |
50-
| Carousel || | | |
51-
| [Combobox](https://qwikui.com/docs/headless/combobox) | | || |
52-
| Dialog || | | |
53-
| [Modal](https://qwikui.com/docs/headless/modal) | | || |
54-
| [Pagination](https://qwikui.com/docs/headless/pagination) | || | |
55-
| [Popover](https://qwikui.com/docs/headless/popover) | || | |
56-
| [Select](https://qwikui.com/docs/headless/select) | || | |
57-
| [Separator](https://qwikui.com/docs/headless/separator) | | || |
58-
| [Tabs](https://qwikui.com/docs/headless/tabs) | | || |
59-
| [Toggle](https://qwikui.com/docs/headless/toggle) || | | |
60-
| [Tooltip](https://qwikui.com/docs/headless/tooltip) | || | |
46+
| Component | Planned | Draft (Alpha) | Beta | Stable |
47+
| :-------------------------------------------------------- | :-----: | :-----------: | ---- | ------ |
48+
| [Accordion](https://qwikui.com/docs/headless/accordion) | | || |
49+
| Carousel || | | |
50+
| [Combobox](https://qwikui.com/docs/headless/combobox) | | || |
51+
| Dialog || | | |
52+
| [Modal](https://qwikui.com/docs/headless/modal) | | || |
53+
| [Pagination](https://qwikui.com/docs/headless/pagination) | || | |
54+
| [Popover](https://qwikui.com/docs/headless/popover) | || | |
55+
| [Select](https://qwikui.com/docs/headless/select) | || | |
56+
| [Separator](https://qwikui.com/docs/headless/separator) | | || |
57+
| [Tabs](https://qwikui.com/docs/headless/tabs) | | || |
58+
| [Toggle](https://qwikui.com/docs/headless/toggle) || | | |
59+
| [Tooltip](https://qwikui.com/docs/headless/tooltip) | || | |
6160

6261
## Contributing
6362

apps/website-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"lint": {
21-
"executor": "@nx/linter:eslint",
21+
"executor": "@nx/eslint:lint",
2222
"outputs": ["{options.outputFile}"],
2323
"options": {
2424
"lintFilePatterns": ["apps/website-e2e/**/*.{js,ts}"]
87.5 KB
Binary file not shown.
54.1 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)