@dilipod/ui 0.4.9 → 0.4.11

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/dist/icons.d.ts CHANGED
@@ -8,4 +8,5 @@
8
8
  * import { ArrowRight, Brain, CheckCircle } from '@dilipod/ui'
9
9
  */
10
10
  export * from '@phosphor-icons/react';
11
+ export type { Icon } from '@phosphor-icons/react';
11
12
  //# sourceMappingURL=icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,cAAc,uBAAuB,CAAA;AAGrC,YAAY,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA"}
package/dist/index.js CHANGED
@@ -2151,7 +2151,7 @@ var Sidebar = React50__namespace.forwardRef(
2151
2151
  {
2152
2152
  ref,
2153
2153
  className: cn(
2154
- "relative flex h-full w-60 flex-col border-r bg-background/50",
2154
+ "relative flex h-full w-60 flex-col border-r border-border bg-background",
2155
2155
  className
2156
2156
  ),
2157
2157
  ...props,