@saasmakers/ui 0.1.36 → 0.1.37

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.
@@ -36,7 +36,7 @@ export type BaseDividerBorderStyle = 'dashed' | 'dotted' | 'solid'
36
36
 
37
37
  export type BaseDividerSize = 'base' | 'sm'
38
38
 
39
- interface BaseIcon {
39
+ export interface BaseIcon {
40
40
  bold?: boolean
41
41
  clickable?: boolean
42
42
  color?: BaseColor
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
3
  "type": "module",
4
- "version": "0.1.36",
4
+ "version": "0.1.37",
5
5
  "private": false,
6
6
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
7
7
  "license": "MIT",