Commit Graph

805 Commits

Author SHA1 Message Date
Pouya Saadeghi b155f9cb12 typo 2024-03-01 11:12:16 +03:30
Pouya Saadeghi c7906acee5 blog 2024-03-01 11:09:32 +03:30
Pouya Saadeghi d41cbad6ba docs 2024-03-01 11:09:27 +03:30
Satyajit Chaudhary f0bf8b7c98
docs: #2832 range with custom color (#2866) 2024-02-24 04:44:10 +03:30
Supermarcel10 32ce5dd500
Fixed flawed example code for Accordion (#2853)
* Fixed flawed example code

Fixed an issue with the example code for accordion.

The flawed code:
- Rendered a read-only field due to checked being set to a value instead of using "defaultChecked".
- Raised an error in TypeScript (TS2322: Type `string` is not assignable to type `boolean | undefined`)

This addresses both those issues

* Added replacement string

* - Reverted changes
2024-02-19 14:59:28 +03:00
Pouya Saadeghi e661a38448
Update +page.server.js 2024-02-16 05:51:38 +03:00
Pouya Saadeghi 227f4beffb Update src/docs/.env 2024-02-13 23:30:38 +00:00
Pouya Saadeghi 938829dd20 fix: input element inside wrapper with input class background color. closes #2846 2024-02-14 02:30:04 +03:00
Pouya Saadeghi 10323efab6 docs: add text input examples with icons 2024-02-14 00:13:20 +03:00
Florian Arens a012cb9ea5
Update german translations (#2844) 2024-02-13 19:46:19 +03:00
Pouya Saadeghi 459c73771a Update src/docs/.env 2024-02-13 16:37:57 +00:00
Pouya Saadeghi ac60762279 fix: don't apply menu item styles to `btn` is inside menu 2024-02-13 19:37:23 +03:00
Pouya Saadeghi f788ef9b11 docs: update deps 2024-02-13 03:14:26 +03:00
Pouya Saadeghi 57735ed5c7 docs 2024-02-13 02:59:55 +03:00
Pouya Saadeghi 25319ab9ad Update src/docs/.env 2024-02-12 20:50:51 +00:00
Pouya Saadeghi 863afaf44b feat: use CSS scrollbar-gutter for drawer. close #2622, close #2483, close #2782, close #2142 2024-02-12 23:50:21 +03:00
Hoang Kiem a795f48cab
fix: #2622 drawer-end makes horizontal scrollbar permanently visible (#2630)
* fix: #2622 drawer-end makes horizontal scrollbar permanently visible

+ Updated src/components/styled/drawer.css to add overflow-hidden

* chore: use overflow-x-hidden instead of overflow-hidden to drawer component
2024-02-12 16:49:58 +03:00
Pouya Saadeghi e993951b77 docs 2024-02-12 15:05:55 +03:00
Pouya Saadeghi 3dd86e3afb Update src/docs/.env 2024-02-12 11:27:45 +00:00
Pouya Saadeghi 8b1cfedcc2 fix: incompatibility of Astro Islands injected style and script tags. closes: #2835 2024-02-12 14:27:16 +03:00
Pouya Saadeghi 916c0fc274 docs 2024-02-12 02:31:11 +03:00
wxb e14ff36bb3
added translation function to component component (#2708)
* feat: added some Chinese translations

* feat: added translation function to component component
2024-02-11 15:01:00 +03:00
Pouya Saadeghi c7d4f519f2 docs 2024-02-09 02:56:55 +03:00
Pouya Saadeghi d7e25963b5 blog 2024-02-07 13:13:48 +03:00
Pouya Saadeghi 17d65f87fe docs 2024-02-07 12:51:40 +03:00
Pouya Saadeghi 670e394406 docs: remove view transitions because it's laggy 2024-02-07 09:22:24 +03:00
Pouya Saadeghi 8760c8d0a9 docs 2024-02-07 09:07:08 +03:00
Pouya Saadeghi 9301eeb2e3 docs 2024-02-07 08:57:21 +03:00
Pouya Saadeghi f6c1643d73 Update src/docs/.env 2024-02-07 04:21:44 +00:00
Leo 4fb0a3003f
fix: #2625 Fix input spin button position (#2777) 2024-02-07 07:21:19 +03:00
Pouya Saadeghi a962628979 docs 2024-02-07 03:37:27 +03:00
Pouya Saadeghi 1433d22307 store 2024-02-07 03:21:08 +03:00
Pouya Saadeghi 9312543e65 docs 2024-02-06 16:30:17 +03:00
Pouya Saadeghi 905399f733 docs 2024-02-05 15:48:48 +03:00
Pouya Saadeghi c9c9d3f0e3 docs 2024-01-31 12:11:11 +03:00
Pouya Saadeghi d425e2906a Update src/docs/.env 2024-01-29 12:30:01 +00:00
Leo 65b13a82e9
fix: #2775 Fix opacity modifier for disabled selection (#2776) 2024-01-29 15:29:35 +03:00
Truman Gao 1fb30a63e4
typo (#2797) 2024-01-29 15:28:58 +03:00
Nils Jacobsen 6f9b84b06e
docs: add localization editor and ide extension (#2793) 2024-01-29 15:26:47 +03:00
Pouya Saadeghi 6cbe6a6617 docs 2024-01-27 01:43:22 +03:00
Pouya Saadeghi c79a49c4a2 docs: update testimonials 2024-01-27 01:36:00 +03:00
Pouya Saadeghi 610cf2f7c5 docs 2024-01-27 01:26:35 +03:00
Pouya Saadeghi c0af656541 store 2024-01-27 01:16:54 +03:00
Dana Woodman cb5ff2ad06
Use h6 instead of header in footer component examples (#2791)
As @bempensato mentioned in #2294 (and reported in #2789), having a `<header>` as a child of `<footer>` is invalid.

Moving to use an `<h6>` tag as it has the lowest weight of a page's heading tags and still properly represents a heading of the `<nav>` section.

Ran through the W3C validator to confirm, passes with flying colors:
2024-01-25 08:27:08 +03:00
Pouya Saadeghi 9a21e88b7c docs: update JSX convert func 2024-01-25 08:25:57 +03:00
Pouya Saadeghi 214cc01260 docs 2024-01-15 14:47:11 +03:00
Pouya Saadeghi ff2b93f38a docs: add missing translation 2024-01-15 14:31:05 +03:00
core ac7b5ca4fe
Create de.json (#2756)
German translations lol
2024-01-15 14:29:44 +03:00
bernardoamorim7 e99c67037e
Update pt.json (#2744)
* Update pt.json

From line 404 to line 463

* Update pt.json

Fix deleted lines and other translation mistakes.
2024-01-12 05:50:34 +03:00
Pouya Saadeghi 252b41b04c Update src/docs/.env 2024-01-11 00:08:23 +00:00
Nekxio 69b40ff2d4
fix: #2725 Change top position to prevent movements when collapse opens (#2730) 2024-01-11 03:07:55 +03:00
Pouya Saadeghi c13b26bea8 docs 2024-01-04 17:23:43 +03:00
Pouya Saadeghi 01e0ce4b34 docs 2024-01-04 17:15:54 +03:00
Pouya Saadeghi 795a17ff08 Update src/docs/.env 2024-01-02 23:00:07 +00:00
Pouya Saadeghi 0471a04d3d fix: prose code fallback color for old browsers. closes: #2715 2024-01-03 01:59:37 +03:00
Avaray 3449d1720d
docs: updated Polish translation (#2714) 2023-12-29 18:44:41 +03:00
Mathias 01be811f83
Fix docs about default size of Radial Progress (#2705) 2023-12-29 14:13:55 +03:00
wxb c12235317c
feat: added some Chinese translations (#2707) 2023-12-28 10:12:02 +03:00
Krzysztof Białk d3763ab4f5
Update pl.json (#2706)
Minor adjustments
2023-12-28 04:52:20 +03:00
Pouya Saadeghi 8664a57dca store 2023-12-27 10:48:21 +03:00
Pouya Saadeghi 1b12933e21 docs 2023-12-26 04:57:42 +03:00
Pouya Saadeghi 9c22dfdd6f docs: disable store banner 2023-12-26 04:55:11 +03:00
Pouya Saadeghi 23acb71c94 Update src/docs/.env 2023-12-24 21:48:35 +00:00
Pouya Saadeghi 5d6daf32c5 fix: unwanted background color in `.prose pre>code` 2023-12-25 00:47:49 +03:00
Avaray 0f37007429
docs: added Polish translation (#2691)
Translation will surely require some minor adjustments. However, we already have a foundation to work on.
2023-12-25 00:47:26 +03:00
Pouya Saadeghi e8eea9cb05 Update src/docs/.env 2023-12-20 18:34:33 +00:00
Goran ae4807b944
fix: #2634 compile base colors (#2635)
* fix: compile base colors

* fix: compile base colors

dir typo

* fix: add tailwind config to base
2023-12-20 21:34:03 +03:00
Brandon Bondig 5bd3aeeba3
typo fix (#2686) 2023-12-20 21:32:53 +03:00
Pouya Saadeghi 36f3b656c6 typo 2023-12-20 11:14:11 +03:00
Pouya Saadeghi 9b7e1abe51 Update src/docs/.env 2023-12-20 04:45:49 +00:00
Pouya Saadeghi 49c638938d fix: #2682 2023-12-20 07:45:21 +03:00
Pouya Saadeghi d9737da9ad Update src/docs/.env 2023-12-20 01:39:30 +00:00
Pouya Saadeghi 26116e114a blog 2023-12-20 04:38:54 +03:00
Pouya Saadeghi 4a3308c067 docs 2023-12-20 04:37:20 +03:00
Pouya Saadeghi f508119c1f docs 2023-12-20 04:37:09 +03:00
Pouya Saadeghi 700ba07434 store 2023-12-19 12:53:18 +03:00
Pouya Saadeghi dd134e29ef fix store discounts rss 2023-12-19 00:26:36 +03:00
Abhijeet Biswal ad3a0f28c5
small typo in the store page (#2673) 2023-12-18 13:58:48 +03:00
Pouya Saadeghi 8f8465c7f6 store 2023-12-18 04:35:59 +03:00
Pouya Saadeghi ff7c1067a1 fix: #2664 2023-12-16 13:37:46 +03:00
Kenzo Wada 5324c7cc1e
fix: update ja component names (#2666) 2023-12-15 16:39:25 +03:00
Pouya Saadeghi 86f945592e docs 2023-12-15 02:00:21 +03:00
Pouya Saadeghi 0a77480c29 docs 2023-12-15 01:57:51 +03:00
Pouya Saadeghi 0a3688d362 SvelteKit 2 2023-12-15 01:57:51 +03:00
simon 2e210a548a
Update documentation so that the import for sveltejs is update to date (#2663)
* chore(release): 4.5.0

* fix the issue

* Revert "chore(release): 4.5.0"

This reverts commit 8db60aa492.

Revert the accidental change
:wq!

* bugfix: resolve the typo on css

* update documents for sveltejs

---------

Co-authored-by: simon ouyang <souyang6608@gmail.com>
2023-12-15 01:41:03 +03:00
Pouya Saadeghi efa288953a Update src/docs/.env 2023-12-14 18:56:23 +00:00
simon fa54f68421
fix: #2651 Allow override input size attributes
* chore(release): 4.5.0

* fix the issue

* Revert "chore(release): 4.5.0"

This reverts commit 8db60aa492.

Revert the accidental change
:wq!

* bugfix: resolve the typo on css

---------

Co-authored-by: simon ouyang <souyang6608@gmail.com>
2023-12-14 21:55:47 +03:00
Pouya Saadeghi 5bef0d0423 store 2023-12-11 03:48:08 +03:00
Pouya Saadeghi f8f2450c7f docs 2023-12-09 02:54:04 +03:30
Pouya Saadeghi 441662c350 docs: add toggle custom color example 2023-12-09 02:54:04 +03:30
Pouya Saadeghi 7ae8f6fca1 docs: add tab custom color example 2023-12-09 02:54:04 +03:30
Pouya Saadeghi 216f74a45d docs 2023-12-09 02:54:04 +03:30
Edoardo Scibona 4a51747a07
docs: fix tailwind typos (#2633) 2023-12-08 19:41:33 +03:30
Pouya Saadeghi 2c7a36e91f roadmap 2023-12-08 18:45:11 +03:30
Hoang Kiem 09871fe396
I18n: Add Vietnamese translation (#2632)
+ Added new language files rc/docs/src/translation/vi.json
2023-12-08 18:43:12 +03:30
Willin 老王退休啦 e5f293d621
l18n: zh_hans, zh_hant (#2631) 2023-12-08 18:39:24 +03:30
Pouya Saadeghi 63dd471173 docs: store 2023-12-08 18:33:55 +03:30
Pouya Saadeghi d17169508f blog: add email subscribe form to footer 2023-12-08 16:42:11 +03:30
Pouya Saadeghi 6951595e62 store image lazy load 2023-12-08 16:30:15 +03:30
Pouya Saadeghi 4952f61e29 docs: add pnpm, yarn, bun for install command. add esm guide 2023-12-08 15:31:19 +03:30