Skip to content

Commit

Permalink
update lucide icons to version 0.364.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinVoitel committed Apr 5, 2024
1 parent c91b6cd commit 6037c36
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Copy the [Builder Template](https://github.com/steeze-ui/icons/tree/main/package
| ------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [@steeze-ui/heroicons](packages/builders/heroicons-builder) | default(outline), solid, mini | [tailwindlabs/heroicons](https://github.com/tailwindlabs/heroicons) | [browse](https://heroicons.com/) | <a href="https://www.npmjs.com/package/@steeze-ui/heroicons"><img src="https://img.shields.io/npm/v/@steeze-ui/heroicons.svg?style=flat" /></a> | 2.1.1 |
| [@steeze-ui/material-design-icons](packages/builders/material-design-icons-builder/) | default(filled), outlined, rounded, sharp, twotone | [google/material-design-icons](https://github.com/google/material-design-icons) | [browse](https://fonts.google.com/icons) | <a href="https://www.npmjs.com/package/@steeze-ui/material-design-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/material-design-icons.svg?style=flat" /></a> | 1.14.9 |
| [@steeze-ui/lucide-icons](packages/builders/lucide-icons-builder) | default | [lucide-icons/lucide](https://github.com/lucide-icons/lucide) | [browse](https://lucide.dev/) | <a href="https://www.npmjs.com/package/@steeze-ui/lucide-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/lucide-icons.svg?style=flat" /></a> | 0.284.0 |
| [@steeze-ui/lucide-icons](packages/builders/lucide-icons-builder) | default | [lucide-icons/lucide](https://github.com/lucide-icons/lucide) | [browse](https://lucide.dev/) | <a href="https://www.npmjs.com/package/@steeze-ui/lucide-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/lucide-icons.svg?style=flat" /></a> | 0.364.0 |
| [@steeze-ui/simple-icons](packages/builders/simple-icons-builder/) | default | [simple-icons/simple-icons](https://github.com/simple-icons/simple-icons) | [browse](https://simpleicons.org/) | <a href="https://www.npmjs.com/package/@steeze-ui/simple-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/simple-icons.svg?style=flat" /></a> | 11.9.0 |
| [@steeze-ui/carbon-icons](packages/builders/carbon-icons-builder/) | default | [carbon-design-system/carbon](https://github.com/carbon-design-system/carbon/tree/main/packages/icons) | [browse](https://carbondesignsystem.com/guidelines/icons/library/) | <a href="https://www.npmjs.com/package/@steeze-ui/carbon-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/carbon-icons.svg?style=flat" /></a> | 11.21.0 |
| [@steeze-ui/remix-icons](packages/builders/remix-icons-builder) | default(outline), solid | [Remix-Design/RemixIcon](https://github.com/Remix-Design/remixicon) | [browse](https://remixicon.com/) | <a href="https://www.npmjs.com/package/@steeze-ui/remix-icons"><img src="https://img.shields.io/npm/v/@steeze-ui/remix-icons.svg?style=flat" /></a> | 4.2.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let theme = 'default'
</script>

<h1>Your Custom Iconpack</h1>
<h1>@steeze-ui/font-awesome</h1>

<label for="theme-select">Theme</label>
<select id="theme-select" bind:value={theme}>
Expand Down
6 changes: 6 additions & 0 deletions packages/builders/lucide-icons-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @steeze-ui/lucide-icons

## 1.2.1

### Features

- update lucide icons to version 0.364.0

## 1.2.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/builders/lucide-icons-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@steeze-ui/lucide-icons",
"description": "Icon Sources (based on Lucide Icons) built for @steeze-ui/icons",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/package": "^2.0.2",
"lucide-static": "^0.323.0",
"lucide-static": "^0.364.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"publint": "^0.1.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let theme = 'default'
</script>

<h1>@steeze-ui/feather-icons</h1>
<h1>@steeze-ui/lucide-icons</h1>

<label for="theme-select">Theme</label>
<select id="theme-select" bind:value={theme}>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"dev": "pnpm build --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild --bundle src/index.ts --outdir=dist --platform=node --format=esm --external:html-parse-stringify --external:pascalcase --minify",
"build": "esbuild --bundle src/index.ts --outdir=dist --platform=node --format=esm --external:html-parse-stringify --external:pascalcase --minify --sourcemap",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
Expand Down
17 changes: 13 additions & 4 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"compilerOptions": {
"module": "esnext",
"lib": ["es2017", "dom", "dom.iterable"],
"lib": [
"es2017",
"dom",
"dom.iterable"
],
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./types",
"rootDir": "./src",
"strict": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
Expand All @@ -17,6 +22,10 @@
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": false
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*example*"]
}
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*example*"
]
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6037c36

Please sign in to comment.