Skip to content

Commit 48353af

Browse files
committed
[v1.2]: Added Spinner and Links
## Added: - Spinner - Spinner styles - Spinner primary - Spinner accent - Spinner inormation - Spinner success - Spinner error - Spinner animations - Spinner linear - Spinner eased - Links - Default link - Link sizes - Link S - Link M - Link L - Link styles - Link primary - Link accent - Link information - Link success - Link warning - Link error
1 parent e9ce467 commit 48353af

File tree

5 files changed

+373
-8
lines changed

5 files changed

+373
-8
lines changed

CHANGELOG.md

Lines changed: 91 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,95 @@ All notable changes to the "neptune-snippets" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## [Released]
88

9-
- Initial release
9+
## [1.2.0] - 2023-05-08
10+
11+
### Added
12+
13+
- Spinner
14+
- Spinner styles
15+
- Spinner primary
16+
- Spinner accent
17+
- Spinner inormation
18+
- Spinner success
19+
- Spinner error
20+
- Spinner animations
21+
- Spinner linear
22+
- Spinner eased
23+
- Links
24+
- Default link
25+
- Link sizes
26+
- Link S
27+
- Link M
28+
- Link L
29+
- Link styles
30+
- Link primary
31+
- Link accent
32+
- Link information
33+
- Link success
34+
- Link warning
35+
- Link error
36+
37+
## [1.1.0] - 2023-04-30
38+
39+
### Added
40+
41+
- Example page
42+
- Main headline
43+
- Secondary headline
44+
45+
## [1.0.0] - 2023-04-30
46+
47+
- Initial release
48+
49+
### Added
50+
51+
- Component example
52+
- Badges
53+
- Badge sizes
54+
- Badge S
55+
- Badge M
56+
- Badge L
57+
- Badge styles
58+
- Badge primary
59+
- Badge accent
60+
- Badge information
61+
- Badge success
62+
- Badge warning
63+
- Badge error
64+
- Buttons
65+
- Button sizes
66+
- Button S
67+
- Button M
68+
- Button L
69+
- Button styles
70+
- Button primary
71+
- Button secondary
72+
- Button call to action(cta)
73+
- Button information
74+
- Button success
75+
- Button warning
76+
- Button error
77+
- Progress bars
78+
- Progress bar sizes
79+
- Progress bar XS
80+
- Progress bar S
81+
- Progress bar M
82+
- Progress bar L
83+
- Progress bar XL
84+
- Progress bar styles
85+
- Progress bar primary
86+
- Progress bar accent
87+
- Progress bar information
88+
- Progress bar success
89+
- Progress bar warning
90+
- Progress bar error
91+
- Toasts
92+
- Toast styles
93+
- Toast primary
94+
- Toast accent
95+
- Toast information
96+
- Toast success
97+
- Toast warning
98+
- Toast error

README.md

Lines changed: 126 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22

