Skip to content

Commit

Permalink
πŸ”€ General Updates 1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Feb 17, 2024
1 parent ee79fba commit 5a55a27
Show file tree
Hide file tree
Showing 46 changed files with 2,452 additions and 3,183 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fluent-svelte Changelog
# Fluid Changelog

# 1.6.0
- Corrected an issue with styling usage in `ProgressRing`.
Expand Down Expand Up @@ -26,7 +26,7 @@

## 1.4.1

- **Breaking**: ComboBox now handles `value` differently. For more information, see [issue #25](https://github.com/Tropix126/fluent-svelte/issues/25).
- **Breaking**: ComboBox now handles `value` differently. For more information, see [issue #25](https://github.com/RiversideValley/Fluid.Framework/issues/25).
- Fixed a bug where `CalendarView` would throw an error if it wasn't initialized with a value.

## 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

### πŸ“¦ Node Package Manager

<a title="NPM" href="https://npmjs.org">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1024px-Npm-logo.svg.png" width="144" height="72" alt="Release" />
<a title="NPM" href="https://npmjs.org/package/@riversidevalley/fluid">
Download it from NPM
</a>

### 😺 GitHub
Expand Down
158 changes: 78 additions & 80 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,80 @@
{
"name": "fluid",
"version": "1.6.0",
"description": "A UI framework for web based on Microsoft Fluent UI πŸŽ¨πŸ—οΈ",
"homepage": "https://github.com/RiversideValley/Fluid.Framework",
"license": "MIT",
"author": {
"name": "RiversideValley",
"url": "https://github.com/RiversideValley/"
},
"keywords": [
"design",
"design-system",
"design-language",
"microsoft",
"fluent",
"fluentui",
"fluent-design",
"fluent-design-system",
"svelte",
"svelte3",
"sveltejs",
"svelte-component",
"svelte-components",
"ui-components",
"winui",
"windows"
],
"repository": {
"type": "git",
"url": "https://github.com/RiversideValley/Fluid.Framework.git"
},
"bugs": {
"url": "https://github.com/RiversideValley/Fluid.Framework/issues"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@fluentui/svg-icons": "^1.1.166",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.310",
"@sveltejs/svelte-repl": "^0.2.2",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"mdsvex": "^0.9.8",
"mdsvexamples": "0.2.3",
"panzoom": "^9.4.2",
"postcss": "^8.4.12",
"postcss-variables-prefixer": "^1.1.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prism-svelte": "^0.4.7",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"remark-github": "^11.2.2",
"sass": "^1.50.0",
"svelte": "^3.47.0",
"svelte-check": "^2.6.0",
"svelte-codesandbox": "^1.0.0",
"svelte-preprocess": "^4.10.5",
"svelte2tsx": "^0.4.14",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vite-node": "^0.1.27",
"vite-plugin-sveld": "^1.0.3"
},
"dependencies": {
"focus-trap": "^6.7.3",
"tabbable": "^5.2.1"
},
"type": "module"
"name": "@riversidevalley/fluid",
"version": "1.7.0",
"description": "A UI framework for web based on Microsoft Fluent UI πŸŽ¨πŸ—οΈ",
"homepage": "https://github.com/RiversideValley/Fluid.Framework",
"license": "MIT",
"author": "RiversideValley (https://github.com/RiversideValley/)",
"keywords": [
"design",
"design-system",
"design-language",
"microsoft",
"fluent",
"fluentui",
"fluent-design",
"fluent-design-system",
"svelte",
"svelte3",
"sveltejs",
"svelte-component",
"svelte-components",
"ui-components",
"winui",
"windows"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RiversideValley/Fluid.Framework.git"
},
"bugs": {
"url": "https://github.com/RiversideValley/Fluid.Framework/issues"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@fluentui/svg-icons": "^1.1.166",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.310",
"@sveltejs/svelte-repl": "^0.4.1",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"mdsvex": "^0.9.8",
"mdsvexamples": "0.2.3",
"panzoom": "^9.4.2",
"postcss": "^8.4.12",
"postcss-variables-prefixer": "^1.1.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prism-svelte": "^0.4.7",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"remark-github": "^11.2.2",
"sass": "^1.50.0",
"svelte": "^3.47.0",
"svelte-check": "^2.6.0",
"svelte-codesandbox": "^1.0.0",
"svelte-preprocess": "^4.10.5",
"svelte2tsx": "^0.4.14",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vite-node": "^0.1.27",
"vite-plugin-sveld": "^1.0.3"
},
"dependencies": {
"focus-trap": "^6.7.3",
"tabbable": "^5.2.1"
},
"type": "module",
"main": "svelte.config.js"
}

0 comments on commit 5a55a27

Please sign in to comment.