fluent-svelte-extra 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -1,33 +1,7 @@
1
- <h1 align="center">
2
- <img src="https://raw.githubusercontent.com/Tropix126/fluent-svelte/e78982fb9fa48a6ea0b7cc61f4ff8fae9df88db3/static/logo.svg" width="72" height="128" />
3
- <br />
4
- Fluent Svelte
5
- </h1>
1
+ # fluent-svelte-extra
6
2
 
7
- > Warning: This project is still in alpha stages; I would not consider it production ready _yet_. Assume any undocumented component to be in the 0.x. phase of development and therefore unstable.
3
+ like fluent-svelte but with more components lol.
8
4
 
9
- ### What is this?
5
+ # Note
10
6
 
11
- `fluent-svelte` is an experimental [Svelte](http://svelte.dev/) component UI library that emulates the look and feel of [Microsoft's Windows UI Controls](https://github.com/microsoft/microsoft-ui-xaml/) which conform to the Fluent Design System.
12
-
13
- ### Features
14
-
15
- - [SvelteKit](https://kit.svelte.dev/) and SSR Compatible
16
- - [TypeScript](https://typescriptlang.org/) and type definitions are supported, but optional.
17
- - Full RTL support with no additional configuration.
18
- - All components are accessible according to [WAI-ARIA](https://www.w3.org/WAI/standards-guidelines/aria/) standards.
19
- - Theming support using CSS custom properties.
20
- - Minimal third-party dependency usage.
21
- - Reduced motion support.
22
- - Easy setup. Just install the library, add some base styles, and you're ready to go.
23
- - Minimal CSS overhead. Styles are included and scoped alongside their respective components, only bundling the CSS you need.
24
-
25
- ### Undocumented Components
26
-
27
- The documentation site (https://fluent-svelte.vercel.app/) is still not entirely finished. Many components exported in the library are not yet documented. That progress can be tracked [here](https://github.com/Tropix126/fluent-svelte/issues/13). For now, i've setup a testing page with every component included in the library that is viewable [here](https://fluent-svelte.vercel.app/test). It's source can be viewed [here](https://github.com/Tropix126/fluent-svelte/blob/main/src/routes/test/index.svelte).
28
-
29
- Please keep in mind that any undocumented component is _considered to be in the 0.x phase of development_. This means that they could potentially recieve breaking API changes or be heavily updated before being finalized.
30
-
31
- ### Changelog
32
-
33
- See [CHANGELOG.md](https://github.com/Tropix126/fluent-svelte/blob/main/CHANGELOG.md).
7
+ this is a fork of the fluent-svelte package. The difference between is this package has more components. Thanks to the creator of fluent-svelte package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluent-svelte-extra",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A faithful implementation of Microsoft's Fluent Design System in Svelte.",
5
5
  "homepage": "https://github.com/OpenAnime/fluent-svelte-extra",
6
6
  "license": "MIT",
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # fluent-svelte-extra
2
-
3
- like fluent-svelte but with more components lol.
4
-
5
- # Note
6
-
7
- this is a fork of the fluent-svelte package. The difference between is this package has more components. Thanks to the creator of fluent-svelte package.