Commit Graph

790 Commits

Author SHA1 Message Date
Pouya Saadeghi 60b4b654b9 Update src/docs/.env 2024-04-16 11:47:51 +00:00
Justin Lettau 50dfac4fec
fix: consistent disabled form inputs (#2981) 2024-04-16 14:47:21 +03:00
Pouya Saadeghi 37559111ca docs 2024-04-15 21:03:58 +03:00
Pouya Saadeghi f8d4e3eeb0 docs 2024-04-12 01:55:42 +03:00
Pouya Saadeghi f4269b8840 docs 2024-04-11 19:56:35 +03:00
Pouya Saadeghi adb63bdda6 store 2024-04-11 18:15:02 +03:00
gjvalenz 995db51930
updated final stat component example to maintain consistent capitalization (#2968) 2024-04-10 14:09:32 +03:00
Pouya Saadeghi 612117055c Update src/docs/.env 2024-04-04 19:48:05 +00:00
Leo 7d544758a5
fix: Add border above table footer (#2723)
* fix: #2690 Add border above table footer

* fix: #2692 Multi-row table headers has borders
2024-04-04 22:47:40 +03:00
Pouya Saadeghi b998a51ddf Update src/docs/.env 2024-04-04 18:45:08 +00:00
Vadim Kiryanov f05e85413a
feat: modal now uses scrollbar-gutter (#2956)
* Update modal.css

When opening a modal window, the scrollbar disappears, but the content shifts

This padding automatically shifts the content to the left so that the user does not notice the content moving when the scrollbar disappears

Padding is equal to the standard scrollbar width

* Update modal.css

Added scrollbar-gutter
2024-04-04 21:44:41 +03:00
Pouya Saadeghi b1e7badc05 docs 2024-04-04 21:41:07 +03:00
Vadim Kiryanov e053ec3eaf
Update ru.json (#2955)
* Update ru.json

Update ru translate for accordion component

* Update ru.json

Fix typos
2024-04-04 18:01:04 +03:00
Lenny P aa1faa9037
Fixed some typos in german translation (#2948) 2024-03-31 21:22:18 +03:00
Pouya Saadeghi 32c3f01af8 docs 2024-03-31 21:20:33 +03:00
Medoo48 63c9afc835
Update uk.json (#2943)
Fix typos
2024-03-29 18:43:22 +03:00
Hyeonho Kang 93924a6bf0
Update korean translation (#2941) 2024-03-29 15:53:17 +03:00
Pouya Saadeghi 33b6125e7f fix tests 2024-03-26 13:00:37 +03:00
Pouya Saadeghi 9c5d5c76b6 Update src/docs/.env 2024-03-26 09:51:02 +00:00
Pouya Saadeghi 56175e0b4b feat: support OKLCH colors on Safari iOS 15
feat: use OKLCH percentage parameter instead of number parameter for lightness value which is not supported in iOS 15
closes #2703
2024-03-26 12:50:25 +03:00
Pouya Saadeghi 7d37076d92 Update src/docs/.env 2024-03-24 13:37:43 +00:00
Pouya Saadeghi 17585a6cbd feat: checkbox/toggle with `checked="true"` won't force to show a checked value visually anymore
closes #2911
2024-03-24 16:26:42 +03:00
Md. Sabbir Al Mamon 0d1fd24125
add: added bengali translation (#2933) 2024-03-24 15:52:28 +03:00
Pouya Saadeghi 4ec77fb255 docs 2024-03-24 15:52:01 +03:00
Pouya Saadeghi 900f9c6b81
Update BrowserSupport.svelte 2024-03-19 23:45:32 +03:00
Pouya Saadeghi fc5c5cbf25 docs 2024-03-18 15:36:28 +03:00
Paul 01f2f2b29c
fix clickthrough (#2906) 2024-03-18 13:54:29 +03:00
Kenzo Wada 2e81fc5b91
Docs: typo taiwind -> tailwind
closes #2897
2024-03-10 21:07:42 +03:30
Pouya Saadeghi 6a5c561053
docs
closes #2896
2024-03-10 11:18:03 +03:30
Pouya Saadeghi a04fb7e00e Update src/docs/.env 2024-03-09 07:54:50 +00:00
2hu 61e7d2b354
Add carousel-start modifier (#2889) 2024-03-09 11:24:24 +03:30
Pouya Saadeghi f270829f40
Update Footer.svelte 2024-03-08 09:52:26 +03:30
Pouya Saadeghi 4689f3fa8d docs 2024-03-06 12:22:00 +03:30
Pouya Saadeghi 57aa3dc8e3 docs 2024-03-06 09:56:51 +03:30
Pouya Saadeghi eb3e1529d4 store 2024-03-06 09:27:38 +03:30
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