Skip to content

Commit 1bd7be4

Browse files
refactor(portals and deprecated autocomplete): portal support and autocomplete deprecated
2 parents e4c03fe + 1174068 commit 1bd7be4

Some content is hidden

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

55 files changed

+8567
-3354
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,18 @@
314314
"test",
315315
"doc"
316316
]
317+
},
318+
{
319+
"login": "Zankel-Engineering",
320+
"name": "Zankel-Engineering",
321+
"avatar_url": "https://avatars.githubusercontent.com/u/43412711?v=4",
322+
"profile": "http://zankel-engineering.de",
323+
"contributions": [
324+
"code",
325+
"test",
326+
"bug",
327+
"a11y"
328+
]
317329
}
318330
],
319331
"contributorsPerLine": 7,

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install commitlint --edit $1
4+
pnpm exec commitlint --edit $1

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
dist
66
node_modules
77
coverage
8-
**/*.mdx
8+
**/*.mdx
9+
discussion

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
119119
</tr>
120120
<tr>
121121
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wmertens"><img src="https://avatars.githubusercontent.com/u/54934?v=4?s=100" width="100px;" alt="Wout Mertens"/><br /><sub><b>Wout Mertens</b></sub></a><br /><a href="https://github.com/qwikifiers/qwik-ui/commits?author=wmertens" title="Code">💻</a> <a href="#research-wmertens" title="Research">🔬</a> <a href="#ideas-wmertens" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/qwikifiers/qwik-ui/commits?author=wmertens" title="Tests">⚠️</a> <a href="https://github.com/qwikifiers/qwik-ui/commits?author=wmertens" title="Documentation">📖</a></td>
122+
<td align="center" valign="top" width="14.28%"><a href="http://zankel-engineering.de"><img src="https://avatars.githubusercontent.com/u/43412711?v=4?s=100" width="100px;" alt="Zankel-Engineering"/><br /><sub><b>Zankel-Engineering</b></sub></a><br /><a href="https://github.com/qwikifiers/qwik-ui/commits?author=Zankel-Engineering" title="Code">💻</a> <a href="https://github.com/qwikifiers/qwik-ui/commits?author=Zankel-Engineering" title="Tests">⚠️</a> <a href="https://github.com/qwikifiers/qwik-ui/issues?q=author%3AZankel-Engineering" title="Bug reports">🐛</a> <a href="#a11y-Zankel-Engineering" title="Accessibility">️️️️♿️</a></td>
122123
</tr>
123124
</tbody>
124125
</table>

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "The Qwik UI Website",
44
"private": true,
55
"dependencies": {
6-
"@qwik-ui/headless": "file:../../dist/packages/kit-headless",
7-
"@qwik-ui/tailwind": "file:../../dist/packages/kit-tailwind",
8-
"@qwik-ui/material": "file:../../dist/packages/kit-material",
9-
"@qwik-ui/primitives": "file:../../dist/packages/primitives"
6+
"@qwik-ui/headless": "workspace:*",
7+
"@qwik-ui/tailwind": "workspace:*",
8+
"@qwik-ui/material": "workspace:*",
9+
"@qwik-ui/primitives": "workspace:*"
1010
}
1111
}

