@lawkit/ui 0.1.12 → 0.1.14

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.
@@ -280,7 +280,6 @@ export declare const iconRegistry: {
280
280
  readonly viewerArrowUpward: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
281
281
  readonly viewerBook: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
282
282
  readonly viewerCalendarToday: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
283
- readonly viewerDockToRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
284
283
  readonly viewerDownload: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
285
284
  readonly viewerExpandLess: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
286
285
  readonly viewerExpandMore: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawkit/ui",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "description": "LDS Design System — React component library with design tokens",
6
6
  "main": "./dist/index.js",