@iclips/ui 1.2.19 → 1.2.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iclips/ui",
3
- "version": "1.2.19",
3
+ "version": "1.2.22",
4
4
  "description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
5
5
  "author": "iclipsbr",
6
6
  "license": "MIT",
@@ -120,5 +120,10 @@
120
120
  "bugs": {
121
121
  "url": "https://github.com/iclipsbr/Designsystem/issues"
122
122
  },
123
- "homepage": "https://github.com/iclipsbr/Designsystem#readme"
123
+ "homepage": "https://github.com/iclipsbr/Designsystem#readme",
124
+ "optionalDependencies": {
125
+ "@rollup/rollup-linux-x64-gnu": "^4.59.0",
126
+ "@swc/core-linux-x64-gnu": "^1.15.17",
127
+ "lightningcss-linux-x64-gnu": "^1.31.1"
128
+ }
124
129
  }
@@ -1,32 +0,0 @@
1
- import { LucideIcon } from 'lucide-react';
2
- import * as React from "react";
3
- export interface ItemNavPrimaria {
4
- id: string;
5
- label: string;
6
- icon: LucideIcon;
7
- }
8
- export interface ItemNavSecundaria {
9
- label: string;
10
- icon: LucideIcon;
11
- badge?: string | number;
12
- chevron?: boolean;
13
- highlighted?: boolean;
14
- }
15
- export interface PropsLayoutApp {
16
- children: React.ReactNode;
17
- title?: string;
18
- theme?: "light" | "dark";
19
- onThemeToggle?: () => void;
20
- primaryNavItems?: ItemNavPrimaria[];
21
- secondaryNavItems?: ItemNavSecundaria[];
22
- secondaryNavTitle?: string;
23
- activePrimaryItem?: string;
24
- onPrimaryItemClick?: (id: string) => void;
25
- logoComponent?: React.ReactNode;
26
- hideSecondaryNav?: boolean;
27
- defaultPrimaryNavPinned?: boolean;
28
- defaultSecondaryNavOpen?: boolean;
29
- }
30
- export type AppLayoutProps = PropsLayoutApp;
31
- export declare function AppLayout({ children, title, theme, onThemeToggle, primaryNavItems, secondaryNavItems, secondaryNavTitle, activePrimaryItem, onPrimaryItemClick, logoComponent, hideSecondaryNav, defaultPrimaryNavPinned, defaultSecondaryNavOpen }: PropsLayoutApp): import("react/jsx-runtime").JSX.Element;
32
- //# sourceMappingURL=app-layout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-layout.d.ts","sourceRoot":"","sources":["../../../src/components/ui/app-layout.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAoBL,KAAK,UAAU,EAChB,MAAM,cAAc,CAAA;AAQrB,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,eAAe,CAAC,EAAE,eAAe,EAAE,CAAA;IACnC,iBAAiB,CAAC,EAAE,iBAAiB,EAAE,CAAA;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,kBAAkB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAClC;AAGD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC;AAsB5C,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAAmB,EACnB,KAAe,EACf,aAAa,EACb,eAA2C,EAC3C,iBAA+C,EAC/C,iBAA0B,EAC1B,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,gBAAwB,EACxB,uBAA+B,EAC/B,uBAA8B,EAC/B,EAAE,cAAc,2CAgMhB"}