bref-ui 0.0.7 → 0.0.9

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
@@ -55,14 +55,15 @@ Bref handles:
55
55
 
56
56
  ## Base Components
57
57
 
58
+ - [ ] Icon
58
59
  - [ ] Button
60
+ - [ ] Icon Button
59
61
  - [ ] Input
60
62
  - [ ] Textarea
61
63
  - [ ] Select
62
64
  - [ ] Checkbox
63
65
  - [ ] Radio
64
66
  - [ ] Switch
65
- - [ ] Label
66
67
  - [ ] Avatar
67
68
  - [ ] Img
68
69
  - [ ] Icon
@@ -1,2 +1,3 @@
1
1
  export * from './icon-button.svelte';
2
+ export * from './button.svelte';
2
3
  export * from './types.ts';
@@ -1,2 +1,3 @@
1
1
  export * from './icon-button.svelte';
2
+ export * from './button.svelte';
2
3
  export * from "./types.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bref-ui",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "A truly Svelte-esque UI component library - minimal, flexible, pure CSS, no Tailwind",
5
5
  "license": "MIT",
6
6
  "author": "feuerstein",
@@ -75,8 +75,7 @@
75
75
  "components",
76
76
  "component-library",
77
77
  "design-system",
78
- "css",
79
- "no-tailwind"
78
+ "css"
80
79
  ],
81
80
  "dependencies": {
82
81
  "@fontsource-variable/material-symbols-rounded": "^5.2.30",