svelte-codicons 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.9.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.9.0) - 2022-06-13
9
+
10
+ - Upgrade `@vscode/codicons` to version `0.0.31` (net +4 icons)
11
+
8
12
  ## [0.8.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.8.0) - 2022-05-10
9
13
 
10
14
  - Upgrade `@vscode/codicons` to version `0.0.30` (net 0 icons, 2 icons modified)
package/README.md CHANGED
@@ -16,22 +16,16 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/f47568d489c34e8892da08273368
16
16
 
17
17
  ## Installation
18
18
 
19
- **Yarn**
20
-
21
19
  ```bash
20
+ # Yarn
22
21
  yarn add -D svelte-codicons
23
- ```
24
22
 
25
- **NPM**
26
-
27
- ```bash
23
+ # npm
28
24
  npm i -D svelte-codicons
29
- ```
30
-
31
- **pnpm**
32
25
 
33
- ```bash
26
+ # pnpm
34
27
  pnpm i -D svelte-codicons
28
+
35
29
  ```
36
30
 
37
31
  ## Usage
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface BlankProps
5
+ extends svelte.JSX.SVGAttributes<SVGSVGElement> {}
6
+
7
+ export default class Blank extends SvelteComponentTyped<
8
+ BlankProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 10.0007V2.00073H14V10.0007H2ZM2 11.0007H14V14.0007H2V11.0007Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface LayoutPanelOffProps
5
+ extends svelte.JSX.SVGAttributes<SVGSVGElement> {}
6
+
7
+ export default class LayoutPanelOff extends SvelteComponentTyped<
8
+ LayoutPanelOffProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H6V14.0007H2ZM7 14.0007V2.00073H14V14.0007H7Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface LayoutSidebarLeftOffProps
5
+ extends svelte.JSX.SVGAttributes<SVGSVGElement> {}
6
+
7
+ export default class LayoutSidebarLeftOff extends SvelteComponentTyped<
8
+ LayoutSidebarLeftOffProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H9V14.0007H2ZM10 14.0007V2.00073H14V14.0007H10Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface LayoutSidebarRightOffProps
5
+ extends svelte.JSX.SVGAttributes<SVGSVGElement> {}
6
+
7
+ export default class LayoutSidebarRightOff extends SvelteComponentTyped<
8
+ LayoutSidebarRightOffProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
package/lib/index.d.ts CHANGED
@@ -22,6 +22,7 @@ export { default as BeakerStop } from "./BeakerStop.svelte";
22
22
  export { default as Beaker } from "./Beaker.svelte";
23
23
  export { default as BellDot } from "./BellDot.svelte";
24
24
  export { default as Bell } from "./Bell.svelte";
25
+ export { default as Blank } from "./Blank.svelte";
25
26
  export { default as Bold } from "./Bold.svelte";
26
27
  export { default as Book } from "./Book.svelte";
27
28
  export { default as Bookmark } from "./Bookmark.svelte";
@@ -202,9 +203,12 @@ export { default as LayoutMenubar } from "./LayoutMenubar.svelte";
202
203
  export { default as LayoutPanelCenter } from "./LayoutPanelCenter.svelte";
203
204
  export { default as LayoutPanelJustify } from "./LayoutPanelJustify.svelte";
204
205
  export { default as LayoutPanelLeft } from "./LayoutPanelLeft.svelte";
206
+ export { default as LayoutPanelOff } from "./LayoutPanelOff.svelte";
205
207
  export { default as LayoutPanelRight } from "./LayoutPanelRight.svelte";
206
208
  export { default as LayoutPanel } from "./LayoutPanel.svelte";
209
+ export { default as LayoutSidebarLeftOff } from "./LayoutSidebarLeftOff.svelte";
207
210
  export { default as LayoutSidebarLeft } from "./LayoutSidebarLeft.svelte";
211
+ export { default as LayoutSidebarRightOff } from "./LayoutSidebarRightOff.svelte";
208
212
  export { default as LayoutSidebarRight } from "./LayoutSidebarRight.svelte";
209
213
  export { default as LayoutStatusbar } from "./LayoutStatusbar.svelte";
210
214
  export { default as Layout } from "./Layout.svelte";
package/lib/index.js CHANGED
@@ -22,6 +22,7 @@ export { default as BeakerStop } from "./BeakerStop.svelte";
22
22
  export { default as Beaker } from "./Beaker.svelte";
23
23
  export { default as BellDot } from "./BellDot.svelte";
24
24
  export { default as Bell } from "./Bell.svelte";
25
+ export { default as Blank } from "./Blank.svelte";
25
26
  export { default as Bold } from "./Bold.svelte";
26
27
  export { default as Book } from "./Book.svelte";
27
28
  export { default as Bookmark } from "./Bookmark.svelte";
@@ -202,9 +203,12 @@ export { default as LayoutMenubar } from "./LayoutMenubar.svelte";
202
203
  export { default as LayoutPanelCenter } from "./LayoutPanelCenter.svelte";
203
204
  export { default as LayoutPanelJustify } from "./LayoutPanelJustify.svelte";
204
205
  export { default as LayoutPanelLeft } from "./LayoutPanelLeft.svelte";
206
+ export { default as LayoutPanelOff } from "./LayoutPanelOff.svelte";
205
207
  export { default as LayoutPanelRight } from "./LayoutPanelRight.svelte";
206
208
  export { default as LayoutPanel } from "./LayoutPanel.svelte";
209
+ export { default as LayoutSidebarLeftOff } from "./LayoutSidebarLeftOff.svelte";
207
210
  export { default as LayoutSidebarLeft } from "./LayoutSidebarLeft.svelte";
211
+ export { default as LayoutSidebarRightOff } from "./LayoutSidebarRightOff.svelte";
208
212
  export { default as LayoutSidebarRight } from "./LayoutSidebarRight.svelte";
209
213
  export { default as LayoutStatusbar } from "./LayoutStatusbar.svelte";
210
214
  export { default as Layout } from "./Layout.svelte";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-codicons",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "license": "MIT",
5
5
  "description": "VS Code Codicons as Svelte components",
6
6
  "author": "Eric Liu (https://github.com/metonym)",
@@ -17,15 +17,15 @@
17
17
  "test": "vitest"
18
18
  },
19
19
  "devDependencies": {
20
- "@sveltejs/vite-plugin-svelte": "1.0.0-next.43",
21
- "@vscode/codicons": "0.0.30",
20
+ "@sveltejs/vite-plugin-svelte": "1.0.0-next.49",
21
+ "@vscode/codicons": "0.0.31",
22
22
  "gh-pages": "^4.0.0",
23
- "rollup": "^2.72.1",
23
+ "rollup": "^2.75.6",
24
24
  "svelte": "^3.48.0",
25
- "svelte-check": "^2.7.0",
25
+ "svelte-check": "^2.7.2",
26
26
  "svelte-readme": "^3.6.3",
27
27
  "svelvg": "^0.10.1",
28
- "vitest": "^0.12.4"
28
+ "vitest": "^0.14.2"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",