apps/website/src/_state/component-statuses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const statusByComponent: ComponentKitsStatuses = {
4040
},
4141
headless: {
4242
Accordion: ComponentStatus.Beta,
43-
Combobox: ComponentStatus.Draft,
4443
Carousel: ComponentStatus.Planned,
44+
Combobox: ComponentStatus.Draft,
4545
Popover: ComponentStatus.Draft,
4646
Select: ComponentStatus.Draft,
4747
Tabs: ComponentStatus.Beta,

apps/website/src/routes/(main)/about/[email protected]

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default component$(() => {
99
<p class="text-lg mb-16">
1010
Qwik UI is the first ever component library for the revolutionary Qwik web
1111
framework. Developed by leading members of the Qwik community,{' '}
12-
<mark class="text-purple-300 bg-transparent">
12+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
1313
including members from the Qwik team
1414
</mark>
1515
, Qwik UI offers an open-source solution for building instant loading and
@@ -20,7 +20,9 @@ export default component$(() => {
2020
<p class="text-lg mb-16">
2121
Qwik UI is built for developers who want to harness the power of Qwik's
2222
innovative{' '}
23-
<mark class="text-purple-300 bg-transparent">JavaScript Streaming</mark>{' '}
23+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
24+
JavaScript Streaming
25+
</mark>{' '}
2426
technology to create highly performant web applications with minimal effort.
2527
Whether you're working on an e-commerce platform, a dashboard or any scale
2628
application, Qwik UI provides the components and tools you need to deliver a
@@ -34,11 +36,11 @@ export default component$(() => {
3436
Qwik's instant loading capabilities offer a significant advantage for e-commerce
3537
and other search engine-facing applications. By ensuring the highest Core Web
3638
Vitals scores, Qwik UI not only{' '}
37-
<mark class="text-purple-300 bg-transparent">
39+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
3840
delivers an amazing user experience
3941
</mark>{' '}
4042
but also helps{' '}
41-
<mark class="text-purple-300 bg-transparent">
43+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
4244
improve your site's search engine rankings
4345
</mark>
4446
. Stand out from the competition with a web application that loads instantly,
@@ -49,7 +51,7 @@ export default component$(() => {
4951
<p class="text-lg mb-16">
5052
In addition to performance and SEO advantages, Qwik UI components are designed
5153
with accessibility in mind.{' '}
52-
<mark class="text-purple-300 bg-transparent">
54+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
5355
We believe in creating inclusive web experiences
5456
</mark>{' '}
5557
that cater to users of all abilities, and our components are built to adhere to
@@ -59,9 +61,11 @@ export default component$(() => {
5961
<p class="text-lg mb-16">
6062
Qwik UI is an open-source project, which means that it's freely available for
6163
developers to use and contribute to. By fostering a{' '}
62-
<mark class="text-purple-300 bg-transparent">community-driven approach</mark>,
63-
we aim to continuously improve and expand the capabilities of Qwik UI, making it
64-
the go-to component library for developers working the Qwik framework.
64+
<mark class="text-purple-500 dark:text-purple-300 bg-transparent">
65+
community-driven approach
66+
</mark>
67+
, we aim to continuously improve and expand the capabilities of Qwik UI, making
68+
it the go-to component library for developers working the Qwik framework.
6569
</p>
6670
<p class="text-lg mb-16">
6771
Join us in our mission to revolutionize web development and create instant

apps/website/src/routes/docs.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@apply lg:ml-80 w-full lg:max-w-4xl xl:max-w-6xl py-8 px-8 lg:px-16;
44
}
55

6-
/*
6+
/*
77
Styles that are direct descendents of .docs
8-
this should not affect the styles inside of the tabpanel
8+
this should not affect the styles inside of the tabpanel
99
A.K.A the components
1010
*/
1111
& > {
@@ -31,11 +31,11 @@
3131
}
3232

3333
h3 {
34-
@apply text-xl font-bold mb-6;
34+
@apply text-xl font-bold mt-4 mb-6;
3535
}
3636

3737
h4 {
38-
@apply text-lg mb-6;
38+
@apply text-lg mt-4 mb-6;
3939
}
4040

4141
h5 {

apps/website/src/routes/docs/_components/api-table/api-table.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ type APITableProps = {
1212
export const APITable = component$(({ propDescriptors }: APITableProps) => {
1313
return (
1414
<div class="overflow-auto">
15-
<table class="w-full min-w-[540px] border-b border-gray-700 text-left sm:min-w-full">
15+
<table class="w-full min-w-[540px] border-b border-gray-700 text-left sm:min-w-full mb-6">
1616
<tbody class="divide-y divide-gray-700">
1717
<tr class="w-1/4 dark:text-white ">
1818
<td class="w-1/6 whitespace-nowrap py-2 pl-4 text-sm font-medium sm:pl-0">
1919
Prop
2020
</td>
2121
<td class="w-1/6 whitespace-nowrap py-2 text-sm font-medium ">Type</td>
22-
<td class="w-2/3 whitespace-nowrap py-2 text-sm font-medium ">Description</td>
22+
<td class="w-2/3 whitespace-nowrap p-2 text-sm font-medium ">Description</td>
2323
</tr>
2424
{propDescriptors?.map((propDescriptor) => {
2525
return (
@@ -37,12 +37,12 @@ export const APITable = component$(({ propDescriptors }: APITableProps) => {
3737
{propDescriptor.info && (
3838
<Popover placement="top">
3939
<PopoverContent>
40-
<div class="bg-[#202425] text-[#7881fa] max-w-xs mb-2 text-md px-4 py-2 rounded-md">
40+
<div class="bg-[#202425] text-[#7881fa] max-w-xs mb-2 text-md px-4 py-2 rounded-md sm:w-max">
4141
{propDescriptor?.info}
4242
</div>
4343
</PopoverContent>
4444
<PopoverTrigger>
45-
<div class="hover:bg-slate-500 hover:bg-opacity-50 h-[31px] mt-2 p-2 rounded-md">
45+
<div class="hover:bg-slate-500 hover:bg-opacity-50 mt-2 p-1 rounded-md mx-2 rounded-xl">
4646
<svg
4747
width="15"
4848
height="15"
@@ -66,7 +66,7 @@ export const APITable = component$(({ propDescriptors }: APITableProps) => {
6666
</span>
6767
</td>
6868
<td class="py-3 align-baseline">
69-
<div class="prose prose-sm prose-docs-table">
69+
<div class="prose prose-sm prose-docs-table px-2">
7070
<p>{propDescriptor.description}</p>
7171
</div>
7272
</td>

apps/website/src/routes/docs/_components/status-banner/status-banner.css

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)