Skip to content

Commit

Permalink
feat: use runes-webkit-starter for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed May 19, 2024
1 parent 39cac7f commit cf8944b
Show file tree
Hide file tree
Showing 1,655 changed files with 122,977 additions and 15,461 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "shinokada/svelte-radix" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte-radix": "2.0.0-next.0"
},
"changesets": []
}
5 changes: 5 additions & 0 deletions .changeset/sour-months-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-radix': patch
---

feat: use runes-webkit-starter and update docs
13 changes: 0 additions & 13 deletions .eslintignore

This file was deleted.

13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: codewithshin
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vercel
.vercel
src/routes/testdir
/dist
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ node_modules
.env
.env.*
!.env.example
/dist
/.vercel

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
playwright-report
.vercel

*.md
11 changes: 9 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
166 changes: 1 addition & 165 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,165 +1 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/shinokada/svelte-radix/compare/v1.0.3...v1.1.0) (2024-03-11)


### Features

* add if statement for withEvents ([d1bab2f](https://github.com/shinokada/svelte-radix/commit/d1bab2f32806600bd7606941805dd58dd90f177e))

### [1.0.3](https://github.com/shinokada/svelte-radix/compare/v1.0.2...v1.0.3) (2024-03-01)

### Bug Fixes

- @typescript-eslint/eslint-plugin update ([d23c382](https://github.com/shinokada/svelte-radix/commit/d23c382770327fda1ea643cabf02073bea1f1084))

### [1.0.2](https://github.com/shinokada/svelte-radix/compare/v1.0.1...v1.0.2) (2024-03-01)

### Bug Fixes

- layout update add class to NavHamburger ([a4f9600](https://github.com/shinokada/svelte-radix/commit/a4f9600f71edd478e46f87416a24a9ca2b941cd4))
- remove active from NavLi and add activeUrl to NavUl ([be4ed5b](https://github.com/shinokada/svelte-radix/commit/be4ed5b899665e5276bbfaf9d604512d9930f82c))

### [1.0.1](https://github.com/shinokada/svelte-radix/compare/v0.6.2...v1.0.1) (2024-01-27)

### [0.6.2](https://github.com/shinokada/svelte-radix/compare/v0.6.1...v0.6.2) (2023-09-21)

### Features

- add context ([7d19586](https://github.com/shinokada/svelte-radix/commit/7d19586f4ee7d968cc0268fd3901cf3ad73352aa))
- add sidebar menu ([87f8cc2](https://github.com/shinokada/svelte-radix/commit/87f8cc2795c5c5747cb70b09a64436a665b0362f))

### [0.6.1](https://github.com/shinokada/svelte-radix/compare/v0.5.3...v0.6.1) (2023-09-01)

### Features

- smaller compiled size and Icon component ([86af388](https://github.com/shinokada/svelte-radix/commit/86af38806f9300475498098fae3570ab3a384edd))

### [0.5.3](https://github.com/shinokada/svelte-radix/compare/v0.5.2...v0.5.3) (2023-08-03)

### [0.5.2](https://github.com/shinokada/svelte-radix/compare/v0.5.1...v0.5.2) (2023-07-31)

### Bug Fixes

- component doc update ([8dd834e](https://github.com/shinokada/svelte-radix/commit/8dd834e79036c34a6fb9e964fbe5c7195baa8343))

### [0.5.1](https://github.com/shinokada/svelte-radix/compare/v0.4.6...v0.5.1) (2023-07-30)

### Features

- use two files ([15657f1](https://github.com/shinokada/svelte-radix/commit/15657f1cdab1c02c1fdf5a1fc5a2171e4ebc57c1))

### [0.4.6](https://github.com/shinokada/svelte-radix/compare/v0.4.5...v0.4.6) (2023-07-20)

### Features

- layout update ([a52eea9](https://github.com/shinokada/svelte-radix/commit/a52eea9369a83879670fa71c238d075a7f28ce7b))

### Bug Fixes

- homepage update ([596b874](https://github.com/shinokada/svelte-radix/commit/596b8742b1747d09b32f7b7742e0a57e880ebea9))
- image sizes ([36912fb](https://github.com/shinokada/svelte-radix/commit/36912fb901e532fc5167219c8434703b9fa4890b))
- update flowbite-svelte v0.40.1, add @floating-ui/dom remove flowbite and popper, add tests ([eece69a](https://github.com/shinokada/svelte-radix/commit/eece69a89597bc7393ea53fe5c37f5f4aa418f81))
- update layout ([ef15c0f](https://github.com/shinokada/svelte-radix/commit/ef15c0f84ce6af19e741047a239cb3ea1dc4ad1f))

### [0.4.5](https://github.com/shinokada/svelte-radix/compare/v0.4.4...v0.4.5) (2023-06-15)

### [0.4.4](https://github.com/shinokada/svelte-radix/compare/v0.4.3...v0.4.4) (2023-06-01)

### Features

- add prop role="img" ([f727404](https://github.com/shinokada/svelte-radix/commit/f72740406b39d464390d0314e2969f688f43fc5b))

### [0.4.3](https://github.com/shinokada/svelte-radix/compare/v0.4.2...v0.4.3) (2023-06-01)

### Features

- add || ^4.0.0 to peerDependencies ([c5ec8f1](https://github.com/shinokada/svelte-radix/commit/c5ec8f14d8e9dc3526eb6b655cec4f7fda6d6f18))

### [0.4.2](https://github.com/shinokada/svelte-radix/compare/v0.4.1...v0.4.2) (2023-05-31)

### Features

- add component docs ([6bd5a4a](https://github.com/shinokada/svelte-radix/commit/6bd5a4a02d9019d734ededf7c06bc2b698d1a1b3))

### [0.4.1](https://github.com/shinokada/svelte-radix/compare/v0.3.1...v0.4.1) (2023-05-12)

### Features

- add events ([034e8fc](https://github.com/shinokada/svelte-radix/commit/034e8fcf60aa814e9e963ab9b74866c3d75ed048))

### [0.3.1](https://github.com/shinokada/svelte-radix/compare/v0.2.1...v0.3.1) (2023-03-07)

### Features

- add script add-exports ([5dc0b4d](https://github.com/shinokada/svelte-radix/commit/5dc0b4d37c5b82f3e841cd3581cb4e2e33553569))
- add script add-exports and update README ([6d540a6](https://github.com/shinokada/svelte-radix/commit/6d540a68e85b7e1e333bcfef25a89d6efe0e5c5b))

### [0.2.1](https://github.com/shinokada/svelte-radix/compare/v0.1.8...v0.2.1) (2023-02-22)

### Features

- add microsoft webmaster tools meta tag ([98499fd](https://github.com/shinokada/svelte-radix/commit/98499fd9630b780a8ff5ef1fe1f465dd87e3dde4))
- new svelte packaging system ([d7ea18d](https://github.com/shinokada/svelte-radix/commit/d7ea18de027cf1d6e9c1bd6382807b9cc94bdf17))
- new svelte packaging system 2 ([01a3646](https://github.com/shinokada/svelte-radix/commit/01a364659c0865d7b9aedae0dfd643257f9323fd))

### Bug Fixes

- update index.html ([5ac7726](https://github.com/shinokada/svelte-radix/commit/5ac77260ada706af3db50723e46589099d326fdb))

### [0.1.8](https://github.com/shinokada/svelte-radix/compare/v0.1.7...v0.1.8) (2023-02-03)

### [0.1.7](https://github.com/shinokada/svelte-radix/compare/v0.1.6...v0.1.7) (2023-02-01)

### Bug Fixes

- add optimized image ([248c986](https://github.com/shinokada/svelte-radix/commit/248c9864d93921b59456ac1691b343403976ed84))
- badges target, height, and add links to crossOriginLinks ([c6f86c8](https://github.com/shinokada/svelte-radix/commit/c6f86c819d6c34d09a3a07058e520208d5e38e5a))
- favicon link ([f0c30f3](https://github.com/shinokada/svelte-radix/commit/f0c30f3243e9deffdb9d33e3b361691144b23764))

### [0.1.6](https://github.com/shinokada/svelte-radix/compare/v0.1.5...v0.1.6) (2023-01-31)

### Bug Fixes

- image width ([b8560ce](https://github.com/shinokada/svelte-radix/commit/b8560ce93115ccd7e99d78a49d1a044b52f76a20))

### [0.1.5](https://github.com/shinokada/svelte-radix/compare/v0.1.4...v0.1.5) (2023-01-31)

### Bug Fixes

- index schema ([7f5d2b7](https://github.com/shinokada/svelte-radix/commit/7f5d2b7799ae05ba34efe89266157ac66d32515f))

### [0.1.4](https://github.com/shinokada/svelte-radix/compare/v0.1.3...v0.1.4) (2023-01-31)

### Bug Fixes

- image width ([acd2201](https://github.com/shinokada/svelte-radix/commit/acd220177b2bab14ddcb9a896462bfba548f79bd))
- webmanifest ([1e9c99e](https://github.com/shinokada/svelte-radix/commit/1e9c99ee2537faffc729efdc2cf72a31ac82b08e))

### [0.1.3](https://github.com/shinokada/svelte-radix/compare/v0.1.2...v0.1.3) (2023-01-31)

### Features

- add pwa ([1b01a80](https://github.com/shinokada/svelte-radix/commit/1b01a809d9eff5fd41028a68795178e0fde718ba))

### [0.1.2](https://github.com/shinokada/svelte-radix/compare/v0.1.1...v0.1.2) (2022-12-25)

### Bug Fixes

- url updates ([33349d0](https://github.com/shinokada/svelte-radix/commit/33349d0972bc49a69b16b865fe0e65347c193abd))

### [0.1.1](https://github.com/shinokada/svelte-radix/compare/v0.1.0...v0.1.1) (2022-12-16)

### Features

- add docsify ([694dd18](https://github.com/shinokada/svelte-radix/commit/694dd18721e1d86b8e360e7e72dcc6fbecb78ec2))

## 0.1.0 (2022-07-22)

### ⚠ BREAKING CHANGES

- README update

- README update ([a0799ef](https://github.com/shinokada/svelte-radix/commit/a0799ef0bc23464c121cf1ed14777a95a410674f))
# svelte-radix
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<div class="flex gap-2 my-8">
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="sponsor" ></a>
<a href="https://www.npmjs.com/package/svelte-radix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-radix" alt="npm" ></a>
<a href="https://www.npmjs.com/package/svelte-radix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-radix/next" alt="npm" ></a>
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%[email protected]" alt="Created by Shin Okada" ></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-radix" alt="License" ></a>
<a href="https://www.npmjs.com/package/svelte-radix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-radix.svg" alt="npm" ></a>
</div>

310+ SVG [Radix icons](https://github.com/radix-ui/icons) components for Svelte.

Thank you for considering my open-source package. If you use it in a commercial project, please support me by sponsoring me on GitHub: https://github.com/sponsors/shinokada. Your support helps me maintain and improve this package for the benefit of the community.

## Docs

See the [Svelte Radix documentation](https://svelte-radix.codewithshin.com/) to learn more.
Expand All @@ -28,10 +27,18 @@ See the [Svelte Radix documentation](https://svelte-radix.codewithshin.com/) to

## Installation

### Svelte 4/5

```sh
pnpm i -D svelte-radix
```

### Svelte 5:Runes

```sh
pnpm i -D svelte-radix@next
```

## Original source

[radix-ui/icons](https://github.com/radix-ui/icons)
Expand All @@ -44,4 +51,4 @@ pnpm i -D svelte-radix

## Other icons

[Svelte-Icon-Sets](https://svelte-svg-icons.codewithshin.com/)
[Svelte-Icon-Sets](https://svelte-svg-icons.codewithshin.com/)
Loading

0 comments on commit cf8944b

Please sign in to comment.