@gleich/ui 0.0.10 → 1.0.1

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,3 +1,11 @@
1
- # ui
1
+ # [ui](https://ui.mattglei.ch)
2
2
 
3
3
  shared ui components used across my personal projects
4
+
5
+ ## Install
6
+
7
+ Simply install with:
8
+
9
+ ```bash
10
+ npm install @gleich/ui
11
+ ```
package/dist/styles.css CHANGED
@@ -216,11 +216,6 @@ button:hover {
216
216
  inset 0px 1px 8px var(--box-shadow-color);
217
217
  }
218
218
 
219
- button:focus {
220
- outline: 2px solid var(--blue-foreground);
221
- outline-offset: 2px;
222
- }
223
-
224
219
  ol,
225
220
  ul {
226
221
  padding-left: 5px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gleich/ui",
3
- "version": "0.0.10",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",