33
This is the official snippets extension for [Neptune CSS](https://github.com/neptune-css/neptune-css).
44

5-
## v1.1.0
5+
## What's new in v1.2.0?
66

77
### Added
88

9-
- Example page
10-
- Main headline
11-
- Secondary headline
9+
-
1210

1311
## Table of contents
1412

1513
- [Neptune CSS snippets](#neptune-css-snippets)
16-
- [v1.1.0](#v110)
14+
- [What's new in v1.2.0?](#whats-new-in-v120)
1715
- [Added](#added)
1816
- [Table of contents](#table-of-contents)
1917
- [Examples](#examples)
@@ -46,6 +44,18 @@ This is the official snippets extension for [Neptune CSS](https://github.com/nep
4644
- [Button success](#button-success)
4745
- [Button warning](#button-warning)
4846
- [Button error](#button-error)
47+
- [Links](#links)
48+
- [Link sizes](#link-sizes)
49+
- [Link S](#link-s)
50+
- [Link M](#link-m)
51+
- [Link L](#link-l)
52+
- [Link styles](#link-styles)
53+
- [Link primary](#link-primary)
54+
- [Link accent](#link-accent)
55+
- [Link information](#link-information)
56+
- [Link success](#link-success)
57+
- [Link warning](#link-warning)
58+
- [Link error](#link-error)
4959
- [Progress bars](#progress-bars)
5060
- [Progress bar sizes](#progress-bar-sizes)
5161
- [Progress bar XS](#progress-bar-xs)
@@ -60,6 +70,17 @@ This is the official snippets extension for [Neptune CSS](https://github.com/nep
6070
- [Progress bar success](#progress-bar-success)
6171
- [Progress bar warning](#progress-bar-warning)
6272
- [Progress bar error](#progress-bar-error)
73+
- [Spinner](#spinner)
74+
- [Spinner styles](#spinner-styles)
75+
- [Spinner primary](#spinner-primary)
76+
- [Spinner accent](#spinner-accent)
77+
- [Spinner information](#spinner-information)
78+
- [Spinner success](#spinner-success)
79+
- [Spinner warning](#spinner-warning)
80+
- [Spinner error](#spinner-error)
81+
- [Spinner animations](#spinner-animations)
82+
- [Spinner linear](#spinner-linear)
83+
- [Spinner eased](#spinner-eased)
6384
- [Toasts](#toasts)
6485
- [Toast styles](#toast-styles)
6586
- [Toast primary](#toast-primary)
@@ -207,6 +228,60 @@ neptune-button-warning
207228
neptune-button-error
208229
```
209230

231+
## Links
232+
```
233+
neptune-link
234+
```
235+
236+
### Link sizes
237+
238+
#### Link S
239+
```
240+
neptune-link-s
241+
```
242+
243+
#### Link M
244+
```
245+
neptune-link-m
246+
```
247+
248+
#### Link L
249+
```
250+
neptune-link-l
251+
```
252+
253+
### Link styles
254+
255+
#### Link primary
256+
```
257+
neptune-link-primary
258+
```
259+
260+
#### Link accent
261+
```
262+
neptune-link-accent
263+
```
264+
265+
#### Link information
266+
```
267+
neptune-link-info
268+
```
269+
270+
#### Link success
271+
```
272+
neptune-link-success
273+
```
274+
275+
#### Link warning
276+
```
277+
neptune-link-warning
278+
```
279+
280+
#### Link error
281+
```
282+
neptune-link-error
283+
```
284+
210285
## Progress bars
211286
```
212287
neptune-progress
@@ -271,6 +346,52 @@ neptune-progress-warning
271346
neptune-progress-error
272347
```
273348

349+
## Spinner
350+
351+
### Spinner styles
352+
353+
#### Spinner primary
354+
```
355+
neptune-spinner-primary
356+
```
357+
358+
#### Spinner accent
359+
```
360+
neptune-spinner-accent
361+
```
362+
363+
#### Spinner information
364+
```
365+
neptune-spinner-info
366+
```
367+
368+
#### Spinner success
369+
```
370+
neptune-spinner-success
371+
```
372+
373+
#### Spinner warning
374+
```
375+
neptune-spinner-warning
376+
```
377+
378+
#### Spinner error
379+
```
380+
neptune-spinner-error
381+
```
382+
383+
### Spinner animations
384+
385+
#### Spinner linear
386+
```
387+
neptune-spinner-linear
388+
```
389+
390+
#### Spinner eased
391+
```
392+
neptune-spinner-eased
393+
```
394+
274395
## Toasts
275396
```
276397
neptune-toast

neptune-snippets-1.2.0.vsix

22.2 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "NeptuneCSS",
55
"icon": "icon.png",
66
"description": "VS Code snippets for Neptune CSS",
7-
"version": "1.1.1",
7+
"version": "1.2.0",
88
"license": "MIT",
99
"author": "CGWebDev2003",
1010
"repository": {

0 commit comments

Comments
 (0)